Commit 93c0afdfc7711ec5fe20b90355fa1fc711557cd1
1 parent
b6477500
Exists in
staging
and in
4 other branches
oauth_client: small css change
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
plugins/oauth_client/public/style.css
| @@ -10,6 +10,9 @@ | @@ -10,6 +10,9 @@ | ||
| 10 | .oauth-login .provider a img { | 10 | .oauth-login .provider a img { |
| 11 | max-width: 40px; | 11 | max-width: 40px; |
| 12 | } | 12 | } |
| 13 | +.oauth-login .provider a:hover { | ||
| 14 | + opacity: 0.7; | ||
| 15 | +} | ||
| 13 | .oauth-login .provider .developer { | 16 | .oauth-login .provider .developer { |
| 14 | display: none; | 17 | display: none; |
| 15 | } | 18 | } |