Skip to content

Commit

Permalink
Clearing text input place-holders on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemSempere committed May 5, 2023
1 parent 81654c4 commit 0f3dd18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/webapp/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,10 @@ div#countResultPanel {
text-align:center;
}

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

@keyframes spin-a {
0% { transform:rotate(90deg); }
0% { transform:rotate(90deg); }
Expand Down

0 comments on commit 0f3dd18

Please sign in to comment.