- Firefox-Version
- 96
- Betriebssystem
- Windows 11 Pro
Hallo,
folgender Code hat bisher funktioniert, um Tabs durch eine Linie voneinander abzugrenzen.
CSS
/* Outline inactive tabs */
@media (-moz-proton) {
.tab-background:not([selected=true]):not([multiselected=true]) {
border: 1px solid rgba(0, 0, 0, .10) !important;
}
}
Quelle: https://www.reddit.com/r/firefox/comm…entiation_back/
Könnte jemand den anpassen, damit er wieder funktioniert?
Danke schon einmal vorab.