From: David ‘Bombe’ Roden Date: Sat, 15 Jan 2011 20:35:44 +0000 (+0100) Subject: Fix color of post deletion confirmation button. X-Git-Tag: 0.4^2~7 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=38ffcb747a0a8b2e02cd759c74816595ab5f70e8 Fix color of post deletion confirmation button. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 54cfb6e..f39cfef 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -256,6 +256,11 @@ textarea { margin: 0px; } +#sone .post .delete button.confirm { + color: red; + font-weight: bold; +} + #sone .post .trust button { color: rgb(0, 128, 0); }