Opened 15 years ago
Last modified 15 years ago
#5230 confirmed Bug
Adding a background image to h1 tags effects the styles drop down in the editor
Reported by: | Ben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Skins | Version: | 3.1 |
Keywords: | Cc: |
Description
If I put a background image behind my H1 tags in the editor css, that background image shows in the headings when you click the styles drop down in the editor. I'll attach a screenshot to show what I mean.
Attachments (2)
Change History (4)
Changed 15 years ago by
Attachment: | Screen shot 2010-02-24 at 10.55.15 AM.png added |
---|
Changed 15 years ago by
Attachment: | Screen shot 2010-02-24 at 2.31.24 PM.png added |
---|
Also, maybe you should remove padding and margin from the styles? See this attached image
comment:1 Changed 15 years ago by
Component: | Core : Styles → UI : Skins |
---|---|
Keywords: | Confirmed added |
Milestone: | → CKEditor 3.x |
We should have a generic reset class for these cases.
For now you can reset the h1 by your self by adding rules for either ".cke_panel_frame h1" or "h1.cke_panel_grouptitle" in your CSS file.
The purple cross is the background imae I've added to H1 tags