Fix missing bottom border of toolbar on Windows

This commit is contained in:
Dan Stillman 2020-02-10 22:23:56 -05:00
parent 2a804d5d4a
commit 61684d8899

View file

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