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
|
@ -115,3 +115,10 @@
|
||||||
width: 18px;
|
width: 18px;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
toolbox {
|
||||||
|
@media (-moz-platform: linux) {
|
||||||
|
background: Menu;
|
||||||
|
appearance: initial;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue