danke danke Klappt super. Habe mir aber die Farben und Schrift noch etwas angepasst. Zudem habe ich dein Sidebarheader ausblenden Teil (ab Zeile 13) durch den mit Sidebar-Header mal ersetzt. Wenn auch an anderer Stellle
Sieh nun mit folgendem Code:
CSS
@-moz-document url("chrome://browser/content/places/bookmarksSidebar.xul"),
url("chrome://browser/content/browser.xhtml") {
#menu_bookmarksSidebar {
display: -moz-box !important;
}
#bookmarks-view-children {
margin-top: -120px !important;
margin-left: -15px !important;
}
/* Sidebar Header nicht sichtbar FX < 72 */
/* Sidebarheader {
display: none !important;
} */
#sidebar-search-container {
display: none !important;
}
.sidebar-placesTreechildren::-moz-tree-separator {
margin: 0px 500px !important;
}
label[persist="value"][flex="1"][crop="end"][control="sidebar"][value="Lesezeichen"] {
display: none !important;
}
#sidebar-box {
display: block !important;
position: fixed !important;
top: 116px;
right:0;
bottom: 25px;
width: 0px !important;
overflow-x: hidden !important;
-moz-appearance: none !important;
border: 1px solid transparent !important;
border-left: 0 !important;
opacity: 0 !important;
transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important;
z-index: 2 !important;
}
#sidebar-box:hover {
background: lightgrey !important;
width: 230px !important;
opacity: 1 !important;
transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important;
}
#sidebar-splitter {
display: none !important;
}
/* Sidebar Header sichtbar ab FX >= 72 */
/* #sidebar-header {
width:100%;
border: 0 !important;
} */
/* Sidebar Header ausgeblendet ab FX >= 72 */
#sidebar-header {
display: none !important;
}
/* Sidebar Farben und Schriftart */
#sidebar {
display: block !important;
width: 100% !important;
height: 95%;
background: #faebd7 !important;
opacity: 1 !important;
}
.sidebar-placesTreechildren,sidebarheader,#sidebar-search-label,#search-box {
font-size: 16px !important;
font-family: Comic Sans MS, sans-serif !important;
color: #ff00ff !important;
}
}
Alles anzeigen
so aus bei mir