diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-09-17 08:54:52 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-17 08:54:52 +0100 |
commit | 501efd9bea3c3aee1e9d0dcc708fe6d859cba33f (patch) | |
tree | 0212e3bd824a86f163ef29d581723b23bd72cb35 /web | |
parent | c8a06f8b1dec400ed68e609fbeba0f72c17f42e7 (diff) |
force mindelo admin table bg
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmindelo/layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/fixmindelo/layout.scss b/web/cobrands/fixmindelo/layout.scss index 6a52b3b1e..ec8086af3 100644 --- a/web/cobrands/fixmindelo/layout.scss +++ b/web/cobrands/fixmindelo/layout.scss @@ -75,3 +75,7 @@ body.frontpage { } } +body.admin table { + background: white; // force bg colour since it may overhang the colourful background +} + |