Gibt es da so Parameter, mit denen gestartet wird
Ja, hier nur als fiktive Befehlskette in einer Verknüpfung. Es gibt bestimmt noch mehr Ideen dazu.
LWBu:\Pfadzum\Thunderbird\thunderbird.exe -new-instance -profile LWBu:\Pfadzum\Profilordner
Gibt es da so Parameter, mit denen gestartet wird
Ja, hier nur als fiktive Befehlskette in einer Verknüpfung. Es gibt bestimmt noch mehr Ideen dazu.
LWBu:\Pfadzum\Thunderbird\thunderbird.exe -new-instance -profile LWBu:\Pfadzum\Profilordner
Hallo, ich greife einfach mal auf diesen Thread zurück, weil jetzt gewissermaßen die Fortsetzung folgt.
Neuer Computer (PC, Win11Pro), neuer Monitor (32" UHD ("4k")).
Ich habe TB installiert und auch das UserChrome.css vom alten PC rüberkopiert (in das neu erstellte Verzeichnis 'chrome').
(Es geht um die Schriftgrößen und um die alternierende Zeilenfärbung in der Headerliste.)
Es wird offenbar nicht abgearbeitet. Was mache ich falsch?
Könnte es sein, dass das .css für eine bestimmte Pixelauflösung (FullHD) "spezifiziert" ist?
Hier nochmal die css Datei:
#folderTree .container {
font-size: 18px !important;
}
#threadTree tr[is="thread-row"] > td {
font-size: 18px !important;
}
/* horizontal grid lines */
#threadTree tr[is="thread-row"] {
border-bottom: 2px dotted grey !important;
}
/* vertical grid lines */
#threadTree tr[is="thread-row"] > td {
border-right: 2px dotted grey !important;
}
/* vertical grid lines */
#threadTree tr[is="thread-row"] {
appearance: none !important;
background-image: none !important;
background-color:#FFFACD !important;
}
#threadTree tr[is="thread-row"]:nth-child(2n) {
appearance: none !important;
background-image: none !important;
background-color:#EED5D2 !important;
}
/* change Thread pane alternating row colours */
#threadTree tr[is="thread-row"].selected {
background-image: none !important;
background-color: #006800 !important;
}
#threadTree tr[is="thread-row"].selected.focus {
background-image: none !important;
background-color: #006800 !important;
}
#threadTree tr[is="thread-row"]:nth-child(2n).selected {
background-image: none !important;
background-color: #006800 !important;
}
#threadTree tr[is="thread-row"]:nth-child(2n).selected.focus {
background-image: none !important;
background-color: #006800 !important;
}
Alles anzeigen
Es wird offenbar nicht abgearbeitet.
Hallo,
bei einem neuen Profil, auch erst wieder in den Erweiterten Einstellungen unter
Menü -> Extras -> Einstellungen -> links Allgemein -> rechts unten Konfiguration bearbeiten...
toolkit.legacyUserProfileCustomizations.stylesheets -> true schalten.
Den Code selbst habe ich noch nicht geprüft.
Das hat 's gebracht!
Vielen Dank!