summaryrefslogtreecommitdiffstats
path: root/apps/theming/css/theming.scss
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-07-04 12:56:05 +0200
committerGitHub <noreply@github.com>2017-07-04 12:56:05 +0200
commitf3c25e177f428d0438d73505915e4bf110c835b7 (patch)
tree5ef9e5c6c08a90ad9172b88c09ea7e683d6c3c03 /apps/theming/css/theming.scss
parent8e160c6638b8e5dab077ac1f62c6f88ca93a4b58 (diff)
parent02dd7f59655cd54daff06511b87134fe6018bfae (diff)
downloadnextcloud-server-f3c25e177f428d0438d73505915e4bf110c835b7.tar.gz
nextcloud-server-f3c25e177f428d0438d73505915e4bf110c835b7.zip
Merge pull request #5407 from nextcloud/5157-simple-logo
Simplified Nextcloud logo icon #2
Diffstat (limited to 'apps/theming/css/theming.scss')
-rw-r--r--apps/theming/css/theming.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss
index 3967ad4ce06..20b84d2a0d3 100644
--- a/apps/theming/css/theming.scss
+++ b/apps/theming/css/theming.scss
@@ -45,8 +45,7 @@
}
/* override styles for login screen in guest.css */
-#header .logo,
-#header .logo-icon {
+#header .logo {
background-image: url(#{$image-logo});
@if $theming-logo-mime != '' {
background-size: contain;