Commit 4524a36df389c3716ffa3fad6cbb323b11d127dd

Authored by Victor Costa
2 parents 21770e81 93c0afdf

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 10 .oauth-login .provider a img {
11 11 max-width: 40px;
12 12 }
  13 +.oauth-login .provider a:hover {
  14 + opacity: 0.7;
  15 +}
13 16 .oauth-login .provider .developer {
14 17 display: none;
15 18 }
... ...