You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Selection background will be assigned to TD instead of TR, because IE8/9 does not support gradient for TRs */
.vclTable .vclSortableColbutton.vclButtonStd:hover
color:#333333
becomes:
/* Selection background will be assigned to TD instead of TR, because IE*/
9 does not support gradient for TRs */;
.vclTable .vclSortableColbutton.vclButtonStd:hover {
color:#333333;
}
The text was updated successfully, but these errors were encountered:
I use the whitespace style
becomes:
The text was updated successfully, but these errors were encountered: