From fedceff205ee2995ec5d128bb7d8165eca39cc3d Mon Sep 17 00:00:00 2001 From: Sven Eberth Date: Thu, 23 Jan 2020 15:44:44 +0100 Subject: [PATCH 1/2] added missing color to select --- generic/form.less | 1 + 1 file changed, 1 insertion(+) diff --git a/generic/form.less b/generic/form.less index 34936b69..00053a54 100644 --- a/generic/form.less +++ b/generic/form.less @@ -210,6 +210,7 @@ /* Dropdown */ .select { .basicInput(@borderColor:darken(@defaultInputColor,12%)); + color: contrast(@inputColor, #222222, #f4f4f4); //align-self: flex-start; max-width: 100%; min-width: 0; From 34aaaaf85e295cf7bdb39e74650481085aaf4fa0 Mon Sep 17 00:00:00 2001 From: Sven Eberth Date: Thu, 23 Jan 2020 15:53:18 +0100 Subject: [PATCH 2/2] added missing font-weight to textarea --- generic/form.less | 1 + 1 file changed, 1 insertion(+) diff --git a/generic/form.less b/generic/form.less index 00053a54..3923afc2 100644 --- a/generic/form.less +++ b/generic/form.less @@ -275,6 +275,7 @@ background-size: 15px; background-repeat: no-repeat; text-align: left; + font-weight: @fontWeightLight; &--block { width: 100%;