Completed
Last Updated: 04 Apr 2022 14:59 by ADMIN
ADMIN
Joana
Created on: 17 Mar 2015 07:27
Category: Editor
Type: Feature Request
0
FIX: ApplyCssClass dropdown is not populated after an imported stylesheet is not found
A possible workaround is to set the import step after all other rules in the CssFile of the RadEditor. CssFile would look like:

.h1
{
    background-color: Aqua;
}
.div
{
    color: Green;
}
@import url(StyleSheet.css);
0 comments