- Firefox-Version
- 136
- Betriebssystem
- Windows 10 Home'64
Hallo zusammen,
mit Update auf FF 136 ist leider die Funktion des automatischen Einblendens der Lesezeichen Sidebar abhanden gekommen. Ich wäre daher sehr dankbar, wenn man mir bei der Aktualisierung der "userChrome.css" helfen könnte.
Die Sidebar wird zwar automatisch ein-/ausgeblendet, allerdings fehlen die Lesezeichen, die Sidebar wird ohne jeden Inhalt angezeigt.
Der Code, der leider nicht mehr funktioniert, lautet:
CSS
tab[selected="true"] {
background-color: rgb(205,69,50) !important;
}
@-moz-document url("chrome://browser/content/places/bookmarksSidebar.xhtml"),
url("chrome://browser/content/browser.xhtml") {
#sidebar-box {
position: absolute !important;
top: 145px;
bottom: 1px;
width: 230px !important;
z-index: 100 !important;
opacity: 0 !important;
margin-left: -229px !important;
transition: margin-left .5s linear .4s, opacity .6s ease-in .2s !important;
}
#sidebar-box:hover {
opacity: 1 !important;
margin-left: 0 !important;
transition: margin-left .66s !important;
}
#sidebar {
box-shadow: none !important;
border-radius: 0 !important;
border: none !important;
position: absolute !important;
width: 230px !important;
}
#sidebar-splitter {
display: none !important;
}
#sidebar-header {
display: none !important;
}
/* #sidebar-search-container { */
/* display: none !important; */
/* } */
}
Alles anzeigen
Ich bedanke mich schon im voraus vielmals für Eure Hilfe.
VG Michael