Beiträge von dharkness21
-
-
Hallo Alphatier,
teste mal das ↓ in der userChrome.css.
-
Nur bei den Buttons von meinen Erweiterungen Später Senden und Display Mail User Agent klappt es einfach nicht mit dem Ausblenden.
Welche Version ist das jeweils?
-
-
-
Ich habe bei diesem Thema absolut keine Ahnung, meine aber irgendwo gelesen zu haben dass ab der 116er Version -moz nicht mehr funktioniert. Probier es stattdessen mal mit -appearance
Das eine hat mit dem anderen nichts zu tun, -moz-appearance ist etwas ganz anderes wie -moz-tree-row.
-
Vielen Dank! Funktioniert mit 60px.
Aber gerne doch.
-
Heute wollte ich noch die Einstellungen/Anzeigen personalisieren und habe dabei links oben bei der Kontobezeichnung auf die 3 Punkte rechts neben der eigenen Emailadresse getippt worauf sich ein Minimenue geöffnet hat. (Dort konnte man u.a. Einstellen ob die Gesamtanzahl der empfangenen Emails angezeigt werden.) Dies ist jetzt ganz Verschwunden und es fehlen mir das Symbol um Nachrichten abzurufen und der blau hinterlegte Schriftzug um Nachrichten zu verfassen, komplett.
Gehst Du ins Menü Ansicht → Ordner und aktivierst dort das → Kopfzeile des Ordnerbereichs.
-
Gibt es die (wo?) oder gibt es einen css-Trick oder wie kann ich den alten Zustand wiederherstellen?
Jupp, damit ↓ in der userChrome.css ist es möglich die Mindesthöhe zu konfigurieren.
Mit dem Wert musst Du halt ein wenig jonglieren, bist Du die für Dich passende Höhe gefunden hast.
-
Da Du TB nach /opt geschoben hast, haben die Extensions auch die nötige Berechtigung?
Hm, Erweiterungen/Add-ons werden ins Profil installiert, nicht ins Programmverzeichnis, sprich sie werden unter /home/.thunderbird installiert., wenn ich denn das Profil-Verzeichnis richtig im Kopf habe.
-
So, ich habe jetzt etwas gefunden wo mit ich leben kann.
Ich habe mal ein klein wenig gebastelt, das ↓ sind jetzt spezielle Anpassungen für die Lokalen Ordner., die ID (der Wet bei li#…) musst Du eventuell mittels des Entwickler-Werkzeugkastens noch für Deinen Tb ermitteln. Für die Mail-Konten kann man das dann mit anderen Grundfarben weitenverwenden, man muss halt wieder nur die ID ändern, vielleicht gefällt es Dir ja.
CSS
Alles anzeigen/* Lokale Ordner */ ul#folderTree > li > ul > li#all-bWFpbGJveDovL25vYm9keUBMb2NhbCUyMEZvbGRlcnM\= { appearance: none !important; background-image: none !important; } ul#folderTree > li > ul > li#all-bWFpbGJveDovL25vYm9keUBMb2NhbCUyMEZvbGRlcnM\= > .container { appearance: none !important; background-image: none !important; background-color: #3b3b3b !important; } ul#folderTree > li > ul > li#all-bWFpbGJveDovL25vYm9keUBMb2NhbCUyMEZvbGRlcnM\=.selected > .container { appearance: none !important; background-image: none !important; background-color: #006800 !important; } ul#folderTree > li > ul > li#all-bWFpbGJveDovL25vYm9keUBMb2NhbCUyMEZvbGRlcnM\= > .container:hover, ul#folderTree > li > ul > li#all-bWFpbGJveDovL25vYm9keUBMb2NhbCUyMEZvbGRlcnM\=.selected > .container:hover { appearance: none !important; background-image: none !important; background-color: #234f88 !important; color: #FFF !important; } ul#folderTree > li > ul > li#all-bWFpbGJveDovL25vYm9keUBMb2NhbCUyMEZvbGRlcnM\= > ul[role="group"] > li > .container { appearance: none !important; background-image: none !important; background-color: #5b5b5b !important; } ul#folderTree > li > ul > li#all-bWFpbGJveDovL25vYm9keUBMb2NhbCUyMEZvbGRlcnM\= > ul[role="group"] > li.selected > .container, ul#folderTree > li > ul > li#all-bWFpbGJveDovL25vYm9keUBMb2NhbCUyMEZvbGRlcnM\= > ul[role="group"] > li.selected > .container .name { appearance: none !important; background-image: none !important; background-color: #006800 !important; color: #FFF !important; } ul#folderTree > li > ul > li#all-bWFpbGJveDovL25vYm9keUBMb2NhbCUyMEZvbGRlcnM\= > ul[role="group"] > li > .container:hover, ul#folderTree > li > ul > li#all-bWFpbGJveDovL25vYm9keUBMb2NhbCUyMEZvbGRlcnM\= > ul[role="group"] > li > .container:hover .name, ul#folderTree > li > ul > li#all-bWFpbGJveDovL25vYm9keUBMb2NhbCUyMEZvbGRlcnM\= > ul[role="group"] > li.selected > .container:hover, ul#folderTree > li > ul > li#all-bWFpbGJveDovL25vYm9keUBMb2NhbCUyMEZvbGRlcnM\= > ul[role="group"] > li.selected > .container:hover .name { appearance: none !important; background-image: none !important; background-color: #D1E2F2 !important; color: #000 !important; }
-
So, ich habe jetzt etwas gefunden wo mit ich leben kann.
Na das ist doch schön.
-
Der Code bedient jetzt auch die Folderpane.
Du solltest vielleicht die Mail Adresse aus dem Code entfernen, wo für die gebraucht werden weiß ich nicht.Da ich die mit der Ansicht "Gruppierte Ordner" arbeite werden nur die Posteingänge farbig markiert.
Sehr schön.
Sind entfernt.
Dann schaue ich mir auch mal Gruppierte Ordner an.
-
Klappt wunderbar mit dem Code "Text der Spalten zentrieren
Na das ist doch schön.
-
Der Code hat auf die Folderpane keine Auswirkung
Ups, nicht mit kopiert, sorry, füge das ↓ vor dem CSS für die Threadpane ein und die Folderpane sollte auch ihren Senf abbekommen.
CSS
Alles anzeigenul[role="group"] > li[aria-selected="true"] .container { background-color: #006800 !important; } ul[role="group"] > li[class~="unread"] { background-color: #b17600 !important; } ul[role="group"] > li[class~="unread"][aria-selected="true"] { background-color: #827047 !important; } ul[role="group"] > li .container:hover, ul[role="group"] > li[aria-label="E-Mail-Adresse oder Kontoname"] .container:hover, ul[role="group"] > li[aria-label="E-Mail-Adresse oder Kontoname"] .container:hover, ul[role="group"] > li[aria-label="E-Mail-Adresse oder Kontoname"] .container:hover, ul[role="group"] > li[aria-label="Lokale Ordner"] .container:hover, ul[role="group"] > li[aria-selected="true"] .container:hover { background-color: #004382 !important; color: #FFF !important; } ul[role="group"] > li > .container { min-height: 20px !important; max-height: 20px !important; border-radius: 0 !important; border: 0 !important; border-bottom: 1px solid #B2B2B2 !important; padding: 0 !important; margin: 0 !important; } ul[role="group"] > li > ul > li > .container { min-height: 20px !important; max-height: 20px !important; border-radius: 0 !important; border: 0 !important; border-bottom: 1px solid #B2B2B2 !important; padding: 0 !important; margin: 0 !important; } ul[role="group"] div > div.twisty { min-height: 20px !important; max-height: 20px !important; border-radius: 0 !important; border: 0 !important; border-right: 1px solid #B2B2B2 !important; padding: 2px 0 0 0 !important; margin: 0 !important; } ul[role="group"] div > div.icon { min-height: 20px !important; max-height: 20px !important; border-radius: 0 !important; border: 0 !important; border-right: 1px solid #B2B2B2 !important; padding: 0 !important; margin: 2px 0 0 0 !important; } ul[role="group"] > li > ul > li > .container > div { min-height: 20px !important; max-height: 20px !important; border-radius: 0 !important; border: 0 !important; border-right: 1px solid #B2B2B2 !important; padding: 2px 0 0 0 !important; margin: 0 !important; } ul[role="group"] > li[class~="new-messages"] > .container > .name { color: #EEE8AA !important; } ul[role="group"] > li[class~="new-messages"][aria-selected="true"] > .container > .name { color: #B88959 !important; }
-
Ich will nichts zentrieren, sondern Zebra Streifen.
Ok, das habe ich falsch verstanden, bitte teste mal das ↓.
CSS
Alles anzeigen/* 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 */ #threadTree tr { background-image: none !important; background-color: #006ece !important; } #threadTree tr:nth-child(2n) { background-image: none !important; background-color: #003d76 !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; }
-
Du meinst die Folderpane?
Ja
In dem Fall verstehe ich nicht, was Du da zentriert haben möchtest, nur die Kontennamen, oder die Größe oder was sonst?
-
hast Du auch noch einen Code für die linke Spalte mit den Mail Konten?
Du meinst die Folderpane?
-
In der v102 konnte die Inhalte der Kolonnen Datum und Größe mittig anzeigen mit dem Code
In der 115'er geht es so ↓.
CSS
Alles anzeigen/* Text der Spaltenöpfe zentrieren. */ .tree-table-header.threaded tr th div button#dateColButton, .tree-table-header.threaded tr th div button#sizeColButton { appearance: none !important; text-align: center !important; } /* Text der Spalten zentrieren. */ #threadTree table[is="tree-view-table"] > tbody > tr > td.datecol-column, #threadTree table[is="tree-view-table"] > tbody > tr > td.sizecol-column { appearance: none !important; text-align: center !important; }
-
Ja, die Datei befindet sich unter ~/.thunderbird/<profilname>/chrome/userChrome.css.
Ich hatte userContent.css geschrieben und nicht userChrome.css, bitte korrigieren.