ONTRA-10055

#Comments Issues was that the inputs in the product grid pick up theme font settings, however the background of inputs don't change.  This can lead to white text on white bg.  Fix is to hard code the font color just like the background of inputs are.
This commit is contained in:
Jonathan Preston 2015-11-19 11:32:25 -08:00
parent 2a7fc97d7f
commit 3ba503fa8e

View File

@ -217,6 +217,7 @@ input[type="password"],
textarea,
select {
font-size: 15px;
color: #222;
}
input[type="date"] {