[Request] Australis Icon

Various discussions related to Adblock Plus development
Post Reply
gctheol

[Request] Australis Icon

Post by gctheol »

I love Firefox and I love Adblock plus, but together they don't look nice anymore because of the new Australis interface as Adblock now is my only colored Icon. All others are more minimal and "greyish". It would be nice to have a new more minimal Icon which integrates nicely in the new interface.
Of course this is not a "high priority feature" but I think it is good to show that there is demand for that - perhaps I am not the only one.

So far thanks for listening :-)
User avatar
Gingerbread Man
Posts: 1339
Joined: Fri Aug 12, 2011 5:28 am

Re: [Request] Australis Icon

Post by Gingerbread Man »

I don't see how this is feasible. Given that the icon is grey when Adblock Plus is disabled, this would cause a lot of confusion.

You can make the icon greyscale yourself if you want. Use the following either in Stylish or userChrome.css. In the latter, the first line should only appear once in the file.
https://addons.mozilla.org/firefox/addon/stylish/
http://kb.mozillazine.org/UserChrome.css

Code: Select all

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#abp-toolbarbutton > .toolbarbutton-icon {
  filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale");
}
Post Reply