Scroll text inputs into view, use red labels in text inputs when theres an error, only autocapitalize the name field
This commit is contained in:
parent
f5de115534
commit
d2c1297cf7
12 changed files with 204 additions and 137 deletions
|
@ -91,7 +91,7 @@ i[class*=' icon-']:before {
|
|||
pointer-events: none;
|
||||
user-select: none;
|
||||
transform: translateZ(0);
|
||||
transition: all 0.2s;
|
||||
transition: all 0.2s, color 0s;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue