From 2e575b58a9b3d5040130daedefd532d73c5117c4 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Mon, 12 Dec 2022 03:51:10 -0800 Subject: Some slight visual improvementsto buttons on hover --- dash/css/profile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dash/css/profile.css') diff --git a/dash/css/profile.css b/dash/css/profile.css index 56e22b4..e254583 100644 --- a/dash/css/profile.css +++ b/dash/css/profile.css @@ -36,7 +36,7 @@ cursor: pointer; } #profile input[type=submit]:hover, #profile input[type=button]:hover, #profile button:hover { - box-shadow: 0px 0px 5px rgba(0,0,0,0.75); + box-shadow: 2px 2px 4px rgba(0,0,0,0.75); } #profile textarea { margin: 0.25em auto; -- cgit v1.2.3