- Firefox-Version
- 76
- Betriebssystem
- WIN10
Hallo zusammen,
ich habe gerade festgestellt das mein Code für die Symbole in Firefox76 nicht mehr funktionieren.
CSS
#categories > .category:not([disabled]) {
border-radius:60px!important;
}
#preferencesButton,
#addonsButton,
#helpButton,
#category-availableUpdates {
background-color: silver !important;
margin-top:5px !important;
border-radius:60px !important;
}
#category-availableUpdates {
color:red !important;
}
#preferencesButton:hover,
#addonsButton:hover,
#helpButton:hover {
color:white !important;
background-color: gray !important;
margin-top:5px !important;
border-radius:60px !important;
}
#category-discover .category-icon {
list-style-image: url("../../../Icons/Add-ons-Web.png") !important;
-moz-image-region: auto !important;}
#category-discover[selected="true"] {
background-color: silver !important;
color: white !important; }
#category-extension .category-icon {
list-style-image: url("../../../Icons/addon_grün_32.png") !important;
-moz-image-region: auto !important;}
#category-extension[selected="true"] {
background-color: silver !important;
color: white !important;
}
#category-theme .category-icon {
list-style-image: url("../../../Icons/themen_36.png") !important;
-moz-image-region: auto !important;}
#category-theme[selected="true"] {
background-color: silver !important;
color: white !important; }
#category-plugin .category-icon {
list-style-image: url("../../../Icons/plugin.png") !important;
-moz-image-region: auto !important;}
#category-plugin[selected="true"] {
background-color: silver !important;
color: white !important; }
#category-dictionary .category-icon {
list-style-image: url("../../../Icons/wörterbücher_32.png") !important;
-moz-image-region: auto !important;}
#category-dictionary[selected="true"] {
background-color: silver !important;
color: white !important; }
Alles anzeigen
was muss ich ändern?
Gruß
EDV-Oldi