[
https://issues.apache.org/jira/browse/TRINIDAD-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507037
]
Jeanne Waldman commented on TRINIDAD-70:
----------------------------------------
To work around the OraTableBorder styles, what you can do is make your skin
selector more specific, so that it takes precedence over the OraTableBorder
styles that are overriding your style.For example: af|table::content
af|column::sortable-header-text {
border-style: solid;
border-color: red;
border-width: 1px;
background-color: aqua;
border-width: 1px 1px 1px 1px;
} This has more precedence in the CSS rules than a single styleclass.
> The user defined values for certains css properties is over-ridden by
> Trinidad Default value .Ora*
> --------------------------------------------------------------------------------------------------
>
> Key: TRINIDAD-70
> URL: https://issues.apache.org/jira/browse/TRINIDAD-70
> Project: MyFaces Trinidad
> Issue Type: Bug
> Components: Skinning
> Affects Versions: 1.0.0-incubating-core
> Environment: Using Trinidad-1.0.0-incubating on a JBOSS server with
> SEAM. JavaEE 5 is used.
> Reporter: Stéphane Molina
> Assignee: Jeanne Waldman
> Fix For: 1.0.0-incubating-core
>
>
> Discussed on the MyFaces users mailing list.
> It is not possible to change the border-styles for headers on <tr:table>
> using af|column::sortable-header-text selector. The problem is that the
> border-style property is over-ridden by .OraSortableHeaderBorder .
> This problem exists too for some others selectors. For example borders of
> af|column::cell-text.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.