Opened 13 years ago

Last modified 13 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

  1. Append the following to content.css file:
    ul, ol {
         color:#888888;
         line-height:16px;
    }
    
  2. Open any of the rich combo
  • Actual Result: List box items are affected by content style.

Change History (2)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed

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).

comment:2 Changed 13 years ago by Jakub Ś

This issue was first reported here: http://cksource.com/forums/viewtopic.php?f=11&t=22537

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