mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4242: Fix 'disabled' style for multi-edit actions
This commit is contained in:
parent
e9367f167e
commit
d1ec9dc385
|
|
@ -7743,7 +7743,7 @@ div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody t
|
|||
text-shadow: 0px 1px #FFFFFF;
|
||||
}
|
||||
|
||||
.multi-edit .disabled .button.add-vm .button.custom-action {
|
||||
.multi-edit td.disabled .button.add-vm.custom-action {
|
||||
/*+opacity:50%;*/
|
||||
filter: alpha(opacity=50);
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
|
||||
|
|
|
|||
Loading…
Reference in New Issue