Styling the Covis dropdown
Styling the Covis dropdown

My site is "https://michaelbarraclough.uk/test/datatables.html". I have managed to style the border, text colour (when the column is active) and background colour for the ('covis') dropdown (top right hand corner). However, I would also like to put more space between the column text descriptor and the tick which shows that the column is active. Any pointers on how to achieve this would be much appreciated. Less important, but a nice to have would be the ability to control the colour of the column text descriptor when the column is in-active.
Michael Barraclough
This question has an accepted answers - jump to answer
Answers
Right click on one of the columns and you will find this for the active columns:
Try changing
right: 1em;
to a decimal number likeright: 0.5em;
. You should see real time what affect the change has.Do the same thing with the Active text, something like this:
I changed the color from black to green with the above.
Kevin