Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

supernova unified toolbar button colors

  • 2 antwoorden
  • 1 heeft dit probleem
  • 21 weergaven
  • Laatste antwoord van 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.

Alle antwoorden (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.