Skip to content

Commit 3750c76

Browse files
author
Stephen Cook
committed
Fixed hover issue over upload button
1 parent 2222b3d commit 3750c76

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

build/editor.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,11 +425,19 @@ li.active a {
425425
margin-top: 0px;
426426
}
427427

428+
#upload-script{
429+
padding: 0;
430+
}
431+
428432

429433
.uploadbtn {
430-
display: block;
431-
position: relative;
434+
/*display: block;*/
435+
/*position: relative;*/
432436
font-weight: normal;
437+
438+
cursor: pointer; cursor: hand;
439+
padding: 15px;
440+
height: 100%;
433441
}
434442

435443
.uploadbtn input {

build/editor.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ <h2 id="ide-subtitle">Bitcoin Script for dummies.</h2>
6060
<ul class="nav navbar-nav">
6161
<li class="">
6262
<a id="upload-script" href="#">
63-
<!-- Upload Script
64-
<input type="file" id="upload-input" style=""> -->
6563
<label class="uploadbtn">
6664
Upload Script
6765
<input type="file" id="upload-input" required></input>

0 commit comments

Comments
 (0)