xiaoxiaoflood/firefox-scripts

Icons ("US"/"AG") without color in StyloaiX popup - Firefox 120

Closed this issue · 0 comments

srjjgm commented

Discussed in #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>