summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorfran-penedo <fran@franpenedo.com>2020-09-19 17:52:26 -0400
committerBenjamin Brahmer <info@b-brahmer.de>2020-09-20 18:41:22 +0200
commitabdc1afc51f5ff3fc45253784ac49104bcc2dc02 (patch)
tree9c9538957e1754ef82e2b0602b1a2072dc4ccca3 /css
parentccc7c271d5525c6d23e3952a26e1c7d82c627b26 (diff)
Fix background color when loading content
When loading content background-color should be set from theme. Signed-off-by: Francisco Penedo <fran@franpenedo.com>
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;