Use toolbar-bgcolor when available for window background
This commit is contained in:
parent
54b7aededa
commit
29265f1107
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
dialog,
|
dialog,
|
||||||
tree{
|
tree{
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
background-color: rgb(50,50,52) !important;
|
background-color: var(--toolbar-bgcolor,rgb(50,50,52)) !important;
|
||||||
color: rgb(249,249,250) !important;
|
color: rgb(249,249,250) !important;
|
||||||
}
|
}
|
||||||
#placesToolbar,
|
#placesToolbar,
|
||||||
|
|
Loading…
Reference in a new issue