From dcd89aabfcbe82659af81e2cd3ccf6dbb07240cb Mon Sep 17 00:00:00 2001 From: Leigh Johnson Date: Tue, 3 May 2016 13:30:34 -0400 Subject: [PATCH] update errors/invalid to use @default-err --- awx/ui/client/legacy-styles/ansible-ui.less | 4 ++-- awx/ui/client/src/license/license.block.less | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/awx/ui/client/legacy-styles/ansible-ui.less b/awx/ui/client/legacy-styles/ansible-ui.less index 7f434cbb2c..3396792945 100644 --- a/awx/ui/client/legacy-styles/ansible-ui.less +++ b/awx/ui/client/legacy-styles/ansible-ui.less @@ -627,7 +627,7 @@ dd { /* Outline required fields in Red when there is an error */ .form-control.ng-dirty.ng-invalid, .form-control.ng-dirty.ng-invalid:focus { - border-color: rgba(255, 88, 80, 0.8); + border-color: @default-err; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 88, 80, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 88, 80, 0.6); @@ -635,7 +635,7 @@ dd { .form-control.ng-dirty.ng-invalid + .select2 .select2-selection, .form-control.ng-dirty.ng-invalid + .select2 .select2-selection:focus { - border-color: rgba(255, 88, 80, 0.8) !important; + border-color: @default-err !important; outline: 0 !important; box-shadow: none !important; } diff --git a/awx/ui/client/src/license/license.block.less b/awx/ui/client/src/license/license.block.less index 5ea5065d6e..40c1b7f07d 100644 --- a/awx/ui/client/src/license/license.block.less +++ b/awx/ui/client/src/license/license.block.less @@ -50,7 +50,7 @@ color: @submit-button-bg; } .License-redText{ - color: #d9534f; + color: @default-err; } .License-fields{ .OnePlusTwo-left--details;