Try
.sort-column a {
font-style: italic;
color: blue;
}
-Adrian
--- On Fri, 5/15/09, snowch <[email protected]> wrote:
> From: snowch <[email protected]>
> Subject: basic css question
> To: [email protected]
> Date: Friday, May 15, 2009, 11:52 AM
>
> 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.
>
>