Opened 14 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 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → pending |
---|
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?
comment:3 Changed 12 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
Just noticed that .cke_contents also need to have the background color transparent for a uniform look of the user interface area.