File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments