Add files via upload
This commit is contained in:
parent
e5699061ab
commit
59698d6a0d
1 changed files with 7 additions and 1 deletions
|
@ -175,7 +175,6 @@
|
||||||
#tabbrowser-tabs
|
#tabbrowser-tabs
|
||||||
{
|
{
|
||||||
--tab-min-height: 32px !important;
|
--tab-min-height: 32px !important;
|
||||||
--tab-line-color: var(--tab-line-col) !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports -moz-bool-pref("materialFox.reduceTabOverflow")
|
@supports -moz-bool-pref("materialFox.reduceTabOverflow")
|
||||||
|
@ -246,3 +245,10 @@
|
||||||
#TabsToolbar .toolbarbutton-1 {
|
#TabsToolbar .toolbarbutton-1 {
|
||||||
fill: var(--lwt-text-color) !important;
|
fill: var(--lwt-text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:-moz-any(:root:not([style]),
|
||||||
|
:root:not([lwtheme]),
|
||||||
|
:root[style*="--lwt-accent-color:rgb(227, 228, 230); --lwt-text-color:rgba(24, 25, 26);"],
|
||||||
|
:root[style*="--lwt-accent-color:rgb(12, 12, 13); --lwt-text-color:rgba(249, 249, 250);"]) #tabbrowser-tabs {
|
||||||
|
--tab-line-color: var(--tab-line-col) !important;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue