Label or URL for custom about: icons?

Add-ons for Pale Moon and other applications
General discussion, compatibility, contributed extensions, themes, plugins, and more.

Moderators: FranklinDM, Lootyhoof

petrus

Label or URL for custom about: icons?

Unread post by petrus » 2017-01-14, 18:13

What's better, or correct, using label or url to change icons for about: pages, the Downloads tab for example?

My current line is: #tabbrowser-tabs .tabbrowser-tab[label^="Downloads"] .tab-icon-image { list-style-image: url("") !important;}

But i guess it would be better with url(about:downloads), but i don't know how to work that in, any ideas?
And what's the difference between label and title, title is used instead of label in the walnutty theme...

Pro tip, if anyone wants a list of all about: pages, type in about:about, which lists them all, like this:

about:
about:about
about:addons
about:buildconfig
about:cache
about:compartments
about:config
about:credits
about:downloads
about:home
about:license
about:logo
about:memory
about:mozilla
about:networking
about:newtab
about:permissions
about:plugins
about:privatebrowsing
about:rights
about:robots
about:sessionrestore
about:stylish-edit
about:support
about:sync-log
about:sync-progress
about:sync-tabs
about:telemetry
about:webrtc

Locked