From 281724e8cc48017b1c6abb1c7f259d1301add97e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 13 Mar 2015 10:19:25 +0100 Subject: [PATCH] highlight currently selected app, somehow --- static/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/style.css b/static/style.css index 43ce3d2..ab5ce2e 100644 --- a/static/style.css +++ b/static/style.css @@ -740,3 +740,12 @@ div#registration input[type="submit"] { width: 30em; margin: 0 auto; } + + +/* highlight currently selected app, somehow */ +.page-index #nav .link-accueil a, +.wcs #nav .link-demarches a, +.authentic2 #nav .link-profil a { + color: black; + border-bottom: 1px solid #666; +}