Opened 12 years ago
Closed 12 years ago
#10580 closed Bug (invalid)
Inherited styles for list of format/font/size
Reported by: | Maciej Radzikowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.1 |
Keywords: | Cc: |
Description
- Please add to global CSS (e.g. style.css):
a { font-style:italic; }
- Add this stylesheet to CKEditor's config.js:
config.contentsCss = '/style.css';
- Click on Format / Font / Size button - you can see all items are italic.
Because the list is created by JS styles, .cke_reset{} in moono/editor.css file can do nothing, and I don't know where to add "font-style:normal" to fix it.
Also other font properties are inherited from general a tag (weight, size, ...).
If you have this in contents.css
then add this class below anchor style style
NOTE: This can be check with Firebug.