From fa842828adf7072b98b7d270003712e9c8c557b7 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 28 Dec 2014 18:17:37 +0000 Subject: [PATCH] Move base background colour CSS. The main panel is the only place it can be seen anyway. --- resources/report/css/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index ac32215c..353cd195 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -26,9 +26,6 @@ ::-webkit-scrollbar-corner { background: inherit; } -body { - background:#FAFAFA; -} paper-button[autofocus] { color: #64B5F6; } @@ -106,6 +103,7 @@ paper-item > a:hover { /* Panel */ #main { + background:#FAFAFA; overflow: auto; position: relative; z-index: 0;