Completed
Last Updated: 10 May 2017 22:03 by Vasssek
ADMIN
Marin Bratanov
Created on: 22 Mar 2017 16:17
Category: Window
Type: Bug Report
1
RadAlert/RadConfirm in Ligthtweight mode: removing the icon, or setting a custom one, keeps showing the default icon
To remove the built-in icon for the Lightweight mode, add the following CSS rules to your page:

			div.rwDialog.rwAlertDialog:before
			{
				content: "";
			}

			div.rwDialog.rwConfirmDialog:before
			{
				content: "";
			}
2 comments
Vasssek
Posted on: 10 May 2017 22:03
Hello, because I have radwindow inside Fancybox iframe I have to use this:
div.RadWindow.rwDialog.rwAlertDialog:before {
    content: "";
}

Then it works :-)
Vasssek
Posted on: 10 May 2017 21:48
Hello, it worked in Chrome and, Firefox but it didn't work in IE11. Please give us another workaround...