Kann man
Teste bitte:
CSS
@-moz-document url("chrome://browser/content/places/bookmarksSidebar.xhtml"),
url("chrome://browser/content/browser.xhtml") {
#sidebar-box {
background-color: #2B2A33 !important;
color: white !important;
}
.sidebar-placesTreechildren::-moz-tree-cell-text {
color: white !important;
}
.sidebar-placesTreechildren::-moz-tree-cell(hover),
.sidebar-placesTreechildren::-moz-tree-cell-text(hover) {
color: black !important;
background-color: #F0F2F7 !important;
}
.sidebar-placesTreechildren::-moz-tree-cell(selected),
.sidebar-placesTreechildren::-moz-tree-cell-text(selected) {
background-color: #00DDFF !important;
}
}
Alles anzeigen