mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 12:20:36 -08:00
Fix: Sidebar - Overlap with system default theme #461
This commit is contained in:
parent
09c812550c
commit
b435705098
2 changed files with 4 additions and 2 deletions
|
|
@ -7286,7 +7286,8 @@
|
|||
direction: rtl;
|
||||
}
|
||||
|
||||
#sidebar-header {
|
||||
#sidebar-header,
|
||||
#sidebar {
|
||||
background-color: var(--sidebar-background-color) !important;
|
||||
color: var(--sidebar-text-color) !important;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
|
|
@ -36,7 +36,8 @@
|
|||
direction: rtl;
|
||||
}
|
||||
|
||||
#sidebar-header {
|
||||
#sidebar-header,
|
||||
#sidebar {
|
||||
background-color: var(--sidebar-background-color) !important;
|
||||
color: var(--sidebar-text-color) !important;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue