commit d082d074ee26472696e1ebbf0969f460a47a7a1d
parent ddad4a6acd3b46720ff61c1150269e40ef87b158
Author: Simon Kornblith <simon@simonster.com>
Date: Wed, 1 Feb 2012 20:05:28 -0500
Don't use Win 7 theme on Win XP
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero-platform/win/overlay.css b/chrome/content/zotero-platform/win/overlay.css
@@ -49,13 +49,17 @@
}
#zotero-toolbar {
+ -moz-appearance: toolbox !important;
+ padding-left: 2px;
+}
+
+#zotero-toolbar:-moz-system-metric(windows-compositor) {
-moz-appearance: none !important;
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
background-color: rgb(207, 219, 236) !important;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #818790;
- padding-left: 2px;
}
#zotero-collections-tree, #zotero-items-tree, #zotero-view-item {
@@ -85,7 +89,7 @@
border-width: 1px 0 0 1px;
}
-#zotero-view-tabbox > tabs {
+#zotero-item-pane {
margin-top: 2px;
}