cuongtt2109 / ff-html5notifications

Automatically exported from code.google.com/p/ff-html5notifications
0 stars 0 forks source link

Don't set colors in alert.css #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When using a dark theme like NNL, 
https://addons.mozilla.org/en-US/firefox/addon/nasa-night-launch/ , the 
notification window has black text on almost black background making it very 
hard to read.

I suggest removing these two css color elements in the alert.css to make the 
addon more compatible with themes:

  background-color: #fff;
  color: #000;

Original issue reported on code.google.com by Silv3rwind on 14 Aug 2012 at 10:06

GoogleCodeExporter commented 8 years ago
There's some more talk about this on the theme's support thread that might be 
of interest to you:

http://forums.mozillazine.org/viewtopic.php?f=48&t=547498&start=2649

Original comment by Silv3rwind on 15 Aug 2012 at 10:27