diff options
| author | Carson Fleming <cflems@cflems.net> | 2022-12-12 03:51:10 -0800 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2022-12-12 03:51:10 -0800 |
| commit | 2e575b58a9b3d5040130daedefd532d73c5117c4 (patch) | |
| tree | c83dde3de619b88d0ffa4daf41df60143348701e /dash/css/profile.css | |
| parent | b78beb7bcb32f459da058259778f3af4b436b4b3 (diff) | |
| download | bulletin-2e575b58a9b3d5040130daedefd532d73c5117c4.tar.gz | |
Some slight visual improvementsto buttons on hover
Diffstat (limited to 'dash/css/profile.css')
| -rw-r--r-- | dash/css/profile.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
