Moin's !
Habe die Imports alle auskommentiert - bislang keine Änderung festgestellt, die Menüleiste ist immer noch unter der Icon-Leiste:
Die versuchsweise Änderung von "order: x ; " hat auch nichts bewirkt.
CSS
#toolbar-menubar /* Hauptmenü */
{
appearance: none !important;
order: -1 !important;
min-height: 26px !important;
max-height: 26px !important;
border-bottom: 1px solid #B2B2B2 !important;
background: linear-gradient(to bottom, #000 0%, #000 33%, #F20 33%, #F20 67%, #FED965 67%, #FED965 100%) !important;
color: white !important;
padding: 0 0 0 1px !important;
margin: 0 !important;
}
#tabs-toolbar /* Icon-Leiste */
{
order: 1 !important;
}
#titlebar > .icons-beside-text
{
order: 2 !important;
}
Alles anzeigen