Don't use Win 7 theme on Win XP

This commit is contained in:
Simon Kornblith 2012-02-01 20:05:28 -05:00
parent ddad4a6acd
commit d082d074ee

View File

@ -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;
}