border-bottom: thin solid black;
font-size: smaller;
}
+
+td.patchlistfilters a {
+ color: black;
+}
+
table.patchlist td.patchlistreorder {
background: #c0c0ff;
border-top: thin solid gray;
{% for filter in filters.applied_filters %}
{{ filter.name }} = {{ filter.condition }}
{% if not filter.forced %}
- <a href="{{ filter.url_without_me }}"><img
- width="16" height="16" alt="remove filter" title="remove filter"
- src="{% static "images/16-circle-blue-remove.png" %}"></a>
+ <a href="{{ filter.url_without_me }}"> <span
+ class="glyphicon glyphicon-minus-sign" /></a>
{% endif %}
{% if not forloop.last %} | {% endif %}
{% endfor %}
{% else %}
- none
- <a href="javascript:filter_click()"><img
- width="16" height="16" alt="add filter" title="add filter"
- src="{% static "images/16-circle-blue-add.png" %}"></a>
+ none <a href="javascript:filter_click()"><span
+ class="glyphicon glyphicon-plus-sign"></span></a>
{% endif %}
</div>
<div id="filterform" style="padding-top: 1em; display: none">