fix hover effect on disabled text boxes
authorivan <ivan>
Sun, 20 Mar 2011 23:51:44 +0000 (23:51 +0000)
committerivan <ivan>
Sun, 20 Mar 2011 23:51:44 +0000 (23:51 +0000)
httemplate/elements/freeside.css

index 6cb1503..90c7291 100644 (file)
@@ -24,7 +24,7 @@ textarea, input[type="text"], input[type="password"] {
         border-radius: 2px;
 }
 
-textarea:hover, input[type="text"]:hover, input[type="password"]:hover {
+textarea:hover, input[type="text"]:hover:not([disabled]), input[type="password"]:hover:not([disabled]) {
   border: 1px solid #7e0079;
   padding: 1px;
         -moz-border-radius: 2px;