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: ""; }
Hello, because I have radwindow inside Fancybox iframe I have to use this: div.RadWindow.rwDialog.rwAlertDialog:before { content: ""; } Then it works :-)
Hello, it worked in Chrome and, Firefox but it didn't work in IE11. Please give us another workaround...