Change all buttons’ appearance.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 12 Jan 2011 13:13:15 +0000 (14:13 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 12 Jan 2011 13:13:15 +0000 (14:13 +0100)
src/main/resources/static/css/sone.css

index dfd6b9a..4f0c49e 100644 (file)
@@ -20,6 +20,13 @@ textarea {
        height: 4em;
 }
 
+#sone button {
+       background-color: #ddd;
+       border-width: 1px;
+       color: #444;
+       padding: 0.5ex 1.5ex;
+}
+
 #sone form {
        margin: 0px;
 }