parent
5a57903f6c
commit
f9a18e1ee6
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue