1. Home
  2. News
  3. Download
    1. Thunderbird Release Version
    2. Thunderbird 153 ESR (2026)
    3. Thunderbird 140 ESR (2025)
    4. Thunderbird Beta Version
    5. Language Pack (User Interface)
    6. Dictionaries (Spell Check)
  4. Help & Lexicon
    1. Instructions for Thunderbird
    2. Questions & Answers (FAQ) about Thunderbird
    3. Help for this Website
    4. Last Changes
  5. Forums
    1. Unresolved Threads
    2. Latest Posts
    3. Threads of the last 24 hours
  • Login
  • Register
  • 
  • Search
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Forum
  • Lexicon
  • Articles
  • Pages
  • More Options
  1. Thunderbird Mail DE
  2. Forum
  3. Hilfe zu Add-ons und manuellen Anpassungen
  4. Manuelle Anpassungen per CSS oder Script

Einfärben von Button Auswahl Dichte im Hamburger Menue

    • 153 ESR
  • DarkCorri53i
  • July 25, 2026 at 4:38 PM
  • Thread is Resolved
  • DarkCorri53i
    Member
    Reactions Received
    7
    Posts
    151
    Member since
    19. Jul. 2023
    Helpful answers
    2
    • July 25, 2026 at 4:38 PM
    • #1
    Thunderbird product
    Thunderbird für Windows
    Thunderbird version
    153.01
    Operating system
    Windows 10 22H2

    Hallo Leute,

    ich bin gerade auf die neue Version von Thunderbird 153.01esr umgestiegen. Jetzt funtioniert der folgende Code von meinem css nicht mehr.

    /* ---Hamburger Dichte-Buttons--- */
    #appmenu_uiDensityCompact[checked="true"] {
    appearance: none !important;
    background-color: deeppink !important;
    color: black !important;

    }


    #appmenu_uiDensityNormal[checked="true"] {
    appearance: none !important;
    background-color: yellow !important;
    color: black !important;

    }

    #appmenu_uiDensityTouch[checked="true"] {
    appearance: none !important;
    background-color: lightgreen !important;
    color: black !important;

    }

    #appMenu-mainViewItems > toolbaritem > toolbarbutton:hover {
    background-color: lightblue !important;
    color: lightcoral !important;

    }

    Kann mir jemand helfen?


    Gruß

    Markus

  • dharkness21
    Senior Member
    Reactions Received
    493
    Posts
    2,059
    Member since
    29. Jun. 2005
    Helpful answers
    55
    • July 25, 2026 at 6:12 PM
    • #2
    Quote from DarkCorri53i

    Kann mir jemand helfen?

    Entferne aus jedem [checked="true"] das ="true".

    und wech

    Dharkness

  • DarkCorri53i
    Member
    Reactions Received
    7
    Posts
    151
    Member since
    19. Jul. 2023
    Helpful answers
    2
    • July 25, 2026 at 10:05 PM
    • #3

    Hallo dharkness,

    vielen Dank für deine Hilfe. Jetzt passt es.


    ich habe noch einen Code, der auch nicht mehr funktioniert. Es wird die Sortierung der Nachrichten farbig dargestellt.

    .tree-table-cell-container button {
    &.sorting {
    background-color: lightyellow !important;
    color: black !important;

    }

    }

    .tree-table-cell-container button:hover {
    &.sorting {
    background-color: yellow !important;
    color: blue !important;

    }

    }


    Gruß

    Markus

  • dharkness21
    Senior Member
    Reactions Received
    493
    Posts
    2,059
    Member since
    29. Jun. 2005
    Helpful answers
    55
    • July 26, 2026 at 2:28 AM
    • #4
    Quote from DarkCorri53i

    ich habe noch einen Code, der auch nicht mehr funktioniert. Es wird die Sortierung der Nachrichten farbig dargestellt.

    Teste bitte ersatzweise damit ↓.

    CSS
    .tree-table-header > tr > th button {
        background-color: #0082FC !important;
        color: #FFF !important;
    }
    .tree-table-header > tr > th[aria-sort="descending"] button {
        background-color: #006800 !important;
        color: #FFF !important;
    }
    .tree-table-header > tr > th button:hover,
    .tree-table-header > tr > th[aria-sort="descending"] button:hover {
        background-color: #D1E2F2 !important;
        color: #000 !important;
    }
    Display More

    Du musst den Eintrag natürlich noch auf Deine Farben ändern.

    und wech

    Dharkness

  • DarkCorri53i
    Member
    Reactions Received
    7
    Posts
    151
    Member since
    19. Jul. 2023
    Helpful answers
    2
    • July 26, 2026 at 5:17 AM
    • #5

    Hallo dharkness,

    vielen Dank für den Code. Ich habe ihn für mich angepasst. ( Zeile 1-4 und Zeile 9 entfernt) und Farben angepasst. Jetzt funzt es wieder.

    Gruß

    Markus

Current app version

  • Thunderbird 153.0.3 veröffentlicht

    Thunder August 12, 2026 at 12:57 PM

Current 153 ESR version

  • Thunderbird 153.0.3 ESR veröffentlicht

    Thunder August 12, 2026 at 2:18 PM

Current 140 ESR version

  • Thunderbird 140.13.0 ESR veröffentlicht

    Thunder July 22, 2026 at 7:16 PM

No Advertisements

There are no advertisements here. Maybe you give the website owner (Alexander Ihrig - aka "Thunder") instead something to be able to finance these sites in the long run. Many Thanks!

Thank you for the support!

Coffee to be spent?

Donate now via Paypal*

*Forwarding to PayPal.Me

Thunderbird Mail DE
  1. Imprint & Contact
  2. Privacy Policy
    1. Cookie Policy
  3. Terms of Use
  4. Donation Call for Thunderbird
Help for this website
  • All website support articles
  • How to use website search
  • How to create a forums user account
  • How to create and edit a forums thread
  • How to reset your forums password
Copyright © 2003-2026 Thunderbird Mail DE

You are NOT on an official page of the Mozilla Foundation. Mozilla®, mozilla.org®, Firefox®, Thunderbird™, Bugzilla™, Sunbird®, Seamonkey®, XUL™ and the Thunderbird logo are (among others) registered trademarks of the Mozilla Foundation.

Powered by WoltLab Suite™