Skip to content
New issue

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

[Ask] The icon not same? #258

Open
DhannyNara opened this issue Apr 9, 2017 · 2 comments
Open

[Ask] The icon not same? #258

DhannyNara opened this issue Apr 9, 2017 · 2 comments
Labels

Comments

@DhannyNara
Copy link
Contributor

  • Can you tell me why the icon is not same?
    the blue and red.
    Screenshot
@Infocatcher
Copy link
Owner

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);
}

@DhannyNara
Copy link
Contributor Author

may I change the icon now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants