From fced58d920c8a35b9302246bec93b173d5eec6a4 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Tue, 3 May 2016 16:22:45 -0700 Subject: [PATCH] Changing blue button hover color --- 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 24bbd7c45d..ebdde3c1a1 100644 --- a/awx/ui/client/legacy-styles/ansible-ui.less +++ b/awx/ui/client/legacy-styles/ansible-ui.less @@ -150,7 +150,7 @@ a:focus { } .btn-primary:hover { - background-color: @blue-dark; + background-color: @default-link-hov; } /* List Actions column */