mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-28 17:07:16 +00:00
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.
This commit is contained in:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user