Skip to content

Commit eeae88a

Browse files
committed
Theme: Replace missing definition for default icons
Fixes jquery/download.jqueryui.com#335
1 parent 8e9dc84 commit eeae88a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

themes/base/theme.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ a.ui-button:active,
219219
.ui-state-error-text .ui-icon {
220220
background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/;
221221
}
222-
.ui-button .ui-icon {
222+
.ui-button .ui-icon,
223+
.ui-state-default .ui-icon {
223224
background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
224225
}
225226

0 commit comments

Comments
 (0)