This sounds like it's 100% a webkit bug, and a relatively unusual corner case at that (where you have to first modify your system colors). Why should we add ugly workarounds inside Review Board that affect everyone for a browser bug that affects so few people? Can you work around this with user stylesheets of your own?
On Fri, Oct 25, 2013 at 12:06 PM, Matthew Woehlke <[email protected]>wrote: > On some web browsers, if the system color scheme has a dark default > background color, various text input areas in Review Board end up with > illegible black text against a dark background. > > I originally thought this was just a webkit bug, but decided to take a > closer look today, and can't actually find where RB ever specifies the > background color for text input areas. As a result, the foreground color > gets inherited as 'black' from the 'body' css rules, but the background > color is the system default. (At least according to uzbl, the UA style > sheet should be specifying white, but due to a webkit bug, input widgets > ignore 'white'.) > > Would it be possible/reasonable to have RB's css specify a non-white (even > e.g. #fefefe) background color for its text input areas? Or 'white' with an > explicit border (which seems to work around the bug)? > > Inline comments are most noticeable, but also the user name / password > fields on the login page. > > Thanks, > > -- > Matthew > > -- > Get the Review Board Power Pack at > http://www.reviewboard.org/**powerpack/<http://www.reviewboard.org/powerpack/> > --- > Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ > --- > Happy user? Let us know at > http://www.reviewboard.org/**users/<http://www.reviewboard.org/users/> > --- You received this message because you are subscribed to the Google > Groups "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > reviewboard+unsubscribe@**googlegroups.com<reviewboard%[email protected]> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
