Thunderbird-Version (konkrete Versionsnummer): Betterbird 102.13.0-bb38 (64-Bit)
• Betriebssystem + Version: WIN 10 * 64
• Kontenart (POP / IMAP): POP
• Postfachanbieter (z.B. GMX): 1&1
Hallo zusammen,
ich würde gerne die Inhalte der userChrome.css, die in Betterbird 102.13.0-bb38 (64-Bit) einwandfrei funktionieren, auch so in TB 115 nutzen. Nur leider ist das nicht so.
Könnte vielleicht jemand aus diesem Forum den Code zur Nutzung in TB 115 entsprechend ändern?
Beispiele des Aussehens in Betterbird vs. Thunderbird habe ich beigefügt.
Vikelen Dank!!!!
CSS
/* Global UI font */
* { font-size: 18.0px !important;
}
/* Global UI font */
* { font-family: Arial !important; }
/* Set Line Spacing In Folder Pane */
#folderTree > treechildren::-moz-tree-row {
height: 27px !important; }
#threadTree > treechildren::-moz-tree-row {
height: 28px !important; }
/* Kalendertag "selektierter Tag" deutlicher durch Rahmen und Farbe hervorheben
*/
.calendar-month-day-box-current-month[selected="true"],
.calendar-month-day-box-day-off[selected="true"],
.calendar-month-day-box-other-month[selected="true"] {
background-color: #FEFFA5 !important;
border: 2px solid #FF00FF !important;
}
/* zusätzlich das Datum hervorheben */
.calendar-month-day-box-date-label[selected="true"] {
color: #FF0000 !important; font-weight: bold !important;
background-color: #1546cf !important;
}
/* Kalendertag "Heute" deutlicher durch Rahmen und Farbe hervorheben */
.calendar-month-day-box-current-month[relation="today"],
.calendar-month-day-box-day-off[relation="today"],
.calendar-month-day-box-other-month[relation="today"] {
border: 3px solid #0000FF !important;
background-color: #1546cf !important;
}
/* zusätzlich das Datum hervorheben */
.calendar-month-day-box-date-label[relation="today"] {
color: #FF0000 !important; font-weight: bold !important;
}
Alles anzeigen