From 108fb108a7af7e378d935310fc6418d30ae963cb Mon Sep 17 00:00:00 2001 From: jelveh Date: Mon, 6 Jul 2026 12:46:45 -0700 Subject: [PATCH] Remove box-shadow from myapps search input Delete the box-shadow declarations from input.myapps-search::placeholder in dashboard.css. This simplifies the placeholder styling (removes subtle and light shadow layers), likely to reduce visual noise or fix rendering inconsistency. --- src/gui/src/css/dashboard.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/src/css/dashboard.css b/src/gui/src/css/dashboard.css index 013efcb25..51e05fc9b 100644 --- a/src/gui/src/css/dashboard.css +++ b/src/gui/src/css/dashboard.css @@ -1083,9 +1083,6 @@ input.myapps-search::placeholder { border-radius: 20px; overflow: hidden; border: 1px solid var(--dashboard-shadow-light); - box-shadow: - 0 1px 2px var(--dashboard-shadow-subtle), - 0 4px 16px var(--dashboard-shadow-light); } /* Welcome Card — uses same surface as .bento-card (no separate welcome tint) */