da ist ja noch dieser kleine Pfeil
Dies meintest du wohl nicht:
CSS
.sidebar-placesTreechildren::-moz-tree-twisty(open) {
fill: red !important;
fill-opacity: 1.0 !important;
opacity: 1!important;
}
.sidebar-placesTreechildren::-moz-tree-twisty(closed) {
fill: green !important;
fill-opacity: 1.0 !important;
opacity: 1!important;
}
.sidebar-placesTreechildren::-moz-tree-twisty(open, hover) {
fill: blue !important;
fill-opacity: 1.0 !important;
opacity: 1!important;
}
.sidebar-placesTreechildren::-moz-tree-twisty(closed, hover) {
fill: yellow !important;
fill-opacity: 1.0 !important;
opacity: 1!important;
}
Alles anzeigen

