meine angepasste css im anhang
Habe deine 'userChrome.css' angepasst. Farbgebung ist irgendwie merkwürdig, ist das so gewollt?
Bitte testen:
CSS
#TabsToolbar {
background: #dbdfeb !important;
position: absolute !important;
display: flex !important;
top: 107px !important; /*Abstand nach oben*/
width: 100% !important;
}
#TabsToolbar :-moz-any(.tabs-newtab-button,#tabs-newtab-button) {
min-width: 0px !important;
width: 25px !important;
margin-bottom: -5px !important;
}
#tabbrowser-tabs {
width: 100vw !important;
}
#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {
padding-bottom: 50px !important;
}
:root {
--tab-min-height: 30px !important; /* 30 25 20*/
}
:root #tabbrowser-tabs {
--tab-min-height: 20px !important; /* 30 25 15*/
}
.tabbrowser-tab:not([selected="true"]) {
color: black !important;
background: lightgrey !important;
font-weight: normal !important;
}
/* Aktiver Tab */
.tabbrowser-tab[selected] .tab-content {
color: black !important;
background: Very Light Grey !important;
font-weight: normal !important;
}
.tabbrowser-tab:not([pinned]) {
flex-grow: 0 !important;
min-width: 157px !important;
}
}
Alles anzeigen