row colors of are wrong

row colors of are wrong

lowleylowley Posts: 6Questions: 0Answers: 0
edited March 2014 in General
hello,

I have a little problem with the color of the rows in a datatable; the datatable debugger passphrase is : ozuwuj; the rows are blue but they should be green(in 2 shades of green).

If you need I can provide more informations.

thanks,

olivier SAINT-EVE.

Replies

  • lowleylowley Posts: 6Questions: 0Answers: 0
    ok, it's fixed by this (CSS properties) :

    table#aTable tbody tr td.sorting_1 {
    background-color: #C4FFC4;
    border:1px lightgrey;
    }
    table#aTable tbody tr.odd td {
    background-color: #C4FFC4;
    border:1px lightgrey;
    }
    table#aTable tbody tr.even td {
    background-color: #D5FFD5;
    border:1px lightgrey;
    }
This discussion has been closed.