Moin liebe Kollegen und liebe Grüße aus dem mittlerweile sturmfreien Hamburg,
mit eurer Hilfe habe ich es vor längerer Zeit verwirklichen können, die Kontenbezeichnungen pauschal einzufärben (siehe Screenshot).
Meine Idee wäre es dies zu verfeinern. Z.B. @gmail.com grün und @http://outlook.de/com blau.
Geht das überhaupt. Denn, wenn man mehrere Mailkonten hat wäre es zumindest für mich übersichtlicher.
Vielen Dank für eure Antworten und noch einen schönen Abend.
Das ist übrigens der derzeit aktuelle CSS-Code
CSS
/* Farbe Kontenbezeichnung Ordner und Icon */
#folderTree > treechildren::-moz-tree-cell-text(isServer-true) {
font-weight: bold !important;
font-family: New York !important;
font-size: 15px !important;
color: #F3E2A9 !important; }
.tabmail-tab[type="folder"][ServerType="imap"],
treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap)
{ moz-appearance:none !important; fill: #F3E2A9 !important; }
treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox) {
color: #F3E2A9 !important; }
treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Junk) {
color: #FA8258 !important; }
treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Sent) {
color: #5FB404 !important; }
treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Trash) {
color: #A4A4A4 !important; }
treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Templates) {
color: #F5D0A9 !important; }
treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Drafts) {
color: #F4A460 !important; }
Alles anzeigen