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

Tooltip background color when in modal=true

1 Answer 57 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Alessandro Angelotti
Top achievements
Rank 1
Alessandro Angelotti asked on 09 Jul 2010, 11:54 AM
Hello,

I'd like to change the background color (to Black and alpha tranparence) of the div behind the tooltip (now is ligh grey and alpha tranparence by default) when it is in modal=true.

Please help me.

thank you
Alessandro
Mantra Multimedia

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 09 Jul 2010, 12:36 PM
Hello,

I hope adding the following CSS on page will do it for you.

CSS:
<style type="text/css">
    .TelerikModalOverlay
    {
        background-color: black !important;
    }
</style>


Regards,
Shinu.
Tags
ToolTip
Asked by
Alessandro Angelotti
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or