Fixed disabled buttons sometimes not being apparent in admin theme
authorDan
Sat, 19 Jul 2008 20:47:17 -0400
changeset 646 55363ed1099e
parent 645 24f2fa13a2a0
child 647 6bb3d447b4b8
Fixed disabled buttons sometimes not being apparent in admin theme
themes/admin/css/default.css
--- a/themes/admin/css/default.css	Sat Jul 19 20:47:00 2008 -0400
+++ b/themes/admin/css/default.css	Sat Jul 19 20:47:17 2008 -0400
@@ -191,7 +191,7 @@
   padding: 3px;
 }
 
-input:disabled {
+input:disabled, input[disabled ^="disabled"], button:disabled, button[disabled ^="disabled"] {
   border-color: #666666 !important;
   background-image: none !important;
   background-color: #DDD !important;