Skip to content

Commit d5177f2

Browse files
committed
Revert "Theme: Removes css for ui-state-checked its not used any more"
This reverts commit 1b0e947.
1 parent 2fd224d commit d5177f2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

themes/base/theme.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ a.ui-button:active,
116116
font-weight: normal/*{fwDefault}*/;
117117
color: #ffffff/*{fcActive}*/;
118118
}
119-
.ui-icon-background {
120-
border: #dddddd/*{borderColorContent}*/;
119+
.ui-icon-background,
120+
.ui-state-active .ui-icon-background {
121+
border: #003eff/*{borderColorActive}*/;
121122
background-color: #ffffff/*{bgColorContent}*/;
122123
}
123124
.ui-state-active a,
@@ -136,6 +137,10 @@ a.ui-button:active,
136137
background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
137138
color: #777620/*{fcHighlight}*/;
138139
}
140+
.ui-state-checked {
141+
border: 1px solid #dad55e/*{borderColorHighlight}*/;
142+
background: #fffa90/*{bgColorHighlight}*/;
143+
}
139144
.ui-state-highlight a,
140145
.ui-widget-content .ui-state-highlight a,
141146
.ui-widget-header .ui-state-highlight a {

0 commit comments

Comments
 (0)