From 0f5f1b2994a628deb5655897d4df05251284969c Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Thu, 9 Jan 2014 18:12:13 +0000 Subject: [PATCH] Inventory refactory: btn-disabled class now dims element to .35 --- awx/ui/static/less/ansible-ui.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index c0aee2a350..1e12f4ea1b 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -82,7 +82,7 @@ a:focus { /* Make buttons appear to be disabled, but allow mouse events */ .btn-disabled { - opacity: 0.45; + opacity: 0.35; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none;