#TabsToolbar .tabbrowser-tab{
background: lightblue !important;
border-radius: 80px !important;
border:none!important;
}
.tab-background[selected="true"] {
background: orange !important;
border-radius: 80px !important;
border:none!important;
}
.tabbrowser-tab::after, .tabbrowser-tab::before {
margin-inline-start: 0px!important;
border-left: 0px solid!important;
border-image:none!important;
border-image-slice: 0!important;
width: 0px!important;
box-sizing: border-box;
opacity: 0!important;
}
.tab-line[selected=true] {
display:none!important
}
1. Schriftart änderbar ?
2. Schriftgröße ?
3. Auch per Farbcode,also anstelle von black = #11111 ?