Added buttons to colour menu

Added buttons to add, remove, zoom in and zoom out. Also implemented palette zooming
This commit is contained in:
Nicola
2022-10-24 12:11:40 +02:00
parent f31fd5b505
commit 3b83727c73
3 changed files with 70 additions and 13 deletions

View File

@@ -1,3 +1,18 @@
<span id="colors-menu-settings">
<button id="cm-add">
Add color
</button>
<button id="cm-remove">
Remove color
</button>
<button id="cm-zoomin">
Zoom in
</button>
<button id="cm-zoomout">
Zoom out
</button>
</span>
<ul id="colors-menu">
<li class="noshrink"><button title="Add Current Color To Palette" id="add-color-button">{{svg "./plus.svg" width="30" height="30"}}</button></li>
</ul>