[
https://issues.apache.org/jira/browse/XAP-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rob Gagne closed XAP-410.
-------------------------
Resolution: Duplicate
Duplicate of other comboBox styling issue XAP-411.
> Widgets: comboBox: CSS - cannot set background color of textField in comboBox
> -----------------------------------------------------------------------------
>
> Key: XAP-410
> URL: https://issues.apache.org/jira/browse/XAP-410
> Project: XAP
> Issue Type: Bug
> Components: Widgets: Other
> Environment: ff2
> Reporter: Matt Carbone
>
> Setting a background color to the textField in a comboBox does not work via
> CSS.
> ._test
> {
> border-color: Lime;
> border-style: dotted;
> border-width: 3px;
> width:400px;
> height:100px;
> color:#ffffff;
> font-size: 20px;
> text-decoration: line-through;
> background-color: brown;
> }
> <comboBox class="_test" x="500px" y="200px">
> <listBox height="100px" >
> <listItem text="blar"/>
> <listItem text="blar"/>
> <listItem text="blar"/>
> <listItem text="blar"/>
> <listItem text="blar"/>
> <listItem text="blar"/>
> <listItem text="blar"/>
> <listItem text="blar"/>
> <listItem text="blar"/>
>
> </listBox>
> </comboBox>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.