mirror of
https://github.com/zotero/zotero.git
synced 2026-09-27 01:21:27 +00:00
fx140: fix collection tree toolbar color on Linux (#5440)
Override default toolbar color set in https://searchfox.org/mozilla-esr140/source/toolkit/themes/linux/global/toolbar.css#12 Fixes #5439
This commit is contained in:
parent
19a848484a
commit
69fdf0b145
1 changed files with 5 additions and 0 deletions
|
|
@ -142,3 +142,8 @@ toolbox {
|
|||
appearance: initial;
|
||||
}
|
||||
}
|
||||
|
||||
#zotero-toolbar-collection-tree {
|
||||
// fx140: override default toolbar color on linux
|
||||
background: var(--material-sidepane);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue