From c1779c9b7fbd8ca8b85871d71fb963cd40471b82 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 20 Dec 2022 17:38:14 -0800 Subject: [PATCH] remove border around form buttons --- config.html | 2 +- css/form.css | 12 ++---------- login.html | 2 +- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/config.html b/config.html index df3b574..cb1f297 100644 --- a/config.html +++ b/config.html @@ -19,7 +19,7 @@ Resources
-
+
diff --git a/css/form.css b/css/form.css index 491479d..6156534 100644 --- a/css/form.css +++ b/css/form.css @@ -3,16 +3,8 @@ justify-content: center; } -form > :first-child { - border: solid white 1px; - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -form > :last-child { - border: solid white 1px; - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; +.fieldset-no-border { + border: none; } fieldset { diff --git a/login.html b/login.html index 714a718..30d88ee 100644 --- a/login.html +++ b/login.html @@ -20,7 +20,7 @@
-
+