Add files via upload

This commit is contained in:
bmFtZQ 2021-03-21 10:32:47 +08:00 committed by GitHub
parent e5699061ab
commit 59698d6a0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,7 +175,6 @@
#tabbrowser-tabs
{
--tab-min-height: 32px !important;
--tab-line-color: var(--tab-line-col) !important;
}
@supports -moz-bool-pref("materialFox.reduceTabOverflow")
@ -246,3 +245,10 @@
#TabsToolbar .toolbarbutton-1 {
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;
}