remove autofocus
This commit is contained in:
parent
c8d538fe4d
commit
41aa8cd17e
1 changed files with 2 additions and 2 deletions
|
@ -245,7 +245,7 @@
|
|||
.timeismoney h3.fancy {
|
||||
line-height: 0.5;
|
||||
}
|
||||
|
||||
|
||||
.timeholder {
|
||||
box-shadow: 0 0 0 0;
|
||||
}
|
||||
|
@ -445,7 +445,7 @@
|
|||
|
||||
<div class="timepicker">
|
||||
<!-- the this.value fuckery is to set the cursor to the end of the textbox -->
|
||||
<div><input type="number" value=0 class="notinyfonts" min=0 id="hourinput"> <h3 id="hourh3" class="notinyfonts">hours</h3> </div> <div><input type="number" class="notinyfonts" value=20 min=0 max=59 id="minuteinput" autofocus onfocus="this.value = this.value"> <h3 id="minute3" class="notinyfonts">minutes</h3></div>
|
||||
<div><input type="number" value=0 class="notinyfonts" min=0 id="hourinput"> <h3 id="hourh3" class="notinyfonts">hours</h3> </div> <div><input type="number" class="notinyfonts" value=20 min=0 max=59 id="minuteinput" onfocus="this.value = this.value"> <h3 id="minute3" class="notinyfonts">minutes</h3></div>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue