瀏覽代碼

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 .loading,
 .pagination a:hover.loading {
 .pagination a:hover.loading {
+	background: url("loader.gif") center center no-repeat;
 	font-size: 0;
 	font-size: 0;
 }
 }