Don't add border to the top/sides of the toolbar on Windows (#3061)

This commit is contained in:
Abe Jellinek 2023-04-06 01:04:00 -04:00 committed by GitHub
parent db74640993
commit 8e04c077ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
#zotero-pane #zotero-toolbar {
-moz-appearance: none !important;
margin-top: -3px;
border: 1px solid var(--theme-border-color);
border-bottom: 1px solid var(--theme-border-color);
}