Reputation: 309
Hi i created plugin for CKEDITOR. I want make a notice box. When user click to add notice-box button and fill forms. plugin create these source code:
<div class="notice-box">
<i class="icon-info">info</i>
<span class="notice-box__info">Lorem ipsum.... </span>
</div>
It all works fine. but now i want add some style for that. Styles for ckeditor level not for production. How can i add style for these classes for the CKeditor?
Upvotes: 0
Views: 253