ideaweb / firefox-safari-style

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

New tab icon missing when it's moved to the top bar #51

Closed NyaomiDEV closed 2 years ago

NyaomiDEV commented 2 years ago
Screenshot 2022-05-16 at 11 14 36

I wanted to move the new tab button upwards so that I could hide the solo tab; however this happened

NyaomiDEV commented 2 years ago

Fixed it myself with this simple rule:

#new-tab-button, #new-tab-button:-moz-window-inactive {
    list-style-image: url("chrome://global/skin/icons/plus.svg") !important;
    box-shadow: none !important;
}