How to customer table background color

phongtrang wrote on Friday, October 09, 2015:

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.

visolveemr wrote on Friday, October 09, 2015:

Hello Phong

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.

Thanks
OpenEMR Customization/Support Team,
ViSolve Inc
services@visolve.com | Phone: 408-850-2243
Demo’s @ ViSolve Demo Library

phongtrang wrote on Tuesday, October 13, 2015:

I changed them to ffffcc and ffffff.
This works wonderfully with red and blue text in the table.
Many many thanks.