mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-25 05:51:23 -08:00
Fix: Fully Color - Sidebar background #758
This commit is contained in:
parent
b5f0b5a826
commit
33d4c9753e
3 changed files with 13 additions and 0 deletions
|
|
@ -182,6 +182,11 @@ html|button.ghost-button:not(.semi-transparent):enabled:hover:active {
|
|||
}
|
||||
|
||||
/*== Sidebar - Field Color ===================================================*/
|
||||
html[lwt-sidebar] body {
|
||||
background-color: var(--lwt-sidebar-background-color, Field) !important;
|
||||
color: var(--lwt-sidebar-text-color, FieldText) !important;
|
||||
}
|
||||
|
||||
.sidebar-panel #search-box,
|
||||
xul|search-textbox.tabsFilter {
|
||||
--input-bgcolor: color-mix(in srgb, currentColor 30%, transparent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue