Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Checkboxradio: Adjust rule order to avoid specificty issues with othe…
…r icons

Fixes #15003
Closes gh-1725
  • Loading branch information
arschmitz authored and Alexander Schmitz committed Jul 27, 2016
1 parent 6c754b4 commit 57537d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/base/theme.css
Expand Up @@ -201,9 +201,6 @@ a.ui-button:active,
.ui-widget-header .ui-icon {
background-image: url("images/ui-icons_444444_256x240.png")/*{iconsHeader}*/;
}
.ui-button .ui-icon {
background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
Expand All @@ -223,6 +220,9 @@ a.ui-button:active,
.ui-state-error-text .ui-icon {
background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/;
}
.ui-button .ui-icon {
background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
}

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

0 comments on commit 57537d0

Please sign in to comment.