From 50c919d6ff145b50d4e82461e61b4dc65e3210c6 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 29 Dec 2014 15:20:43 +0000 Subject: [PATCH] Use custom scrollbars in dialogs too. --- resources/report/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index e7830c93..5c00be9d 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -23,16 +23,16 @@ */ /* Misc */ -::-webkit-scrollbar-corner { +html /deep/ ::-webkit-scrollbar-corner { background: inherit; } -::-webkit-scrollbar { +html /deep/ ::-webkit-scrollbar { width: 12px; } -::-webkit-scrollbar-track { +html /deep/ ::-webkit-scrollbar-track { background: inherit; } -::-webkit-scrollbar-thumb { +html /deep/ ::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.26); } paper-button[autofocus] {