diff --git a/images/negative-hand.png b/images/negative-hand.png new file mode 100644 index 0000000..59804b4 Binary files /dev/null and b/images/negative-hand.png differ diff --git a/images/positive-hand.png b/images/positive-hand.png new file mode 100644 index 0000000..44c85ca Binary files /dev/null and b/images/positive-hand.png differ diff --git a/style.css b/style.css index 0ffad9a..7859754 100644 --- a/style.css +++ b/style.css @@ -1480,4 +1480,35 @@ body.contraste .ui-widget-header .ui-state-active { background-color: #000; } +/* Plugin para curtir artigos e comentários */ + +.action .dislike:before { + content: url(images/negative-hand.png); +} + +.action .like:before { + content: url(images/positive-hand.png); +} + +.vote-action .like-action-active .action-icon { + opacity: 1; +} + +.vote-action .action-icon { + opacity: 0.5; +} + +#article .action .action-icon { + top: 3px; +} + +#article .like-action .like-action-counter { + color: #2A8C32; +} + +#article .dislike-action .like-action-counter { + color: #CC0000; +} + + -- libgit2 0.21.2