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:
parent
ba8acfe2d4
commit
dff16b60c8
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue