Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-03 12:26:06 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-20 20:17:06 +0300
commit8aaf2c32729fcd0302f79546f396a07398f0d724 (patch)
treeaa4468e6e042aeeff786fe9403049b10345e30e8 /apps/theming/css
parentc367cb20fa126042df9f6a930152ee15c0abeb46 (diff)
Theming update on url
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/theming.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss
index 6b0566039d2..4a32458d8a8 100644
--- a/apps/theming/css/theming.scss
+++ b/apps/theming/css/theming.scss
@@ -94,7 +94,7 @@
@if variable_exists('theming-logo-mime') and $theming-logo-mime != '' {
#theming-preview-logo,
#header .logo {
- background-image: url(#{$image-logo});
+ background-image: $image-logo;
background-size: contain;
}
#body-login #header .logo {
@@ -102,7 +102,7 @@
}
} @else {
#theming-preview-logo {
- background-image: url(#{$image-logo});
+ background-image: $image-logo;
}
}
@@ -110,12 +110,12 @@
#body-login,
#firstrunwizard .firstrunwizard-header,
#theming-preview {
- background-image: url(#{$image-login-background});
+ background-image: $image-login-background;
background-color: $color-primary;
}
} @else {
#theming-preview {
- background-image: url(#{$image-login-background});
+ background-image: $image-login-background;
background-color: $color-primary;
}
}