Skip to content

Commit 57537d0

Browse files
arschmitzAlexander Schmitz
authored and
Alexander Schmitz
committed
Checkboxradio: Adjust rule order to avoid specificty issues with other icons
Fixes #15003 Closes jquerygh-1725
1 parent 6c754b4 commit 57537d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/base/theme.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ a.ui-button:active,
201201
.ui-widget-header .ui-icon {
202202
background-image: url("images/ui-icons_444444_256x240.png")/*{iconsHeader}*/;
203203
}
204-
.ui-button .ui-icon {
205-
background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
206-
}
207204
.ui-state-hover .ui-icon,
208205
.ui-state-focus .ui-icon,
209206
.ui-button:hover .ui-icon,
@@ -223,6 +220,9 @@ a.ui-button:active,
223220
.ui-state-error-text .ui-icon {
224221
background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/;
225222
}
223+
.ui-button .ui-icon {
224+
background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
225+
}
226226

227227
/* positioning */
228228
.ui-icon-blank { background-position: 16px 16px; }

0 commit comments

Comments
 (0)