Opened 13 years ago

Closed 12 years ago

#7658 closed Bug (expired)

Kama editor.css is missing cke_top and cke_bottom

Reported by: NR Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: 3.5.3
Keywords: Cc:

Description

Kama editor.css is missing cke_top and cke_bottom. In some cases this results in those areas having the inherited background color instead of the user interface color one expects.

Adding the following line to the end corrected this problem for me: .cke_top, .cke_bottom {background-color:transparent !important;}

Change History (3)

comment:1 Changed 13 years ago by NR

Just noticed that .cke_contents also need to have the background color transparent for a uniform look of the user interface area.

comment:2 Changed 13 years ago by Jakub Ś

Status: newpending

Could I ask you to provide a sample test case file (html with css) showing exactly what you mean?

What problem does the lack of these two classes cause?

Last edited 13 years ago by Jakub Ś (previous) (diff)

comment:3 Changed 12 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed
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