X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=4f0c49e60c1616f38e05f46b205e5438e1ec64ce;hb=4d7d7243d43d87610ded92c3026bf71a4e4dd138;hp=dfd6b9a1462c5ba3b6b722ab07f78b888011e649;hpb=a474ae28d3820854e9a8d8ea5b9f3a44b06fa737;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index dfd6b9a..4f0c49e 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -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; }