firefox-scripts
firefox-scripts copied to clipboard
Icons ("US"/"AG") without color in StyloaiX popup - Firefox 120
Discussed in https://github.com/xiaoxiaoflood/firefox-scripts/discussions/286
Originally posted by srjjgm October 25, 2023 Suggested changes to styloaix.uc.js. Add "!important" to these two lines:
`.styloaix-usersheet .menu-iconic-accel {
color: blue !important;
}
.styloaix-agentsheet .menu-iconic-accel {
color: green !important;
}`</div>