mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
make curve color respect selected tab color set by theme
This commit is contained in:
parent
1324f22b33
commit
c194c5e62b
1 changed files with 4 additions and 1 deletions
|
@ -34,7 +34,10 @@ See the above repository for updates as well as full license text. */
|
|||
}
|
||||
|
||||
.tabbrowser-tab[selected] > stack::before,
|
||||
.tabbrowser-tab[selected] > stack::after{ fill: var(--toolbar-bgcolor) !important; stroke: var(--tabs-border-color,transparent); }
|
||||
.tabbrowser-tab[selected] > stack::after{
|
||||
fill: var(--lwt-selected-tab-background-color,var(--toolbar-bgcolor)) !important;
|
||||
stroke: var(--tabs-border-color,transparent);
|
||||
}
|
||||
|
||||
.tabbrowser-tab:hover > stack::after,
|
||||
.tabbrowser-tab[selected] > stack::after{
|
||||
|
|
Loading…
Reference in a new issue