We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6761e20 commit 81ece61Copy full SHA for 81ece61
src/index.html
@@ -15,10 +15,10 @@
15
<body>
16
<div id="appContainer">
17
<div id="toolbar" class="shadow">
18
- <input type="file" id="imageUploader" accept="image/*" >
19
- <label for="imageUploader" id="uploadImageBtn" class="btn btn-sm btn-warning">
+ <input type="file" id="imageUploader" accept="image/*" style="display: none;">
+ <button id="uploadImageBtn" class="btn btn-sm btn-warning">
20
<i class="bi bi-upload me-1"></i> Add file
21
- </label>
+ </button>
22
23
<div class="btn-group btn-group-sm align-items-stretch flex-nowrap" role="group" aria-label="Threshold and Color Tools">
24
<div class="btn p-0 border border-dark">
0 commit comments