Widgets: CSS comboBox - border-style does not render on bottom of component
---------------------------------------------------------------------------
Key: XAP-426
URL: https://issues.apache.org/jira/browse/XAP-426
Project: XAP
Issue Type: Bug
Components: Widgets: Other
Environment: ff2
Reporter: Matt Carbone
Priority: Minor
Setting the border-style of a comboBox will only stylize the sides and top
border
<comboBox class="textField" height="25px" text="ComboBox" width="100px"
x="460px" y="20px">
<listBox>
<listItem text="List Item #1"/>
<listItem text="List Item #2"/>
<listItem text="List Item #3"/>
</listBox>
</comboBox>
.textField
{
border-color: Lime;
border-style: solid;
border-width: 1px;
width:200px;
height: 20px;
text-transform: capitalize;
color:#000000;
font-size: 14px;
cursor: pointer;
background-color:#DFE7EE;
text-decoration: overline;
font-family: "Times New Roman", Times, serif;
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.