|
|
@@ -15,6 +15,7 @@
|
|
|
<img type="button" class="add-note-pink-button" src="/extension/ui/resources/button_note_pink.png">
|
|
|
<img type="button" class="add-note-blue-button" src="/extension/ui/resources/button_note_blue.png">
|
|
|
<img type="button" class="add-note-green-button" src="/extension/ui/resources/button_note_green.png">
|
|
|
+ <img type="button" class="toggle-notes-button" src="/extension/ui/resources/button_note_visible.png">
|
|
|
<div class="separator"></div>
|
|
|
</div>
|
|
|
<div class="buttons">
|
|
|
@@ -26,14 +27,13 @@
|
|
|
src="/extension/ui/resources/button_highlighter_blue.png">
|
|
|
<img type="button" class="highlight-button highlight-green-button highlight-disabled"
|
|
|
src="/extension/ui/resources/button_highlighter_green.png">
|
|
|
- <div class="separator"></div>
|
|
|
- </div>
|
|
|
- <div class="buttons">
|
|
|
- <img type="button" class="toggle-notes-button" src="/extension/ui/resources/button_note_visible.png">
|
|
|
<img type="button" class="toggle-highlights-button"
|
|
|
src="/extension/ui/resources/button_highlighter_visible.png">
|
|
|
<img type="button" class="remove-highlight-button remove-highlight-disabled"
|
|
|
src="/extension/ui/resources/button_highlighter_delete.png">
|
|
|
+ <div class="separator"></div>
|
|
|
+ </div>
|
|
|
+ <div class="buttons">
|
|
|
<img type="button" class="edit-page-button edit-disabled"
|
|
|
src="/extension/ui/resources/button_note_edit.png">
|
|
|
<div class="separator"></div>
|