ideaweb / firefox-safari-style

A macOS compliant theme for Firefox
MIT License
184 stars 13 forks source link

Dark TabsToolbar background when on default firefox theme #31

Open sarensabertooth opened 3 years ago

sarensabertooth commented 3 years ago

The Tabs Toolbar appears dark like the dark theme with the rest being the light theme, when firefox is set to the default theme.

Screenshot 2021-03-17 at 14 15 33

I temporarily fixed this by adding the following to my userChrome:

`toolbar#TabsToolbar {

-moz-appearance: none !important; background-color: transparent !important; }

toolbar-menubar, #menubar-items, #main-menubar { background-color: transparent !important; background-image: none !important; } `