Improve form field
This commit is contained in:
parent
f41ddd7a85
commit
c9ad8dfdcc
1 changed files with 5 additions and 0 deletions
|
@ -330,6 +330,11 @@
|
||||||
background-color: #abb594;
|
background-color: #abb594;
|
||||||
color: #345435;
|
color: #345435;
|
||||||
}
|
}
|
||||||
|
.ui.form .field input:not(:placeholder-shown):invalid {
|
||||||
|
color: #9f5755;
|
||||||
|
background-color: #2c1f1f;
|
||||||
|
border-color: #de8a8a;
|
||||||
|
}
|
||||||
|
|
||||||
/** Card */
|
/** Card */
|
||||||
.ui.card,
|
.ui.card,
|
||||||
|
|
Loading…
Reference in a new issue