summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-18 05:58:31 +0100
committerAndrew Dolgov <[email protected]>2006-05-18 05:58:31 +0100
commite5d758e3db48bd8613771d9c139de5017f1d7194 (patch)
treede61b3dfc4f251d655838169028195bbc5b1639b /themes
parent7b5c6012d12c35f900dc8f20fdc103cc14959f3a (diff)
rework tab appearance, various interface improvements
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;