Dave Robinson created TRINIDAD-2268:
---------------------------------------
Summary: -tr-property-ref replacement needs to work with gradient
settings
Key: TRINIDAD-2268
URL: https://issues.apache.org/jira/browse/TRINIDAD-2268
Project: MyFaces Trinidad
Issue Type: Bug
Components: Skinning
Affects Versions: 1.2.12-core
Environment: This is needed in 1.2.12.6.2 and other current versions
Reporter: Dave Robinson
We need to be able to use -tr-property-ref to do color replacements for color
gradient assignments, like the following (showing examples for all browsers):
background: linear-gradient(top, #cce2f6 0%, #b1d2f2 100%);
background: -moz-linear-gradient(top, #cce2f6 0%, #b1d2f2 100%);
background: -webkit-gradient(linear, left top, left bottom,
color-stop(0%,#cce2f6), color-stop(100%,#b1d2f2));
background: -webkit-linear-gradient(top, #cce2f6 0%, #b1d2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce2f6',
endColorstr='#b1d2f2',GradientType=0 );
background: -ms-linear-gradient(top, #cce2f6 0%, #b1d2f2 100%);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira