[richfaces-issues] [JBoss JIRA] Created: (RF-6425) SuggestionBox: rich-sb-int-sel is ignored

Ronald Johnson (JIRA) jira-events at lists.jboss.org
Tue Feb 24 06:10:44 EST 2009


SuggestionBox: rich-sb-int-sel is ignored
-----------------------------------------

                 Key: RF-6425
                 URL: https://jira.jboss.org/jira/browse/RF-6425
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
            Reporter: Ronald Johnson


I want to change the look of the suggestionbox, in my css file I added:
.rich-sb-int{
	background-color: #00ff00;
}
.rich-sb-int-sel{
	background-color: #ff0000;
}

for the non-selected and selected rows.

when using the skin "blueSky" (or any other skin except "plain"), 
"my" style for the non-selected rows is used (i.e. the rows are displayed green)
For the selected row, the style from the skin is still used.

If i however change the skin to be "plain", the non-selected rows are displayed green, and the selected row is displayed red (i.e. it uses my style, as i would expect)




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list