From 13cf8265f04ba0f28f514bf59f5acfad98e79d4a Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sun, 5 Jan 2020 21:02:57 +0100 Subject: 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. --- p/themes/Dark/dark.css | 1 + 1 file changed, 1 insertion(+) (limited to 'p') 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; } -- cgit v1.2.3