How to customize table row background color:
Please see picture below. The background color change from pink to light blue. How do I change this color. The reason why is in some state the text becomes red or blue which is the same as background color so it is very hard to read.
You can customize the background color of table row in the theme css file you have used. In your example, Need to change the lines 385 and 388 (.bg1 - for odd rows and .bg2 - for even rows) in the file ‘/interface/themes/style_sky_blue.css’. You can include the new hexcode of the color you would like to change.