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

skin Metro Touch

2 Answers 212 Views
Notification
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Iron
Kjell asked on 02 Sep 2013, 07:08 AM
Close button not visible when using skins Metro Touch. And the mouse over a small white circular ring appears ...
Good to see that you can close the dialog box :-)

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 02 Sep 2013, 09:54 AM
Hi Kjell,

Please try the following CSS to display the close icon.

CSS:
<style type="text/css">
    .RadNotification_MetroTouch ul.rnCommands .rnCloseIcon a, .RadNotification_MetroTouch ul.rnCommands .rnCloseIcon a:hover
    {
        background-position: -111px -1961px !important;
    }
</style>

Thanks,
Shinu.
0
Marin Bratanov
Telerik team
answered on 03 Sep 2013, 12:28 PM
Hi guys,

We recently found that issue and it will be fixed for the Q3 2013 release. In the meantime the workaround suggested by Shinu can be used.


Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Notification
Asked by
Kjell
Top achievements
Rank 1
Iron
Answers by
Shinu
Top achievements
Rank 2
Marin Bratanov
Telerik team
Share this question
or