fix styling on disabled buttons
This commit is contained in:
parent
7191b4df96
commit
43cffcd54c
2 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
<body>
|
||||
<div>
|
||||
<label>
|
||||
<span class="fake_button" id="file_input_message">Select files to upload...</span>
|
||||
<input type="file" multiple id="file_input"/>
|
||||
<span class="fake_button" id="file_input_message">Select files to upload...</span>
|
||||
</label>
|
||||
</div>
|
||||
<button id="upload" disabled>Upload</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue