Opened 12 years ago
Closed 12 years ago
#10155 closed Bug (invalid)
contentsCss with background-image break select rendering
Reported by: | FrankSL | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Hi, I need to include a css file with contentsCss option and using stylesheetparser. The css file contains a body element that defines a background-image. I need this so that the editor window 'inherits' that background image that is correctly displayed inside the editor area. My problem is that the same background image is applied to all the selects in the toolbar (style, font, dimensions, ...), is this a bug or there's a workaround? This happens in both 3 and 4 versions. Thanks, Frank
Change History (1)
comment:1 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.0.1 |
Menu and Editor content area both have body element. Applying image to body results in image being applied to both. This is rather normal CSS behaviour.
What you can do is make contentarea body specific. Please try below: