mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Inventory refactory: btn-disabled class now dims element to .45
This commit is contained in:
parent
e6c0032444
commit
9b04e5e8fc
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user