aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2020-01-05 21:02:57 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-01-05 21:02:57 +0100
commit13cf8265f04ba0f28f514bf59f5acfad98e79d4a (patch)
treea4452e3cbab1a4f40073e9274e44bf5d411d4e75
parent2aff347b2e942286292b21e0b20d93ab85220a17 (diff)
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.
-rw-r--r--p/themes/Dark/dark.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css
index 8322179f4..96cfb877b 100644
--- a/p/themes/Dark/dark.css
+++ b/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;
}