mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Fix: shadow color( --dark-menu-color don't exist... )
This commit is contained in:
parent
8fc65985c0
commit
b854c6c7b8
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
|
||||
#TabsToolbar[brighttext] #tabbrowser-tabs:not([noshadowfortests]) .tabbrowser-tab:is([visuallyselected="true"], [multiselected]) > .tab-stack > .tab-background:-moz-lwtheme {
|
||||
box-shadow: 0 0 1px var(--dark-menu-color) !important;
|
||||
box-shadow: 0 0 1px var(--toolbar-color) !important;
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue