Tableiste zwei oder mehrzeilig

  • Guten Tag, heute nun den FF 71 als Update bekommen und nun ist meine Tableiste wieder nur einzeilig.

    Kann man das wieder ändern, ich hatte das seinerzeit mühselig in irgendwelchen Dateien gemacht nur weiß ich leider nicht ob das in der neuen Version funktioniert

  • das war ein css Code soweit ich das weiß, aber leider weiß ich nicht mehr wo der war. Ich habe schon im Forum gesucht bisher aber noch nicht gefunden

    EDIT:

    die userchrome.css habe ich schon gefunden, da sollte das drin stehen

    2 Mal editiert, zuletzt von baramax (5. Dezember 2019 um 11:24)

  • hier der gesamte Inhalt der userchrome.css

    Spoiler anzeigen

    /* This file can be used to customize the look of Mozilla's user interface

    * You should consider using !important on rules which you want to override default settings.

    */

    /* Do not remove the @namespace line -- it's required for correct functioning */

    @namespace url("http://www.mozilla.org/keymaster/gate…ere.is.only.xul");

    /* set default namespace to XUL */

    /*AGENT_SHEET*/

    /* Firefox 57+ userChrome.css tweaks ****************************************************/

    /* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **/

    /* by Aris (aris-addons@gmx.net)*********************************************************/

    /* Github: https://github.com/aris-t2/customcssforfx ************************************/

    /****************************************************************************************/


    /****************************************************************************************/

    /* multirow / multiple tab lines - modified for CustomCSSforFx **************************/

    /* all credits go to the original author: ***********************************************/

    /* https://www.reddit.com/r/FirefoxCSS/c…w_tabs_in_ff57/ ***********/

    /****************************************************************************************/


    /* tabs height for "classic tabs" */

    :root {

    --tab-min-height: 24px !important;

    }

    .tabbrowser-tab:not([pinned]) {

    flex-grow: 1;

    min-width: 125px !important;

    max-width: 125px !important;

    }

    .tabbrowser-tab,.tab-background {

    min-height: var(--tab-min-height);

    }

    .tab-stack {

    width: 100%;

    }

    #tabbrowser-tabs .scrollbox-innerbox {

    display: flex;

    flex-wrap: wrap;

    overflow-y: visible !important;

    min-height: var(--tab-min-height);

    max-height: calc(10*var(--tab-min-height)) !important;

    /* 10 rows */

    }

    #tabbrowser-tabs .arrowscrollbox-scrollbox {

    overflow: visible;

    display: block;

    }

    #tabbrowser-tabs .scrollbutton-up,

    #tabbrowser-tabs .scrollbutton-down,

    #alltabs-button,

    .tabbrowser-tab:not([fadein]) {

    display: none;

    }

    #main-window[tabsintitlebar] #tabbrowser-tabs {

    -moz-window-dragging: no-drag;

    }

    /* This file can be used to customize the look of Mozilla's user interface

    * You should consider using !important on rules which you want to override default settings.

    */

    /* Do not remove the @namespace line -- it's required for correct functioning */

    @namespace url("http://www.mozilla.org/keymaster/gate…ere.is.only.xul"); /* set default namespace to XUL */

    /* Lesezeichen Sidebar - Ordnericon stehend rot */

    @-moz-document url("chrome://browser/content/bookmarks/bookmarksPanel.xul"),

    url("chrome://browser/content/history/history-panel.xul") {

    treechildren::-moz-tree-image(container) {

    fill:Crimson !important;}

    }

    /* Lesezeichen verwalten - Ordnericon stehend rot */

    @-moz-document url-prefix("chrome://browser/content/places/places.xul") {

    treechildren::-moz-tree-image(container) {

    fill:Crimson !important;}

    }

    /* Lesezeichen - Ordnericon rot */

    @-moz-document url-prefix("chrome://browser/content/browser.xul") {

    .bookmark-item[container="true"] {

    fill:Crimson !important;}

    }

    /* Mehrzeilige Tab-Leiste */

    /* Tabs height for "classic tabs" */

    .tabbrowser-tab{

    max-height:5px!important;

    }

    /* runde Tabs und Trennlinien */

    .tab-background {

    border-radius: 12px 12px 0px 0px !important;

    border-image: none !important;

    }

    .tab-line {

    display: none;

    }

    /* Farbe des Focus Tab */

    .tab-background[selected="true"]{

    background:MediumBlue!important;

  • Ok.

    Entfern bitte den kompl. Inhalt der Datei userChrome.css, und füg dann diesen Text wieder ein.

    Danach den Firefox neu starten und testen.