Change input background colour to darker shade

This commit is contained in:
Feu Mourek 2019-08-02 10:54:11 +02:00
parent f9a18e1ee6
commit 7acdf789e0
1 changed files with 2 additions and 3 deletions

View File

@ -266,8 +266,7 @@ textarea {
}
}
form {
form .control-group {
input[type="text"],
input[type="password"],
input[type="number"],
@ -276,6 +275,6 @@ form {
input[type="time"],
textarea,
select {
color: @base02;
background-color: @base02;
}
}