From 0fed60dc83db376ddb3f7c835894db29dfe51994 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 5 Feb 2024 17:50:51 -0500 Subject: Pagination; Disabled form when sending --- src/styles/GuestbookForm.css | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) (limited to 'src/styles') diff --git a/src/styles/GuestbookForm.css b/src/styles/GuestbookForm.css index 0ad343c..2dd3bbf 100644 --- a/src/styles/GuestbookForm.css +++ b/src/styles/GuestbookForm.css @@ -18,21 +18,12 @@ resize: none; } -.card form button { - padding: 10px; - border-radius: 5px; - border: none; - background-color: #609460; - color: white; - cursor: pointer; - transition: ease-in-out 0.2s; -} - -.card form button:hover { - background-color: #486e48; - transition: ease-in-out 0.2s; -} -.card form button:active { - background-color: #243824; +.card form input:disabled, +.card form textarea:disabled, +.card form button:disabled { + background: #5a5a5a; + border-color: #5a5a5a; + color: #c7c7c7; + cursor: not-allowed; } -- cgit v1.2.3