Skip to content

Commit

Permalink
Revert "Theme: Removes css for ui-state-checked its not used any more"
Browse files Browse the repository at this point in the history
This reverts commit 1b0e947.
  • Loading branch information
mgol committed Sep 25, 2021
1 parent 87656cd commit d8b876c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions themes/base/theme.css
Expand Up @@ -116,8 +116,9 @@ a.ui-button:active,
font-weight: normal/*{fwDefault}*/;
color: #ffffff/*{fcActive}*/;
}
.ui-icon-background {
border: #dddddd/*{borderColorContent}*/;
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff/*{borderColorActive}*/;
background-color: #ffffff/*{bgColorContent}*/;
}
.ui-state-active a,
Expand All @@ -136,6 +137,10 @@ a.ui-button:active,
background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
border: 1px solid #dad55e/*{borderColorHighlight}*/;
background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
Expand Down

0 comments on commit d8b876c

Please sign in to comment.