Commit 4524a36df389c3716ffa3fad6cbb323b11d127dd
Exists in
staging
and in
7 other branches
Merge branch 'oauth_rails3' into stable
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 | } |