forked from zombieFox/nightTab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnames.html
More file actions
25 lines (25 loc) · 1.22 KB
/
Copy pathnames.html
File metadata and controls
25 lines (25 loc) · 1.22 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
<div id="menu-content-groups-names" class="menu-content-item">
<div class="menu-item-header">
<h1 class="menu-item-header-text">Names</h1>
</div>
<div class="menu-item-form">
<div class="form-wrap">
<div class="form-inline">
<button class="control-group-name-show button button-line" tabindex="-1">Show all</button>
<button class="control-group-name-hide button button-line" tabindex="-1">Hide all</button>
</div>
</div>
<div class="form-helper">
<p class="control-group-name-helper form-helper-item">Group Names can also be changed by editing individual Groups.</p>
</div>
<hr>
<div class="form-wrap">
<label for="control-group-name-size-range">Size</label>
<div class="form-group form-group-block">
<input id="control-group-name-size-range" class="control-group-name-size-range mr-3" type="range" value="0" tabindex="-1">
<input class="control-group-name-size-number form-group-item-medium form-group-radius-left" type="number" value="0" tabindex="-1">
<button class="control-group-name-size-default button button-line" tabindex="-1" title="Reset to default"><span class="icon-replay"></span></button>
</div>
</div>
</div>
</div>