forked from GNUsocial/gnu-social
just make sure that input box and input box label are the same color
This commit is contained in:
parent
107ca92458
commit
fe14c64e5e
@ -443,7 +443,7 @@ body#doc #content_inner p.faq-credits {
|
|||||||
|
|
||||||
.input_form fieldset fieldset label {
|
.input_form fieldset fieldset label {
|
||||||
left: 10px;
|
left: 10px;
|
||||||
background: #f7f7f7;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input_forms > label {
|
.input_forms > label {
|
||||||
@ -953,6 +953,7 @@ background:none;
|
|||||||
.threaded-replies .placeholder {
|
.threaded-replies .placeholder {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
background: none repeat scroll 0 0 #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form_notice textarea {
|
.form_notice textarea {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user