summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/compat/theme.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/compat/theme.css b/themes/compat/theme.css
index a37d84455..11f7ff4d6 100644
--- a/themes/compat/theme.css
+++ b/themes/compat/theme.css
@@ -469,6 +469,15 @@ div.helpResponse {
width : 300px;
}
+#infoBoxTitle {
+ border-width : 1px 1px 1px 1px;
+ border-style : solid;
+ border-color : #c0c0c0;
+ background-color : #c0c0c0;
+ padding : 2px;
+ color : white;
+}
+
#infoBox {
border : 1px solid #c0c0c0;