Commit 93c0afdfc7711ec5fe20b90355fa1fc711557cd1

Authored by Victor Costa
1 parent b6477500

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 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 }
... ...