From d7468fc363b5d028db84373d4abfa6d7d19bacb9 Mon Sep 17 00:00:00 2001 From: polo Date: Mon, 11 Aug 2025 06:25:39 +0200 Subject: =?UTF-8?q?nouveau=20routeur!=20et=20contr=C3=B4leurs=20et=20vues?= =?UTF-8?q?=20pour=20la=20connexion=20et=20la=20gestion=20du=20compte,=20d?= =?UTF-8?q?=C3=A9but=20d'utilisation=20de=20Request=20et=20Response?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/form.css | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'public/css/form.css') diff --git a/public/css/form.css b/public/css/form.css index 84c73ac..5bfa768 100644 --- a/public/css/form.css +++ b/public/css/form.css @@ -14,20 +14,6 @@ .form .full_width_column{ grid-column: 1 / span 2; } -.form_inputs input[type=submit] -{ - color: #ff1d04; - font-size: medium; - border-radius: 4px; - background-color: white; - border: lightgrey 2px outset; -} -.form_inputs input[type=submit]:hover -{ - background-color: yellow; - border-radius: 4px; - cursor: pointer; -} .no_recipient_warning{ color: red; -- cgit v1.2.3