Fix: Fully Color - Sidebar background #758

This commit is contained in:
alstjr7375 2023-09-04 00:06:00 +09:00
parent b5f0b5a826
commit 33d4c9753e
3 changed files with 13 additions and 0 deletions

View file

@ -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);