We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e34541 commit 496b103Copy full SHA for 496b103
browser/themes/shared/r3dfox.css
@@ -184,6 +184,19 @@
184
}
185
186
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
197
198
+}
199
+
200
@media (-moz-bool-pref: "r3dfox.force.transparency") {
201
:root {
202
--lwt-additional-images: none !important;
0 commit comments