Add shadow to the demo control panel

This commit is contained in:
daudix
2024-09-16 01:44:37 +03:00
parent f570d1dd74
commit f684a8f24f

View File

@ -679,7 +679,7 @@ URL anchor `#solid` can be used for this as well.
z-index: 1; z-index: 1;
backdrop-filter: var(--blur); backdrop-filter: var(--blur);
transition: var(--transition); transition: var(--transition);
box-shadow: var(--edge-highlight); box-shadow: var(--edge-highlight), var(--shadow-glass);
border-start-end-radius: var(--rounded-corner); border-start-end-radius: var(--rounded-corner);
border-end-end-radius: var(--rounded-corner); border-end-end-radius: var(--rounded-corner);
background-color: var(--nav-bg); background-color: var(--nav-bg);