mirror of
https://git.meshkee.com/Meshkee/dashboards.git
synced 2026-08-11 22:30:58 +04:30
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:
co-authored by
Cursor
parent
12ab1f8006
commit
5eaf7fb046
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user