firefox-scripts icon indicating copy to clipboard operation
firefox-scripts copied to clipboard

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

Open srjjgm opened this issue 1 year ago • 0 comments

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>

srjjgm avatar Oct 25 '23 22:10 srjjgm