Aber oben ist immer noch eine schmale Linie
Teste bitte das ↓, sprich erweitere das vorhandene CSS-Schnipsel um die border-top-Zeile.
Aber oben ist immer noch eine schmale Linie
Teste bitte das ↓, sprich erweitere das vorhandene CSS-Schnipsel um die border-top-Zeile.
Ich habe in der Vergangenheit schon ein wenig "herumgebastelt", habe allerdings keine vernünftige Lösung gefunden.
Auch an der Programmierung eines "Counters" für 'new-messages' (ähnlich zu 'unread-count' ) habe ich mich versucht..bin aber kläglich gescheitert . Dazu fehlt mir einfach das Hintergrundwissen...
Teste bitte das ↓.
.unread > .container > .name {
    color: #0082FC !important;
    font-weight: 600 !important;
    font-style: italic !important;
}
.new-messages > .container > .name {
    color: #F20 !important;
    font-weight: 600 !important;
    font-style: italic !important;
}Die Text-Farben sind nur ein Beispiel.
Wenn man in der "Ordnerliste" auf der linken Seite des TBs einen Ordner anklickt (oder durch die Ordnerliste scrollt), so wird doch der ausgewählte Ordner(name) - bei Standard-Darkmode-Einstellungen - mit einem horizontalen, "blauen" Balken hinterlegt...Das passt im Hinblick auf die Lesbarkeit m. E. nicht so gut zu meiner Farbwahl für meine Ordner. Da müsste sich die Farbe des "Balkens" doch ändern lassen??
Teste mal das ↓ und schaue ob es das ist,was Du wolltest.
ul > li > ul > li > ul[role="group"] > li.selected > .container,
ul > li > ul > li > ul[role="group"] > li.selected > .container .name {
  appearance: none !important;
  background-image: none !important;
  background-color: #006800 !important;
  color: #FFF !important;
}
ul > li > ul > li > ul[role="group"] > li.selected > .container:hover,
ul > li > ul > li > ul[role="group"] > li.selected > .container:hover .name {
  appearance: none !important;
  background-image: none !important;
  background-color: #D1E2F2 !important;
  color: #000 !important;
}Du hast es jetzt so, daß beim Hovern oder anwählen des Termins Hellblau eingefärbt wird statt grün.
Beim Hovern soll es ja auch Hellblau sein, Grün steht für Selektiert und Fokussiert.
bisher konnte man über den Button alle oder auch einzelne Konten abrufen.
Jetzt geht dies nur noch für alle Konten!
Blende per Ansicht → Ordner die Kopfzeile des Ordnerbereichs ein, dort findest Du einen Wolken-Button, bemühe auf dem den Rechtsmausigen Klick.
Bekommt man das Quadrat auch grün?
Teste mal das ↓.
treechildren::-moz-tree-row {
    appearance: none !important;
    min-height: 19px !important;
    max-height: 19px !important;
    height: 19px !important;
    border: 1px dotted #B2B2B2 !important;
    padding: 0 !important;
    margin: 1px 1px 0 1px !important;
}
treechildren::-moz-tree-row(selected) {
    appearance: none !important;
    background-color: #5F5F68 !important;
}
treechildren::-moz-tree-row(selected) {
    appearance: none !important;
    background-color: #38383D !important;
}
treechildren::-moz-tree-row(selected, focus) {
    border: 1px solid #4CB1F9 !important;
    background-color: #006800 !important;
}
treechildren::-moz-tree-cell {
    appearance: none !important;
    min-height: 19px !important;
    max-height: 19px !important;
    height: 19px !important;
    padding: 0 2px !important;
    margin: 0 !important;
}
treechildren::-moz-tree-cell(selected, focus) {
    appearance: none !important;
    background-color: #006800 !important;
}
treechildren::-moz-tree-cell(selected, focus, hover) {
    appearance: none !important;
    background-color: #D1E2F2 !important;
}
treechildren::-moz-tree-cell-text {
    appearance: none !important;
    min-height: 19px !important;
    max-height: 19px !important;
    height: 19px !important;
    padding: 0 !important;
    margin: 0 2px !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;
}Danke dharkness21, man kann manchmal so blind sein
Wald und Bäume?! Grins Ansonsten, gerne doch.  
Ist es irgendwie möglich, den Tagesplan im Mail-Tab ohne Aufgaben darzustellen?
Ganz oben im Tagesplan gibt es doch 2 Button einer so <, der andere so → >, damit kann man die Anzeige des Tagesplans ändern, einfach mal drauf klicken.
Zum Beispiel gab es vor dem Update im Kalender einen Button, auf dem stand "heute". Wenn man darauf geklickt hat, ist der Kalender zum heutigen Tag gesprungenen. Inzwischen habe ich herausgefunden, dass der Button mit dieser Funktion jetzt so aussieht:
Dann passe ihn Dir doch an, wozu gibt es denn die Möglichkeit im Profil einen Ordner Namens chrome und in dem eine Datei Namens userChrome.css zu erstellen?
In die erstellte Datei trägt man das * CSS-Schnipsel ein, achtet darauf, das die Datei UTF-8 ohne BOM codiert ist und stellt noch die ** Pref auf true und startet Tb neu.
*
#calendarViewHeader > div > div > div > button#todayViewButton {
    min-height: 22px !important;
    max-height: 22px !important;
    min-width: 50px !important;
    background-image: none !important;
    margin: 1px 1px 1px 0 !important;
}
#calendarViewHeader > div > div > div > button#todayViewButton:after {
    content: "Heute" !important;
    color: #FFF !important;
}
#calendarViewHeader > div > div > div > button#todayViewButton:hover::after {
    content: "Heute" !important;
    color: #000 !important;
}*
toolkit.legacyUserProfileCustomizations.stylesheets
P.S.:
Bitte die von mir verwendete Schreibweise für den Ordner und die Datei beachten.
PP.S.:
Mit den Werten in px musst man eventuell noch ein wenig spielen.
Vielleicht hast Du ja auch noch Ideen und Verbesserungsvorschläge.
Alles anzeigen.unread > .container > .name,
.new-messages > .container > .name {
color: #FFD700 !important;
font-weight: 600 !important;
font-style: italic !important;
}
Das ist ein wenig unglücklich, .unread und .new-messages mit der gleichen Farbe, findest Du wirklich, das das logisch richtig ist?
Sehr schön, Treffer versenkt!
Schön das ich helfen konnte, war gerne geschehen.  
Gern, bin jetzt erst mal zur Nachtschicht...
Teste mal die ↓ Variante.
        /* About : Dialog */
        #updateDeck::before
        {
        content: 'Boersenfeger seine Thunderbird-Version ist:';
        font-size: 15px !important;
        font-weight: bold !important;
        color: #ff0000 !important;
        margin-top: -195px !important;
        margin-right: 6px !important;
        margin-left: -30px !important;
        }
        #version
        {
        font-size: 15px !important;
        margin-top: -5px !important;
        color: #ff0000 !important;
        }
        #icons > noUpdatesFound {
        margin-top: -50px !important;
        }
        #leftBox
        {
        border: 2px solid #B2B2B2 !important;
        margin: 0 !important;
        }
        #rightBox
        {
        min-width: 450px !important;
        max-width: 450px !important;
        border: 2px solid #B2B2B2 !important;
        border-left: 0 !important;
        background-image: none !important;
        background: url("chrome://branding/content/about-wordmark.svg")
        no-repeat !important;
        background-position: 5px 0px !important;
        padding-top: 45px !important;
        margin: 0 !important;
        }
        #rightBox > hbox[align="baseline"]
        {
        margin-top: 27px !important;
        margin-left: 3px !important;
        }
        /*Build ID about Dialog css, Text mittig.*/
        #rightBox textarea
        {
        background-color: white !important;
        color: black !important;
        text-align: center !important;
        margin-top: 20px !important;
        margin-bottom: 10px !important;
        min-width: 90px !important;
        min-height: 90px !important;
        }
        /* Geändert durch Dharkness, von -20px auf 10px. */
        #icons > .icon
        {
        margin-top: 10px !important;
        }
        #icons > .icon.update-throbber
        {
        margin-top: 10px !important;
        margin-bottom: 14px !important;
        }
        #supernova-logo {
        margin-bottom: 3px !important;
        margin-left: 5px !important;
        }
        #detailsBox
        {
        border-top: 2px solid #B2B2B2 !important;
        border-bottom: 2px solid #B2B2B2 !important;
        padding: 0 0 0 8px !important;
        }
        .text-blurb a[data-l10n-name="community-mozilla-link"]
        {
        border: 1px solid #B2B2B2 !important;
        border-radius: 14px !important;
        background: gainsboro url('file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/Bild68a.png')
        no-repeat!important;
        background-position: 5px 2px !important;
        color: black !important;
        padding: 1px 5px 1px 28px !important;
        }
        .text-blurb a[data-l10n-name="community-mozilla-link"]:hover
        {
        border: 1px solid #0082FC !important;
        border-radius: 14px !important;
        background: #b2edfa url('file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/Bild68a.png')
        no-repeat!important;
        background-position: 5px 2px !important;
        color: black !important;
        }
        .text-blurb a[data-l10n-name="community-credits-link"]
        {
        display: block !important;
        max-width: 148px !important;
        border: 1px solid #B2B2B2 !important;
        border-radius: 14px !important;
        background: gainsboro url('file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index8.png')
        no-repeat !important;
        background-position: 5px 2px !important;
        color: black !important;
        padding: 1px 5px 1px 28px !important;
        }
        .text-blurb a[data-l10n-name="community-credits-link"]:hover
        {
        border: 1px solid #0082FC !important;
        border-radius: 14px !important;
        background: #b2edfa url('file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index8.png')
        no-repeat !important;
        background-position: 5px 2px !important;
        color: black !important;
        }
        .text-blurb a[data-l10n-name="helpus-donate-link"]
        {
        border: 1px solid #B2B2B2 !important;
        border-radius: 14px !important;
        background: gainsboro url('file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index10.png')
        no-repeat !important;
        background-position: 5px 2px !important;
        color: black !important;
        padding: 1px 5px 1px 28px !important;
        }
        .text-blurb a[data-l10n-name="helpus-donate-link"]:hover
        {
        border: 1px solid #0082FC !important;
        border-radius: 14px !important;
        background: #b2edfa url('file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index10.png')
        no-repeat !important;
        background-position: 5px 2px !important;
        color: black !important;
        }
        .text-blurb a[data-l10n-name="helpus-get-involved-link"]
        {
        border: 1px solid #B2B2B2 !important;
        border-radius: 14px !important;
        background: gainsboro url('file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index9.png')
        no-repeat !important;
        background-position: 5px 2px !important;
        color: black !important;
        padding: 1px 5px 1px 28px !important;
        }
        .text-blurb a[data-l10n-name="helpus-get-involved-link"]:hover
        {
        border: 1px solid #0082FC !important;
        border-radius: 14px !important;
        background: #b2edfa url('file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index9.png')
        no-repeat !important;
        background-position: 5px 2px !important;
        color: black !important;
        }
        #agent
        {
        appearance: none !important;
        min-height: 75px !important;
        max-height: 75px !important;
        min-width: 436px !important;
        max-width: 436px !important;
        border-radius: 0 !important;
        border: 2px solid #B2B2B2 !important;
        margin: 2px !important;
        }
        #clientBox
        {
        margin-left: 5px !important;
        margin-right: 20px !important;
        }
        #agent .textbox-input-box
        {
        margin-top: 12px !important;
        margin-left: 12px !important;
        }
        [href='about:license']
        {
        background: gainsboro url('file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index1.gif')
        no-repeat !important;
        background-position: 10px 3px !important;
        color: black !important;
        margin: 0 15px 5px 20px !important;
        padding: 0 5px 2px 30px !important;
        border: 2px solid dodgerblue !important;
        border-radius: 14px !important;
        }
        [href='about:license']:hover
        {
        background-color: #b2edfa !important;
        }
        [href='about:rights']
        {
        background: gainsboro url('file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/index3.gif')
        no-repeat !important;
        background-position: 10px 3px !important;
        color: black !important;
        margin: 0 15px 5px 20px !important;
        padding: 0 5px 2px 30px!important;
        border: 2px solid red!important;
        border-radius: 14px !important;
        }
        [href='about:rights']:hover
        {
        background-color: #b2edfa !important;
        }
        a[data-l10n-id='bottom-links-privacy']
        {
        background: gainsboro url('file:///c:/Users/Martin/AppData/Roaming/Mozilla/Firefox/Profiles/5p31hc0i.Nightly/chrome/Icons/collecting_data.png')
        no-repeat !important;
        background-position: 10px 3px !important;
        color: black !important;
        margin: 0 15px 5px 20px !important;
        padding: 0 5px 2px 30px !important;
        border: 2px solid green!important;
        border-radius: 14px !important;
        }
        a[data-l10n-id='bottom-links-privacy']:hover
        {
        background-color: #b2edfa !important;
        }Da bewegt sich nix, auch wenn ich den Wert auf 50px setze.
Stelle bitte mal Dein komplettes CSS für Über Thunderbird ein, das muss ich mir dann mal zu Gemüte führen.
Wen möchtest Du ansprechen? Das ist nicht eindeutig.
Eigentlich ist Richard_BV der angesprochene, ich habe aber die Erklärung zu Deinem Screenshot als Beispiel herangezogen, was wohl etwas unglücklich.
hier einmal zum Größenvergleich ein Screenshot eines 15" Notebooks mit der Einstellung Kompakt,
entspricht ein Abstand von ca. 4mm Zeile zu Zeile.
Spielt da eventuell die Skalierung von Windows eine Rolle? Das sieht mir nämlich so aus, als ob alles mit zu großen Abständen dargestellt wird.
Danke für die Vorschläge aber zweimal "nein".
Besteht das Problem auch im #Fehlerbehebungsmodus…?