Hi Forum,
Only some of the fields in a table I have created are sortable. To
differentiate these fields from the non-sortable ones, I would like them to
be colored blue (instead of black). I have tried the following:
<field name="days" header-link-style="sort-column"
header-link="ClearanceReport?orderBy=days&sortDir=${sortDir}"
title="Days since pickup">
In maincss.css I have the following:
.sort-column {
font-style: italic;
color: blue;
}
The italic style gets applied but the color property is getting ignored?
Does anyone on this forum have any idea why?
Many thanks in advance,
Chris
--
View this message in context:
http://www.nabble.com/basic-css-question-tp23565334p23565334.html
Sent from the OFBiz - User mailing list archive at Nabble.com.