highlight currently selected app, somehow

This commit is contained in:
Frédéric Péters 2015-03-13 10:19:25 +01:00
parent a373a0c292
commit 281724e8cc
1 changed files with 9 additions and 0 deletions

View File

@ -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;
}