From dd58b4fd39c2677629e074bd7b68c13a5dd00413 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 7 May 2019 15:36:20 -0700 Subject: [PATCH] apps: Fix showing apps background twice Signed-off-by: Sunil Mohan Adapa --- plinth/templates/cards.html | 4 ++-- static/themes/default/css/plinth.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plinth/templates/cards.html b/plinth/templates/cards.html index 14f93345e..8b1b41be4 100644 --- a/plinth/templates/cards.html +++ b/plinth/templates/cards.html @@ -32,7 +32,7 @@
-
+
{% for item in submenu.sorted_items %} {% if not show_secondary or not item.secondary %}
@@ -58,7 +58,7 @@
{% trans "Disabled" %}
-
+
{% for item in submenu.sorted_items %} {% if item.secondary %}
diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index 65ce9bf66..c888c0ed1 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -409,7 +409,7 @@ a.menu_link_active { background-image: url('../img/freedombox-logo-background.svg'); } -.apps-page .card-list:before { +.apps-page .card-list-primary:before { background-image: url('../img/apps-background.svg'); }