Hide only icons for buttons

https://github.com/nextcloud/server/pull/16832#issuecomment-529115417

Signed-off-by: Jochen <rothjochen@gmail.com>
This commit is contained in:
Jochen 2019-09-07 23:25:42 +02:00
parent ba8acfe2d4
commit dff16b60c8
1 changed files with 2 additions and 4 deletions

View File

@ -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;
}
}