harmonisation de la couleur par defaut de l'input avec les tags des select
This commit is contained in:
parent
e90684cfe6
commit
dc3fd536c0
3 changed files with 3 additions and 3 deletions
|
@ -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
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue