r3559 committed - CSS Framework: Shifted disabled state below priority states to make di...

r3559 committed - CSS Framework: Shifted disabled state below priority states to make di...

Revision: 3559
Author: scott.gonzalez
Date: Wed Dec 30 09:16:30 2009
Log: CSS Framework: Shifted disabled state below priority states to make
disabled secondary buttons look disabled.
http://code.google.com/p/jquery-ui/source/detail?r=3559
Modified:
/trunk/themes/base/ui.theme.css
=======================================
--- /trunk/themes/base/ui.theme.css    Fri Aug 28 09:12:39 2009
+++ /trunk/themes/base/ui.theme.css    Wed Dec 30 09:16:30 2009
@@ -33,9 +33,9 @@
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid
#cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/
url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/
50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color:
#cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color:
#cd0a0a/*{fcError}*/; }
-.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35;
filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary {
font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
+.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35;
filter:Alpha(Opacity=35); background-image: none; }
/* Icons
----------------------------------*/
--