summaryrefslogtreecommitdiffstats
path: root/core/css/guest.css
diff options
context:
space:
mode:
authorJochen <rothjochen@gmail.com>2019-09-07 23:25:42 +0200
committerJochen <rothjochen@gmail.com>2019-09-07 23:25:42 +0200
commitdff16b60c80989f1e979b42cbc304a52c2d82413 (patch)
treed6e49028dc5f1369a2fe00b7692b521d6fd99d1f /core/css/guest.css
parentba8acfe2d49e511fe8f3948d78325987bde37cd3 (diff)
downloadnextcloud-server-dff16b60c80989f1e979b42cbc304a52c2d82413.tar.gz
nextcloud-server-dff16b60c80989f1e979b42cbc304a52c2d82413.zip
Hide only icons for buttons
https://github.com/nextcloud/server/pull/16832#issuecomment-529115417 Signed-off-by: Jochen <rothjochen@gmail.com>
Diffstat (limited to 'core/css/guest.css')
-rw-r--r--core/css/guest.css6
1 files 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;
- }
}