diff options
-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 +} + |