I should probably say i don't think this is a permanent fix for darkvision itself...but I don't grok the whole thing with changing textbox colors with corresponding font color changes etc...too complicated for me. this fix will make most of your textboxes dark all at once so your people won't get confused by the white-on-white at registration or during posting...
I wouldn't post it if I hadn't already tested it and found it to work.
Also be aware that firebug translates color into hex color values...the actual stylesheet is using rgb colors in this instance...an unnecessary inconsistency in my opinion...just change rgb 255, 255, 255 to #25292C;
|