2014-03-26 10:41:45 +04:00
|
|
|
<div class="toolbox-container palettes-list-container">
|
2014-08-30 20:39:54 +04:00
|
|
|
<h3 class="toolbox-title palettes-title"
|
|
|
|
style="overflow: hidden;height: 36px;box-sizing: border-box;border-bottom: 1px solid #444;">
|
|
|
|
<span style="line-height:20px ">Palettes</span>
|
|
|
|
<div
|
|
|
|
class="button button-primary create-palette-button"
|
|
|
|
title="Create new palette"
|
|
|
|
rel="tooltip"
|
|
|
|
data-placement="top"
|
|
|
|
style="width:20px; height:20px; float:right; font-size:1.1em">+</div>
|
2014-03-26 10:41:45 +04:00
|
|
|
</h3>
|
2014-08-30 20:39:54 +04:00
|
|
|
<div
|
|
|
|
class="palettes-actions"
|
|
|
|
style="background-color:#3f3f3f; border-bottom:#222; height:24px; padding:0 3px;">
|
|
|
|
<select class="palettes-list-select" style="margin:3px 0;"></select>
|
|
|
|
</div>
|
2014-03-30 04:10:00 +04:00
|
|
|
<div class="palettes-list-colors"></div>
|
2014-05-07 02:43:28 +04:00
|
|
|
<script type="text/template" id="palette-color-template">
|
|
|
|
<div class="palettes-list-color" data-color="{{color}}" title="{{color}}">
|
|
|
|
<div data-color="{{color}}" style="background:{{color}}"></div>
|
|
|
|
</div>
|
|
|
|
</script>
|
2014-03-26 10:41:45 +04:00
|
|
|
</div>
|
2014-03-30 04:10:00 +04:00
|
|
|
|
|
|
|
|