Thanks Daniel – I’ve changed the line in list-tables.php and it is working correctly!
Thank you very much!
Thanks Tobias,
I did not know about the !important keyword in css could be very usefull 🙂
I realised that my css was slightly wrong – I needed the sorting class not the header class. Also didn’t need the !important keyword on the background, but did when I tried to change the colour. Here’s what I ended up with:
.wp-table-reloaded .sorting {
background: #E6EEEE;
}
.wp-table-reloaded .sorting_asc {
background: #3e6a6b;
color: #f0f0f0!important;
}
.wp-table-reloaded .sorting_desc {
background: #3e6a6b;
color: #f0f0f0!important;
}
Thank you so much for such a wonderful plugin! 😀
This has been fixed in the 3.0.1 update