Sha256: 87c6fea6ab6fb3b1b1c88691f3f6e1acf92ab961b30865f4f131d6dc24db2912

Contents?: true

Size: 442 Bytes

Versions: 4

Compression:

Stored size: 442 Bytes

Contents

<table class="cytoTable">
	<tr><td class='headercell' colspan=2><h3>Color Palette</h3></td></tr>
	<% ['Background','Text','Accent'].each do |color| %>
		<tr>
			<td class='labelcell'><%=color%> Color:</td>
			<td><input type="colorpicker" name="colors_<%=color.downcase%>" class="cytoColorPicker" /></td>
		</tr>
	<% end %>
</table>

<script type="text/javascript">
(function($){
	$.Cytoplasm("ready",function(){
		
	});
})(jQuery);
</script>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cytoplasm-0.2.2 app/views/cytoplasm/settings/_colors.html.erb
cytoplasm-0.2.1 app/views/cytoplasm/settings/_colors.html.erb
cytoplasm-0.2.0 app/views/cytoplasm/settings/_colors.html.erb
cytoplasm-0.1.9 app/views/cytoplasm/settings/_colors.html.erb