bootstrap theme, table properties

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
grimblefritz
AppGini Super Hero
AppGini Super Hero
Posts: 336
Joined: 2015-12-23 16:52

bootstrap theme, table properties

Post by grimblefritz » 2016-07-10 18:25

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?

grimblefritz
AppGini Super Hero
AppGini Super Hero
Posts: 336
Joined: 2015-12-23 16:52

Re: bootstrap theme, table properties

Post by grimblefritz » 2016-07-10 21:18

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

Post Reply