From ad643c1675c3c25c0f66b24526cf93d2efdd3b12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sat, 2 Nov 2019 22:15:44 +0100 Subject: [PATCH] =?utf8?q?=F0=9F=92=84=20Change=20icons=20for=20trusting/d?= =?utf8?q?istrusting=20identities?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/css/sone.css | 10 +--------- src/main/resources/templates/include/viewPost.html | 6 +++--- src/main/resources/templates/include/viewReply.html | 6 +++--- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 349ab5c..e69932a 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -419,16 +419,8 @@ textarea { font-weight: bold; } -#sone .post .trust button { - color: rgb(0, 128, 0); -} - -#sone .post .distrust button { - color: rgb(255, 0, 0); -} - #sone .post .untrust button { - color: rgb(64, 64, 64); + color: rgb(255, 0, 0); } #sone .post .delete button:hover, #sone .post .like button:hover, #sone .post .unlike button:hover, #sone .post .trust button:hover, #sone .post .distrust button:hover, #sone .post .untrust button:hover, #sone .post .bookmark button:hover, #sone .post .unbookmark button:hover { diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index 81683e4..7cdb924 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -100,19 +100,19 @@ - +
- +
- +
<%/if> <%/if> diff --git a/src/main/resources/templates/include/viewReply.html b/src/main/resources/templates/include/viewReply.html index 3a5e59a..99c02e6 100644 --- a/src/main/resources/templates/include/viewReply.html +++ b/src/main/resources/templates/include/viewReply.html @@ -71,19 +71,19 @@ - +
- +
- +
<%/if> <%/if> -- 2.7.4