summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-20 02:20:40 +0100
committerAndrew Dolgov <[email protected]>2008-05-20 02:20:40 +0100
commit228e167bbe0c17a708144ca042b1635f030832dd (patch)
tree91b80c9536a0b3a95631ac0a75d41729ed2799f7 /themes
parent26f9ed70bd8d6c22358187fba866b800c3d8892d (diff)
graycube, compat: make compatible with grabber
Diffstat (limited to 'themes')
-rw-r--r--themes/compat/theme.css4
-rw-r--r--themes/graycube/theme.css5
2 files changed, 9 insertions, 0 deletions
diff --git a/themes/compat/theme.css b/themes/compat/theme.css
index 790593214..fb639899b 100644
--- a/themes/compat/theme.css
+++ b/themes/compat/theme.css
@@ -912,3 +912,7 @@ table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
color : #5050aa;
}
+#resize-grabber {
+ border-color : #c0c0c0;
+}
+
diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css
index 43957da19..5ea3b7692 100644
--- a/themes/graycube/theme.css
+++ b/themes/graycube/theme.css
@@ -499,3 +499,8 @@ div.tagCloudContainer {
border : 1px solid #999999;
}
+#resize-grabber {
+ right : 40px;
+ border-color : gray;
+}
+