mirror of https://github.com/apache/cloudstack.git
multiEdit: Allow disabling fields per-row
If _hideFields array is passed with row item data, then field IDs specified will be disabled, if they are custom button actions.
This commit is contained in:
parent
2ffc381ea1
commit
9fb33ecc21
|
|
@ -7355,7 +7355,7 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
|
|||
text-shadow: 0px 1px #FFFFFF;
|
||||
}
|
||||
|
||||
.multi-edit .disabled .button.add-vm {
|
||||
.multi-edit .disabled .button.add-vm .button.custom-action {
|
||||
/*+opacity:50%;*/
|
||||
filter: alpha(opacity=50);
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
|
||||
|
|
|
|||
Loading…
Reference in New Issue