Input background color ugliness (jqueryui theme)
Input background color ugliness (jqueryui theme)
https://jsfiddle.net/ncxam8zo/
Apparently related to this commit:
cf5a389cc305e267d1295027b1bc9406a44b058c Fix - CSS: Chrome 83 introduced some really ugly defaults for input elements, so we've had to add some custom styling to tone it down a bit.
Toning it down meant making inputs have background-color:transparent which looks bad when the background of the parent element isn't very light. Wouldn't white be better than transparent? Is it still necessary at all, with Chrome 83 so far in the past?
Replies
I think for themes like that, it might be best to add a little bit of custom CSS such as
https://jsfiddle.net/CloudTables/tqdvfuwc/1/
We generally target Smoothness for jQuery UI. Perhaps we should default it to white for jQuery UI - feedback welcome.
Allan
I ended up using this:
The simpler selector wasn't specific enough to override the transparent rule.