placeholder coloré correctement dans Webkit & Blink
This commit is contained in:
parent
2be8145a54
commit
b0acf269b0
1 changed files with 5 additions and 4 deletions
|
@ -136,10 +136,6 @@ label {
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
header {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: left;
|
||||
padding: 0px;
|
||||
|
@ -178,6 +174,11 @@ h1 {
|
|||
display: @afficherLogoParinux;
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
color: @texte;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
/* Infobulle */
|
||||
|
||||
.conteneurAide {
|
||||
|
|
Loading…
Reference in a new issue