mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-12 20:31:29 -08:00
Add: Photon like Unselected Tab - Pre-tabs spacer
This commit is contained in:
parent
ec965c783b
commit
fbe07cd0bf
1 changed files with 5 additions and 0 deletions
|
|
@ -328,6 +328,11 @@
|
|||
}
|
||||
|
||||
/** Unselected Tab - Divide line ********************************************/
|
||||
.titlebar-spacer[type="pre-tabs"] {
|
||||
border-inline-end: 1px solid var(--lwt-background-tab-separator-color, currentColor);
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.tabbrowser-tab::after, #tabbrowser-tabs[movingtab] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[visuallyselected]::before {
|
||||
content: "";
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue