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

Changing tooltip transparency

1 Answer 55 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Savyo
Top achievements
Rank 1
Savyo asked on 21 May 2012, 02:28 PM
Hai there,
     Can anybody suggest a way to change transparency of tooltip with modality.
Thanks
Savyo

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 21 May 2012, 02:35 PM
Hello Savyo,

You can achieve this using the following CSS.
CSS:
.TelerikModalOverlay
{
    opacity: 1 !important;
    progid: DXImageTransform.Microsoft.Alpha(style=0,opacity=100) !important;
}

Thanks,
Princy.
Tags
ToolTip
Asked by
Savyo
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or