From fe14c64e5e266e0189232d4a3921cb940f1d133e Mon Sep 17 00:00:00 2001 From: Marcus Moeller Date: Fri, 13 Feb 2015 18:09:43 +0100 Subject: [PATCH] just make sure that input box and input box label are the same color --- theme/neo-quitter/css/display.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/neo-quitter/css/display.css b/theme/neo-quitter/css/display.css index 8c3845be7a..04fb2ef5d3 100644 --- a/theme/neo-quitter/css/display.css +++ b/theme/neo-quitter/css/display.css @@ -443,7 +443,7 @@ body#doc #content_inner p.faq-credits { .input_form fieldset fieldset label { left: 10px; - background: #f7f7f7; + background: #fff; } .input_forms > label { @@ -953,6 +953,7 @@ background:none; .threaded-replies .placeholder { border-radius: 0; box-shadow: none; + background: none repeat scroll 0 0 #fff; } .form_notice textarea { -- 2.39.5