From 73edaa3db97f6cab2262f964c0077ff4a9c19a38 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 4 Dec 2018 13:01:50 +0300 Subject: css: update webkit scrollbar styles --- themes/night.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/night.css') diff --git a/themes/night.css b/themes/night.css index ce3f27be3..f702a7251 100644 --- a/themes/night.css +++ b/themes/night.css @@ -238,9 +238,9 @@ body.claro.ttrss_index h3 { } ::-webkit-scrollbar-thumb { - background-color: rgba(255,255,255,0.5); + background-color: var(--border-main); } ::-webkit-scrollbar-track { - background-color:rgba(255,255,255,0.2); + background-color: var(--bg-panel); } -- cgit v1.2.3