Wie der Titel schon sagt würde ich gerne meine Ordnericons ändern.
Eine Suche hier im Forum führte mich meistens zu Faviconpicker.
Doch damit geht das ja wohl nicht.Oder doch?
Wenn das nicht geht,möchte ich wissen wie mann das Ordnericon entfernt?
Habe hier was gefunden aber das funzt bei mir nicht.... :cry:
Hier mal meine userChrome.css:
CSS
/* BOOKMARKS MENU */
/* Kill "normal" bookmark icons in the bookmarks menu */
menuitem.bookmark-item > .menu-iconic-left {
display: none;
}
/* Other examples: */
/* kill icons for bookmark folders in Bookmarks menu */
menu.bookmark-item > .menu-iconic-left {
display: none;
}
/* kill icons for bookmark groups in Bookmarks menu */
menuitem.bookmark-group > .menu-iconic-left {
display: none;
}
/* Multi-row bookmarks toolbar */
#bookmarks-ptf {display:block}
#bookmarks-ptf toolbarseparator {display:inline}
/*Überflüssige Menüeinträge ausblenden*/
menuitem[label="Web-Suche"],
menuitem[label="E-Mail lesen (0 neue)"],
menuitem[label="Neue Nachricht..."],
menuitem[label="Neue Nachricht..."] + menuseparator,
menu[label="Gehe"]{
display: none !important;}
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
Alles anzeigen
Woran könnte es nur liegen?
THX
mk-one