Opened 17 years ago

Closed 17 years ago

#526 closed Bug (invalid)

@import in css files do not work for editor area styles

Reported by: René Brandenburger Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Pending WorksForMe Cc:

Description

I use several style sheets, one for basic layout, one for the cms styles and one site.css for customising the site, the latter one importing the others. Setting FCKConfig.EditorAreaCSS to point to my site.css, the styles defined in the imported ones do not display correctly in the editor. A workaround is to put all styles in one file for the editor, but the other is a cleaner solution, as it allows me to change the layout or the cms by changing only 2 lines.

Change History (2)

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Component: Core : StylesGeneral
Keywords: Pending WorksForMe added
Priority: LowNormal

It works for me with both IE6 and FF2.

Couldn't it be just a wrong path in the @import declaration. I would recommend you to check Firebug or Fiddler to watch the requests from the browser, checking if the imported CSSs are not returning 404.

Let us know the results.

comment:2 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Resolution: invalid
Status: newclosed

Expired

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy