Hi I have a toolbar in my extension
It is possible to show/hide icons using CSS, something like this:
toolbarbutton#icon-id [type="icon"] {
list-style-image: url('chrome://......png');
}
Is there any similar way to use CSS to allow user to select between icon
only , text only , text & icon ?
Joe
_______________________________________________ Project_owners mailing list [email protected] https://www.mozdev.org/mailman/listinfo/project_owners
