Icon Selectors stopped working: .AFShuttleMoveIcon:alias et. al.
----------------------------------------------------------------
Key: TRINIDAD-1115
URL: https://issues.apache.org/jira/browse/TRINIDAD-1115
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 1.2.7-core
Reporter: Stephen Friedrich
This skinning selector used to work for tr:selectManyShuttle
.AFShuttleMoveIcon:alias {
content: url(/images/icons_right.gif);
width: 15px;
height: 15px;
}
In Trinidad 1.2.7 I don't get any icon at all (because I have set the texts
empty I event get nothing at all).
A workaround is to use
af|selectManyShuttle::move-icon {
content: url(/images/icons_right.gif);
width: 15px;
height: 15px;
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.