Fix input placeholder color
This commit is contained in:
parent
0c1ca27333
commit
7558a61066
3 changed files with 3 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
.inputField label {
|
||||
transition: font-size 0.25s ease-out 0.1s, color 0.25s ease-out 0.1s,
|
||||
top 0.25s ease-out 0.1s, background-color 0.25s ease-out 0.1s;
|
||||
color: var(--textColor1);
|
||||
color: var(--textColor3);
|
||||
background-color: transparent;
|
||||
font-size: 15px;
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue