Ich habe die angeratenen Korrekturen der Datei- und Ordnernamen vorgenommen.
Leider zeigt TB hier, auf dem Notebook unter Win11, nicht die css-gemäße Oberfläche wie auf dem PC mit Win10.
Irgendwo hakt es immer noch.
Der aktuelle Code des userChrome.css lautet
CSS
#folderTree .container {
font-size: 18px !important;
}
#threadTree tr[is="thread-row"] > td {
font-size: 18px !important;
}
/* horizontal grid lines */
#threadTree tr[is="thread-row"] {
border-bottom: 2px dotted grey !important;
}
/* vertical grid lines */
#threadTree tr[is="thread-row"] > td {
border-right: 2px dotted grey !important;
}
/* vertical grid lines */
#threadTree tr[is="thread-row"] {
appearance: none !important;
background-image: none !important;
background-color:#FFFACD !important;
}
#threadTree tr[is="thread-row"]:nth-child(2n) {
appearance: none !important;
background-image: none !important;
background-color:#EED5D2 !important;
}
/* change Thread pane alternating row colours */
#threadTree tr[is="thread-row"].selected {
background-image: none !important;
background-color: #006800 !important;
}
#threadTree tr[is="thread-row"].selected.focus {
background-image: none !important;
background-color: #006800 !important;
}
#threadTree tr[is="thread-row"]:nth-child(2n).selected {
background-image: none !important;
background-color: #006800 !important;
}
#threadTree tr[is="thread-row"]:nth-child(2n).selected.focus {
background-image: none !important;
background-color: #006800 !important;
}
Alles anzeigen
Ist da irgendwas kaputt?