File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,10 @@ a.ui-button:active,
116116 font- weight: normal/*{fwDefault}*/ ;
117117 color : # ffffff /*{fcActive}*/ ;
118118}
119- .ui-icon-background {
120- border : # dddddd/*{borderColorContent}*/ ;
121- background- color : # ffffff /*{bgColorContent}*/ ;
119+ .ui-icon-background ,
120+ .ui-state-active .ui-icon-background {
121+ border : # 003eff/*{borderColorActive}*/ ;
122+ background- color : # ffffff /*{fcActive}*/ ;
122123}
123124.ui-state-active a ,
124125.ui-state-active a : link ,
@@ -136,6 +137,10 @@ a.ui-button:active,
136137 background: # fffa90 /*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/ ;
137138 color : # 777620/*{fcHighlight}*/ ;
138139}
140+ .ui-state-checked {
141+ border : 1px solid # dad55e /*{borderColorHighlight}*/ ;
142+ background: # fffa90 /*{bgColorHighlight}*/ ;
143+ }
139144.ui-state-highlight a ,
140145.ui-widget-content .ui-state-highlight a ,
141146.ui-widget-header .ui-state-highlight a {
@@ -214,8 +219,7 @@ a.ui-button:active,
214219.ui-state-error-text .ui-icon {
215220 background-image : url ("images/ui-icons_cc0000_256x240.png" )/*{iconsError}*/ ;
216221}
217- .ui-button .ui-icon ,
218- .ui-state-default .ui-icon {
222+ .ui-button .ui-icon {
219223 background-image : url ("images/ui-icons_777777_256x240.png" )/*{iconsDefault}*/ ;
220224}
221225
You can’t perform that action at this time.
0 commit comments