Commit f57f915934d884dd588079ab6d8992e5dd8a7c9b
Exists in
master
and in
2 other branches
Merge branch 'master' of github.com:SerproLivre/participa-theme
Conflicts: style.css
Showing
3 changed files
with
28 additions
and
0 deletions
Show diff stats
1.09 KB
1.1 KB
style.css
... | ... | @@ -1671,4 +1671,32 @@ body.contraste #footer-logos { |
1671 | 1671 | background-color: #000; |
1672 | 1672 | } |
1673 | 1673 | |
1674 | +/* Plugin para curtir artigos e comentários */ | |
1674 | 1675 | |
1676 | +.action .dislike:before { | |
1677 | + content: url(images/negative-hand.png); | |
1678 | +} | |
1679 | + | |
1680 | +.action .like:before { | |
1681 | + content: url(images/positive-hand.png); | |
1682 | +} | |
1683 | + | |
1684 | +.vote-action .like-action-active .action-icon { | |
1685 | + opacity: 1; | |
1686 | +} | |
1687 | + | |
1688 | +.vote-action .action-icon { | |
1689 | + opacity: 0.5; | |
1690 | +} | |
1691 | + | |
1692 | +#article .action .action-icon { | |
1693 | + top: 3px; | |
1694 | +} | |
1695 | + | |
1696 | +#article .like-action .like-action-counter { | |
1697 | + color: #2A8C32; | |
1698 | +} | |
1699 | + | |
1700 | +#article .dislike-action .like-action-counter { | |
1701 | + color: #CC0000; | |
1702 | +} | ... | ... |