Skip to content

Commit

Permalink
Import button color
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbrix committed Oct 8, 2024
1 parent 35e7f55 commit 0c38bc1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<td colspan="5">
<form wicket:id="form">
<input type="file" wicket:id="fileUpload" accept=".xlsx,.xls,application/vnd.openxmlformats-officedocument" />
<button wicket:id="importStructures" type="submit" value="Import Structures">Import Structures</button>
<button style="background-color: #9fe170;" wicket:id="importStructures" type="submit" value="Import Structures">Import Structures</button>
</form>
</td>
<td colspan="5">
<a wicket:id="downloadLink" style="display:none;">Download</a>
<span wicket:id="exportStructures"/>
<span style="background-color: #9fe170;" wicket:id="exportStructures"/>
</td>
</tr>
<br>
Expand Down

0 comments on commit 0c38bc1

Please sign in to comment.