Skip to content

Commit

Permalink
Theme: Replace missing definition for default icons
Browse files Browse the repository at this point in the history
  • Loading branch information
arschmitz committed Oct 4, 2016
1 parent 265b8f5 commit dde9b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/base/theme.css
Expand Up @@ -219,7 +219,8 @@ a.ui-button:active,
.ui-state-error-text .ui-icon {
background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/;
}
.ui-button .ui-icon {
.ui-button .ui-icon,
.ui-state-default .ui-icon {
background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
}

Expand Down

0 comments on commit dde9b83

Please sign in to comment.