Просмотр исходного кода

Fix #4002: transparent config menu (#4003)

* Update template.css

* Update template.rtl.css
maTh 4 лет назад
Родитель
Сommit
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) {
 	#sidebar::-webkit-scrollbar,
-	.scrollbar-thin {
+	.scrollbar-thin::-webkit-scrollbar {
 		background: rgba(0, 0, 0, 0.05);
 		width: 8px;
 	}

+ 1 - 1
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;
 	}