Bilbosax opened a new issue #1157:
URL: https://github.com/apache/royale-asjs/issues/1157


   How do you change the background and text colors of the List that displays 
once you click on a DropDownList?  I have searched all of the code for the 
color that is currently displaying which is #1E90FF, and can't find it 
anywhere.  I assumed that you would be able to modify the .ListItemRenderer 
something like this, but it did not work:
   
   .ListItemRenderer {
       background-color: #2B8D00 !important;
       color: #323233 !important;
   }


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@royale.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to