I'd like to slightly change the look of some browser widgets (like changing the background color of required fields). But apparently this forces the browser to switch back from 'native'-looking widgets to boring common-look widgets. This is especially bad if you have both unmodified and modified widgets on the same page.
Problem occurs with Firefox on OS X and Ubuuntu.
Any ideas how to get around that 'fallback'-behavior?
Example: https://bounty.schuettel.ch/~reto/so/demo.html
<input type="text" value="123 test" style="background-color: #FFC;"/>
Thanks Reto