From: David ‘Bombe’ Roden Date: Sat, 2 Nov 2019 21:15:44 +0000 (+0100) Subject: 💄 Change icons for trusting/distrusting identities X-Git-Tag: v81^2~65 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=ad643c1675c3c25c0f66b24526cf93d2efdd3b12 💄 Change icons for trusting/distrusting identities --- 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>