Opened 18 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 18 years ago by
Component: | Core : Styles → General |
---|---|
Keywords: | Pending WorksForMe added |
Priority: | Low → Normal |
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.