From 97343e97de533e7059aa2aad6265765757def4ae Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 23 May 2020 12:22:56 +0200 Subject: [PATCH] background-image for dashboard CSS --- platypush/backend/http/static/css/source/dashboard/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/backend/http/static/css/source/dashboard/index.scss b/platypush/backend/http/static/css/source/dashboard/index.scss index fc0e28b2..f913fce2 100644 --- a/platypush/backend/http/static/css/source/dashboard/index.scss +++ b/platypush/backend/http/static/css/source/dashboard/index.scss @@ -19,7 +19,7 @@ body { --background-image: $background-image; --background-color: $background-color; - background-image: var(--background-image); + background-image: var(--background-image) !important; background-color: var(--background-color); background-size: 100% 100%; background-repeat: no-repeat;