aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/base/theme.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/base/theme.css b/themes/base/theme.css
index acac7cc04..e0ca09acc 100644
--- a/themes/base/theme.css
+++ b/themes/base/theme.css
@@ -137,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 {