Tagged Questions

8
votes
7answers
1k views

How do I stop Chrome from yellowing my site’s input boxes?

Among other text and visual aids on a form submission, post-validation, I'm coloring my input boxes red to signify the interactive area needing attention. On Chrome (and for Google Toolbar users) the …
0
votes
2answers
92 views

Color (syntax highlighting) within an HTML <code> tag

In a code fragment like the following ... class Foo { internal Foo() { for (int i = 0; i < 42; ++i); } } ... its various keywords and so on are color-coded when they're displayed in my …