summaryrefslogtreecommitdiffstats
path: root/apps/theming/css/settings-admin.scss
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/css/settings-admin.scss')
-rw-r--r--apps/theming/css/settings-admin.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/theming/css/settings-admin.scss b/apps/theming/css/settings-admin.scss
index 504760d4596..5cec0e98199 100644
--- a/apps/theming/css/settings-admin.scss
+++ b/apps/theming/css/settings-admin.scss
@@ -100,6 +100,8 @@
margin-top: 10px;
margin-bottom: 20px;
cursor: pointer;
+ background-color: var(--color-primary);
+ background-image: var(--image-background, var(--image-background-plain, url('../../../core/img/background.svg'), linear-gradient(40deg, #0082c9 0%, #30b6ff 100%)));
#theming-preview-logo {
cursor: pointer;
@@ -110,6 +112,7 @@
background-position: center;
background-repeat: no-repeat;
background-size: contain;
+ background-image: var(--image-logo, url('../../../core/img/logo/logo.svg'));
}
}
@@ -125,6 +128,15 @@
background-repeat: no-repeat;
background-size: contain;
}
+
+ #theming-preview-logoheader {
+ // Only using --image-logoheader to show the custom value only
+ background-image: var(--image-logoheader);
+ }
+
+ #theming-preview-favicon {
+ background-image: var(--image-favicon);
+ }
}
/* transition effects for theming value changes */