TrainerScape
New Member
Is there a way to convert the following HTML colours to their greyscale counterpart?\[code\]table.dataTable tr.odd { background-color: #E2E4FF; }table.dataTable tr.even { background-color: white; }table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }\[/code\]e.g.\[code\]table.dataTable tr.even { background-color: white; }\[/code\]would become\[code\]table.dataTable tr.even { background-color: black; }\[/code\]