Change all buttons’ appearance.
[Sone.git] / 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;
 }