]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
just make sure that input box and input box label are the same color
authorMarcus Moeller <marcus.moeller@gmx.ch>
Fri, 13 Feb 2015 17:09:43 +0000 (18:09 +0100)
committerMarcus Moeller <marcus.moeller@gmx.ch>
Fri, 13 Feb 2015 17:09:43 +0000 (18:09 +0100)
theme/neo-quitter/css/display.css

index 8c3845be7aa2c650114ebb5976787b23e0c2a47d..04fb2ef5d3160bdca19398c0e05582fb46330ef4 100644 (file)
@@ -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 {