add linux/gtk theme support
This commit is contained in:
parent
0a720d6001
commit
cde79a01e2
9 changed files with 153 additions and 35 deletions
|
@ -60,6 +60,13 @@ browsing indicator) */
|
|||
--chrome-content-separator-color: #535353 !important;
|
||||
}
|
||||
|
||||
@media (-moz-gtk-csd-available) {
|
||||
:root:not(:-moz-lwtheme) {
|
||||
--toolbar-bgcolor: color-mix(in srgb, -moz-dialog 80%, #fff) !important;
|
||||
--toolbar-field-background-color: Field !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* remove toolbar bg */
|
||||
#nav-bar,
|
||||
#PersonalToolbar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue