comparison src/site.css @ 34:c8d47981c74f

upload using ajax
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 02 Aug 2022 20:46:02 -0600
parents 4fdc4ec0050b
children 0c1b820fff34
comparison
equal deleted inserted replaced
33:4fdc4ec0050b 34:c8d47981c74f
37 37
38 [hidden] { 38 [hidden] {
39 display: none; 39 display: none;
40 } 40 }
41 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"] { 42 input[type="file"] {
53 appearance: none; 43 display: none;
54 -webkit-appearance: none;
55 outline: none;
56 border: none;
57 padding: 0;
58 margin: 0;
59 width: 0;
60 } 44 }
61 45
62 label[clickable] { 46 label[clickable] {
63 cursor: pointer; 47 cursor: pointer;
64 } 48 }