Mercurial Hosting > freedit
comparison 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 |
comparison
equal
deleted
inserted
replaced
32:72a1b77b4548 | 33:4fdc4ec0050b |
---|---|
36 } | 36 } |
37 | 37 |
38 [hidden] { | 38 [hidden] { |
39 display: none; | 39 display: none; |
40 } | 40 } |
41 | |
42 span[inline_button] { | |
43 padding: 3px 7px; | |
44 background-color: #EDEDED; | |
45 font: inherit; | |
46 color: inherit; | |
47 border: 1px solid #BABABA; | |
48 text-decoration: none; | |
49 border-radius: 4px; | |
50 } | |
51 | |
52 input[type="file"] { | |
53 appearance: none; | |
54 -webkit-appearance: none; | |
55 outline: none; | |
56 border: none; | |
57 padding: 0; | |
58 margin: 0; | |
59 width: 0; | |
60 } | |
61 | |
62 label[clickable] { | |
63 cursor: pointer; | |
64 } |