Besten Dank dharkness21
leider wirkt das nicht.
Ich zeige nochmal genau das Element welches ich farblich anpassen will.
Ich verwende die Ansicht "mehrere Wochen"
Selbst habe ich jetzt gesucht und das Element gefunden![]()
immer rot umkritzelt.
Die Box ist ja schon leicht eingefärbt durch das Theme, aber ich mag es etwas auffälliger
CSS
/* Bild im Headerkopf */
.recipient-avatar.has-avatar {
min-width: 70px !important;
min-height: 70px !important;
}
/* ---Reihenfolge Leisten--- */
#toolbar-menubar {
appearance: none !important;
order: -1 !important;
}
#titlebar > .icons-beside-text {
appearance: none !important;
order: 1 !important;
}
#tabs-toolbar {
appearance: none !important;
order: 2 !important;
}
/* ---Neu */
/* Zebra Folderpane
treechildren::-moz-tree-cell(selected, focus) {
appearance: none !important;
background-color: #006800 !important;
}
treechildren::-moz-tree-row(selected) {
appearance: none !important;
background-color: #5F5F68 !important;
}
treechildren::-moz-tree-row(selected, focus) {
appearance: none !important;
background-color: #38383D !important;
}
treechildren::-moz-tree-cell-text(selected),
treechildren::-moz-tree-cell-text(selected, focus) {
appearance: none !important;
color: #FFF !important;
}
treechildren::-moz-tree-cell-text(hover),
treechildren::-moz-tree-cell-text(selected, hover),
treechildren::-moz-tree-cell-text(selected, focus, hover) {
appearance: none !important;
color: #000 !important;
}
treechildren::-moz-tree-row(hover),
treechildren::-moz-tree-row(selected, hover),
treechildren::-moz-tree-row(selected, focus, hover) {
appearance: none !important;
background-color: #D1E2F2 !important;
}
*/
/* Zebra Threadpane */
/* zeile56 Linie oben */
#threadTree tr {
background-image: none !important;
background-color: #737576 !important;
}
#threadTree tr:nth-child(2n) {
background-image: none !important;
background-color: #45505b !important;
}
#threadTree tr.selected {
background-image: none !important;
background-color: #006800 !important;
}
#threadTree tr:nth-child(2n).selected {
background-image: none !important;
background-color: #006800 !important;
}
#threadTree tr:hover,
#threadTree tr:nth-child(2n):hover,
#threadTree tr.selected:hover,
#threadTree tr:nth-child(2n).selected:hover {
background-image: none !important;
background-color: #D1E2F2 !important;
color: #000 !important;
}
#threadTree tbody .children.collapsed[data-properties~="hasUnread"][data-properties~="read"] :where(td) {
appearance: none !important;
background-color: #F20 !important;
color: #eee8aa !important;
}
#threadTree tbody .children[data-properties~="hasUnread"][data-properties~="read"] :where(td) {
appearance: none !important;
background-color: #FF7909 !important;
color: #000 !important;
}
#threadTree tbody .children.collapsed[data-properties~="hasUnread"][data-properties~="read"].selected :where(td) {
appearance: none !important;
background-color: #800 !important;
color: #eee8aa !important;
}
#threadTree tbody .children[data-properties~="hasUnread"][data-properties~="read"].selected :where(td) {
appearance: none !important;
background-color: #873f05 !important;
color: #FFF !important;
}
#threadTree tbody .children:hover :where(td),
#threadTree tbody .children.collapsed[data-properties~="hasUnread"][data-properties~="read"]:hover :where(td),
#threadTree tbody .children[data-properties~="hasUnread"][data-properties~="read"]:hover :where(td),
#threadTree tbody .children.collapsed[data-properties~="hasUnread"][data-properties~="read"].selected:hover :where(td),
#threadTree tbody .children[data-properties~="hasUnread"][data-properties~="read"].selected:hover :where(td){
appearance: none !important;
background-color: #D1E2F2 !important;
color: #000 !important;
}
tr[data-properties~="imapdeleted"][data-properties~="read"] {
color: #fc4242 !important;
}
tr[data-properties~="untagged"][data-properties~="unread"] {
color: #fc7e00 !important;
}
tr[data-properties~="new"][data-properties~="unread"] :where(td) {
appearance: none !important;
color: #62cf61 !important;
}
/* Neu*/
article.day-column-selected .multiday-hour-box {
background-color: #006800 !important;
color: #FFF !important;
}
Alles anzeigen
PS: Bekomme ich die CSS noch anders hierher?
