From 5cf755ea9211558503396f0464657f735ffb9d1a Mon Sep 17 00:00:00 2001 From: zPlus Date: Mon, 23 Jul 2018 08:32:48 +0200 Subject: [PATCH] Replace vote arrows. --- freepost/static/stylus/freepost.styl | 11 +++++------ freepost/templates/vote.html | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/freepost/static/stylus/freepost.styl b/freepost/static/stylus/freepost.styl index b9d1ab2b..196bf47d 100755 --- a/freepost/static/stylus/freepost.styl +++ b/freepost/static/stylus/freepost.styl @@ -108,6 +108,7 @@ body > button background transparent border 0 + color #9a9a9a cursor pointer display inline-block font-family "Courier New", Courier, monospace @@ -120,18 +121,16 @@ body /* Arrow style if already upvoted (green) */ &.upvoted - background-color #00e313 - border-radius 999em - color #fff + border-radius 999rem + color #00e313 font-weight bolder height 1rem width 1rem /* Arrow style if already upvoted (red) */ &.downvoted - background-color #f00 - border-radius 999em - color #fff + border-radius 999rem + color #f00 font-weight bolder height 1rem width 1rem diff --git a/freepost/templates/vote.html b/freepost/templates/vote.html index 274ad3ae..6c75e12f 100755 --- a/freepost/templates/vote.html +++ b/freepost/templates/vote.html @@ -18,7 +18,7 @@ @@ -31,7 +31,7 @@