Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ADF table skinning

OferJul 19 2023

Hello,

can I implement the following to a certain table (using StyleClass=) so it won't affect all the tables that I've on the page

is it possible to give this an alias?

af|table::data-table-VH-lines af|column::data-cell

{ background-color:#fff;
color: #7F4614;
font-size:12px;
font-family:’OpenSans-Regular’;
height:30px;
vertical-align: middle;
text-align: left;}

I've tried the following but it does not work:

af|table.**somealias**:data-table-VH-lines af|column.**somealias**:data-cell

{ background-color:#fff;
color: #7F4614;
font-size:12px;
font-family:’OpenSans-Regular’;
height:30px;
vertical-align: middle;
text-align: left;}

regards

Comments
Post Details
Added on Jul 19 2023
1 comment
343 views