Gibt es wirklich keine Möglichkeit, TB so einzustellen, dass der Texteinzug IMMER weiter rechts liegt?
Soll das so beim Empfänger ankommen, oder soll das nur bei Dir so sein?
Gibt es wirklich keine Möglichkeit, TB so einzustellen, dass der Texteinzug IMMER weiter rechts liegt?
Soll das so beim Empfänger ankommen, oder soll das nur bei Dir so sein?
Hallo Carla,
teste mal das ↓, welches in die im Profil im Ordner chrome anzulegende Datei userChrome.css einzutragen ist.
treechildren::-moz-tree-row,
treechildren::-moz-tree-cell {
appearance: none !important;
min-height: 21px !important;
max-height: 21px !important;
height: 21px !important;
}
treechildren::-moz-tree-cell-text {
appearance: none !important;
font-size: 16px !important;
min-height: 21px !important;
max-height: 21px !important;
height: 21px !important;
}
Alles anzeigen
Zusätzlich musst Du in Extras → Einstellungen → Allgemein und dort ganz unten bei Konfiguration bearbeiten… die ↓ Pref per Doppelklick auf true stellen, dann Tb neu starten und die Schrift und Zeilenabstände sollten größer sein.
toolkit.legacyUserProfileCustomizations.stylesheets
P.S.:
Bitte achte auf die von mir verwendete Schreibform des Ordners und der Datei.
leider greift die CSS wohl wo anders
Hm,
das wirkt hier global für alle Spaltenköpfe, also nicht nur in der Threadpane, sondern auch in der Folderpane.
der/die TE schreibt nichts von Windows 11.
Was nicht wirklich wichtig ist, ist auch unter Windows 10 so.
gibt es hier eine Option das wieder auf grau zu stellen?
Eine Option nicht, aber man könnte das per Eintrag ↓ in der userChrome.css ändern/anpassen.
Zusätzlich zu der im Profil zu erstellenden Datei userChrome.css die im zu erstellenden Ordner chrome zu erstellen ist, muss in Extras → Einstellungen → Allgemein → Konfiguration bearbeiten… die → toolkit.legacyUserProfileCustomizations.stylesheets Pref per Doppelklick auf true gestellt werden.
anders als in den Versionen TB 91.* wird bei mir im Tagesplan bei keinem der Termine die Kategorie (Farbe) des Termins angezeigt. Wie lässt sich das ändern?
Hm,
hier schon, ist das auch im Fehlerbehebungsmodus, Menü Hilfe → Fehlerbehebungsmodus…, von Tb so?
Bei geladener userchrome.css habe ich das Problem, dass mir im Verfassen-Fenster die Zeilen für die Eingabe der E-Mailadresse/Empfänger nicht angezeigt werden
Möglich ist alles, aber ohne Deine userChrome.css zu kennen, kann man das nicht wirklich sagen.
Hallo bananovic,
teste mal das ↓.
#week-view .day-column-heading {
background-color: #0082FC !important;
color: #FFF !important;
}
#week-view .day-column-selected .day-column-heading {
background-color: #006800 !important;
color: #FFF !important;
}
#day-view .day-column-heading,
#week-view .day-column-today .day-column-heading {
background-color: #FFC0C0 !important;
color: #000 !important;
}
#week-view .day-column-today.day-column-selected .day-column-heading {
background-color: #F20 !important;
color: #FFF !important;
}
Alles anzeigen
selbst mit dem e in timebar funktioniert dein CSS Code bei mir nicht (macOS Version)
Hm, funktioniert hier ohne Probleme.
Die Hintergrundfarbe ändert sich aber nicht. Den Selektor geben die Entwicklerwerkzeuge aus. Was ist falsch an den Code?
Weil die Selektoren nicht korrekt gesetzt sind, Du hast Leerschritte gesetzt, wo sie nicht hingehören, so ↓ läuft das bei mir schon recht lange, vergleiche bitte mit Deinen Einträgen.
Die Datei calendar-task-tree.css (unter /usr/lib/thunderbird/omni.ja chrome/calendar/skin/classic/calendar/shared/ editieren. Dort die Einträge mit "green", "red" und "inprogress", "completed" ... einfach löschen.
Damit ists erledigt ;-).
Was nicht unbedingt eine dauerhafte Lösung ist, denn die omni.ja ist eine Datei die bei einem Update durchaus ersetzt werden könnte.
Beiträge zu Problemen mit 102*
Hm,
wieso zeigen sich bei mir nicht die geringsten Probleme, sind nicht alle betroffen?
Wie kann ich einen Filter erstellen für das Adressbuch mit den Adressen meiner Freunde, Adressbuch heißt "Freunde". Habe einen Unterordner "Freunde" unter Posteingang. Ich blicks einfach nicht, wie ich den Filter erstellen muss, Oder geht das nicht mit einem ganzen Adressbuch?
Du kannst keinen Filter auf eine Bedingung mit dem Adressbuch Freunde erstellen, Du musst den Filter auf Bedingung Von und Ist in meinem Adressbuch → Freunde anlegen.
Vielen Dank an euch und natürlich an dharkness21. Mit dem CCS kann ich was anfangen.
Das ↓ ist derzeit meine letzte Lösung, ist aber wohl noch nicht der letzte Schritt, ein paar kleine Anpassungen werden wohl noch nötig sein.
#calendar-task-tree treechildren::-moz-tree-row(inprogress) {
-moz-appearance: none !important;
background-color: #9e6767 !important;
}
#calendar-task-tree treechildren::-moz-tree-row(inprogress, selected) {
-moz-appearance: none !important;
background-color: #442c2c !important;
}
#calendar-task-tree treechildren::-moz-tree-row(inprogress, selected, focus) {
-moz-appearance: none !important;
background-color: #593a3a !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(inprogress) {
-moz-appearance: none !important;
color: #08245e !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(inprogress, selected) {
color: #0fbdfc !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(inprogress, selected, focus) {
color: #0082FC !important;
}
#calendar-task-tree treechildren::-moz-tree-row(inprogress, hover),
#calendar-task-tree treechildren::-moz-tree-row(inprogress, selected, hover),
#calendar-task-tree treechildren::-moz-tree-row(inprogress, selected, focus, hover) {
background-color: #D1E2F2 !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(inprogress, hover),
#calendar-task-tree treechildren::-moz-tree-cell-text(inprogress, selected, hover),
#calendar-task-tree treechildren::-moz-tree-cell-text(inprogress, selected, focus, hover) {
text-decoration: none !important;
color: #000 !important;
}
#calendar-task-tree treechildren::-moz-tree-row(overdue) {
-moz-appearance: none !important;
background-color: #8c5b5b !important;
}
#calendar-task-tree treechildren::-moz-tree-row(overdue, selected) {
-moz-appearance: none !important;
background-color: #442c2c !important;
}
#calendar-task-tree treechildren::-moz-tree-row(overdue, selected, focus) {
-moz-appearance: none !important;
background-color: #593a3a !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(overdue) {
-moz-appearance: none !important;
color: #F20 !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(overdue, selected) {
color: #ff7a7a !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(overdue, selected, focus) {
color: #ff443e !important;
}
#calendar-task-tree treechildren::-moz-tree-row(overdue, hover),
#calendar-task-tree treechildren::-moz-tree-row(overdue, selected, hover),
#calendar-task-tree treechildren::-moz-tree-row(overdue, selected, focus, hover) {
background-color: #D1E2F2 !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(overdue, hover),
#calendar-task-tree treechildren::-moz-tree-cell-text(overdue, selected, hover),
#calendar-task-tree treechildren::-moz-tree-cell-text(overdue, selected, focus, hover) {
text-decoration: none !important;
color: #000 !important;
}
#calendar-task-tree treechildren::-moz-tree-row(completed) {
-moz-appearance: none !important;
background-color: #b9b9bb !important;
}
#calendar-task-tree treechildren::-moz-tree-row(completed, selected) {
-moz-appearance: none !important;
background-color: #545455 !important;
}
#calendar-task-tree treechildren::-moz-tree-row(completed, selected, focus) {
-moz-appearance: none !important;
background-color: #808082 !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(completed) {
-moz-appearance: none !important;
text-decoration: none !important;
color: #006800 !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(completed, selected) {
text-decoration: none !important;
color: #5bbf72 !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(completed, selected, focus) {
text-decoration: none !important;
color: #6de585 !important;
}
#calendar-task-tree treechildren::-moz-tree-row(completed, hover),
#calendar-task-tree treechildren::-moz-tree-row(completed, selected, hover),
#calendar-task-tree treechildren::-moz-tree-row(completed, selected, focus, hover) {
background-color: #D1E2F2 !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(completed, hover),
#calendar-task-tree treechildren::-moz-tree-cell-text(completed, selected, hover),
#calendar-task-tree treechildren::-moz-tree-cell-text(completed, selected, focus, hover) {
text-decoration: none !important;
color: #000 !important;
}
Alles anzeigen
Da ich Thunderbird komplett an meinen Wünschen angepasst habe, werden bei mir diese Farben wohl ausgeblendet.
Ich habe mal ein wenig getüftelt, teste mal das ↓ in der userChrome.css.
#calendar-task-tree treechildren::-moz-tree-row(inprogress) {
-moz-appearance: none !important;
background-color: #8c5b5b !important;
}
#calendar-task-tree treechildren::-moz-tree-row(inprogress, selected) {
-moz-appearance: none !important;
background-color: #442c2c !important;
}
#calendar-task-tree treechildren::-moz-tree-row(inprogress, selected, focus) {
-moz-appearance: none !important;
background-color: #593a3a !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(inprogress) {
-moz-appearance: none !important;
color: #02F !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(inprogress, selected) {
color: #0fbdfc !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(inprogress, selected, focus) {
color: #0082FC !important;
}
#calendar-task-tree treechildren::-moz-tree-row(overdue) {
-moz-appearance: none !important;
background-color: #8c5b5b !important;
}
#calendar-task-tree treechildren::-moz-tree-row(overdue, selected) {
-moz-appearance: none !important;
background-color: #442c2c !important;
}
#calendar-task-tree treechildren::-moz-tree-row(overdue, selected, focus) {
-moz-appearance: none !important;
background-color: #593a3a !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(overdue) {
-moz-appearance: none !important;
color: #F20 !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(overdue, selected) {
color: #ff7a7a !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(overdue, selected, focus) {
color: #ff443e !important;
}
#calendar-task-tree treechildren::-moz-tree-row(completed) {
-moz-appearance: none !important;
background-color: #b9b9bb !important;
}
#calendar-task-tree treechildren::-moz-tree-row(completed, selected) {
-moz-appearance: none !important;
background-color: #545455 !important;
}
#calendar-task-tree treechildren::-moz-tree-row(completed, selected, focus) {
-moz-appearance: none !important;
background-color: #808082 !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(completed) {
-moz-appearance: none !important;
color: #006800 !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(completed, selected) {
color: #5bbf72 !important;
}
#calendar-task-tree treechildren::-moz-tree-cell-text(completed, selected, focus) {
color: #00a200 !important;
}
Alles anzeigen
P.S.:
Für Wiederkehrende Aufgaben habe ich allerdings noch keine Lösung, da bin ich noch am Suchen.
PP.S.:
Die Farben sind allerdings von kopierten Einträgen und passen noch nicht wirklich, die musst Du noch anpassen.