mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Inventory refactory: btn-disabled class now dims element to .35
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user