File tree 1 file changed +9
-5
lines changed
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,
116
116
font- weight: normal/*{fwDefault}*/ ;
117
117
color : # ffffff /*{fcActive}*/ ;
118
118
}
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}*/ ;
122
123
}
123
124
.ui-state-active a ,
124
125
.ui-state-active a : link ,
@@ -136,6 +137,10 @@ a.ui-button:active,
136
137
background: # fffa90 /*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/ ;
137
138
color : # 777620/*{fcHighlight}*/ ;
138
139
}
140
+ .ui-state-checked {
141
+ border : 1px solid # dad55e /*{borderColorHighlight}*/ ;
142
+ background: # fffa90 /*{bgColorHighlight}*/ ;
143
+ }
139
144
.ui-state-highlight a ,
140
145
.ui-widget-content .ui-state-highlight a ,
141
146
.ui-widget-header .ui-state-highlight a {
@@ -214,8 +219,7 @@ a.ui-button:active,
214
219
.ui-state-error-text .ui-icon {
215
220
background-image : url ("images/ui-icons_cc0000_256x240.png" )/*{iconsError}*/ ;
216
221
}
217
- .ui-button .ui-icon ,
218
- .ui-state-default .ui-icon {
222
+ .ui-button .ui-icon {
219
223
background-image : url ("images/ui-icons_777777_256x240.png" )/*{iconsDefault}*/ ;
220
224
}
221
225
You can’t perform that action at this time.
0 commit comments