span->label. Hide label in CSS.
This commit is contained in:
parent
d03ed4b862
commit
5c9014cfd2
@ -1280,6 +1280,9 @@ input#qr-filename:not(.edit) {
|
||||
#file-n-submit.add-cooldown {
|
||||
height: 43px;
|
||||
}
|
||||
#file-n-submit:not(.add-cooldown) #add-cooldown-label {
|
||||
display: none;
|
||||
}
|
||||
#qr input[type="file"] {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
<input type=checkbox id=qr-file-spoiler title='Spoiler image'>
|
||||
</label>
|
||||
<input type=submit>
|
||||
#{if parseInt(Conf['additionalCooldown']) > 0 then '<span><input type=checkbox data-name=addCooldown title="Add Custom Cooldown">Enable Custom Cooldown</span>' else ''}
|
||||
<label id="add-cooldown-label"><input type=checkbox data-name=addCooldown title="Add Custom Cooldown">Enable Custom Cooldown</label>
|
||||
</div>
|
||||
<input type=file multiple>
|
||||
</form>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user