Reprise du style de l'écran de connexion

This commit is contained in:
silvus
2013-04-22 22:58:07 +02:00
parent d3607de929
commit 9acfade829
4 changed files with 37 additions and 27 deletions

View File

@ -8,6 +8,16 @@ a, a:hover, a:visited {
color: #000;
}
.bouton {
background-color: #000;
color: #fff;
border: none;
}
.bouton:hover {
background-color: #040707;
color: #F1F1F1;
}
#main ul#links li a.current {
background-color: #000;
color: #fff;