From ecccc7d1b6f5d05ee7f88358d119cb6a558a5644 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Thu, 4 May 2017 11:15:04 -0400 Subject: [PATCH] Add styles to keep number inputs consistent with form --- awx/ui/client/legacy-styles/forms.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/awx/ui/client/legacy-styles/forms.less b/awx/ui/client/legacy-styles/forms.less index ce7043c7e6..ed4fcb82ab 100644 --- a/awx/ui/client/legacy-styles/forms.less +++ b/awx/ui/client/legacy-styles/forms.less @@ -199,6 +199,15 @@ margin-top: 10px; } +.Form-formGroup { + input.form-control { + background-color: @default-secondary-bg; + border-color: @b7grey; + border-radius: 5px; + height: 30px; + } +} + .Form-checkbox--stacked { label { display: block;