blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit d2d5f65258fe935200325e75ca9cca8a8a14347f
parent 66a83bfe07da1cc4e3a3ceeb00c2b0a71483b2aa
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun,  5 Jan 2020 19:44:20 -0600

Style only the input types we use

Diffstat:
Mlayouts/partials/css/custom.css | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/layouts/partials/css/custom.css b/layouts/partials/css/custom.css
@@ -1,7 +1,8 @@
 body {
     font-family: sans-serif;
 }
-input, textarea {
+input[type=text], input[type=submit], textarea {
+    appreance: none;
     border: 1px solid;
     padding: 5px;
     border-radius: 0;