From 7d6dc06f4a8fe8096a8a4bbf309eaca070be9b99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 7 Jan 2015 17:26:10 +0100 Subject: [PATCH] update top links hover color --- idp/static/themes/django-montpellier/style.css | 6 +++--- portail-citoyen/static/themes/django-montpellier/style.css | 6 +++--- wcs/montpellier2/wcs.css | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/idp/static/themes/django-montpellier/style.css b/idp/static/themes/django-montpellier/style.css index 7a5d5b7..2bbbec1 100644 --- a/idp/static/themes/django-montpellier/style.css +++ b/idp/static/themes/django-montpellier/style.css @@ -531,8 +531,8 @@ table.announces tbody th { } #menu li:hover { - background-color: #f4bc03; - border-color: #f4bc03; + background-color: #95c11f; + border-color: #95c11f; } #menu li:hover a { @@ -588,7 +588,7 @@ table.announces tbody th { } #menu li ul li:hover { - background: #f4bc03; + background: #95c11f; opacity: 1.0; } diff --git a/portail-citoyen/static/themes/django-montpellier/style.css b/portail-citoyen/static/themes/django-montpellier/style.css index 0f06ae3..7272759 100644 --- a/portail-citoyen/static/themes/django-montpellier/style.css +++ b/portail-citoyen/static/themes/django-montpellier/style.css @@ -518,8 +518,8 @@ table.announces tbody th { } #menu li:hover { - background-color: #f4bc03; - border-color: #f4bc03; + background-color: #95c11f; + border-color: #95c11f; } #menu li:hover a { @@ -575,7 +575,7 @@ table.announces tbody th { } #menu li ul li:hover { - background: #f4bc03; + background: #95c11f; opacity: 1.0; } diff --git a/wcs/montpellier2/wcs.css b/wcs/montpellier2/wcs.css index 2bd7f53..6e92fe5 100644 --- a/wcs/montpellier2/wcs.css +++ b/wcs/montpellier2/wcs.css @@ -909,8 +909,8 @@ div#links ul li:first-child { } div#links ul li:hover { - background: #f4bc03; - border-color: #f4bc03; + background: #95c11f; + border-color: #95c11f; } div.TableWidget input {