Skip to content

Commit 0c38bc1

Browse files
committed
Import button color
1 parent 35e7f55 commit 0c38bc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

amp/WEB-INF/src/org/dgfoundation/amp/onepager/components/features/sections/AmpStructuresFormSectionFeature.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<td colspan="5">
77
<form wicket:id="form">
88
<input type="file" wicket:id="fileUpload" accept=".xlsx,.xls,application/vnd.openxmlformats-officedocument" />
9-
<button wicket:id="importStructures" type="submit" value="Import Structures">Import Structures</button>
9+
<button style="background-color: #9fe170;" wicket:id="importStructures" type="submit" value="Import Structures">Import Structures</button>
1010
</form>
1111
</td>
1212
<td colspan="5">
1313
<a wicket:id="downloadLink" style="display:none;">Download</a>
14-
<span wicket:id="exportStructures"/>
14+
<span style="background-color: #9fe170;" wicket:id="exportStructures"/>
1515
</td>
1616
</tr>
1717
<br>

0 commit comments

Comments
 (0)