From b0acf269b0102e318b5ac62752aa1455cb73290f Mon Sep 17 00:00:00 2001 From: Miraty Date: Wed, 13 Feb 2019 19:27:34 +0100 Subject: [PATCH] =?UTF-8?q?placeholder=20color=C3=A9=20correctement=20dans?= =?UTF-8?q?=20Webkit=20&=20Blink?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.less | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/style.less b/style.less index 668cfc0..4c419e0 100755 --- a/style.less +++ b/style.less @@ -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 {