- Firefox-Version
- 89
- Betriebssystem
- Win10
Hallo,
ich hatte bis dato folg. Code in der CSS, damit im Kontextmenü auch Icons angezeigt werden. Seit FF89 funktioniert der nicht mehr.
Kann ihn jemand für mich anpassen?
Danke im Voraus:
CSS
/***********************************************************/
/* context menu items and icons instead of just huge icons */
/***********************************************************/
#context-back .menu-iconic-icon {
fill: #4169e1 !important;
}
#context-forward .menu-iconic-icon {
fill: #4169e1 !important;
}
#context-reload .menu-iconic-icon {
fill: green !important;
}
#context-stop .menu-iconic-icon {
fill: red !important;
}
#context-bookmarkpage .menu-iconic-icon {
fill: #336699 !important;
}
Alles anzeigen