From 3ba503fa8e7a8f7ab8e7e007206a290118f1931d Mon Sep 17 00:00:00 2001 From: Jonathan Preston Date: Thu, 19 Nov 2015 11:32:25 -0800 Subject: [PATCH] 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. --- css/skeleton.ontraport.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/skeleton.ontraport.css b/css/skeleton.ontraport.css index 50d3566..dc7fca5 100644 --- a/css/skeleton.ontraport.css +++ b/css/skeleton.ontraport.css @@ -217,6 +217,7 @@ input[type="password"], textarea, select { font-size: 15px; + color: #222; } input[type="date"] {