If you need to set your form's placeholder colors, enter this snippet into Admin > Custom CSS.
::-webkit-input-placeholder {
color: gray;
}
::-moz-placeholder {
color: gray;
}
:-ms-input-placeholder {
color: gray;
}
Updated
If you need to set your form's placeholder colors, enter this snippet into Admin > Custom CSS.
::-webkit-input-placeholder {
color: gray;
}
::-moz-placeholder {
color: gray;
}
:-ms-input-placeholder {
color: gray;
}
Updated
<%= block.description %>
<% } %>empty
<% } %> <% var labels = "a_label".split(',').map(function(label) { return label.trim(); }).filter(function(label) { return label; }); %> <% var articlesWithLabels = articles.filter(function(article) { return Util.intersection(article['label_names'], labels).length; }) %> <% if (articlesWithLabels.length) { %>
Comments
0 comments
Please sign in to leave a comment.