mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-25 05:51:23 -08:00
Fix: Tab - Selected tab background color when moving
This commit is contained in:
parent
41acca6f96
commit
3a0b786bc3
3 changed files with 22 additions and 0 deletions
|
|
@ -7,6 +7,10 @@
|
|||
background-color: var(--tab-selected-bgcolor, var(--toolbar-bgcolor)) !important;
|
||||
}
|
||||
|
||||
#tabbrowser-arrowscrollbox
|
||||
> .tabbrowser-tab
|
||||
> .tab-stack
|
||||
> .tab-background[selected]:-moz-lwtheme,
|
||||
#tabbrowser-tabs:not([movingtab])
|
||||
> #tabbrowser-arrowscrollbox
|
||||
> .tabbrowser-tab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue