sodele, nach etlichen schwierigkeiten hab ich dank dieses forums die tabs wieder unten.
das einzige, was mich stört, ist die fette schrift, und die farbe des aktiven tab. kann man dieses grau etwas aufhellen? ich kenn leider diese farbbezeichnungen nicht. kann man evtl n trennung zwischen den einzelnen tabs einbaun? dieser fliessende übergang ist nicht sonderlich prickelnd.
danke schon mal für eure aufmerksamkeit und hilfe.
meine aktuelle css:
CSS
@-moz-document url(chrome://browser/content/browser.xhtml) {
#TabsToolbar {
background: #dbdfeb !important;
position: absolute !important;
display: block !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: bold !important;
}
/* Aktiver Tab */
.tabbrowser-tab[selected] .tab-content {
color: black !important;
background: grey !important;
font-weight: bold !important;
}
.tabbrowser-tab:not([pinned]) {
-moz-box-flex: 0!important;
width: 157px!important;
}
}
Alles anzeigen
edit: habs dank tante google hinbekommen. das helle grau heisst very light grey, und die nicht fette schriftart nennt sich normal.
jetzt wären nur noch abgegrenzte tabs gefragt
jetzt schauts so aus: