Page 1 of 1

bootstrap theme, table properties

Posted: 2016-07-10 18:25
by grimblefritz
I'm using the default theme. If you put a background image on pages, it seems the table is formatted so every other row has a transparent backgound. This means, rather than the table header and detail rows being white, the header and half the rows have the background image showing through. Not good for readability.

Does anyone know how to tweak the bootstrap theme so the table is opaque?

Re: bootstrap theme, table properties

Posted: 2016-07-10 21:18
by grimblefritz
Found a solution.

Copied the theme .css (in the Windows AppGini directory) to a new file.

Found the style for 'table' and changed background-color from 'transparent' to '#ffffff'.

Change the app to use my new style.

ezpz