aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-11-29 19:59:13 +0100
committerGravatar GitHub <noreply@github.com> 2021-11-29 19:59:13 +0100
commit42162c04a01c1faaf24c709cf87e7f7a36b72101 (patch)
treef374c7ce63c6edd43b2f5e781d94948d5da258a7
parent4cfeb96f3ded4e8cde1157d62b10d3051cd06bda (diff)
Fix #4002: transparent config menu (#4003)
* Update template.css * Update template.rtl.css
-rw-r--r--p/themes/base-theme/template.css2
-rw-r--r--p/themes/base-theme/template.rtl.css2
2 files changed, 2 insertions, 2 deletions
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;
}