-
Bug
-
Resolution: Invalid
-
Major
-
4.0.0
-
None
-
None
My custom list style have a disc before the bullet because a property is specified in this css :
/cms/plugins/core-ui/resources/css/Ametys/form/RichTextConfiguration-Inline.css
/* ------------- LISTS ------------- */ .mceContentBody ul, .mceContentBody ul.disc { list-style-type: disc; list-style-image: none; }
1) For your list, it is up to you to redefine list-style-type: none for your customs lists in your skin CSS bo/editor-content.css
2) For the "simple" table, it is also up to you to refine the style for table.simple in your skin CSS bo/editor-content.css
3) This CSS style for body is only the default style if there is no other CSS for body. It could not be a problem if your redefine the body style in your bo/editor-content.css file
The applied CSS files for inline editor are the following
1) first the content.min.css of tinyMCE
2) then the Ametys RichTextConfiguration-Inline.css overrides some CSS styles of tinyMCE
3) last, your own bo/editor-content.css for your skin could override all styles he want or bring new ones