This is a migrated thread and some comments may be shown as answers.

change background of close icon in tooltip

1 Answer 40 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
prayag ganoje
Top achievements
Rank 1
prayag ganoje asked on 05 May 2011, 10:02 PM
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:
<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>
css
.rtCloseButton 
    
        margin-top: 12px!important
        background-color:transparent;
    }

1 Answer, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 06 May 2011, 01:16 PM
Hello prayag,

The close button is an image with a non-transparent background, so changing the background-color to transparent will not produce any effect. You'll need to change the image yourself, which you find in the images folder for the skins when you download those files.

I hope that helps.
Tags
ToolTip
Asked by
prayag ganoje
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Share this question
or