a.nice-likes.waiting .fa-circle-o-notch {
font-size: 85%;
}
a.nice-likes.waiting, a.nice-likes.updating {
cursor: wait;
}
a.nice-likes.liked i {
color: #5b799c;
}
a.nice-likes:hover i {
color: #5b799c;
}
a.nice-likes.liked i {
color: #5b799c;
}
a.nice-likes.liking, a.nice-likes.disliking {
opacity: 0.9;
}
a.nice-likes.liking i, a.nice-likes.disliking i {
-webkit-animation: beat 0.35s infinite alternate;
animation: beat 0.35s infinite alternate;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.grid .item .item-content .entry-likes a {
border: none;
}
.grid .item .item-content .entry-likes a.liked i {
color: #5b799c;
}
@keyframes beat {
to {
opacity: 0.6;
}
}
@-moz-keyframes beat {
to {
opacity: 0.6;
}
}
@-webkit-keyframes beat {
to {
opacity: .6;
-khtml-opacity: .6;
}
}
@-ms-keyframes beat {
to {
opacity: .6; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60);
}
}
@-o-keyframes beat {
to {
opacity: .6;
}
}