forked from zombieFox/nightTab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccent.html
More file actions
50 lines (50 loc) · 3.38 KB
/
Copy pathaccent.html
File metadata and controls
50 lines (50 loc) · 3.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<div id="menu-content-theme-accent" class="menu-content-item">
<div class="menu-item-header">
<h1 class="menu-item-header-text">Accent</h1>
</div>
<div class="menu-item-form">
<div class="form-wrap">
<label for="control-theme-accent-rgb-color">Colour</label>
<div class="form-group form-group-block">
<input id="control-theme-accent-rgb-color" class="form-group-item-half control-theme-accent-rgb-color" type="color" value="#000000" tabindex="1" autocomplete="off">
<input id="control-theme-accent-rgb-text" class="form-group-item-half control-theme-accent-rgb-text" type="text" placeholder="Hex code" value="#000000" tabindex="1" maxlength="7" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false">
<button class="control-theme-accent-rgb-default button" tabindex="-1" title="Reset to default"><span class="icon-replay"></span></button>
</div>
</div>
<div class="form-helper">
<p class="control-theme-style-light-helper form-helper-item">Accent Colour can also be changed from the Header Area.</p>
</div>
<hr>
<div class="form-wrap">
<input id="control-theme-accent-random-active" class="control-theme-accent-random-active" type="checkbox" tabindex="-1">
<label for="control-theme-accent-random-active"><span class="label-icon"></span> Random Accent colour on load/refresh</label>
</div>
<div class="form-wrap">
<div class="form-indent">
<div class="form-wrap">
<input id="control-theme-accent-random-style-any" class="control-theme-accent-random-style-any" type="radio" name="control-theme-accent-random-style" value="any" tabindex="-1">
<label for="control-theme-accent-random-style-any"><span class="label-icon"></span> Any colour</label>
</div>
<div class="form-wrap">
<input id="control-theme-accent-random-style-light" class="control-theme-accent-random-style-light" type="radio" name="control-theme-accent-random-style" value="light" tabindex="-1">
<label for="control-theme-accent-random-style-light"><span class="label-icon"></span> Light colours</label>
</div>
<div class="form-wrap">
<input id="control-theme-accent-random-style-dark" class="control-theme-accent-random-style-dark" type="radio" name="control-theme-accent-random-style" value="dark" tabindex="-1">
<label for="control-theme-accent-random-style-dark"><span class="label-icon"></span> Dark colours</label>
</div>
<div class="form-wrap">
<input id="control-theme-accent-random-style-pastel" class="control-theme-accent-random-style-pastel" type="radio" name="control-theme-accent-random-style" value="pastel" tabindex="-1">
<label for="control-theme-accent-random-style-pastel"><span class="label-icon"></span> Pastel colours</label>
</div>
<div class="form-wrap">
<input id="control-theme-accent-random-style-saturated" class="control-theme-accent-random-style-saturated" type="radio" name="control-theme-accent-random-style" value="saturated" tabindex="-1">
<label for="control-theme-accent-random-style-saturated"><span class="label-icon"></span> Saturated colours</label>
</div>
<div class="form-wrap">
<button class="control-theme-accent-randomise button" tabindex="-1">Randomise now</button>
</div>
</div>
</div>
</div>
</div>