소스 검색

Fix loader display in Dark theme (#2753)

Before, the default loader was used. It rendered poorly since it has a white
border.
Now, the theme loader is used.
Alexis Degrugillier 6 년 전
부모
커밋
13cf8265f0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      p/themes/Dark/dark.css

+ 1 - 0
p/themes/Dark/dark.css

@@ -470,6 +470,7 @@ a.btn {
 
 .pagination .loading,
 .pagination a:hover.loading {
+	background: url("loader.gif") center center no-repeat;
 	font-size: 0;
 }