1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-08 04:54:23 +00:00
TiddlyWiki5/core/ui/Manager/ItemSidebarColour.tid

19 lines
406 B
Plaintext
Raw Normal View History

2016-11-29 08:36:07 +00:00
title: $:/Manager/ItemSidebar/Colour
tags: $:/tags/Manager/ItemSidebar
caption: {{$:/language/Manager/Item/Colour}}
\define swatch-styles()
height: 1em;
background-color: $(colour)$
\end
\whitespace trim
2016-11-29 08:36:07 +00:00
<$vars colour={{!!color}}>
<p style=<<swatch-styles>>/>
</$vars>
<p>
<$edit-text field="color" tag="input" type="color"/>
&#32;/&#32;
<$edit-text field="color" tag="input" type="text" size="9"/>
2016-11-29 08:36:07 +00:00
</p>