zorn-v / nextcloud-social-login

GNU Affero General Public License v3.0
199 stars 138 forks source link

Feature request: customise login with button #231

Closed mehdibo closed 3 years ago

mehdibo commented 3 years ago

It would be great if there was a possibility to customise custom oauth2 provider's button style (icon, text color & on hover, bg color & on hover)

daniel-richter commented 3 years ago

You can install the Custom CSS App and change the styles:

#alternative-logins a.button[href*="/sociallogin/oauth/GitHub"] { background-color:red }

The currently used styles can be found in css/styles.css

zorn-v commented 3 years ago

@daniel-richter True, thanks. There is no need to implement such things.