mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 07:10:24 -08:00
Fix: Tabbar - Color like toolbar bgimage
This commit is contained in:
parent
ed43d04b8e
commit
bc2f86f7ae
2 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
:root:not(:-moz-lwtheme) {
|
:root:not(:-moz-lwtheme) {
|
||||||
/* Fix for windows's system default theme. Using --toolbar-bgcolor fallback */
|
/* Fix for windows's system default theme. Using --toolbar-bgcolor, --toolbar-bgimage fallback */
|
||||||
--tab-selected-bgcolor: unset !important; /* Original: rgb(255,255,255); */
|
--tab-selected-bgcolor: unset !important; /* Original: rgb(255,255,255); */
|
||||||
|
--tab-selected-bgimage: unset !important; /* Above FF v101 */
|
||||||
}
|
}
|
||||||
#tabbrowser-tabs:not([movingtab])
|
#tabbrowser-tabs:not([movingtab])
|
||||||
> #tabbrowser-arrowscrollbox
|
> #tabbrowser-arrowscrollbox
|
||||||
|
|
|
||||||
|
|
@ -3961,9 +3961,11 @@
|
||||||
/*= Selected Tab - Color like toolbar ========================================*/
|
/*= Selected Tab - Color like toolbar ========================================*/
|
||||||
@supports -moz-bool-pref("userChrome.tab.color_like_toolbar") {
|
@supports -moz-bool-pref("userChrome.tab.color_like_toolbar") {
|
||||||
:root:not(:-moz-lwtheme) {
|
:root:not(:-moz-lwtheme) {
|
||||||
/* Fix for windows's system default theme. Using --toolbar-bgcolor fallback */
|
/* Fix for windows's system default theme. Using --toolbar-bgcolor, --toolbar-bgimage fallback */
|
||||||
--tab-selected-bgcolor: unset !important;
|
--tab-selected-bgcolor: unset !important;
|
||||||
/* Original: rgb(255,255,255); */
|
/* Original: rgb(255,255,255); */
|
||||||
|
--tab-selected-bgimage: unset !important;
|
||||||
|
/* Nightly 101 */
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabbrowser-tabs:not([movingtab])
|
#tabbrowser-tabs:not([movingtab])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue