Found it out! Just for reference if someone needs it too some time:

sorted column headline:
th.t-sort-column-ascending, th.t-sort-column-descending {
    font-style: italic;
    background-color: red;
}

sorted column content:
td.t-sort-column-ascending, td.t-sort-column-descending {
    font-style: italic;
    color:  red;
}




--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Highlight-grid-header-after-sorting-tp5717816p5717817.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to