- Firefox-Version
- 91.0b9
- Betriebssystem
- WIN7-32
Hallo,
Ich hätte gerne das Lautsprecher Symbol im Tab rechts
Hallo,
Ich hätte gerne das Lautsprecher Symbol im Tab rechts
das Lautsprecher Symbol im Tab rechts
Teste bitte:
Kreuz rechts, Symol links
Teste bitte wieder:
Youtube Symbol, links, verschwindet leider bei Wiedergabe, sonst sehr gut.
Danke für deine Mühe
verschwindet leider bei Wiedergabe
Das erscheint nur, wenn das Movie nicht abgespielt wird.
Wird auf Play gedrückt, dann verschwindet das YT Symbol und der Lausprecher erscheint.
Bei Wiedergabe:
Ah, alles bestens
Vielen lieben Dank
Vielen lieben Dank
Gerne doch
Youtube Symbol, links, verschwindet leider bei Wiedergabe
Teste bitte mal das ↓.
Hallo Dharkness,
funktioniert bei mir leider gar nicht, wie ohne Code (Lautsprecher Symbol links).
Gruß
sieht so aus:
Das könnte ich dir noch anbieten:
.tab-icon-stack {
display: flex !important;
padding-top: 2px !important;
}
.tab-icon-stack > * {
opacity: 1 !important;
}
.tab-icon-stack:is([muted],[soundplaying],[activemedia-blocked]) {
-moz-box-ordinal-group: 2 !important;
}
.tab-close-button {
-moz-box-ordinal-group: 3 !important;
}
Alles anzeigen
funktioniert bei mir leider gar nicht
War ja auch falsch, um das Favicon bei soundplaying einzublenden, benötigst Du das ↓ Schnipsel.
:root[uidensity="compact"] .tab-icon-stack:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) > :not(.tab-icon-overlay), #tabbrowser-tabs[secondarytext-unsupported] .tab-icon-stack:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) > :not(.tab-icon-overlay),
:root:not([uidensity="compact"]) #tabbrowser-tabs:not([secondarytext-unsupported]) .tabbrowser-tab:not(:hover) .tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]),
:root:not([uidensity="compact"]) #tabbrowser-tabs:not([secondarytext-unsupported]) .tabbrowser-tab:hover .tab-icon-stack:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) > :not(.tab-icon-overlay) {
opacity: 1.0 !important;
}
Sieht hier so aus damit:
Naja, das margin muss natürlich noch angepasst werden.