forked from GitHub-Mirrors/foundry-sw5e
Hotfixes for some minor css issues
This commit is contained in:
parent
f52dd99b7a
commit
a676fecbfe
7 changed files with 66 additions and 46 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue