From d678e34a27055d8bb55271337ed473d2e0ddc30e Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Fri, 28 Jul 2017 12:50:11 -0400 Subject: [PATCH] update border color from b7 to d7 --- awx/ui/client/legacy-styles/ansible-ui.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/legacy-styles/ansible-ui.less b/awx/ui/client/legacy-styles/ansible-ui.less index 04c245684d..f1b06acda5 100644 --- a/awx/ui/client/legacy-styles/ansible-ui.less +++ b/awx/ui/client/legacy-styles/ansible-ui.less @@ -680,7 +680,7 @@ dd { } .form-control.ng-dirty.ng-pristine { - border-color: @d7grey; + border-color: @b7grey; box-shadow: none; }