harmonisation de la couleur par defaut de l'input avec les tags des select

This commit is contained in:
Christophe 2022-04-15 10:47:17 +02:00
parent e90684cfe6
commit dc3fd536c0
3 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@
}
.gamutable__input--rechercher:valid {
background-color: #72878f;
background-color: #999999;
color: #fff;
}

File diff suppressed because one or more lines are too long

View file

@ -41,7 +41,7 @@
padding: 0.25rem 1rem;
}
.gamutable__input--rechercher:valid {
background-color: rgb(114, 135, 143);
background-color: rgb(153, 153, 153);
color: #fff;
}
.gamutable__input--rechercher:placeholder-shown {