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:
abaevbog 2025-07-31 12:35:14 -05:00 • committed by GitHub
parent 19a848484a
commit 69fdf0b145
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -142,3 +142,8 @@ toolbox {
appearance: initial;
}
}
#zotero-toolbar-collection-tree {
// fx140: override default toolbar color on linux
background: var(--material-sidepane);
}