Widgets: CSS - text-decoration is not mapped to XAP label/button
----------------------------------------------------------------
Key: XAP-407
URL: https://issues.apache.org/jira/browse/XAP-407
Project: XAP
Issue Type: Bug
Components: Widgets: Other
Environment: ff2
Reporter: Matt Carbone
Text-decoration is not mapped to label/button.
<label class="btn_test" text="YAR" x="600px" y="200px" />
.btn_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;
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.