Colour invalid input fields differently
This commit is contained in:
parent
c8610caa54
commit
1612bc6ff6
|
@ -287,6 +287,9 @@ instance Yesod DataIdClient where
|
|||
input[type="submit"].reject-button:hover {
|
||||
background-color: #aa3968;
|
||||
}
|
||||
input:invalid {
|
||||
border-color: #8a003a;
|
||||
}
|
||||
nav {
|
||||
display: block;
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in New Issue