From 3a90437fca5a1b60ce84cbe1d70e52be6aba59a2 Mon Sep 17 00:00:00 2001 From: Leandro Date: Tue, 7 Nov 2017 16:03:35 -0300 Subject: [PATCH] Fixing background color for gjs-input-unit --- src/styles/scss/_gjs_inputs.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/scss/_gjs_inputs.scss b/src/styles/scss/_gjs_inputs.scss index 614ee81ff..bce3f19e5 100644 --- a/src/styles/scss/_gjs_inputs.scss +++ b/src/styles/scss/_gjs_inputs.scss @@ -58,6 +58,7 @@ .#{$app-prefix}select option, .#{$clm-prefix}select option, .#{$sm-prefix}select option, +.#{$app-prefix}fields option, .#{$sm-prefix}unit option { background-color: $mainColor; color: $fontColor;