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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user