mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Make the "Turn On/Off" text a label for the slider.
So that you can click on the text as well as the slider.
This commit is contained in:
parent
fac361c4a1
commit
74d3895ee9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
<p></p>
|
<p></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="b button">
|
<div class="b button">
|
||||||
<label id="toggle">Turn On</label>
|
<label id="toggle" for="enabled">Turn On</label>
|
||||||
<label class="switch">
|
<label class="switch">
|
||||||
<input id="enabled" type="checkbox" checked/>
|
<input id="enabled" type="checkbox" checked/>
|
||||||
<span class="slider round"></span>
|
<span class="slider round"></span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue