master
Artem Sapegin 2013-12-23 23:07:26 +04:00
parent 864425ad81
commit 6c0068c701
5 changed files with 16 additions and 18 deletions

View File

@ -1,6 +1,6 @@
{
"name": "social-likes",
"version": "2.0.12",
"version": "2.0.13",
"main": ["./social-likes.min.js", "./social-likes.css"],
"dependencies": {
"jquery": ">=1.7"

View File

@ -4,12 +4,11 @@
.social-likes__button_github:visited {
padding-left: 19px;
background: #e6e6e6;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #eaeaea));
background: -webkit-linear-gradient(top, #fafafa 0%, #eaeaea 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #eaeaea 100%);
background: -o-linear-gradient(top, #fafafa 0%, #eaeaea 100%);
background: -ms-linear-gradient(top, #fafafa 0%, #eaeaea 100%);
background: linear-gradient(top, #fafafa 0%, #eaeaea 100%);
background: -webkit-linear-gradient(top, #fafafa, #eaeaea);
background: -moz-linear-gradient(top, #fafafa, #eaeaea);
background: -o-linear-gradient(top, #fafafa, #eaeaea);
background: -ms-linear-gradient(top, #fafafa, #eaeaea);
background: linear-gradient(to bottom, #fafafa, #eaeaea);
color: #555;
border-color: #d4d4d4;
border-bottom-color: #bcbcbc;
@ -17,12 +16,11 @@
}
.social-likes__button_github:hover {
background: #efefef;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f0f0f0));
background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
background: linear-gradient(top, #fff 0%, #f0f0f0 100%);
background: -webkit-linear-gradient(top, #fff, #f0f0f0);
background: -moz-linear-gradient(top, #fff, #f0f0f0);
background: -o-linear-gradient(top, #fff, #f0f0f0);
background: -ms-linear-gradient(top, #fff, #f0f0f0);
background: linear-gradient(to bottom, #fff, #f0f0f0);
color: #444;
border-color: #d4d4d4;
border-bottom-color: #bcbcbc;

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@
"google",
"livejournal"
],
"version": "2.0.12",
"version": "2.0.13",
"author": {
"name": "Artem Sapegin",
"email": "artem@sapegin.ru",

4
social-likes.min.js vendored

File diff suppressed because one or more lines are too long