Polish category edit, product image placeholder, and menu blur.

Add a clear pencil edit on category rows, show a proper no-image placeholder on product cards, and strengthen overflow menu glass blur.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-08-08 14:46:30 +03:30
co-authored by Cursor
parent 12ab1f8006
commit 5eaf7fb046
6 changed files with 64 additions and 24 deletions
@@ -31,11 +31,14 @@
min-width: 220px;
padding: 6px;
border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.85);
background: rgba(255, 255, 255, 0.78);
backdrop-filter: blur(72px) saturate(1.35);
-webkit-backdrop-filter: blur(72px) saturate(1.35);
box-shadow: 0 12px 40px rgba(15, 23, 42, 0.16);
border: 1px solid rgba(255, 255, 255, 0.92);
background: rgba(255, 255, 255, 0.58);
backdrop-filter: blur(160px) saturate(1.85);
-webkit-backdrop-filter: blur(160px) saturate(1.85);
box-shadow:
0 12px 40px rgba(15, 23, 42, 0.16),
inset 0 1px 0 rgba(255, 255, 255, 0.65);
isolation: isolate;
animation: menuIn 0.14s ease;
}