Fix color of post deletion confirmation button.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 15 Jan 2011 20:35:44 +0000 (21:35 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 15 Jan 2011 20:35:44 +0000 (21:35 +0100)
src/main/resources/static/css/sone.css

index 54cfb6e..f39cfef 100644 (file)
@@ -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);
 }