Hotfixes for some minor css issues

This commit is contained in:
TJ 2021-02-17 19:22:42 -06:00
parent f52dd99b7a
commit a676fecbfe
7 changed files with 66 additions and 46 deletions

View file

@ -1,6 +1,5 @@
input[type="text"], input[type="number"], input[type="password"], input[type="date"], input[type="time"], select, textarea {
border: 1px solid @inputBorderNormal;
color: @inputTextColor;
border: 1px solid @inputBorderNormal;
&:hover {
border-color: @inputBorderHover;
}
@ -50,4 +49,4 @@ form {
.notes, .hint {
color: rgba(@bodyFontColor, 0.8);
}
}
}