Skip to content

Commit 7d0cb3a

Browse files
committed
Force inactive menubar to be black
1 parent ab58835 commit 7d0cb3a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

browser/themes/shared/r3dfox.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
#main-window[privatebrowsingmode="temporary"] #TabsToolbar {
5454
background-color: #CC190032 !important;
5555
}
56+
57+
#main-menubar:not([lwtheme]):-moz-window-inactive {
58+
color: black !important;
59+
}
5660
}
5761

5862
/* Aero fog and other settings */
@@ -99,7 +103,7 @@
99103
:root {
100104
--lwt-text-color: white !important;
101105
}
102-
#main-menubar:not([lwtheme], :-moz-window-inactive) {
106+
#main-menubar:not([lwtheme]):-moz-window-inactive {
103107
color: white !important;
104108
}
105109
}

0 commit comments

Comments
 (0)