Fix bad basicViewer toolbar styling on Linux
This commit is contained in:
parent
b44757ad3c
commit
5681954f39
1 changed files with 7 additions and 0 deletions
|
@ -114,4 +114,11 @@
|
|||
#zotero-tb-pq-recognize .toolbarbutton-icon {
|
||||
width: 18px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
toolbox {
|
||||
@media (-moz-platform: linux) {
|
||||
background: Menu;
|
||||
appearance: initial;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue