Skip to content

Commit 496b103

Browse files
committed
Add back force white caption text css after accidentally removing it
1 parent 0e34541 commit 496b103

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

browser/themes/shared/r3dfox.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,19 @@
184184
}
185185
}
186186

187+
@media (-moz-bool-pref: "r3dfox.caption.text.color") {
188+
#TabsToolbar {
189+
color: white !important;
190+
--toolbarbutton-icon-fill: currentColor !important;
191+
}
192+
:root {
193+
--lwt-text-color: white !important;
194+
}
195+
#main-menubar:not([lwtheme]) {
196+
color: white !important;
197+
}
198+
}
199+
187200
@media (-moz-bool-pref: "r3dfox.force.transparency") {
188201
:root {
189202
--lwt-additional-images: none !important;

0 commit comments

Comments
 (0)