suite harmonisation des couleurs
This commit is contained in:
parent
dc3fd536c0
commit
e1a677d9e0
3 changed files with 5 additions and 3 deletions
|
@ -48,7 +48,8 @@
|
|||
|
||||
.gamutable__input--rechercher:valid {
|
||||
background-color: #999999;
|
||||
color: #fff;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.gamutable__input--rechercher:-moz-placeholder-shown {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -42,7 +42,8 @@
|
|||
}
|
||||
.gamutable__input--rechercher:valid {
|
||||
background-color: rgb(153, 153, 153);
|
||||
color: #fff;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.gamutable__input--rechercher:placeholder-shown {
|
||||
background-color: transparent;
|
||||
|
|
Loading…
Add table
Reference in a new issue