mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Added buttons to colour menu
Added buttons to add, remove, zoom in and zoom out. Also implemented palette zooming
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user