mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-07 06:21:10 -08:00
Fix: Tab - Contextline color #857
This commit is contained in:
parent
350f20e5e9
commit
f19eb3000d
3 changed files with 22 additions and 0 deletions
|
|
@ -4,6 +4,10 @@
|
|||
border-radius: var(--tab-border-radius, 4px) var(--tab-border-radius, 4px) 0 0 !important;
|
||||
}
|
||||
|
||||
#{built-in-light-theme()} .tab-context-line,
|
||||
#{built-in-dark-theme()} .tab-context-line {
|
||||
--tab-line-color: rgb(10, 132, 255);
|
||||
}
|
||||
.tabbrowser-tab:is([selected], [multiselected]) .tab-context-line {
|
||||
/* Photon like color
|
||||
Default: var(--tab-line-color, rgb(10, 132, 255))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue