From 24564d6c3585b34b4378225eb1bb72ec84fc8c09 Mon Sep 17 00:00:00 2001 From: "DESKTOP-KSVGT20\\shkim" Date: Sun, 10 May 2026 23:29:50 +0900 Subject: [PATCH] Restore select button border --- src/public/upload.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/upload.css b/src/public/upload.css index 5d11262..1199977 100644 --- a/src/public/upload.css +++ b/src/public/upload.css @@ -218,7 +218,7 @@ h1 { .select-button { margin-bottom: 14px; background: #ffffff; - box-shadow: none; + box-shadow: inset 0 0 0 1.5px rgba(137, 166, 158, 0.55); color: #565656; font-size: clamp(24px, 4.6vw, 32px); }