commit 431185cc3a9dc8c79e6c010787e3074a27293412
parent 57da88ac3df3134e0e577693613db98327ec187b
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 1 Sep 2014 23:30:35 -0400
Merge pull request #531 from aurimasv/high-contrast
Use Mozilla's colors for itembox and tagbox background
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero-platform/win/overlay.css b/chrome/content/zotero-platform/win/overlay.css
@@ -90,7 +90,7 @@
#zotero-view-item {
padding: 0 !important;
-moz-appearance: none;
- background-color: white;
+ background-color: -moz-field;
border-width: 1px 0 0 1px;
}
diff --git a/chrome/skin/default/zotero/bindings/tagselector.css b/chrome/skin/default/zotero/bindings/tagselector.css
@@ -11,7 +11,7 @@ groupbox
overflow-x: hidden;
overflow-y: auto;
display: block; /* allow labels to wrap instead of all being in one line */
- background-color: white;
+ background-color: -moz-field;
}
checkbox