funktioniert er nicht mehr, ebenso wenig wie andere Stile aus diesem Thema. Bitte stellen Sie die Funktionsfähigkeit wieder her.
CSS Alles anzeigen/* userContent.css */ /* https://www.camp-firefox.de/forum/thema/137330/?postID=1241028#post1241028 */ @-moz-document domain(translate.google.com) { [data-language-code] { display: none !important; } /* List of required translation languages */ [data-language-code="auto"], [data-language-code="de"], [data-language-code="en"] { display: block !important; } .qSb8Pe { min-height: 45px !important; max-width: 70px !important; } /* Color for round button and chevron on hover */ [aria-label="More source languages"]:hover, [aria-label="More target languages"]:hover { background: red !important; color: white !important; border-radius: 90px; } }
Erstmal würde ich versuchen, das hier zu löschen bzw. weg zu kommentieren:
Unabhängig davon, border-radius: 90px; könnte besser mit border-radius: 50%; klappen.