diff options
author | Jochen <rothjochen@gmail.com> | 2019-09-04 21:01:21 +0200 |
---|---|---|
committer | Jochen <rothjochen@gmail.com> | 2019-09-04 21:06:25 +0200 |
commit | a9b942cbbe7ad78f7ebf90744203e7c18c64975b (patch) | |
tree | 64d0cabeb256511b81b87fae20575e28135017e5 | |
parent | e710976b9991969f7cde69f9d5483cd53062e05a (diff) | |
download | nextcloud-server-a9b942cbbe7ad78f7ebf90744203e7c18c64975b.tar.gz nextcloud-server-a9b942cbbe7ad78f7ebf90744203e7c18c64975b.zip |
Add default style for alternative login
Signed-off-by: Jochen <rothjochen@gmail.com>
-rw-r--r-- | core/css/guest.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index cb53b0e513a..4881dca1588 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -164,6 +164,17 @@ form #datadirField legend { font-size: 15px; } +#alternative-logins a::before { + content: ""; + background-repeat: no-repeat; + background-size: contain; + width: 18px; + height: 18px; + display: inline-block; + vertical-align: bottom; + margin-right: 5px; +} + @media only screen and (max-width: 1024px) { .wrapper { |