diff --git a/plinth/templates/cards.html b/plinth/templates/cards.html index b49a984c9..9180d3425 100644 --- a/plinth/templates/cards.html +++ b/plinth/templates/cards.html @@ -42,7 +42,7 @@ {% if 'fa-' in item.icon %} {% else %} - + {% endif %}
{{ item.short_description}}
@@ -68,7 +68,7 @@ {% if 'fa-' in item.icon %} {% else %} - + {% endif %}
{{ item.short_description}}
diff --git a/plinth/templates/index.html b/plinth/templates/index.html index 683f8af54..3fb1a5111 100644 --- a/plinth/templates/index.html +++ b/plinth/templates/index.html @@ -83,7 +83,7 @@ {% if "custom" in shortcut.icon %} {% else %} - + {% endif %}
diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index fdc9a2c95..8b9f12a04 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -290,12 +290,12 @@ footer { /* Enabled app icons */ .apps-page .card-list-primary .card-icon img { - transition: filter 0.3s; - filter: contrast(0.2) sepia(1) hue-rotate(171deg) contrast(2); + transition: filter 0.3s; + filter: contrast(0.2) sepia(1) hue-rotate(171deg) contrast(2); } .apps-page .card-list-primary .card:hover .card-icon img { - filter: none; + filter: none; } /* Disabled app icons */ @@ -378,7 +378,7 @@ a.menu_link_active { /* Enable apps - green glow */ .card-list-primary .card-icon { - background: radial-gradient(farthest-side at bottom,#eefff0, white); + background: radial-gradient(farthest-side at bottom, #eefff0, white); background-position: 50% 100%; background-repeat: no-repeat; background-size: 150% 25%; @@ -386,12 +386,17 @@ a.menu_link_active { /* Disabled apps - grey glow */ .card-list-secondary .card-icon { - background: radial-gradient(farthest-side at bottom,#f0f0f0, white); + background: radial-gradient(farthest-side at bottom, #f0f0f0, white); background-position: 50% 100%; background-repeat: no-repeat; background-size: 150% 25%; } +.card-icon img { + width: 128px; + height: 128px; +} + .card-icon span { width: 100px; height: 100px;