OSDN Git Service

t#31705:fix elements-tab-face
[pettanr/pettanr.git] / app / views / ground_colors / _element_face.html.erb
1 <div class="elements-tab-face-icon" style="color: #<%= format("%06x", elm.code ^ 0xffffff) -%>; background-color: #<%= format("%06x", elm.code) -%>; width: 48px; height: 48px; ">
2   <%= format("%06x", elm.code) %>
3 </div>
4 <span class="elements-tab-face-caption"><%= h(truncate(elm.caption, :length => 15)) -%>
5 </span>
6 <div class="elements-tab-face-end">
7 </div>