From 42162c04a01c1faaf24c709cf87e7f7a36b72101 Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 29 Nov 2021 19:59:13 +0100 Subject: Fix #4002: transparent config menu (#4003) * Update template.css * Update template.rtl.css --- p/themes/base-theme/template.css | 2 +- p/themes/base-theme/template.rtl.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'p') diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 703ce2e13..8f316f58f 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -540,7 +540,7 @@ a.btn { @supports not (scrollbar-width: thin) { #sidebar::-webkit-scrollbar, - .scrollbar-thin { + .scrollbar-thin::-webkit-scrollbar { background: rgba(0, 0, 0, 0.05); width: 8px; } diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css index 9b111b756..502ff911d 100644 --- a/p/themes/base-theme/template.rtl.css +++ b/p/themes/base-theme/template.rtl.css @@ -540,7 +540,7 @@ a.btn { @supports not (scrollbar-width: thin) { #sidebar::-webkit-scrollbar, - .scrollbar-thin { + .scrollbar-thin::-webkit-scrollbar { background: rgba(0, 0, 0, 0.05); width: 8px; } -- cgit v1.2.3