Fix bad basicViewer toolbar styling on Linux

This commit is contained in:
Adomas Venčkauskas 2024-04-11 17:10:18 +03:00
parent b44757ad3c
commit 5681954f39

View file

@ -115,3 +115,10 @@
width: 18px;
margin-top: 1px;
}
toolbox {
@media (-moz-platform: linux) {
background: Menu;
appearance: initial;
}
}