From 6446792fe695ce9bd9579e7c98ab11d5bb294259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 31 Jul 2013 17:21:12 +0200 Subject: [PATCH] style: change background colour for launchers, to get the white icons (#3402) --- univcloud/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/univcloud/views.py b/univcloud/views.py index 0e31944..de7ce1c 100644 --- a/univcloud/views.py +++ b/univcloud/views.py @@ -53,7 +53,7 @@ class Homepage(TemplateView): 'app004': ('launcher', {'row': 1, 'col': 5, 'label': u'Demandes en ligne', 'picto': u'wcs', - 'background_color': '#ccff99', + 'background_color': '#3388cc', 'url': 'http://univcloud.au-quotidien.com'}), 'app005': ('help', {'row': 2, 'col': 3}), 'app006': ('feed', {'row': 2, 'col': 5, @@ -65,7 +65,7 @@ class Homepage(TemplateView): 'app008': ('launcher', {'row': 3, 'col': 3, 'label': u'UNPiDF', 'picto': u'unpidf', - 'background_color': '#cccc99', + 'background_color': '#11cc11', 'url': 'http://unpidf.univ-paris1.fr'}), }) profile.save()