From 176556fec2bf49292220a4e878b807de50c2070b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20PENHO=C3=8BT?= Date: Tue, 22 Sep 2020 16:20:00 +0200 Subject: [PATCH] Debug partiel CSS webkit pour autocomplete des input --- front/public/themes/wikilerni/css/style.css | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/front/public/themes/wikilerni/css/style.css b/front/public/themes/wikilerni/css/style.css index c036748..b7bca72 100644 --- a/front/public/themes/wikilerni/css/style.css +++ b/front/public/themes/wikilerni/css/style.css @@ -119,7 +119,7 @@ text-align: center; header img { width:auto; -height:50px; +height:45px; margin-left:5px } header ul, footer ul @@ -141,7 +141,7 @@ width:75%; } header ul li { -font-size: 1em; +font-size: 0.9em; float:right; line-height:1.5em; } @@ -314,11 +314,18 @@ border-top: 1px solid rgba(255,255,255,0.5); box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); background-color: rgba(255, 255, 255, 0.25); } +/* Debug chrome */ ::placeholder { color:#c6b4cb; } - +input:-webkit-autofill, +input:-webkit-autofill:hover, +input:-webkit-autofill:focus +{ +-webkit-box-shadow: 0 0 0 1000px #8c599c inset !important; +-webkit-text-fill-color: white !important; +} ul.checkbox_li { list-style-type: none; @@ -469,7 +476,7 @@ font-size:1em; header ul { margin: 10px 0; - width:85%; + width:80%; } header, footer { @@ -617,7 +624,6 @@ font-size:1em; { margin:1em 10%; } - /* Contenus textuels, paragraphes, etc. */ .framed {