/* Schrift */ #folderTree treechildren::-moz-tree-cell-text {font-size: 20pt !important; font-family: bahnschrift !important;} #threadTree treechildren::-moz-tree-cell-text {font-size: 20pt !important; font-family: bahnschrift !important;} /* Zeilenabstand */ #folderTree > treechildren::-moz-tree-row {height: 30px !important; min-height: 0px !important;} #threadTree > treechildren::-moz-tree-row {height: 30px !important; min-height: 0px !important;} /* Hintergrund */ #threadTree > treechildren::-moz-tree-row {background-color: lightcyan !important;} #folderTree > treechildren::-moz-tree-row {background-color: lightcyan !important;} #threadTree > treechildren::-moz-tree-row(selected) {background-color: white !important;} #folderTree > treechildren::-moz-tree-row(selected) {background-color: white !important;} /* Schriftfarbe bei Auswahl */ #folderTree treechildren::-moz-tree-cell-text(selected) {color: black !important;} #threadTree treechildren::-moz-tree-cell-text(selected) {color: black !important;} /* Ordner Icon bei Auswahl hervorheben */ #folderTree > treechildren::-moz-tree-image(folderNameCol, selected) {fill: color-mix(in srgb, black 10%, transparent) !important; stroke: black !important;}