Skip to content

Commit 12d3657

Browse files
committed
issue #17: fixed most important IE Bug
1 parent 52d5545 commit 12d3657

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

static/css/transformation.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ input[type="submit"]:hover:disabled {
206206
color: #bbb;
207207
}
208208

209-
input[type="button"], .uribuilder {
209+
input[type="button"], .uribuilder, button {
210210
background: rgb(82, 179, 217);
211211
padding: 2px 8px;
212212
text-decoration: none;
@@ -216,7 +216,7 @@ input[type="button"], .uribuilder {
216216
cursor: pointer;
217217
}
218218

219-
input[type="button"]:hover {
219+
input[type="button"]:hover, button {
220220
background-color: cadetblue;
221221
}
222222

templates/transformation/csv_upload.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h3>Data Upload</h3>
9999
</table>
100100
<hr>
101101
<div class="center">
102-
<input type="submit" value="Upload file" name="button_upload" id="id_button_upload" class="center">
102+
<button type="submit" value="Upload file" name="button_upload" id="id_button_upload" class="center">Upload file</button>
103103
</div>
104104

105105
</div>

0 commit comments

Comments
 (0)