diff src/site.css @ 33:4fdc4ec0050b

upload with uploadcare
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 01 Aug 2022 22:50:16 -0600
parents 66fd3784e60e
children c8d47981c74f
line wrap: on
line diff
--- a/src/site.css	Fri Jul 29 13:57:20 2022 -0600
+++ b/src/site.css	Mon Aug 01 22:50:16 2022 -0600
@@ -38,3 +38,27 @@
 [hidden] {
 	display: none;
 }
+
+span[inline_button] {
+	padding: 3px 7px;
+	background-color: #EDEDED;
+	font: inherit;
+	color: inherit;
+	border: 1px solid #BABABA;
+	text-decoration: none;
+	border-radius: 4px;
+}
+
+input[type="file"] {
+	appearance: none;
+	-webkit-appearance: none;
+	outline: none;
+	border: none;
+	padding: 0;
+	margin: 0;
+	width: 0;
+}
+
+label[clickable] {
+	cursor: pointer;
+}