I call a webdialog that has a spinner in it while a list is being updated. There seems to have a left-over of the border at the left side. I want to get rid of it. I tried some css hack to no avail.
Var modBusy As New ModalBusy
ExecuteJavascript( "$('#" + modBusy.ControlID + "_modal div:first').css({'border':'none','outline':'none','border-width':'0','border-style':'none';});")
modBusy.Show