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 {
|
input[type="submit"].reject-button:hover {
|
||||||
background-color: #aa3968;
|
background-color: #aa3968;
|
||||||
}
|
}
|
||||||
|
input:invalid {
|
||||||
|
border-color: #8a003a;
|
||||||
|
}
|
||||||
nav {
|
nav {
|
||||||
display: block;
|
display: block;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in New Issue