Postponed
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2012 at 08:13 UTC
Updated:
2 Apr 2012 at 08:50 UTC
Greetings,
The problem:
I guess the problem lies in different style definition in Omega-like themes:
css[global.css][name] = Your custom global styles
css[global.css][description] = This file holds all the globally active custom CSS of your theme.
css[global.css][options][weight] = 10
css[checkout.css][name] = Your custom checkout style
css[checkout.css][description] = Checkout standard style for eshop
css[checkout.css][options][weight] = 10
Compared to standard theme CSS definition:
stylesheets[all][] = css/layout.css
stylesheets[all][] = css/style.css
stylesheets[all][] = css/colors.css
stylesheets[print][] = css/print.css
Do you think CK Editor should change to support Omega theme?
Comments
Comment #1
mkesicki commentedI change this ticket as feature request. For now we can't change 'standard' behaviour to something else. I think that theme should also use standard drupal's way. Maybe in future versions it will be possible to add new definition to existing one. We try check this . Please be patient.