File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
examples/jsm/inspector/ui Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ export class Style {
6
6
7
7
const css = `
8
8
:root {
9
- --profiler-bg: #1e1e24;
9
+ --profiler-bg: #1e1e24f5;
10
+ --profiler-header-bg: #2a2a33aa;
10
11
--profiler-header: #2a2a33;
11
12
--profiler-border: #4a4a5a;
12
13
--text-primary: #e0e0e0;
@@ -96,6 +97,7 @@ export class Style {
96
97
right: 0;
97
98
height: 350px;
98
99
background-color: var(--profiler-bg);
100
+ backdrop-filter: blur(8px);
99
101
border-top: 2px solid var(--profiler-border);
100
102
color: var(--text-primary);
101
103
display: flex;
@@ -132,7 +134,7 @@ export class Style {
132
134
133
135
.profiler-header {
134
136
display: flex;
135
- background-color: var(--profiler-header);
137
+ background-color: var(--profiler-header-bg );
136
138
border-bottom: 1px solid var(--profiler-border);
137
139
flex-shrink: 0;
138
140
justify-content: space-between;
@@ -153,7 +155,7 @@ export class Style {
153
155
right: 0;
154
156
top: 0;
155
157
height: 38px;
156
- background: var(--profiler-header);
158
+ background: var(--profiler-header-bg );
157
159
border-bottom: 1px solid var(--profiler-border);
158
160
}
159
161
You can’t perform that action at this time.
0 commit comments