Use toolbar-bgcolor when available for window background
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user