diff --git a/src/ProgressPane.jsx b/src/ProgressPane.jsx
index aed50bb..78ad804 100644
--- a/src/ProgressPane.jsx
+++ b/src/ProgressPane.jsx
@@ -102,14 +102,14 @@ function DataView({ data, captionPortal, nonce }) {
*/}
-
+
-
+
* {
}
.shadow-box {
- background: #ffffff66;
+ background: #ffffff44;
padding: 1em;
margin: .5em;
margin-bottom: 1em;
- border-radius: 16px;
- box-shadow: .3em .5em 16px -.2em rgba(0, 0, 0, 0.4);
+ backdrop-filter: blur(3px);
- border-top: 4px solid #ffffff33;
+ border-radius: 16px;
+ box-shadow: .4em .4em rgba(0, 0, 0, 0.15);
+
+ border-top: 4px solid #ffffffaa;
padding-top: calc(1em - 2px);
- border-left: 2px solid #ffffff33;
- border-right: 2px solid #00000055;
- border-bottom: 2px solid #00000055;
+ border-left: 4px solid #ffffffaa;
+ border-right: 4px solid #00000055;
+ border-bottom: 4px solid #00000055;
position: relative;
}
.shadow-box-inner {
border-radius: 12px;
- box-shadow: inset .3em .3em 3px #00000033;
+ box-shadow: inset .4em .4em rgba(0, 0, 0, 0.15);
+
+ border-top: 4px solid #00000055;
+ border-left: 4px solid #00000055;
+ border-bottom: 4px solid #ffffffaa;
+ border-right: 4px solid #ffffffaa;
width: 100%;
height: 100%;