From a21112225c22f49a1a4fe5f3a23e77179ba9d1df Mon Sep 17 00:00:00 2001 From: Matthieu Patout Date: Sat, 4 Sep 2021 11:54:38 +0200 Subject: [PATCH] =?UTF-8?q?On=20=C3=A9vite=20les=20d=C3=A9calages=20=C3=A0?= =?UTF-8?q?=20l'aide=20de=20box-shadow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webmail-pages/webmail.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/webmail-pages/webmail.css b/webmail-pages/webmail.css index 5e08a9f..96094d5 100644 --- a/webmail-pages/webmail.css +++ b/webmail-pages/webmail.css @@ -29,14 +29,13 @@ main article p { width:80%; margin-left:10%; margin-bottom:2%; -background:#FFFFFF; -border:dashed ; -border-color:#00419b; -border-width:2px;} +background:#FFFFFF; +box-shadow: inset 0 0 0 2px rgba(45,81,144); +} main article p:hover { -border-width:4px; -border-color:#5aa120;} +box-shadow: inset 0 0 0 6px rgba(45,81,144); +} main article p a img { width:96%;