Widgets: CSS - cannot use css styles that are in a separate file
-----------------------------------------------------------------
Key: XAP-405
URL: https://issues.apache.org/jira/browse/XAP-405
Project: XAP
Issue Type: Bug
Components: Widgets: Other
Environment: ff2_0
Reporter: Matt Carbone
Priority: Blocker
Using styles in an external file imported via a link in the html file will not
work at all.
EX....
In index.html file::
<link rel="stylesheet" type="text/css" href="style.css" />
in style.css::
.btn_test
{
width:300px;
}
In XAL file rendered within this html file
<button class="btn_test" text="YAR" />
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.