From 5138ed4d05da7311152a0f5057c5c2e70d518d92 Mon Sep 17 00:00:00 2001 From: Neeraj Baid Date: Fri, 8 May 2015 19:03:33 -0700 Subject: [PATCH] Change select a file valid/invalid/active states. --- css/index.styl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/css/index.styl b/css/index.styl index b8112f7..3b325f4 100644 --- a/css/index.styl +++ b/css/index.styl @@ -231,11 +231,5 @@ label.myLabel input[type="file"] { background: #CCC; } .myLabel:active { - background: #CCF; -} -.myLabel :invalid + span { - color: #A44; -} -.myLabel :valid + span { - color: #4A4; + background: #BBB; }