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
17 lines (17 loc) · 687 Bytes
/
Copy pathaccent.html
File metadata and controls
17 lines (17 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div id="menu-content-bookmarks-accent" class="menu-content-item">
<div class="menu-item-header">
<h1 class="menu-item-header-text">Accent override</h1>
</div>
<div class="menu-item-form">
<div class="form-wrap">
<button class="control-link-accent-clear button button-line" tabindex="-1">Remove all override colours</button>
</div>
<hr>
<div class="form-wrap">
<button class="control-link-accent-set button button-line" tabindex="-1">Add override colours</button>
</div>
<div class="form-helper">
<p class="control-link-accent-set-helper form-helper-item">Adds a unique override colour to each Bookmark.</p>
</div>
</div>
</div>