From 524d3254a2f4bb248b2650c92798bb8be24f33d3 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 28 Dec 2014 11:15:28 +0000 Subject: [PATCH] Revert "Added drop shadow to sidebar header." This reverts commit b734e90583fcb79b1553c9494eabe876b9d09d2a. --- resources/report/css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index 16079bca..6abf23aa 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -185,12 +185,14 @@ core-toolbar, div[drawer] > div:first-child { background: #3F51B5; color: white; height: 56px; - box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); - z-index: 1; } core-toolbar > a { color: white; } +#mainToolbar { + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); + z-index: 1; +} #gameMenu { margin-top: -0.5em; } @@ -207,7 +209,6 @@ core-toolbar > a { div[drawer] { background: white; z-index: 1; - overflow: hidden; } div[drawer] > * { border-right: 1px rgba(0, 0, 0, 0.12) solid;