From 6283f8715d1674afb177a1299c4d144476ec20f2 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Fri, 12 Feb 2016 11:56:12 -0500 Subject: [PATCH] fixed icon colors for form elements with buttons --- awx/ui/client/legacy-styles/forms.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/legacy-styles/forms.less b/awx/ui/client/legacy-styles/forms.less index 8c3de00020..bc2c6fe284 100644 --- a/awx/ui/client/legacy-styles/forms.less +++ b/awx/ui/client/legacy-styles/forms.less @@ -191,8 +191,13 @@ cursor: pointer!important; } +.Form-inputButton { + border-color: #e1e1e1; + color: #b7b7b7; +} + .Form-numberInputButton{ - color: @field-label!important; + color: @default-icon!important; font-size: 14px; }