mirror of https://github.com/dirtbags/moth.git
CoS hover cursor fix
This commit is contained in:
parent
a82851fee3
commit
175b7aaa1b
|
@ -102,6 +102,9 @@ img {
|
||||||
input:invalid {
|
input:invalid {
|
||||||
border-color: red;
|
border-color: red;
|
||||||
}
|
}
|
||||||
|
.answer_ok {
|
||||||
|
cursor: help;
|
||||||
|
}
|
||||||
#messages {
|
#messages {
|
||||||
min-height: 3em;
|
min-height: 3em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue