improve search page checkbox usability
Disable text selection and make the entire area clickable, including whitespace
This commit is contained in:
parent
a31ee0a0e9
commit
f6d3f739a8
@ -19,14 +19,18 @@
|
|||||||
<p style="margin-bottom: 0;">Search your installed dictionaries by entering a Japanese expression into the field below.</p>
|
<p style="margin-bottom: 0;">Search your installed dictionaries by entering a Japanese expression into the field below.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="input-group" style="padding-top: 10px; font-size: 20px;">
|
<div class="input-group" style="padding-top: 10px; font-size: 20px; user-select: none;">
|
||||||
<span title="Enable kana input method" class="input-group-text">
|
<span title="Enable kana input method" class="input-group-text">
|
||||||
<label for="wanakana-enable">あ</label>
|
<label>
|
||||||
<input type="checkbox" id="wanakana-enable" />
|
あ
|
||||||
|
<input type="checkbox" id="wanakana-enable" />
|
||||||
|
</label>
|
||||||
</span>
|
</span>
|
||||||
<span title="Enable clipboard monitor" class="input-group-text">
|
<span title="Enable clipboard monitor" class="input-group-text">
|
||||||
<label for="clipboard-monitor-enable"><span class="glyphicon glyphicon-paste"></span></label>
|
<label>
|
||||||
<input type="checkbox" id="clipboard-monitor-enable" />
|
<span class="glyphicon glyphicon-paste"></span>
|
||||||
|
<input type="checkbox" id="clipboard-monitor-enable" />
|
||||||
|
</label>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user