Hallo Dharkness,
dein Code ist wieder einmal supi. Habe meinen Code entsprechend geändert. Sieht jetzt so aus:
CSS
/* ******************************************* */
/* Hintergrundfarbe der Spaltenueberschriften */
/* ******************************************* */
/* .treecol, .treecols, .treecol-image, */
/* #starCol, */
th[is="tree-view-table-header-cell"] > .tree-table-cell > button,
.tree-table-header tr th button {
appearance: none !important;
background: #e4eff1!important;
font-weight: bold !important;
font-family: Comic Sans MS !important;
font-style: italic!important;
font-size: 14px !important;
color: #006400 !important;
}
/* Schrift und Button bei hover färben: Total, Unread, Subject usw. */
th[is="tree-view-table-header-cell"] > .tree-table-cell > button:hover,
.tree-table-header tr th button:hover {
appearance: none !important;
background-color: lightblue !important;
color: lightcoral !important;
}
Alles anzeigen
Danke dir.
Gruß
Markus