mirror of https://github.com/zulip/zulip.git
settings: Move "High contrast mode" later.
Night mode should be the top item here.
This commit is contained in:
parent
659b533126
commit
16162b75b8
|
@ -17,17 +17,6 @@
|
||||||
|
|
||||||
<h3>{{t "Display settings" }}</h3>
|
<h3>{{t "Display settings" }}</h3>
|
||||||
|
|
||||||
<div class="input-group">
|
|
||||||
<label class="checkbox">
|
|
||||||
<input type="checkbox" name="high_contrast_mode" id="high_contrast_mode"
|
|
||||||
{{#if page_params.high_contrast_mode}}
|
|
||||||
checked="checked"
|
|
||||||
{{/if}} />
|
|
||||||
<span></span>
|
|
||||||
</label>
|
|
||||||
<label for="high_contrast_mode" class="inline-block">{{t "High contrast mode" }}</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input type="checkbox" name="night_mode" id="night_mode"
|
<input type="checkbox" name="night_mode" id="night_mode"
|
||||||
|
@ -39,6 +28,17 @@
|
||||||
<label for="night_mode" class="inline-block">{{t "Night mode (experimental)" }}</label>
|
<label for="night_mode" class="inline-block">{{t "Night mode (experimental)" }}</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="input-group">
|
||||||
|
<label class="checkbox">
|
||||||
|
<input type="checkbox" name="high_contrast_mode" id="high_contrast_mode"
|
||||||
|
{{#if page_params.high_contrast_mode}}
|
||||||
|
checked="checked"
|
||||||
|
{{/if}} />
|
||||||
|
<span></span>
|
||||||
|
</label>
|
||||||
|
<label for="high_contrast_mode" class="inline-block">{{t "High contrast mode" }}</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input type="checkbox" name="left_side_userlist" id="left_side_userlist"
|
<input type="checkbox" name="left_side_userlist" id="left_side_userlist"
|
||||||
|
|
Loading…
Reference in New Issue