Page 1 of 1
Monochrome NoScript icons for Firefox 29
Posted: Sun May 25, 2014 11:53 pm
by LeRedditArmy
Hello. All the default buttons for the extensions I use in my toolbar are either black or gray, except for NoScript icons. Is it possible to replace them with monochrome icons?
Re: Monochrome NoScript icons for Firefox 29
Posted: Mon May 26, 2014 1:09 am
by barbaz
Yes, but I don't recommend doing that because it will greatly reduce the signaling ability of the icon. This user style adapted from
https://adblockplus.org/forum/viewtopic ... 865#p98865 will do the job (see that post for instructions how to apply it)
Code: Select all
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#noscript-tbb > .toolbarbutton-icon {
filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale");
}
Re: Monochrome NoScript icons for Firefox 29
Posted: Tue May 27, 2014 2:51 am
by LeRedditArmy
Thank you.
