- Firefox-Version
- Firefox 153 Nightly
- Betriebssystem
- Windows 11 Pro 24H2
Nachfolgender Code verpfuscht das Herz im Forum aber erst seit Jüngerem.

Ohne diesen sehe ich das Herz
CSS
/* Firefox-Forum Anerkennung zeigen */
.reactButton {
width: 120px !important;
padding-top: 5px !important;
&::before {
content: "\f164" !important;
font-weight: 400 !important;
scale: 1.4 !important;
}
&::after {
content: "Gefällt mir" !important;
padding-left: 5px !important;
padding-top: 4px !important;
}
&:hover {
color: #00be00 !important;
}
&.active {
color: #333333 !important;
}
&.active:hover {
color: #ff0000 !important;
}
}
.reactionSummary .selected .reactionCount {
font-weight: 700 !important;
color: #5c5c5c !important; /* für die Farbe des Zählwertes */
padding-bottom: 5px !important;
}
.reactionCountButton {
&::before {
content: '\f164' !important;
font-family: 'Font Awesome 6 Free' !important;
font-size: 20px !important;
color: #5c5c5c !important; /* für die Farbe des Symbols */
}
img {
display: none;
}
}
Alles anzeigen
Ergänzend noch diese Informationen: Der Code steht in der usercontent.css, da er als normaler Code damals gar nicht funktioniert hatte.
CSS werden hier via UserCSSLoader.uc.js eingelesen.
Der Code sollte eigentlich diesen Teil freundlicher gestalten

