ソースを参照

Fix #4002: transparent config menu (#4003)

* Update template.css

* Update template.rtl.css
maTh 4 年 前
コミット
42162c04a0
2 ファイル変更2 行追加2 行削除
  1. 1 1
      p/themes/base-theme/template.css
  2. 1 1
      p/themes/base-theme/template.rtl.css

+ 1 - 1
p/themes/base-theme/template.css

@@ -540,7 +540,7 @@ a.btn {
 
 
 @supports not (scrollbar-width: thin) {
 @supports not (scrollbar-width: thin) {
 	#sidebar::-webkit-scrollbar,
 	#sidebar::-webkit-scrollbar,
-	.scrollbar-thin {
+	.scrollbar-thin::-webkit-scrollbar {
 		background: rgba(0, 0, 0, 0.05);
 		background: rgba(0, 0, 0, 0.05);
 		width: 8px;
 		width: 8px;
 	}
 	}

+ 1 - 1
p/themes/base-theme/template.rtl.css

@@ -540,7 +540,7 @@ a.btn {
 
 
 @supports not (scrollbar-width: thin) {
 @supports not (scrollbar-width: thin) {
 	#sidebar::-webkit-scrollbar,
 	#sidebar::-webkit-scrollbar,
-	.scrollbar-thin {
+	.scrollbar-thin::-webkit-scrollbar {
 		background: rgba(0, 0, 0, 0.05);
 		background: rgba(0, 0, 0, 0.05);
 		width: 8px;
 		width: 8px;
 	}
 	}