-
Bug
-
Resolution: Fixed
-
Major
-
3.0
-
None
I have created custom styles for editor, as follow :
<style> <button> <label i18n="true">SKIN_BO_EDITOR_STYLES_PARA_NORMAL_LABEL</label> <description i18n="true">SKIN_BO_EDITOR_STYLES_PARA_NORMAL_DESCRIPTION</description> <cssclass>htmleditor-p</cssclass> </button> <inline-editor>p</inline-editor> </style> <style> <button> <label i18n="true">SKIN_BO_EDITOR_STYLES_PARA_IMPORTANT_LABEL</label> <description i18n="true">SKIN_BO_EDITOR_STYLES_PARA_IMPORTANT_DESCRIPTION</description> <cssclass>htmleditor-p-focus</cssclass> </button> <inline-editor>p.focus</inline-editor> </style>
But the default style in this case is p.focus and not p.