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