Author: justi9
Date: 2009-02-03 12:55:10 -0500 (Tue, 03 Feb 2009)
New Revision: 3099
Modified:
mgmt/trunk/cumin/python/cumin/widgets.strings
Log:
Lighten disabled button text a little
Modified: mgmt/trunk/cumin/python/cumin/widgets.strings
===================================================================
--- mgmt/trunk/cumin/python/cumin/widgets.strings 2009-02-03 16:47:37 UTC (rev 3098)
+++ mgmt/trunk/cumin/python/cumin/widgets.strings 2009-02-03 17:55:10 UTC (rev 3099)
@@ -135,8 +135,8 @@
}
button.disabled {
- color: #666;
- border: 1px solid #EAEAEA;
+ color: #bbb;
+ border: 1px solid #ddd;
}
button.disabled:hover {
background-color: #f7f7f7;
Show replies by date