From aee69f5a2c1e8663b82a3e200cab123c4a547640 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 16 Feb 2015 17:51:47 -0600 Subject: [PATCH] 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. --- tailbone/static/css/grids.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tailbone/static/css/grids.css b/tailbone/static/css/grids.css index 8c558901..b192b1b3 100644 --- a/tailbone/static/css/grids.css +++ b/tailbone/static/css/grids.css @@ -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;