Fix missing bottom border of toolbar on Windows
This commit is contained in:
parent
2a804d5d4a
commit
61684d8899
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
#zotero-pane #zotero-toolbar {
|
#zotero-pane #zotero-toolbar {
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
margin-top: -3px;
|
margin-top: -3px;
|
||||||
border-bottom-color: var(--theme-border-color);
|
border: 1px solid var(--theme-border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue