diff --git a/src/gtk3/applications/_firefox.scss b/src/gtk3/applications/_firefox.scss new file mode 100644 --- /dev/null +++ b/src/gtk3/applications/_firefox.scss @@ -0,0 +1,10 @@ +// FIXME: Whenever Mozilla decides to fix their GTK stuff +// and adds :backdrop stuff for this, fix the colors so that +// we don't have to use this meh-looking color hack. +// See: BMO#1562507 +#MozillaGtkWidget { + menubar, .menubar { + color: gtk("@theme_titlebar_foreground_backdrop"); + background-color: gtk("@theme_titlebar_background"); + } +} \ No newline at end of file diff --git a/src/gtk3/gtk.scss b/src/gtk3/gtk.scss --- a/src/gtk3/gtk.scss +++ b/src/gtk3/gtk.scss @@ -33,3 +33,5 @@ @import "widgets/tooltips"; @import "widgets/treeview"; @import "widgets/window_decorations"; + +@import "applications/firefox";