From fb1a448e956e5d72c5dbd7a1ea31031b313e125e Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Mon, 27 Jun 2016 13:59:15 -0700 Subject: [PATCH] Changing color of textareas to fcfcfc --- awx/ui/client/legacy-styles/forms.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/awx/ui/client/legacy-styles/forms.less b/awx/ui/client/legacy-styles/forms.less index 9bd96ea7e1..6e56199957 100644 --- a/awx/ui/client/legacy-styles/forms.less +++ b/awx/ui/client/legacy-styles/forms.less @@ -25,10 +25,6 @@ flex-direction: row; } -.Form-textArea{ - width: 100% !important; -} - .Form-header--fields{ flex: 1 1 auto; } @@ -244,6 +240,8 @@ .Form-textArea{ border-radius: 5px; color: @field-input-text; + background-color: @field-secondary-bg!important; + width:100%!important; } .Form-textInput{