ux: placeholder opacity for current settings

This commit is contained in:
bsourisse 2023-01-13 11:57:22 +01:00
commit 33909db46c
3 changed files with 15 additions and 3 deletions

View file

@ -124,3 +124,7 @@
display: block;
margin-top: 3px;
}
.currentSetting input::placeholder {
opacity: 1;
}