1. Nachrichten
  2. Forum
    1. Unerledigte Themen
    2. Forenregeln
  3. Spenden
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche
  1. camp-firefox.de
  2. Collabs

Beiträge von Collabs

  • Aktiver Tab - blaue Leiste

    • Collabs
    • 3. Februar 2020 um 15:12

    funktioniert auch danke

    Wie bekommt man beim aktiven Tab (am Bild rechts) die untere Linie weg?

    Bilder

    • tab linie.JPG
      • 6,02 kB
      • 459 × 46
  • Aktiver Tab - blaue Leiste

    • Collabs
    • 3. Februar 2020 um 14:53

    Ja funktioniert danke

    jetzt hab ich am rechten Rand vom Tab noch so eine unschöne Linie aber nur wenn der Tab ausgewählt ist

    wie bekomm ich die weg?

    Bilder

    • tab.JPG
      • 8,06 kB
      • 25 × 48
  • Aktiver Tab - blaue Leiste

    • Collabs
    • 3. Februar 2020 um 14:45

    Hallo!

    Wie bekomme ich die blau Leiste am oberen Rand weg wenn der Tab grade ausgewählt ist?

    hier meine CSS:

    CSS
    @-moz-document url(chrome://browser/content/browser.xhtml) {
           
    #TabsToolbar {
        position: absolute !important;
        display:block !important;
        bottom: -4px !important;
        width: 100vw !important;
        background:  #F9F9FA !important;
        }
    
    #tabbrowser-tabs {
        width: 100vw !important;
        }
            
    #main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {
        padding-bottom: var(--tab-min-height) !important;
        }
    
    :root {
        --tab-min-height: 35px !important; 
        }
            
    :root #tabbrowser-tabs {
        --tab-min-height: 35px !important; 
        }
           
    /*.tabbrowser-tab:not([selected="true"]){*/
    .tabbrowser-tab:not([selected]) {
        background: rgb(249,249,250) !important;
        border: 1px solid black !important;
        color: black !important;
        border-radius: 8px !important;
        }
    
    .tab-background[selected] {
        background: rgb(249,249,250) !important;
        border: 1px solid black !important;
        border-radius: 8px !important;
        font-weight: bold !important;
        }
    
    #tabs-newtab-button {
        margin-left: 5px !important;
        padding: -10px !important;
        fill: rgb(0,0,0) !important;
        background-color: rgb(187,187,187) !important;
        border-radius: 8px !important;
        }
    
    .tab-close-button {
        display: none !important;
        }
    
    .tabbrowser-tab:hover .tab-close-button {
        display: block !important; 
        }
    }
    Alles anzeigen

    Bilder

    • selected.JPG
      • 11,37 kB
      • 455 × 40
  • Update 72.0.1 Anpassungen

    • Collabs
    • 12. Januar 2020 um 19:17

    sieht jetzt so aus:

    wie mache ich die linie mit der tab bottom linie bündig?

  • Update 72.0.1 Anpassungen

    • Collabs
    • 12. Januar 2020 um 18:37

    2002Andreas

    diese linie fehlt mir noch, hab die jetzt nur dazu gezeichnet damit man weiß was ich meine

    bei den tabs ist die linie vorhanden, den restlichen weg auf die rechte seite aber nicht

    milupo

    war schon auf true

  • Update 72.0.1 Anpassungen

    • Collabs
    • 11. Januar 2020 um 18:24

    ja die tableiste soll wieder unter die lesezeichen leiste, das ganze hat sich durch das update rauf geschoben

    hier meine css:

    CSS
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    
    /* TABS on bottom */
    #navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
     -moz-box-ordinal-group: 10;
    }
    #TabsToolbar {
     -moz-box-ordinal-group: 1000 !important;
    }
    
    #TabsToolbar {
     display: block !important;
     position: absolute !important;
     bottom: 0 !important;
     width: 100vw !important;
    }
    
    #main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {
     padding-bottom: var(--tab-min-height) !important;
    }
    
    #tabbrowser-tabs {
     width: 100vw !important;
    }
    
    #TabsToolbar #window-controls {
     display: none !important;
    }
    
    #TabsToolbar {
      background:  #F9F9FA !important;
    }
    
        /*Höhe und Abstand der Tableiste */
        
    #TabsToolbar {
        /* border-top: 1px solid black !important; */
        border-bottom: 1px solid black !important;
        min-height: 10px !important;
        padding-top: 0px !important;
        -moz-padding-start: 5px !important
        }
    
    
    /*.tabbrowser-tab:not([selected="true"]){*/
    .tabbrowser-tab:not([selected]) {
        background: rgb(187,187,187) !important;
        border: 1px solid black !important;
        color: black !important;
        border-top-right-radius: 8px !important;
        border-top-left-radius: 8px !important;
        
        }
    .tab-background[selected] {
        background: rgb(249,249,250) !important;
        border: 1px solid black !important;
        border-top-right-radius: 8px !important;
        border-top-left-radius: 8px !important;
        font-weight: bold !important;
        }
    
        /*beseitigt störende Flächen am Rand des aktiven Tabs*/
    .tabbrowser-tab[selected] {
        background: rgb(249,249,250) !important;
        border-top: 1px rgb(50,50,52) !important;
        border-right: 1px rgb(50,50,52) !important;
        }
    .tab-label {
        -moz-box-flex: 1 !important;
        text-align: left !important;
        }
    
    .tabbrowser-tab::after, .tabbrowser-tab::before {
        margin-inline-start: 0px !important;
        border-left: 0px solid !important;
        border-image: none !important;
        border-image-slice: 0 !important;
        width: 0px !important;
        box-sizing: border-box;
        opacity: 0 !important;
        }
        /* tab_titles_remove_blur - beseitigt unscharfen Tabtitel am rechten Rand */
    .tab-label-container[textoverflow]:not([pinned]) {
        mask-image: unset !important;
        }
        
    .tab-line { 
        display: none !important;
        }
    
    .tab-close-button {
        display: none !important;
    }
    
    .tabbrowser-tab:hover .tab-close-button {
        display: block !important; 
    }
    
    .tab-label-container[textoverflow][labeldirection=ltr]:not([pinned]),
    .tab-label-container[textoverflow]:not([labeldirection]):not([pinned]):-moz-locale-dir(ltr) {
        mask-image: none !important;
    } 
    
    #tabs-newtab-button {
        margin-left: 5px !important;
        padding: -10px !important;
        fill: rgb(0,0,0) !important;
        background-color: rgb(187,187,187) !important;
        border-radius: 8px !important;
        }
    Alles anzeigen
  • Tabs mit abgerundeten Ecken

    • Collabs
    • 11. Januar 2020 um 18:21

    da hab ich wohl durch herumprobieren vergessen die Zeile zu löschen

  • Tabs mit abgerundeten Ecken

    • Collabs
    • 11. Januar 2020 um 18:12

    probier das mal

    CSS
    /*.tabbrowser-tab:not([selected="true"]){*/
    .tabbrowser-tab:not([selected]) {
        background: rgb(187,187,187) !important;
        border: 1px solid black !important;
        color: black !important;
        border-top-right-radius: 8px !important;
        border-top-left-radius: 8px !important;
        
        }
    .tab-background[selected] {
        background: rgb(249,249,250) !important;
        border: 1px solid black !important;
        border-top-right-radius: 8px !important;
        border-top-left-radius: 8px !important;
        font-weight: bold !important;
        }
    Alles anzeigen
  • Update 72.0.1 Anpassungen

    • Collabs
    • 11. Januar 2020 um 18:09

    Seit Update auf 72.0.1 sieht die Tableiste so aus.

    Welche Werte muss ich in der userChrome.css ändern damit das wieder normal aussieht?

  • Tableiste grau färben

    • Collabs
    • 29. Dezember 2019 um 12:44

    jetzt funktionierts, danke!

  • Tableiste grau färben

    • Collabs
    • 29. Dezember 2019 um 09:39
    Zitat von grisu2099

    Letzte Zeile im Code die Farbe ändern.

    passiert leider nichts, bleibt gleich grau

    Zitat von grisu2099

    Ja. Dazu mußt du die beiden folgenden Code-Blöcke in deinem Code austauschen:

    damit werden alle ecken eckig

  • Tableiste grau färben

    • Collabs
    • 29. Dezember 2019 um 08:33

    Hat soweit alles super funktioniert, danke!

    Geht es auch nur die oberen Ecken der Tab buttons abzurunden?

    Wie ändert man die Farbe des "Neuer Tab"-Buttons?

  • Tableiste grau färben

    • Collabs
    • 28. Dezember 2019 um 22:36

    Danke!

    Welche Farbe müsste ich eintragen damit der Grauton so aussieht wie rund um die Adressleiste? "lightgrey" passt nicht so ganz

    Ist es möglich die Tab buttons (so nenn ich sie mal) etwas abzurunden?

    Ist die Leezeichen-Symbolleiste auch zweireihig möglich?

    mfg

  • Tableiste grau färben

    • Collabs
    • 28. Dezember 2019 um 20:32

    Wie macht man die Tableiste grau anstatt blau?

Unterstütze uns!

Jährlich (2025)

74,7 %

74,7% (485,86 von 650 EUR)

Jetzt spenden
  1. Kontakt
  2. Datenschutz
  3. Impressum
Community-Software: WoltLab Suite™
Mastodon