Ich habe bisher diesen Code in der "userChrome.css" benutzt, um Zeprastreifen im folder und thread Bereich zu erhalten.
CSS
#folderTree > treechildren::-moz-tree-row(odd) {
border: 1px solid transparent !important;
background-color:#F0F3F7 !important;
}
#threadTree treechildren::-moz-tree-row(odd) {
border: 1px solid transparent !important;
background-color:#F0F3F7 !important;
}
#folderTree treechildren::-moz-tree-row(selected) {
border: 1px solid transparent !important;
background-color:#45AC35 !important;
}
#threadTree treechildren::-moz-tree-row(selected) {
border: 1px solid transparent !important;
background-color:#45AC35 !important;
}
#folderTree > treechildren {font-size: 10pt; font-family: Arial !important;}
#threadTree > treechildren {font-size: 10pt; font-family: Arial !important;}
#folderTree > treechildren::-moz-tree-row {margin-bottom: 1px !important;}
#threadTree > treechildren::-moz-tree-row {margin-bottom: 4px !important;}
Alles anzeigen
Leider funktioniert dieser Code in der "115.2.2 Supernova" nicht mehr.
Wie muss ich den Code ändern, damit dieser wieder richtig dargestellt wird?
VG