Hello, I have a tooltip which will get embeded by mouse over event.
tooltip has a close icon. it displays white background to it. I wish to make it transparent. Changed css acordingly but not making any change out there.
tooltip code:
css
tooltip has a close icon. it displays white background to it. I wish to make it transparent. Changed css acordingly but not making any change out there.
tooltip code:
<telerik:RadToolTipManager ID="ttm_CSMD_Backlog_By_Status_FL" runat="server" EnableShadow="true" Animation="Resize" Height="70" Width="75" OnAjaxUpdate="OnAjaxUpdate" HideEvent="ManualClose" Position="BottomCenter" RelativeTo="Element" OffsetY="0" OnClientResponseEnd="OnClientResponseEnd"> </telerik:RadToolTipManager>.rtCloseButton { margin-top: 12px!important; background-color:transparent; }