@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* hide folder labels */
#bookmarks-ptf > toolbarbutton[container="true"] > label,
#bookmarksBarContent > toolbarbutton[container="true"] > label,
#PlacesToolbarItems > toolbarbutton[container="true"] > label
{
    display: none !important;
}

/* Hide name if icon */
#bookmarks-ptf > toolbarbutton[image]:not([image=""]) > label,
#bookmarksBarContent > toolbarbutton[image]:not([image=""]) > label,
#PlacesToolbarItems > toolbarbutton[image]:not([image=""]) > label
{
    display: none !important;
}

/* Hide default icon */
#bookmarks-ptf > toolbarbutton[image=""]:not([container="true"]) > image,
#bookmarksBarContent > toolbarbutton:not([image]):not([container="true"]) > image,
#PlacesToolbarItems > toolbarbutton:not([image]):not([container="true"]) > image
{

    display: none !important;
}
