We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
Icon for Private Tab button was added before Firefox 29 (with Australis and that customizable menu).
Style for userChrome.css/Stylish to use icon from "Private Window" button:
/* AGENT_SHEET */ /* <- header for Stylish */ #privateTab-toolbar-openNewPrivateTab[cui-areatype="menu-panel"] { list-style-image: url("chrome://browser/skin/menuPanel.svg") !important; -moz-image-region: rect(0, 576px, 32px, 544px) !important; }
Or just apply grayscale filter:
#privateTab-toolbar-openNewPrivateTab[cui-areatype="menu-panel"] { filter: grayscale(1); }
Sorry, something went wrong.
may I change the icon now?
No branches or pull requests
the blue and red.
The text was updated successfully, but these errors were encountered: