Corrected shadow

This commit is contained in:
Liu Xiaoyi 2025-04-01 02:35:27 +08:00
parent 88e6446e6e
commit d4630b2b6f
No known key found for this signature in database
GPG Key ID: A04E02BF7E977471

View File

@ -268,7 +268,7 @@ body {
line-height: 40px;
max-width: 200px;
background: var(--bs-body-bg);
box-shadow: rgba(0,0,0, .3) 0 -2px 3px;
box-shadow: rgba(0,0,0, .3) 0 4px 6px;
font-weight: bold;
cursor: pointer;
border-radius: 4px;
@ -277,7 +277,7 @@ body {
.field-ctrl-main {
padding: 10px 20px;
background: var(--bs-body-bg);
box-shadow: rgba(0,0,0, .3) 0 -2px 3px;
box-shadow: rgba(0,0,0, .3) 0 4px 6px;
border-radius: 4px;
> div {