From e6902cdeb376423059e037864244e7d78f5483e5 Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Thu, 15 Aug 2019 13:38:49 +0200 Subject: [PATCH] Fix close button --- res/static/style/layout.css | 2 +- res/template/file_viewer.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/res/static/style/layout.css b/res/static/style/layout.css index 1de6c01..4245aef 100644 --- a/res/static/style/layout.css +++ b/res/static/style/layout.css @@ -227,7 +227,7 @@ hr{ border-radius: 0.5em; border: 0.22em solid var(--scrollbar_background_color); } -::-webkit-scrollbar-corner{background: transparent;} +::-webkit-scrollbar-corner{background: var(--scrollbar_background_color);} a {color: var(--highlight_color); text-decoration: none;} a:hover {color: var(--highlight_color); text-decoration: underline;} diff --git a/res/template/file_viewer.html b/res/template/file_viewer.html index 75d6441..78fe12e 100644 --- a/res/template/file_viewer.html +++ b/res/template/file_viewer.html @@ -32,7 +32,7 @@ {{.Title}}
- +
@@ -106,7 +106,7 @@