aboutsummaryrefslogtreecommitdiff
path: root/src/styles/GuestbookForm.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/GuestbookForm.css')
-rw-r--r--src/styles/GuestbookForm.css23
1 files changed, 7 insertions, 16 deletions
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;
}