suite harmonisation des couleurs

This commit is contained in:
Christophe 2022-04-15 12:44:11 +02:00
parent dc3fd536c0
commit e1a677d9e0
3 changed files with 5 additions and 3 deletions

View file

@ -48,7 +48,8 @@
.gamutable__input--rechercher:valid { .gamutable__input--rechercher:valid {
background-color: #999999; background-color: #999999;
color: #fff; color: #000;
font-weight: bold;
} }
.gamutable__input--rechercher:-moz-placeholder-shown { .gamutable__input--rechercher:-moz-placeholder-shown {

File diff suppressed because one or more lines are too long

View file

@ -42,7 +42,8 @@
} }
.gamutable__input--rechercher:valid { .gamutable__input--rechercher:valid {
background-color: rgb(153, 153, 153); background-color: rgb(153, 153, 153);
color: #fff; color: #000;
font-weight: bold;
} }
.gamutable__input--rechercher:placeholder-shown { .gamutable__input--rechercher:placeholder-shown {
background-color: transparent; background-color: transparent;