mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[fix] Placeholder color on login form.
This commit is contained in:
parent
39ed8a619c
commit
1585ab7aec
1 changed files with 4 additions and 0 deletions
|
@ -441,6 +441,10 @@ input:disabled {
|
|||
background: #fff;
|
||||
color: #41444f;
|
||||
}
|
||||
.login-form .form-test:-moz-placeholder{color:#999;}
|
||||
.login-form .form-text::-moz-placeholder{color:#999;}
|
||||
.login-form .form-text:-ms-input-placeholder{color:#999;}
|
||||
.login-form .form-text::-webkit-input-placeholder{color:#999;}
|
||||
|
||||
|
||||
/* Edit form*/
|
||||
|
|
Loading…
Reference in a new issue