From d52f5c200e74afb3ba783c5026e26e868c5c2a4d Mon Sep 17 00:00:00 2001 From: jacoblurie29 Date: Thu, 14 Sep 2023 18:38:16 -0500 Subject: [PATCH] Small button css change --- styles/ManageUsersTab.module.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styles/ManageUsersTab.module.css b/styles/ManageUsersTab.module.css index e717c13c..24bc8f40 100644 --- a/styles/ManageUsersTab.module.css +++ b/styles/ManageUsersTab.module.css @@ -18,6 +18,10 @@ transition: 0.2s; } +.manageUserSubmitButton:hover { + cursor: pointer; +} + .manageUserClearButton { border-radius: 10px; background-color: rgb(208, 208, 208); @@ -26,3 +30,7 @@ padding: 4px 10px; transition: 0.2s; } + +.manageUserClearButton { + cursor: pointer; +}