Seit Update auf FF 69.0 ist 2. Lesezeichensymbolleiste weg

  • Hallo,

    Bis zum Update auf die 69.0 (Alt 68.0.2 und vorherige) hatte ich eine 2. Lesezeichensymbolleiste. Die ist nun nach dem Update zugunsten

    einer Tab-Leiste (direkt unter der Menü-Leiste, siehe Photo) verschwunden. Die Favoriten der 2. Lesezeichensymbolleiste kann ich nur nach anklicken der 2 Pfeile hinter der 1. Lesezeichensymbolleiste erreichen.

    Einen Chrome Ordner mit einer enthaltenen userChrome.css habe ich schon länger. Hab das damals irgendwie hinbekommen nach Anleitung und durchwurschtelen (Laie...)

    Möchte den "alten Zustand" wieder bekommen. Also mit 2. Lesezeichensymbolleiste und ohne dieser Tab-Leiste unter der Menü-Leiste.

    Wie gehe ich da vor..?

    Ergänzung..

    Diese Tab-Leiste unter der Menü-Leiste ist wohl die Problematik "Tab-Leiste ausblenden, wenn nur ein Tab vorhanden ist". Und das geht unter 69.0 eben (auch) nicht.

  • Schaue mal in about:config nach, ob der Eintrag

    toolkit.legacyUserProfileCustomizations.stylesheets

    auf true steht. Wenn nicht, setze ihn auf true.

    Übersetzer für Obersorbisch und Niedersorbisch auf pontoon.mozilla.org u.a. für Firefox, Firefox für Android, Firefox für iOS, Firefox Klar/Focus für iOS und Android, Thunderbird, Pootle, Django, LibreOffice, LibreOffice Onlinehilfe, WordPress

  • Stelle mal deinen CSS-Code hier ein.

    Übersetzer für Obersorbisch und Niedersorbisch auf pontoon.mozilla.org u.a. für Firefox, Firefox für Android, Firefox für iOS, Firefox Klar/Focus für iOS und Android, Thunderbird, Pootle, Django, LibreOffice, LibreOffice Onlinehilfe, WordPress

  • Bin mir nicht sicher wie ich das hier einfügen kann, ich probiere es mal...


    /* userChrome.css **********************************************/

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

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

    /* CSS-Anweisungen bitte unter diesen Kommentar eintragen. */

    #TabsToolbar {

    min-height: 0px !important;

    height: 0px !important;

    visibility: hidden !important;

    overflow: hidden !important;

    }

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

    }


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

    /* Firefox Quantum userChrome.css tweaks ************************************************/

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

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


    /* NOTE ********************************************************************************/

    /* Variables are set inside '.\config\' folders CSS files, if complete package is used! */

    /* import old button/bookmark size code *************************************************/

    @import "./../buttons/buttons_on_bookmarks_toolbar_old_size_and_appearance.css";

    :root {

    --bookmark_items_height: 26px; /* <- bookmark items - line height */

    --bookmark_items_lines: 7; /* <- maximum amount of lines */

    }

    #PersonalToolbar {

    min-height: var(--bookmark_items_height) !important;

    max-height: calc(var(--bookmark_items_height)*(var(--bookmark_items_lines))) !important;

    }

    #PlacesToolbar,

    #PlacesToolbarItems {

    overflow: visible;

    display: block;

    }

    #PlacesToolbarItems > .scrollbox-innerbox {

    display: flex;

    flex-wrap: wrap;

    overflow-x: hidden !important;

    overflow-y: visible !important;

    max-height: calc(var(--bookmark_items_height)*(var(--bookmark_items_lines))) !important

    }

    #personal-bookmarks {

    display: block;

    }

    #personal-bookmarks #PlacesToolbar {

    display: block;

    min-height: 0;

    overflow-x: hidden;

    overflow-y: auto;

    max-height: calc( var(--bookmark_items_lines) * var(--bookmark_items_height) );

    }

    #personal-bookmarks #PlacesToolbar > hbox {

    display: -moz-stack !important;

    left: 0px;

    right: 0px;

    width: 100%;

    }

    #personal-bookmarks #PlacesToolbar #PlacesToolbarItems {

    overflow-x: visible;

    overflow-y: visible;

    }

    #personal-bookmarks #PlacesToolbar #PlacesToolbarItems > box {

    display: block;

    }

    #personal-bookmarks #PlacesToolbar > .bookmark-item{

    visibility: visible !important;

    }

    #personal-bookmarks #PlacesToolbar .chevron{

    visibility: collapse;

    }

    #personal-bookmarks #PlacesToolbar > hbox > hbox{

    overflow-x: hidden;

    overflow-y: hidden;

    }

    #personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator[collapsed="true"],

    #personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator{

    display: none;

    }

    #personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item{

    padding-top: 0px !important;

    padding-bottom: 0px !important;

    margin-top: 2px !important;

    margin-bottom: 2px !important;

    vertical-align: middle;

    }

    /*

    #personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item:hover:active:not([disabled="true"]),

    #personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item[open="true"] {

    padding-top: 2px !important;

    padding-bottom: 2px !important;

    }

    */

    #personal-bookmarks #PlacesToolbar toolbarseparator{

    -moz-appearance: none !important;

    visibility: visible !important;

    display: inline;

    text-shadow: none !important;

    border-left: 3px solid ThreeDShadow !important;

    border-right: 3px solid ThreeDHighlight !important;

    vertical-align: middle;

    }

    #personal-bookmarks toolbarbutton.bookmark-item[dragover][open]{

    -moz-appearance: toolbarbutton;

    }

    #navigator-toolbox #PersonalToolbar {

    max-height: calc( var(--bookmark_items_lines) * var(--bookmark_items_height) ) !important;

    }


    #back-button:not([disabled="true"]):not([open="true"]):not(:active){

    fill: blue !important;

    }


    #forward-button:not([disabled="true"]):not([open="true"]):not(:active){

    fill: blue !important;

    }


    /* Zurück-Taste und Vor-Taste: Rahmen um das Grafik-Element.

    */

    #navigator-toolbox #back-button .toolbarbutton-icon,

    #navigator-toolbox #forward-button .toolbarbutton-icon {

    border: 1px solid white !important;

    border-radius: 50% !important;

    height: 35px !important;

    width: 35px !important;

    padding: 6px !important;

    background-color: white !important;

    opacity: 1 !important;}

    #nav-bar .toolbarbutton-1 {

    filter:none;

    fill: black!important;}


    #titlebar-close > .toolbarbutton-icon {

    width: 16px!important;

    height: 16px!important;

    }


    #titlebar-close{

    list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc2MTc4RTNEQjg2MTFFNzg5ODBFRThDMUJCNzUyQzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc2MTc4RTREQjg2MTFFNzg5ODBFRThDMUJCNzUyQzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzYxNzhFMURCODYxMUU3ODk4MEVFOEMxQkI3NTJDOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzYxNzhFMkRCODYxMUU3ODk4MEVFOEMxQkI3NTJDOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PngaJ3MAAAVPSURBVHjahFRZbFRVGP7Oudvcma6ghU5b9lJboQmUKJamWFxoWgwKbpFEozwRePDBkBKjD5poMMYNlAQlEaMxKATZJECs0qaSokit0JpCywxdhqHAFKZzZ+Yu5/rPhRIoBE9yZm7O3PPN/3/LD9d1kdnRgXDu2PPY7gmdze3tD7uhcL+7edu3bsMrr7sfbN+9afx7d9sybqyCoilXx57PhgdrbCiNtptfwwUHd5IQTIWQsmGYWsGp8NXgnKm5Q7jH4uMPes4PNo4k3ab9R9qbPt26o2b9mxvBFR3ClZC2GQJZBc+nLDm4avV667Otu9/r6I5k3w34ZsV9kfNTkmne2HG674s9B1twacSiCnOgK/mwhAQHLhRFw2giBZ8e+CNhKTjS2rGh5UTXhmXLF6+ZXznru8riyfHbgHuHBmssV2882n6iae+hVliuH0KfgJQlAW4KDuMEqsAwDMiyDMcBsnLzEImZMGwF3/x4aMuoaQbhiPcrpwaTHnBvaLDGsNWmE129jbsPtMFRcwlYpS3Dkq6LYDsufTL4fCokyQHjNlzuwNF8SDMZXFawc1/bWz4hXyHgT25wLLfGU1LjDz81wyZxTKEQKAlGv6hcQGYmJJl5SjuORd9EkZPAfROuU+s4EoRQYQs/9hxs+7i1o3+mB6xwhgNHWpDmAVhMge0KaIxBTifwSEUJdHGNbhNYxkKqQt3aUCUbFaXTwU0LGnXGLRcS9ZYQOvY3H//SoyKeNPHXPz1IOjocSRCXEr2YRPWCB/Hc8jrIK2uhyAK2lYJIx6FxE/T3wdrqqrzzUbur/e8QhCzBJugUkX/qTKju5JlIPj/XP4wUeVXSdHDiizkmslULKxoXrdOZUaG4hk4+1jWehs5GEaBdWjwpUj5tUvcLK5asC2gZjxuwYMKhrq4mDPT1R67IoehFOgKMdBI+mVNDLubPLYOGZHNZSWH3mH1KX3uZ1S993FdaFEyNnVnp2Mm5lTNw9M8eMDlADmLQVT+GLkTBk9SiRGorqkqCcaLTQpYuwe/j58ab/lbQzMrJ0iPZORQeJsAkDsYkmGmbumbgqi7DNFOe6rZtk08VxEdTsGwU4n9W0mHll2IjZD/qUzDvTBDPKhmCF03Or5WJes5IWXpBQEVndxgJS2u4F2hv+PL0hKM1dPVF6I4C1/FgqVMFkybkgD+7uLo1oDIbtknsCkqZghED2Ln/t82nBuIvnRmI3lH5ufDlwgzorp+b18ZG6VbGclQYYxa4m8TsmcUBL9Lzy2dtP9YZWm1SMDK2ETwLv3f2UlCs756qX/SG3R87qXA3YlnpFLmn8MJIct6+5l82H+sK0zwJgMoCEyb8ionKimnD5bNLDA+4YcnCdzpP//uicHgg5Shgih+ZPzlO4J1d3R+WTSvG1OJCL3nhwQsYiMYQSziwmZ90ofZJF5Dokohj6aMPeRSyjGiZtWXX4dU79rZ85Wr3I03gNBG8QGQHfHTZJIEcb264NJBS4nqUZdlHlbKM7+DnCax6pvrdV5fXvX3b2Fyz8slthiEm7j18bKOi5dEQUSg0fqTSDiVL96IsUdwzlsxgyZoEjR5sK0EUMNQ9XNVSPa9i0x3zOLPqF1d9np2VFT3Q3Pb1SHwUnAaSSrQYBEgJACUXnvyUTmbRCKXqc3VgWX3dR4uqHvi+bErO8BjWTSpu2mgoJkdGEsFfW9rXdp/uezp65dpsQWmyhPBmsSpJcG0DAZ+EBZVz8FjtwifycuRQefHEs7fi3AF86+oKXfQNRoaTAxTRUZoBFk2xgO7DjJICBAsLvIHFYKmlJUXW+Lv/CTAAo52l45BLwU4AAAAASUVORK5CYII=") !important;

    }

  • Ersetze alle Vorkommen von browser.xul durch browser.xhtml.

    Übersetzer für Obersorbisch und Niedersorbisch auf pontoon.mozilla.org u.a. für Firefox, Firefox für Android, Firefox für iOS, Firefox Klar/Focus für iOS und Android, Thunderbird, Pootle, Django, LibreOffice, LibreOffice Onlinehilfe, WordPress

  • Gern geschehen.

    Übersetzer für Obersorbisch und Niedersorbisch auf pontoon.mozilla.org u.a. für Firefox, Firefox für Android, Firefox für iOS, Firefox Klar/Focus für iOS und Android, Thunderbird, Pootle, Django, LibreOffice, LibreOffice Onlinehilfe, WordPress

  • Hier muß ich mich doch mal melden.

    Ich habe den CSS-Code aus dem Beitrag #5 einschl. der Änderung browser.xul in browser.xhtml in meine userChrome.css eingesetzt aber trotdem wird nur eine 1-Zeilige Lesezeichensymbolleiste angezeigt.

    Ich benutze den Firefox Quantum 69.0.3 (64 Bit) in Windows 10 Pro

    MfG Manfred

  • Teste es damit mal:

  • Ich habe es herausgefunden:

    Wer bislang noch keine Datei userContent.css oder userChrome.css nutzt, dies aber ab Firefox 69 oder später tun möchte, muss über about:config zusätzlich den Schalter toolkit.legacyUserProfileCustomizations.stylesheets auf true setzen.

    Das habe ich getan und es funktioniert.

    Vielen Dank!

    MfG Manfred

  • Ich habe es herausgefunden:

    Wer bislang noch keine Datei userContent.css oder userChrome.css nutzt, dies aber ab Firefox 69 oder später tun möchte, muss über about:config zusätzlich den Schalter toolkit.legacyUserProfileCustomizations.stylesheets auf true setzen.

    Ja, steht schon in Beitrag #2 und ist ab Firefox 69 für jedes Profil notwendig.

    Übersetzer für Obersorbisch und Niedersorbisch auf pontoon.mozilla.org u.a. für Firefox, Firefox für Android, Firefox für iOS, Firefox Klar/Focus für iOS und Android, Thunderbird, Pootle, Django, LibreOffice, LibreOffice Onlinehilfe, WordPress