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:
Brian Federle 2012-08-10 10:40:33 -07:00 committed by Vijay Venkatachalam
parent 2ffc381ea1
commit 9fb33ecc21
1 changed files with 1 additions and 1 deletions

View File

@ -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);