From dff16b60c80989f1e979b42cbc304a52c2d82413 Mon Sep 17 00:00:00 2001 From: Jochen Date: Sat, 7 Sep 2019 23:25:42 +0200 Subject: [PATCH] Hide only icons for buttons https://github.com/nextcloud/server/pull/16832#issuecomment-529115417 Signed-off-by: Jochen --- core/css/guest.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/core/css/guest.css b/core/css/guest.css index 1f12fd69b0a..4cfca9cc6dd 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -169,11 +169,12 @@ form #datadirField legend { text-overflow: ellipsis; } -#alternative-logins a::before { +#alternative-logins a.button::before { content: ""; background-repeat: no-repeat; background-size: contain; width: 0; + margin-right: 0; height: 18px; display: inline-block; vertical-align: bottom; @@ -191,9 +192,6 @@ form #datadirField legend { #alternative-logins { margin: 30px 15px 10px; } - #alternative-logins .label-prefix { - display: none; - } }