Skip to content

Commit 39e0bfe

Browse files
committed
force icons to greyscale
1 parent cf2cb64 commit 39e0bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webadmin/templates/menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2>Menu:</h2>
5353
{% for menuitem in menudata %}
5454
<div class="col-12 col-sm-6 col-md-4 g-3 mb-2">
5555
<div class="card text-center h-100" id="card_{{ menuitem.name }}">
56-
<img src="/api/icons/{{ menuitem.icon }}" class="card-img-top mx-auto p-3" style="max-width: 200px">
56+
<img src="/api/icons/{{ menuitem.icon }}" class="card-img-top mx-auto p-3" style="max-width: 200px; filter:grayscale(1); -webkit-filter:grayscale(1);">
5757
<div class="card-body">
5858
<h5 class="card-title">{{ menuitem.text }}</h5>
5959
<p class="card-text">{{ menuitem.description }}</p>

0 commit comments

Comments
 (0)