File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ width: 120px;
8
8
9
9
10
10
}
11
+
12
+ input [type = file ]::file-selector-button {
13
+ border : 2px solid black;
14
+ padding : .2em .4em ;
15
+ border-radius : .2em ;
16
+ background-color : rgb (211 , 208 , 208 );
17
+ transition : 1s ;
18
+ color : rgb (0 , 0 , 0 );
19
+ }
20
+
11
21
input [type = text ]{
12
22
width : 100% ;
13
23
@@ -38,6 +48,7 @@ width: 100px;
38
48
39
49
40
50
font-size : 12px ;
51
+ padding : 7px 10px ;
41
52
42
53
}
43
54
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class Main extends Component {
41
41
placeholder = "description..."
42
42
required />
43
43
</ div >
44
- < div class = "onelinee" > < input type = "file" onChange = { this . props . captureFile } className = "btn btn-white" /> </ div >
44
+ < div class = "onelinee" > < input type = "file" onChange = { this . props . captureFile } className = "btn btn-white] " /> </ div >
45
45
46
46
< div class = "onelinee" > < button type = "submit" style = { { color : "white" , background : "black" } } className = "btn btn-dark" > < b > Upload!</ b > </ button >
47
47
</ div >
You can’t perform that action at this time.
0 commit comments