From a312f02fdce9a00989c63c994f5362de9362dd65 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 27 Apr 2014 16:01:30 +0200 Subject: [PATCH] Background in inputs set to white --- public_html/media/css/core.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/media/css/core.css b/public_html/media/css/core.css index f8c2ab56..cff6ad70 100644 --- a/public_html/media/css/core.css +++ b/public_html/media/css/core.css @@ -302,6 +302,7 @@ ul.tagit, select, textarea, input:not([type=radio]):not([type=checkbox]):not([type=file]) { + background: white; width: 100%; max-width: 100%; border: 1px solid #ccc;