commit 16ad422e89ed402421787ad06ba871cdd4ebb0f7
parent da30f9e25c2e2b5047e21602bc559b5f323d7682
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 9 Mar 2018 06:35:22 -0500
Fix cut-off top line of search bar on Windows
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero-platform/win/overlay.css b/chrome/content/zotero-platform/win/overlay.css
@@ -9,7 +9,7 @@
#zotero-pane #zotero-toolbar {
-moz-appearance: none !important;
- margin-top: -4px;
+ margin-top: -3px;
border-bottom-color: var(--theme-border-color);
}