mirror of
https://github.com/knadh/listmonk.git
synced 2025-01-31 10:41:48 +08:00
Clear placeholder on focus
Because it could be disturbing for people who are not confident with forms not being able to delete words before writing.
This commit is contained in:
parent
19e0ea5f6c
commit
ebf6af2f81
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@ input[type="text"], input[type="email"], select {
|
|||
border-color: #0055d4;
|
||||
}
|
||||
|
||||
input:focus::placeholder {
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue