File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,9 +201,6 @@ a.ui-button:active,
201
201
.ui-widget-header .ui-icon {
202
202
background-image : url ("images/ui-icons_444444_256x240.png" )/*{iconsHeader}*/ ;
203
203
}
204
- .ui-button .ui-icon {
205
- background-image : url ("images/ui-icons_777777_256x240.png" )/*{iconsDefault}*/ ;
206
- }
207
204
.ui-state-hover .ui-icon ,
208
205
.ui-state-focus .ui-icon ,
209
206
.ui-button : hover .ui-icon ,
@@ -223,6 +220,9 @@ a.ui-button:active,
223
220
.ui-state-error-text .ui-icon {
224
221
background-image : url ("images/ui-icons_cc0000_256x240.png" )/*{iconsError}*/ ;
225
222
}
223
+ .ui-button .ui-icon {
224
+ background-image : url ("images/ui-icons_777777_256x240.png" )/*{iconsDefault}*/ ;
225
+ }
226
226
227
227
/* positioning */
228
228
.ui-icon-blank { background-position : 16px 16px ; }
You can’t perform that action at this time.
0 commit comments