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

View File

@ -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;
} }
} }