add switches
This commit is contained in:
parent
be5c885ebc
commit
09caab1e59
3 changed files with 132 additions and 16 deletions
39
popup.html
39
popup.html
|
@ -22,23 +22,32 @@
|
|||
</div>
|
||||
|
||||
<div id="settings-area">
|
||||
<label class="switch">
|
||||
<input type="checkbox">
|
||||
<span class="slider round"></span>
|
||||
test 1
|
||||
</label>
|
||||
<div class="setting" id="setting-global">
|
||||
<label class="switch">
|
||||
<input type="checkbox">
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
|
||||
<label class="switch">
|
||||
<input type="checkbox">
|
||||
<span class="slider round"></span>
|
||||
test 2
|
||||
</label>
|
||||
<span class="description">Enable Furikani</span>
|
||||
</div>
|
||||
|
||||
<div class="setting" id="setting-vocabulary">
|
||||
<label class="switch">
|
||||
<input type="checkbox">
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
|
||||
<label class="switch">
|
||||
<input type="checkbox">
|
||||
<span class="slider round"></span>
|
||||
test 3
|
||||
</label>
|
||||
<span class="description">Use Vocabulary List</span>
|
||||
</div>
|
||||
|
||||
<div class="setting" id="setting-kanji">
|
||||
<label class="switch">
|
||||
<input type="checkbox">
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
|
||||
<span class="description">Use Kanji List</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue