- Firefox-Version
- 87.0a1
- Betriebssystem
- WIN10
Hallo zusammen,
ich habe gerade festgestellt das die addonlists_show_addon_version_number_fx68.css Datei im
CSS
/* Firefox Quantum userChrome.css tweaks 2.8.3 * 12.11.2019***************************************/
/* Github: https://github.com/Aris-t2/CustomCSSforFx/tree/master/classic/css/aboutaddons/addonlists_show_addon_version_number_fx68.css */
/* ***************************************************************************************/
@-moz-document url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) {
/*restore version number */
div:not([current-view="updates"]) .addon-name-link[title]:not([data-l10n-args])::after,
div:not([current-view="updates"]) .addon-name[title]:not([data-l10n-args])::after {
display: block !important;
content: attr(title) !important;
margin-top: -22px !important;
}
}
Alles anzeigen
Nightly nicht mehr funktioniert.
Hat einer eine Lösung?
Gruß
EDV-Oldi