From 9b04e5e8fce8febcfcdea2871f341a695b7de754 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Thu, 9 Jan 2014 18:10:53 +0000 Subject: [PATCH] Inventory refactory: btn-disabled class now dims element to .45 --- awx/ui/static/less/ansible-ui.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index 07e09a9581..c0aee2a350 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -80,9 +80,9 @@ a:focus { background-color: #FFF; } -/* Make button appear to be disabled, but allow mouse events */ +/* Make buttons appear to be disabled, but allow mouse events */ .btn-disabled { - opacity: 0.65; + opacity: 0.45; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none;