Skip to content

Commit

Permalink
Fixed dual placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrare committed Jun 12, 2023
1 parent fa0483b commit 3c1fff6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ body {
#name {
text-align: center;
appearance: none;
height: 1rem;
height: min-content;
border: 0;
background: none;
pointer-events: none;
Expand Down Expand Up @@ -189,6 +189,10 @@ body {
background: var(--cyan-strong-transparent);
}

#login-password::placeholder {
color: transparent;
}

#login-password::placeholder,
#password-mask::placeholder {
font-family: var(--body-font);
Expand Down

0 comments on commit 3c1fff6

Please sign in to comment.