Ich würde gerne die Hintergrundfarbe des Bibliotheks-Menüs, des Sandwich-Menüs und des >>-(Overflow) Menüs ändern.
Leider bekomme ich es noch nicht so ganz hin wie ich es möchte, folgende beiden Codes nutze ich bisher dafür (neben dem um die Tabs abzurunden). Die Menüs in der Menü-Leiste sowie Menüs der Lesezeichen-Symbolleiste etc. sollen erstmal aussen vor bleiben.
Was müsste ich da wie und so am ersten Codeblock ändern ?
CSS
/*
.bookmark-item[container="true"] {
fill:#FF00FF !important;
color:#00FFFF !important;
}
toolbarbutton[container="true"] {
filter:none !important;
fill:#FF00FF !important;
color:#FF00FF !important;
}
*/
toolbarbutton {
filter:none !important;
fill:#FF00FF !important;
color:#FF00FF !important;
background:#000000
}
.toolbarbutton-text {
-moz-appearance: none !important;
color: #00FFFF !important;
}
menubar{
-moz-appearance: none !important;
color: #00FFFF !important;
}
Alles anzeigen