From 3f7ff74e286ebb14336c48a7d77b4b93523fa078 Mon Sep 17 00:00:00 2001 From: Ken Hoes Date: Fri, 29 Jul 2016 10:19:51 -0400 Subject: [PATCH] Returning btn-primary to blue --- awx/ui/client/legacy-styles/ansible-ui.less | 6 +++--- 1 file 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 8fbe6187f3..f201b7352a 100644 --- a/awx/ui/client/legacy-styles/ansible-ui.less +++ b/awx/ui/client/legacy-styles/ansible-ui.less @@ -144,13 +144,13 @@ a:focus { cursor: not-allowed; } -/* Bring primary (green) buttons in line with link colors */ +/* Bring primary (blue) buttons in line with link colors */ .btn-primary { - background-color: @default-succ; + background-color: @default-link; } .btn-primary:hover { - background-color: @default-succ-hov; + background-color: @default-link-hov; } /* List Actions column */