Spaces:
Running
Running
Update AB/index.html
Browse files- AB/index.html +1 -1
AB/index.html
CHANGED
@@ -40,7 +40,7 @@ button[type="button"]:hover {
|
|
40 |
|
41 |
/* Style for upload buttons */
|
42 |
input[type="file"] {
|
43 |
-
display:
|
44 |
}
|
45 |
|
46 |
.uploadButton {
|
|
|
40 |
|
41 |
/* Style for upload buttons */
|
42 |
input[type="file"] {
|
43 |
+
display: block ; /* Hide the default file input */
|
44 |
}
|
45 |
|
46 |
.uploadButton {
|