Op 12-11-2015 om 20:23 schreef EE:
> Roger Fink wrote:
>> Does anyone know how to remove the RSS icon from the URL bar in
>> SeaMonkey? In Pale Moon you can set an about:config preference to false,
>> <browser.urlbar.rss>. This doesn't exist in 2.35, the version I'm using,
>> so I added it, but it doesn't do anything.
>
> I got rid of it by putting this code in userChrome.css (in a chrome
> subdirectory in the profile):
>
> /*Remove feed button*/
> #feedsButton {display: none !important;}
>
> At the top of that file, there should be this setting:
> /* Do not remove the @namespace line -- it's required for correct
> functioning */
> @namespace
> url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
>
> http://kb.mozillazine.org/UserChrome.css
>
This works for me without the !important qualifier and without having to
add the @namespace. I think the @namespace might have been required in
the pas, but isn't anymore and the !important is only necessary if the
item is redefined by a later style sheet, but that isn;t the case here
either.
Onno
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey