Force grid table background to white.

This can be helpful if the overall page background is not white, in the
case of batch rows etc. which use color-coding to help indicate status.
This commit is contained in:
Lance Edgar 2015-02-16 17:51:47 -06:00
parent 730a2a2f01
commit aee69f5a2c

View file

@ -60,6 +60,7 @@ div.grid {
}
div.grid table {
background-color: White;
border-top: 1px solid black;
border-left: 1px solid black;
border-collapse: collapse;