changed disabled class to ui-disabled, dropping the "state" portion to fit with the new conventions

This commit is contained in:
scottjehl 2010-10-27 23:11:22 -04:00
parent 7d03d097bf
commit 336dc36297
2 changed files with 2 additions and 2 deletions

View file

@ -139,7 +139,7 @@ a.ui-link-inherit { text-decoration: none !important; }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; opacity: .3; }
.ui-disabled { cursor: default !important; opacity: .3; }
/* Icons
----------------------------------*/

View file

@ -700,7 +700,7 @@ a.ui-link-inherit {
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
.ui-disabled {
cursor: default !important;
opacity: .3;
}