mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
Change input background colour to darker shade
This commit is contained in:
parent
f9a18e1ee6
commit
7acdf789e0
@ -266,8 +266,7 @@ textarea {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
form .control-group {
|
||||||
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="password"],
|
input[type="password"],
|
||||||
input[type="number"],
|
input[type="number"],
|
||||||
@ -276,6 +275,6 @@ form {
|
|||||||
input[type="time"],
|
input[type="time"],
|
||||||
textarea,
|
textarea,
|
||||||
select {
|
select {
|
||||||
color: @base02;
|
background-color: @base02;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user