aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base
diff options
context:
space:
mode:
Diffstat (limited to 'themes/base')
-rw-r--r--themes/base/theme.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/base/theme.css b/themes/base/theme.css
index 12b94c653..0e0561dc1 100644
--- a/themes/base/theme.css
+++ b/themes/base/theme.css
@@ -28,6 +28,9 @@
font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
font-size: 1em;
}
+.ui-widget.ui-widget-content {
+ border: 1px solid #c5c5c5/*{borderColorDefault}*/;
+}
.ui-widget-content {
border: 1px solid #dddddd/*{borderColorContent}*/;
background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;