Fix: Tabbar - Color like toolbar bgimage

This commit is contained in:
alstjr7375 2022-04-19 09:23:15 +09:00
parent ed43d04b8e
commit bc2f86f7ae
2 changed files with 5 additions and 2 deletions

View file

@ -3961,9 +3961,11 @@
/*= Selected Tab - Color like toolbar ========================================*/
@supports -moz-bool-pref("userChrome.tab.color_like_toolbar") {
: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-bgimage: unset !important;
/* Nightly 101 */
}
#tabbrowser-tabs:not([movingtab])