Skip to content

Commit

Permalink
NC 25 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
zorn-v committed Oct 20, 2022
1 parent 3e1f12d commit 72c893b
Show file tree
Hide file tree
Showing 11 changed files with 2,164 additions and 5,270 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Social Login</name>
<summary>Social login via OAuth or OpenID</summary>
<description> </description>
<version>4.17.1</version>
<version>4.18.0</version>
<licence>agpl</licence>
<author>zorn-v</author>
<namespace>SocialLogin</namespace>
Expand Down
10 changes: 6 additions & 4 deletions css/hide_default_login.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#body-login main div:first-child {display:none}
#body-login a[href*='#body-login'] {background-color:inherit;color:#fff;font-size:inherit;font-weight:inherit}
#body-login:target main div:first-child {display:inherit}
#body-login:target a[href*='#body-login'] {display:none}
#body-login form,
#body-login form ~ * {display:none}
#body-login a[href*='#body-login'] {background-color:inherit;font-size:inherit;font-weight:inherit}
#body-login:target form,
#body-login:target form ~ * {display:inherit}
#body-login:target a[href*='#body-login'] {display:none}
2 changes: 1 addition & 1 deletion css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions js/personal.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/settings.js

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions js/settings.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* Toastify js 1.11.2
* https://github.com/apvarun/toastify-js
* @license MIT licensed
*
* Copyright (C) 2018 Varun A P
*/

/*!
* Vue.js v2.6.14
* (c) 2014-2021 Evan You
Expand Down
Loading

0 comments on commit 72c893b

Please sign in to comment.