create a few exceptions for default light theme colors
This lets default light theme to use toolbar-bgcolor for the selected theme as well as make the line atop of selected tab (with default light theme) show as blue as per Photon styling.
This commit is contained in:
parent
e2a2974038
commit
568c1cd86b
1 changed files with 4 additions and 1 deletions
|
@ -29,9 +29,12 @@ See the above repository for updates as well as full license text. */
|
||||||
#TabsToolbar{
|
#TabsToolbar{
|
||||||
--toolbarbutton-inner-padding: 7px !important;
|
--toolbarbutton-inner-padding: 7px !important;
|
||||||
}
|
}
|
||||||
#navigator-toolbox:not([movingtab]) > #titlebar > #TabsToolbar{
|
/* Few exceptions for default light theme */
|
||||||
|
#navigator-toolbox:not([movingtab]):-moz-lwtheme > #titlebar > #TabsToolbar{
|
||||||
--toolbar-bgcolor: transparent;
|
--toolbar-bgcolor: transparent;
|
||||||
}
|
}
|
||||||
|
#TabsToolbar:not(:-moz-lwtheme){ --tab-line-color: transparent; }
|
||||||
|
.tab-background[selected]:not(:-moz-lwtheme){ background: var(--toolbar-bgcolor) !important; }
|
||||||
|
|
||||||
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-badge-stack,
|
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-badge-stack,
|
||||||
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-icon{ border-radius: 2px !important; }
|
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-icon{ border-radius: 2px !important; }
|
||||||
|
|
Loading…
Reference in a new issue