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 | |
| parent | b78beb7bcb32f459da058259778f3af4b436b4b3 (diff) | |
| download | bulletin-2e575b58a9b3d5040130daedefd532d73c5117c4.tar.gz | |
Some slight visual improvementsto buttons on hover
Diffstat (limited to 'dash/css')
| -rw-r--r-- | dash/css/dash.css | 2 | ||||
| -rw-r--r-- | dash/css/post.css | 2 | ||||
| -rw-r--r-- | dash/css/profile.css | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dash/css/dash.css b/dash/css/dash.css index fe96eb5..f514236 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -296,7 +296,7 @@ h3 a:hover, h4 a:hover { cursor: pointer; } .fjsettings input[type=submit]:hover { - box-shadow: 0px 0px 5px rgba(0,0,0,0.75); + box-shadow: 2px 2px 4px rgba(0,0,0,0.75); } .fjsettings textarea { margin: 0.5em auto; diff --git a/dash/css/post.css b/dash/css/post.css index fb2a2ce..b9c2bda 100644 --- a/dash/css/post.css +++ b/dash/css/post.css @@ -25,7 +25,7 @@ cursor: pointer; } #postform input[type=submit]:hover, #postform input[type=button]:hover, #postform button:hover { - box-shadow: 0px 0px 5px rgba(0,0,0,0.75); + box-shadow: 2px 2px 4px rgba(0,0,0,0.75); } #postform textarea { margin: 0.25em auto; 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; |
