Skip to content

Commit

Permalink
Add cyan color to label and scalebar dropdown menus
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdornier committed Sep 20, 2023
1 parent b15ee0a commit de9f97d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/templates/labels_form_inner_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@
<li><a href="#">
<span data-color="FF00FF" style="background-color:#f0f">&nbsp &nbsp &nbsp</span>&nbsp Magenta
</a></li>
<li><a href="#">
<span data-color="00FFFF" style="background-color:#0ff">&nbsp &nbsp &nbsp</span>&nbsp Cyan
</a></li>
<li class="divider"></li>
<li><a data-color="colorpicker" data-oldcolor="<%= l.color %>" href="#">
<span class="colorpickerOption">&nbsp &nbsp &nbsp</span>&nbsp More Colors...
Expand Down
3 changes: 3 additions & 0 deletions src/templates/scalebar_form_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
<li><a href="#">
<span data-color="FF00FF" style="background-color:#f0f">&nbsp &nbsp &nbsp</span>&nbsp Magenta
</a></li>
<li><a href="#">
<span data-color="00FFFF" style="background-color:#0ff">&nbsp &nbsp &nbsp</span>&nbsp Cyan
</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit de9f97d

Please sign in to comment.