From 90ac6d4d66029023615abff7109bb4d248a4519c Mon Sep 17 00:00:00 2001 From: abdoul aziz diallo <abdoul-aziz.diallo@etu.unistra.fr> Date: Wed, 15 Feb 2023 10:34:29 +0100 Subject: [PATCH] Delete web-kit --- assets/css/contact.css | 7 +++---- assets/css/styles.css | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/contact.css b/assets/css/contact.css index 95e08f0..c708698 100644 --- a/assets/css/contact.css +++ b/assets/css/contact.css @@ -29,6 +29,7 @@ p { form { width: 30rem; background-color: rgb(255, 255, 255); + backdrop-filter: blur(5px); padding: 1rem; border-radius: 6px; font-family: "Roboto", sans-serif; @@ -58,10 +59,8 @@ textarea { background-image: none; border: 1px solid #ccc; border-radius: 4px; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -webkit-transition: border-color ease-in-out 0.15s, + transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; @@ -76,7 +75,7 @@ textarea:focus { /* border-color: #66afe9; */ border-color: #66afe9; outline: 0; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); diff --git a/assets/css/styles.css b/assets/css/styles.css index 53945a2..cfa6458 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -8,6 +8,7 @@ section:first-child { section:first-child div { width: 900px; background-color: rgba(51, 47, 47, 0.8); + backdrop-filter: blur(5px); /* box-shadow: 2px 4px 8px rgb(68, 67, 67); */ border-radius: 10px; text-align: center; -- GitLab