Opened 14 years ago
Last modified 14 years ago
#7878 confirmed Bug
contentCss styles affects combo dropdown
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | 3.0 |
Keywords: | Cc: |
Description
- Append the following to content.css file:
ul, ol { color:#888888; line-height:16px; }
- Open any of the rich combo
- Actual Result: List box items are affected by content style.
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
This issue was first reported here: http://cksource.com/forums/viewtopic.php?f=11&t=22537
Styles are injected into the floating panels, to have a realistic view of the options inside them but those styles should not be applied to the list items themselves (li ul).
If there is a H1 inside LI then styles from contents.css should affect H1 element to show the preview but they should not affect the container (LI).