summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/content.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/content.css b/css/content.css
index b121d1556..36628c668 100644
--- a/css/content.css
+++ b/css/content.css
@@ -122,6 +122,7 @@
*/
#app-content.loading-content {
background: url('../img/loading.gif') no-repeat;
+ background-color: var(--color-main-background);
background-position: calc(50% - 16px) calc(50% - 16px);
/* Overrides the snap.js animation making the loading icon to fly in app-content. */
transition: none !important;