|
|
@@ -40,8 +40,8 @@
|
|
|
<div class="separator"></div>
|
|
|
</div>
|
|
|
<div class="buttons">
|
|
|
- <img type="button" class="edit-page-button edit-disabled" src="/src/extension/ui/resources/button_note_edit.png"
|
|
|
- draggable="false">
|
|
|
+ <img type="button" class="edit-page-button edit-disabled"
|
|
|
+ src="/src/extension/ui/resources/button_note_edit.png" draggable="false">
|
|
|
<img type="button" class="format-page-button format-disabled"
|
|
|
src="/src/extension/ui/resources/button_note_format.png" draggable="false">
|
|
|
<div class="separator"></div>
|
|
|
@@ -53,8 +53,8 @@
|
|
|
src="/src/extension/ui/resources/button_cut_outer.png" draggable="false">
|
|
|
<img type="button" class="undo-cut-page-button" src="/src/extension/ui/resources/button_undo_cut.png"
|
|
|
draggable="false">
|
|
|
- <img type="button" class="undo-all-cut-page-button" src="/src/extension/ui/resources/button_undo_all_cut.png"
|
|
|
- draggable="false">
|
|
|
+ <img type="button" class="undo-all-cut-page-button"
|
|
|
+ src="/src/extension/ui/resources/button_undo_all_cut.png" draggable="false">
|
|
|
<img type="button" class="redo-cut-page-button" src="/src/extension/ui/resources/button_redo_cut.png"
|
|
|
draggable="false">
|
|
|
<div class="separator"></div>
|