Change form style for login and signup modals so it is consistant in every browser and we have no usability problems

This commit is contained in:
Kyle Fiedler
2012-09-07 13:29:49 -04:00
parent aec8cc42dc
commit 4d4e5824cd
4 changed files with 18 additions and 15 deletions

View File

@@ -147,10 +147,9 @@
}
label {
display: none;
color: #999;
&.field-error {
display: block;
color: #8F0E0E;
+ input {
@@ -164,6 +163,14 @@
margin-right: 5px;
}
::-webkit-input-placeholder {
color: #ddd;
}
:-moz-placeholder {
color: #ddd;
}
textarea {
background: rgb(255,255,255);
display: block;