Fix contrast for form inputs

refs #3892
This commit is contained in:
Feu Mourek 2019-08-01 13:59:05 +02:00
parent 5a57903f6c
commit f9a18e1ee6
1 changed files with 14 additions and 1 deletions

View File

@ -143,7 +143,6 @@ textarea {
}
}
.nav-itemxx{
&:hover,
&:hover > a,
@ -266,3 +265,17 @@ textarea {
color: @icinga-blue;
}
}
form {
input[type="text"],
input[type="password"],
input[type="number"],
input[type="datetime-local"],
input[type="date"],
input[type="time"],
textarea,
select {
color: @base02;
}
}