GRazie per la risposta, sei molto gentile e non hai idea di come questa cosa mi sia comoda....
Ecco il file completo, che proprio non va nella parte dei segnalibri (che non so quale sia...):
-------------------------
#bookmarksPanel .sidebar-placesTreechildren::-moz-tree-row(selected) {
background: #FF00FF !important;
}
#bookmarksPanel treechildren::-moz-tree-cell-text(selected) {
color: #fffff0 !important;
font-weight: bold !important; }
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* Modifiche al font usato nella barra laterale dei segnalibri */
@-moz-document url("chrome://browser/content/bookmarks/bookmarksPanel.xul")
{
.sidebar-placesTree {
font-size: 11px;
font-family: Verdana;
}
treechildren::-moz-tree-cell-text(title, container) {
color: blue !important;
-moz-border-radius: 2em !important;
font-weight: bold;
}
}
#bookmarksPanel #placesContext_delete {
display:none !important;
}
/* Nasconde la floating status bar (da Firefox 25) */
statuspanel {
display: none !important; }
/* Diminuisce la larghezza minima della barra laterale dei segnalibri */
#sidebar-box {
min-width: 5px !important; }
tab[class="tabbrowser-tab"] {
font-family: Verdana !important;
}
/*Remove bookmark toolbar tooltips*/
#bhTooltip { display: none !important; }
/* Cambia il colore del separatore */
#bookmarks-view .sidebar-placesTreechildren::-moz-tree-separator {
-moz-appearance: none !important;
border-color: #C0B0B0 !important; }
/* Colored folders for bookmark sidebar, toolbar, menu button */
/* Standard folder */
#bookmarks-view treechildren::-moz-tree-image(container),
#PlacesToolbarItems toolbarbutton[container="true"] .toolbarbutton-icon,
#PlacesToolbarItems menu[container="true"] .menu-iconic-left,
#BMB_bookmarksPopup menu[container="true"] .menu-iconic-icon {
fill: #ff8000 !important; /* slightly muted gold */
}
/* Live Bookmark (RSS Feed) */
#bookmarks-view treechildren::-moz-tree-image(container, livemark),
#PlacesToolbarItems toolbarbutton[container="true"][livemark="true"] .toolbarbutton-icon,
#PlacesToolbarItems menu[container="true"][livemark="true"] .menu-iconic-left,
#BMB_bookmarksPopup menu[container="true"][livemark="true"] .menu-iconic-icon {
fill: orange !important;
}
/* Smart bookmark folder */
#bookmarks-view treechildren::-moz-tree-image(container, query),
#PlacesToolbarItems toolbarbutton[container="true"][query="true"] .toolbarbutton-icon,
#PlacesToolbarItems menu[container="true"][query="true"] .menu-iconic-left,
#BMB_bookmarksPopup menu[container="true"][query="true"] .menu-iconic-icon {
fill: #69c !important; /* similar to blue smart folder color */
}
/* These "containers" are SVG in the sidebar, not yet on the menu */
#bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu) {
fill: olive !important;
}
#bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar) {
fill: olive !important;
}
#bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks) {
fill: olive !important;
}