]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps.pastebin: nicer forms
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 27 Jul 2022 08:44:36 +0000 (01:44 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 27 Jul 2022 08:44:36 +0000 (01:44 -0700)
extra/webapps/pastebin/pastebin.css

index cb93a92342f4fb0c51e0d7f236f2db6953815aa8..12c11aa4a5f9bd45c2a9442f9688c6e04cff2152 100644 (file)
@@ -1,3 +1,14 @@
+input, textarea, select {
+    font-size: 12pt;
+    border: 1px solid #dbdbdb;
+    border-radius: 5px;
+    padding: 5px;
+}
+
+textarea {
+    font-family: monospace;
+}
+
 pre.code {
     border: 1px solid #dbdbdb;
     border-radius: 5px;