1. Home
  2. News
  3. Download
    1. Thunderbird Release Version
    2. Thunderbird 140 ESR
    3. Thunderbird 115 ESR
    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. Themes

Originalecken in den Tabs statt Gausskurven

  • tabecke
  • August 4, 2014 at 5:25 AM
  • Closed
  • Thread is Resolved
  • tabecke
    Guest
    • August 4, 2014 at 5:25 AM
    • #1

    Thunderbird "portable" 31, Win7

    Hi,
    ich möchte die Gauss-Kurven in den Tabs loswerden. Im Netz fand ich diese userChrome.css Einträge:

    ".tabmail-tab {
    margin: 2px 0px !important;
    }

    .tab-background {
    background-image: none !important;
    border: 1px solid threedshadow !important;
    border-bottom: none !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    -moz-margin-start: 0px !important;
    -moz-margin-end: 2px !important;
    background-color: threeDshadow !important;
    background-image: -moz-linear-gradient(rgba(255,255,255,0.35) 25%, rgba(255,255,255,0)) !important;
    }

    .tabmail-tab:not([selected]):not(:hover) +
    .tabmail-tab:not([selected]):not(:hover)::before,
    .tabmail-tab:last-child:not([selected]):not(:hover)::after {
    background: none !important;
    }

    .tabmail-tab:hover .tab-background,
    .tabmail-tab[selected] .tab-background {
    background: -moz-dialog !important;
    background-image: -moz-linear-gradient(rgba(255,255,255,0.35) 25%, rgba(255,255,255,0)) !important;
    }

    .tabmail-tab:hover .tab-text,
    .tabmail-tab[selected] .tab-text {
    color: black !important;
    opacity: 1 !important;
    }

    .tabmail-tab:last-child:not([selected]):not(:hover)::after {
    -moz-margin-start: 0px;
    -moz-margin-end: 2px;
    }"

    Im aktiven Tab sind aber immer noch Gauss-Ecken, siehe Foto. Wie werde ich diese vollständig los?

    Images

    • Zwischenablage01.jpg
      • 8.88 kB
      • 488 × 122
  • Rabuntu
    Junior Member
    Posts
    1
    Member since
    24. Apr. 2015
    • April 24, 2015 at 11:48 AM
    • #2

    Moin moin,

    Sorry bin neu hier, also verzeiht, wenn ich mal eben diesen etwas älteren Thread wieder hervorkrame. Tatsache ist, das wenn ich mich persönlich durch die Weiten des Internets aufmache, meine Hoffnung groß ist, auf meine Fragen auch Antworten zu finden.

    Genau wie "Tabecke" bin ich auf das Problem der absolut häßlichen überrunden Tabs gestoßen. Hier mal eben meine Lösung zu der Sache um etwaigen Suchern doch noch eine Hilfestellung zu geben.

    CSS
    .tabmail-tab {
    margin: 2px 0px !important;
    }
    
    
    
    
    .tab-background {
    background-image: none !important;
    border: 1px solid threedshadow !important;
    border-bottom: none !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    -moz-margin-start: 0px !important;
    -moz-margin-end: 2px !important;
    background-color: threeDshadow !important;
    background-image: -moz-linear-gradient(rgba(255,255,255,0.35) 25%, rgba(255,255,255,0)) !important;
    }
    
    
    
    
    .tabmail-tab:not([selected]):not(:hover) +
    .tabmail-tab:not([selected]):not(:hover)::before,
    .tabmail-tab:last-child:not([selected]):not(:hover)::after {
    background: none !important;
    }
    
    
    
    
    .tabmail-tab:hover .tab-background,
    .tabmail-tab[selected] .tab-background {
    background: -moz-dialog !important;
    background-image: -moz-linear-gradient(rgba(255,255,255,0.35) 25%, rgba(255,255,255,0)) !important;
    }
    
    
    
    
    .tabmail-tab:hover .tab-text,
    .tabmail-tab[selected] .tab-text {
    color: black !important;
    opacity: 1 !important;
    }
    
    
    
    
    .tabmail-tab:last-child:not([selected]):not(:hover)::after {
    -moz-margin-start: 0px;
    -moz-margin-end: 2px;
    }
    
    
    
    
    
    
    
    .tab-background-middle[selected=true] {
      background-clip: padding-box, padding-box, content-box;
      background-color: var(--fgTabBackgroundColor);
      background-image: none !important;
      background-repeat: repeat-x;
      background-size: auto 100%;
      /* The padding-top combined with background-clip: content-box
         (the bottom-most) ensure the background-color doesn't extend
         above the top border. */
      padding-top: 2px;
    }
    
    
    
    
    .tab-background-start[selected=true]::after,
    .tab-background-start[selected=true]::before,
    .tab-background-start,
    .tab-background-end,
    .tab-background-end[selected=true]::after,
    .tab-background-end[selected=true]::before {
      min-height: auto !important;
      width: auto !important;
    }
    
    
    
    
    /* Lässt die unschönen Ecken gänzlich verschwinden */
    
    
    
    
    .tab-background-start[selected=true]:-moz-locale-dir(ltr):not(:-moz-lwtheme)::before,
    .tab-background-end[selected=true]:-moz-locale-dir(rtl):not(:-moz-lwtheme)::before {
      background-image: none !important;
      background-size: 100% 100%;
    }
    
    
    
    
    .tab-background-end[selected=true]:-moz-locale-dir(ltr):not(:-moz-lwtheme)::before,
    .tab-background-start[selected=true]:-moz-locale-dir(rtl):not(:-moz-lwtheme)::before {
      background-image: none !important;
      background-size: 100% 100%;
    }
    Display More

    Viel Spaß
    LG Rabuntu

    Images

    • Bildschirmfoto.png
      • 43.23 kB
      • 658 × 117

    Edited once, last by Rabuntu: Bild hinzugefügt (April 24, 2015 at 4:59 PM).

  • Community-Bot September 3, 2024 at 8:20 PM

    Closed the thread.

Current app version

  • Thunderbird 152.0.1 veröffentlicht

    Thunder July 4, 2026 at 1:02 PM

Current 140 ESR version

  • Thunderbird 140.12.1 ESR veröffentlicht

    Thunder July 4, 2026 at 1:05 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™