Skip to content

Commit

Permalink
Merge pull request #576 from MickGe/patch-1
Browse files Browse the repository at this point in the history
Clear placeholder on focus
  • Loading branch information
knadh authored Nov 9, 2021
2 parents a2c885b + ebf6af2 commit 125d51f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/public/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ input[type="text"], input[type="email"], select {
border-color: #0055d4;
}

input:focus::placeholder {
color: transparent;
}

.center {
text-align: center;
}
Expand Down

0 comments on commit 125d51f

Please sign in to comment.