Skip to content

Commit 97a450c

Browse files
committed
[chores:ui] Switched apply filters button to standard styling
(cherry picked from commit f54b438)
1 parent 5185dc2 commit 97a450c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openwisp_utils/admin_theme/templates/admin/change_list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h3 id="changelist-filter-clear">
6666
</h3>
6767
{% endif %}
6868
{% if cl.filter_specs|length > 4 %}
69-
<button id="ow-apply-filter" class="danger-btn">Apply Filters</button>
69+
<button id="ow-apply-filter" class="button">Apply Filters</button>
7070
{% endif %}
7171
</div>
7272
</div>
@@ -109,5 +109,5 @@ <h3 id="changelist-filter-clear">
109109
</div>
110110
</div>
111111
</div>
112-
112+
113113
{% endblock %}

0 commit comments

Comments
 (0)