row colors of are wrong
row colors of are wrong
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.
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.
This discussion has been closed.
Replies
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;
}