Skip to content

Commit eb236e2

Browse files
committed
Fix red private tint overriding classic colors
1 parent 7002009 commit eb236e2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

browser/themes/windows/browser.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,16 @@ menupopup[touchmode] :is(menu, menuitem, menucaption) {
503503
}
504504

505505
@media (-moz-bool-pref: "r3dfox.customizations.enabled") {
506+
@media (-moz-windows-classic) {
507+
#main-window[privatebrowsingmode="temporary"] #TabsToolbar {
508+
background-image: linear-gradient(transparent, ActiveCaption) !important;
509+
}
510+
#main-window[privatebrowsingmode="temporary"] #TabsToolbar:-moz-window-inactive {
511+
background-image: linear-gradient(transparent, InactiveCaption) !important;
512+
}
513+
}
514+
506515
#main-window[privatebrowsingmode="temporary"] #TabsToolbar {
507516
background-color: #CC190032 !important;
508-
/* background-image: radial-gradient(ellipse at bottom, rgba(255,165,165,0.8), rgba(255,165,165,0.5) 40%, transparent); */
509517
}
510518
}

0 commit comments

Comments
 (0)