[TELE-1236] Liege : Make login button look right

This commit is contained in:
Daniel Muyshond 2022-02-09 15:00:25 +01:00
parent 8451ce48d9
commit 57b0acdc9a
2 changed files with 11 additions and 1 deletions

View File

@ -930,3 +930,13 @@ div.invisible {
}
}
}
// Fix login button
input[value="Connexion"]:hover {
box-shadow: none;
background: url("images/fleche_epaisse_droite.png") no-repeat top center transparent;
color: white;
background-color: #3a001d;
}

View File

@ -11,7 +11,7 @@
#Mot_de_passe,
#Carte_eID {
position: relative;
height: 250px;
height: 350px;
width: 45%;
background-color: #f2f2f2;
background: linear-gradient(to bottom, #f6f6f6, white);