File tree Expand file tree Collapse file tree 3 files changed +2215
-2206
lines changed
Expand file tree Collapse file tree 3 files changed +2215
-2206
lines changed Original file line number Diff line number Diff line change @@ -695,6 +695,10 @@ input[type=text] {
695695}
696696
697697.stxt {
698+ margin-top : 6px !important ;
699+ }
700+
701+ .qltxt {
698702 width : 50px !important ;
699703}
700704
@@ -787,7 +791,7 @@ input[type=number]::-webkit-outer-spin-button {
787791
788792.cnf-s {
789793 position : absolute;
790- top : 173 px ;
794+ top : 223 px ;
791795 right : 23px ;
792796 padding : 7px 22px ;
793797}
@@ -804,7 +808,7 @@ input[type=number]::-webkit-outer-spin-button {
804808
805809.half {
806810 padding : 7.5px ;
807- top : 64 px ;
811+ top : 113 px ;
808812}
809813
810814.del {
Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ function populateSegments(s)
583583 </div>
584584 <i class="icons e-icon flr ${ expanded [ i ] ? "exp" :"" } " id="sege${ i } " onclick="expand(${ i } )"></i>
585585 <div class="segin ${ expanded [ i ] ? "expanded" :"" } " id="seg${ i } ">
586- <input type="text" class="ptxt noslide" id="seg${ i } t" autocomplete="off" maxlength=32 value="${ inst . n ?inst . n :"" } " placeholder="Enter name..."/>
586+ <input type="text" class="ptxt stxt noslide" id="seg${ i } t" autocomplete="off" maxlength=32 value="${ inst . n ?inst . n :"" } " placeholder="Enter name..."/>
587587 <div class="sbs">
588588 <i class="icons e-icon pwr ${ powered [ i ] ? "act" :"" } " id="seg${ i } pwr" onclick="setSegPwr(${ i } )"></i>
589589 <div class="sliderwrap il sws">
@@ -1262,6 +1262,7 @@ function makeSeg() {
12621262 </div>
12631263 <br>
12641264 <div class="segin expanded">
1265+ <input type="text" class="ptxt stxt noslide" id="seg${ lowestUnused } t" autocomplete="off" maxlength=32 value="" placeholder="Enter name..."/>
12651266 <table class="segt">
12661267 <tr>
12671268 <td class="segtd">Start LED</td>
@@ -1406,7 +1407,7 @@ function makeP(i,pl) {
14061407
14071408 return `
14081409 <input type="text" class="ptxt noslide" id="p${ i } txt" autocomplete="off" maxlength=32 value="${ ( i > 0 ) ?pName ( i ) :"" } " placeholder="Enter name..."/><br>
1409- <div class="c">Quick load label: <input type="text" class="stxt noslide" maxlength=2 value="${ qlName ( i ) } " id="p${ i } ql" autocomplete="off"/></div>
1410+ <div class="c">Quick load label: <input type="text" class="qltxt noslide" maxlength=2 value="${ qlName ( i ) } " id="p${ i } ql" autocomplete="off"/></div>
14101411 <div class="h">(leave empty for no Quick load button)</div>
14111412 <div ${ pl && i == 0 ?"style='display:none'" :"" } >
14121413 <label class="check revchkl">
You can’t perform that action at this time.
0 commit comments