From 7acdf789e08c915cb54378d17713dcd4517652c6 Mon Sep 17 00:00:00 2001 From: Feu Mourek Date: Fri, 2 Aug 2019 10:54:11 +0200 Subject: [PATCH] Change input background colour to darker shade --- public/css/themes/solarized-dark.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/css/themes/solarized-dark.less b/public/css/themes/solarized-dark.less index d819a8c8d..809fd8c48 100644 --- a/public/css/themes/solarized-dark.less +++ b/public/css/themes/solarized-dark.less @@ -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; } }