From fcde5f862363397431d4f5a768897aa9c1162aa8 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Sat, 17 May 2014 19:15:44 +0100 Subject: [PATCH] Fixed scrollbars corner colour (on Chrome). --- resources/report/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/report/style.css b/resources/report/style.css index 9ea296e9..b660fea5 100644 --- a/resources/report/style.css +++ b/resources/report/style.css @@ -21,6 +21,9 @@ along with LOOT. If not, see . */ +::-webkit-scrollbar-corner { + background: inherit; +} body { font:10pt/1.5 Helvetica,sans-serif; margin:0;