Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

supernova unified toolbar button colors

  • 2 fhreagra
  • 1 leis an bhfadhb seo
  • 21 views
  • Freagra is déanaí ó david

more options

I currently use:

  <profile>\chrome\userChrome.css 

to make various buttons stand out for some elderly users that I support. For example:

  1. button-archive:hover {
  border: 2px dashed black !important;

}

  1. button-archive,
  2. hdrArchiveButton {
  background-image: none !important;
  background-color: #66ff66 !important; 

}

I can't figure out how to do this with Supernova (115+). Thanks.

I currently use: <profile>\chrome\userChrome.css to make various buttons stand out for some elderly users that I support. For example: #button-archive:hover { border: 2px dashed black !important; } #button-archive, #hdrArchiveButton { background-image: none !important; background-color: #66ff66 !important; } I can't figure out how to do this with Supernova (115+). Thanks.

All Replies (2)

more options

Note: the numbered lines actually begin with a hash "#".

more options

The 'rules' for userChrome.css have changed. I also had custom settings that no longer work. Figuring out the new syntax is needed.