Letztendlich ist nun folgender Code im Einsatz:
CSS
.tabbrowser-tab::after, .tabbrowser-tab::before {
border-left: none !important;
}
.tab-background {
border-radius: 12px 12px 0px 0px !important;
border-image: none !important;
border-left: 1px solid !important;
border-right: 1px solid !important;
border-top: 1px solid !important;
background-color: #BDBDBD !important;
}
.tab-line {
display: none !important;
}
Alles anzeigen