@finsemble/finsemble-core 6.1.4 → 6.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.mocharc.js +12 -12
- package/.nycrc.json +7 -7
- package/README.md +24 -24
- package/assets/fonts/LICENSE.txt +202 -202
- package/configs/core/config.json +214 -214
- package/configs/core/securityPolicies.json +24 -24
- package/configs/core/services.json +233 -233
- package/configs/schemas/README.md +1 -1
- package/configs/schemas/fileBasedSchemas/appdConfigFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/applicationConfigFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/componentsFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/coreConfigFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/dashbarFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/manifestFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/securityPoliciesFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/servicesFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/uiComponentsFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/workspacesFile.schema.json +5 -5
- package/configs/schemas/finsemble.schema.json +4006 -4006
- package/dist/FSBL.js +1 -1
- package/dist/clients/Interop/FinsembleDesktopAgent.md +154 -154
- package/dist/clients/Interop/tsconfig.json +7 -7
- package/dist/clients/Startup/README.md +28 -28
- package/dist/clients/dragAndDropAssets/dragAndDropScrim.css +54 -54
- package/dist/clients/dragAndDropAssets/ff-delete-circle.svg +10 -10
- package/dist/clients/dragAndDropAssets/ff-share.svg +13 -13
- package/dist/components/system/notification/ff-close.svg +14 -14
- package/dist/components/system/notification/finsemble_logo_white.svg +15 -15
- package/dist/components/system/notification/notification.html +155 -155
- package/dist/configs/core/config.json +214 -214
- package/dist/configs/core/securityPolicies.json +24 -24
- package/dist/configs/core/services.json +233 -233
- package/dist/configs/schemas/README.md +1 -1
- package/dist/configs/schemas/fileBasedSchemas/appdConfigFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/applicationConfigFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/componentsFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/coreConfigFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/dashbarFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/manifestFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/securityPoliciesFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/servicesFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/uiComponentsFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/workspacesFile.schema.json +5 -5
- package/dist/configs/schemas/finsemble.schema.json +4006 -4006
- package/dist/finsemble-javascript-adapter.js +1 -1
- package/dist/index.js +1 -1
- package/dist/javascript-adapter-example-app.html +37 -37
- package/dist/services/Interop/DevTools.tsx +71 -71
- package/dist/services/Interop/Interop.html +15 -15
- package/dist/services/Interop/InteropService.js +1 -1
- package/dist/services/Interop/InteropService.md +148 -148
- package/dist/services/Interop/InteropServiceUI.css +12 -12
- package/dist/services/Interop/InteropServiceUI.js +1 -1
- package/dist/services/Interop/InteropServiceUI.tsx +39 -39
- package/dist/services/Interop/devtoolsEnhancer.tsx +63 -63
- package/dist/services/Interop/tsconfig.json +7 -7
- package/dist/services/ServiceTemplate.md +39 -39
- package/dist/services/assimilation/assimilation.html +18 -18
- package/dist/services/assimilation/assimilationService.js +1 -1
- package/dist/services/authentication/authentication.html +17 -17
- package/dist/services/authentication/authenticationService.js +1 -1
- package/dist/services/authentication/dialogSignOn.html +199 -199
- package/dist/services/config/config.html +17 -17
- package/dist/services/config/configService.js +1 -1
- package/dist/services/dataStore/dataStore.html +18 -18
- package/dist/services/dataStore/dataStoreService.js +1 -1
- package/dist/services/hotkeys/hotkeys.html +18 -18
- package/dist/services/hotkeys/hotkeysService.js +1 -1
- package/dist/services/linker/linker.html +18 -18
- package/dist/services/linker/linkerService.js +1 -1
- package/dist/services/logger/logger.html +18 -18
- package/dist/services/logger/loggerService.js +1 -1
- package/dist/services/logger/loggerUI.js +1 -1
- package/dist/services/logger/src/app.css +860 -860
- package/dist/services/logger/src/components/Views/Logs/rightPanel/consoleView.css +379 -379
- package/dist/services/logger/src/components/objectInspector/README.md +1 -1
- package/dist/services/notification/notification.html +11 -11
- package/dist/services/notification/notificationService.js +1 -1
- package/dist/services/preferences/preferencesService.js +1 -1
- package/dist/services/router/router.html +18 -18
- package/dist/services/router/routerService.js +1 -1
- package/dist/services/search/search.html +17 -17
- package/dist/services/search/searchService.js +1 -1
- package/dist/services/storage/adapters/instrumentedIndexedDBAdapter.js +1 -1
- package/dist/services/storage/storage.html +17 -17
- package/dist/services/storage/storageService.js +1 -1
- package/dist/services/systemManager/bootTasks/testTasks/_aReadMe.md +119 -119
- package/dist/services/systemManager/systemManager.html +24 -24
- package/dist/services/systemManager/systemManager.js +1 -1
- package/dist/services/window/Docking/GroupRequirements.md +18 -18
- package/dist/services/window/Splintering/SplinterAgentSlave.html +13 -13
- package/dist/services/window/Splintering/SplinterAgentSlave.js +1 -1
- package/dist/services/window/Splintering/Splintering.md +118 -118
- package/dist/services/window/StackedWindowManager/StackRequirements.md +23 -23
- package/dist/services/window/WindowBehaviorRequirements.md +25 -25
- package/dist/services/window/windowService.html +10 -10
- package/dist/services/window/windowService.js +1 -1
- package/dist/services/workspace/dev-docs/importExportFormat.md +51 -51
- package/dist/services/workspace/dev-docs/remotelyPersistedWorkspaces.md +62 -62
- package/dist/services/workspace/workspace.html +18 -18
- package/dist/services/workspace/workspace.schema.json +48 -48
- package/dist/services/workspace/workspaceService.js +1 -1
- package/package.json +1 -1
- package/tsconfig.json +23 -23
- package/types/index.d.ts +40 -55
- package/types/index.tsbuildinfo +1 -1
- package/types.tsconfig.json +15 -15
|
@@ -1,860 +1,860 @@
|
|
|
1
|
-
/* Roboto regular */
|
|
2
|
-
|
|
3
|
-
@font-face {
|
|
4
|
-
font-family: "Roboto";
|
|
5
|
-
src: url("/Roboto-Regular.eot");
|
|
6
|
-
src: url("/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/Roboto-Regular.woff2") format("woff2"),
|
|
7
|
-
url("/Roboto-Regular.woff") format("woff"), url("/Roboto-Regular.ttf") format("truetype");
|
|
8
|
-
font-weight: 400;
|
|
9
|
-
font-style: normal;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
/* Roboto italic */
|
|
13
|
-
|
|
14
|
-
@font-face {
|
|
15
|
-
font-family: "Roboto";
|
|
16
|
-
src: url("/Roboto-Italic.eot");
|
|
17
|
-
src: url("/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("/Roboto-Italic.woff2") format("woff2"),
|
|
18
|
-
url("/Roboto-Italic.woff") format("woff"), url("/Roboto-Italic.ttf") format("truetype");
|
|
19
|
-
font-weight: 400;
|
|
20
|
-
font-style: italic;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
/* Roboto bold */
|
|
24
|
-
|
|
25
|
-
@font-face {
|
|
26
|
-
font-family: "Roboto";
|
|
27
|
-
src: url("/Roboto-Bold.eot");
|
|
28
|
-
src: url("/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/Roboto-Bold.woff2") format("woff2"),
|
|
29
|
-
url("/Roboto-Bold.woff") format("woff"), url("/Roboto-Bold.ttf") format("truetype");
|
|
30
|
-
font-weight: 700;
|
|
31
|
-
font-style: normal;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
:root {
|
|
35
|
-
--core-primary: #22262f;
|
|
36
|
-
--core-primary-opacity: rgb(34, 38, 47, 0.4);
|
|
37
|
-
--core-primary-1: #171a20;
|
|
38
|
-
--core-primary-2: #373b43;
|
|
39
|
-
--core-primary-3: #3d4455;
|
|
40
|
-
--core-primary-4: #5b606f;
|
|
41
|
-
--core-primary-5: #acb2c0;
|
|
42
|
-
|
|
43
|
-
--accent-primary: #42a5ba;
|
|
44
|
-
--accent-primary-1: #36788b;
|
|
45
|
-
|
|
46
|
-
--accent-positive: #2cc13f;
|
|
47
|
-
--accent-positive-1: #27ae38;
|
|
48
|
-
|
|
49
|
-
--accent-aware: #f5a623;
|
|
50
|
-
--accent-aware-1: #dc951f;
|
|
51
|
-
|
|
52
|
-
--accent-negative: #f26666;
|
|
53
|
-
--accent-negative-1: #da5c5c;
|
|
54
|
-
|
|
55
|
-
--scrollbar-color: var(--core-primary-5);
|
|
56
|
-
|
|
57
|
-
--slate1: var(--core-primary-5);
|
|
58
|
-
--slate2: var(--core-primary-5);
|
|
59
|
-
--slate3: var(--core-primary-4);
|
|
60
|
-
--slate4: var(--core-primary-3);
|
|
61
|
-
--slate5: var(--core-primary-2);
|
|
62
|
-
--slate6: var(--core-primary);
|
|
63
|
-
--slate7: var(--core-primary-1);
|
|
64
|
-
--gray1: #eee;
|
|
65
|
-
--gray2: #ddd;
|
|
66
|
-
--gray3: #ccc;
|
|
67
|
-
--gray4: #bbb;
|
|
68
|
-
--gray5: #999;
|
|
69
|
-
--gray6: #777;
|
|
70
|
-
--gray7: #555;
|
|
71
|
-
--blue1: var(--accent-primary-1);
|
|
72
|
-
--blue2: var(--accent-primary-1);
|
|
73
|
-
--blue3: var(--accent-primary-1);
|
|
74
|
-
--blue4: var(--accent-primary);
|
|
75
|
-
--blue5: var(--accent-primary);
|
|
76
|
-
--blue6: var(--accent-primary-1);
|
|
77
|
-
--blue7: var(--accent-primary-1);
|
|
78
|
-
--yellow1: var(--accent-aware);
|
|
79
|
-
--yellow2: var(--accent-aware);
|
|
80
|
-
--yellow3: var(--accent-aware);
|
|
81
|
-
--yellow4: var(--accent-aware);
|
|
82
|
-
--yellow5: var(--accent-aware-1);
|
|
83
|
-
--yellow6: var(--accent-aware-1);
|
|
84
|
-
--yellow7: var(--accent-aware-1);
|
|
85
|
-
--red1: var(--accent-negative);
|
|
86
|
-
--red2: var(--accent-negative);
|
|
87
|
-
--red3: var(--accent-negative);
|
|
88
|
-
--red4: var(--accent-negative);
|
|
89
|
-
--red5: var(--accent-negative-1);
|
|
90
|
-
--red6: var(--accent-negative-1);
|
|
91
|
-
--red7: var(--accent-negative-1);
|
|
92
|
-
--slate: var(--slate4);
|
|
93
|
-
--gray: var(--gray4);
|
|
94
|
-
--blue: var(--blue4);
|
|
95
|
-
--yellow: var(--yellow4);
|
|
96
|
-
--red: var(--red4);
|
|
97
|
-
|
|
98
|
-
--collar-background-color: var(--core-primary);
|
|
99
|
-
--collar-border-color: #dadada;
|
|
100
|
-
--left-panel-background-color: var(--core-primary-2);
|
|
101
|
-
--leftNav-background-color: var(--core-primary);
|
|
102
|
-
|
|
103
|
-
--active-logger-button-background: var(--accent-primary);
|
|
104
|
-
--basic-button-background-color: var(--gray1);
|
|
105
|
-
--basic-button-font-color: black;
|
|
106
|
-
--button-border-color: var(--active-logger-button-background);
|
|
107
|
-
--accordion-label-color: var(--collar-background-color);
|
|
108
|
-
--logger-row-border-color: var(--accordion-label-color);
|
|
109
|
-
--inactive-logger-button-background: var(--basic-button-background-color);
|
|
110
|
-
--toggle-button-font-color: var(--gray1);
|
|
111
|
-
--toggle-button-background-color: var(--core-primary-4);
|
|
112
|
-
--accordion-label-wrap-height: 30px;
|
|
113
|
-
|
|
114
|
-
--match-0: var(--core-primary-5);
|
|
115
|
-
--match-1: var(--accent-primary-1);
|
|
116
|
-
--match-2: var(--accent-aware);
|
|
117
|
-
--match-3: var(--accent-positive);
|
|
118
|
-
}
|
|
119
|
-
* {
|
|
120
|
-
box-sizing: border-box;
|
|
121
|
-
}
|
|
122
|
-
html {
|
|
123
|
-
height: 100%;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
body {
|
|
127
|
-
overflow: hidden;
|
|
128
|
-
margin: 10px;
|
|
129
|
-
height: 100%;
|
|
130
|
-
width: 100%;
|
|
131
|
-
font-family: "Roboto medium, sans-serif";
|
|
132
|
-
font-size: 11px;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
title {
|
|
136
|
-
font-family: "Roboto";
|
|
137
|
-
font-size: 18pt;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.hidden {
|
|
141
|
-
display: none !important;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.fsbl-logger-button.fsbl-logger-button-negative,
|
|
145
|
-
.fsbl-logger-button-negative {
|
|
146
|
-
background-color: var(--accent-negative);
|
|
147
|
-
color: white;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.fsbl-logger-button.fsbl-logger-button-negative:hover {
|
|
151
|
-
background-color: var(--accent-negative-1);
|
|
152
|
-
color: white;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.fsbl-logger-button {
|
|
156
|
-
text-align: center;
|
|
157
|
-
font-size: 1em;
|
|
158
|
-
margin: 2px;
|
|
159
|
-
display: inline-block;
|
|
160
|
-
padding: 2px 4px;
|
|
161
|
-
border-radius: 3px;
|
|
162
|
-
background-color: var(--basic-button-background-color);
|
|
163
|
-
color: var(--basic-button-font-color);
|
|
164
|
-
cursor: pointer;
|
|
165
|
-
font-weight: 400;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.flex-column {
|
|
169
|
-
display: flex;
|
|
170
|
-
flex-direction: column;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.inline-flex-column {
|
|
174
|
-
display: inline-flex;
|
|
175
|
-
flex-direction: column;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.filter-logic {
|
|
179
|
-
margin-right: 18px;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.fsbl-logger-searchbox {
|
|
183
|
-
display: flex;
|
|
184
|
-
position: absolute;
|
|
185
|
-
bottom: 0;
|
|
186
|
-
background-color: var(--gray1);
|
|
187
|
-
width: 100%;
|
|
188
|
-
z-index: 100;
|
|
189
|
-
align-items: center;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.fsbl-logger-searchbox > div {
|
|
193
|
-
display: flex;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
/*forces log stacks onto a new line/ */
|
|
197
|
-
|
|
198
|
-
.message-log-stack {
|
|
199
|
-
display: block !important;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.search-box-input-wrapper {
|
|
203
|
-
height: 18px;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.search-box-match-navigators {
|
|
207
|
-
margin-right: 0.5em;
|
|
208
|
-
display: flex;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.search-box-match-navigators > span,
|
|
212
|
-
.search-box-cancel-button > span {
|
|
213
|
-
display: flex;
|
|
214
|
-
flex-direction: column;
|
|
215
|
-
align-self: center;
|
|
216
|
-
border: 1px solid var(--collar-border-color);
|
|
217
|
-
background-color: var(--inactive-logger-button-background);
|
|
218
|
-
width: 25px;
|
|
219
|
-
justify-content: center;
|
|
220
|
-
cursor: pointer;
|
|
221
|
-
color: #848383;
|
|
222
|
-
font-size: 8px;
|
|
223
|
-
height: 100%;
|
|
224
|
-
align-items: center;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.search-box-cancel-button {
|
|
228
|
-
margin-left: auto;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.search-box-cancel-button > span {
|
|
232
|
-
background-color: white;
|
|
233
|
-
padding: 0px 4px;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.search-box-match-navigators > span:hover,
|
|
237
|
-
.search-box-cancel-button > span:hover {
|
|
238
|
-
background-color: gainsboro;
|
|
239
|
-
color: black;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.search-box-cancel-button > span {
|
|
243
|
-
width: 100%;
|
|
244
|
-
font-size: 12px;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.search-box-match-text {
|
|
248
|
-
display: inline-flex;
|
|
249
|
-
align-items: center;
|
|
250
|
-
color: gray;
|
|
251
|
-
background-color: white;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.search-box-text-input input {
|
|
255
|
-
border: 0px;
|
|
256
|
-
height: 16px;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
.search-box-text-input {
|
|
260
|
-
border: 1px solid var(--collar-border-color);
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.fsbl-plaintext-log-message span {
|
|
264
|
-
display: inline-block;
|
|
265
|
-
white-space: pre-wrap;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
.fsbl-logger-row-index {
|
|
269
|
-
text-align: right;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.fsbl-logger-button-group-label {
|
|
273
|
-
display: flex;
|
|
274
|
-
margin: 0.5em 0;
|
|
275
|
-
font-weight: 500;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.fsbl-log-message {
|
|
279
|
-
user-select: auto;
|
|
280
|
-
word-break: break-all;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.fsbl-logger-highlight {
|
|
284
|
-
background-color: #38ff03 !important;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
.fsbl-logger-search-highlight {
|
|
288
|
-
background-color: yellow !important;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
.fsbl-logger-row-selected {
|
|
292
|
-
background-color: rgba(0, 126, 255, 0.24) !important;
|
|
293
|
-
border-top: 2px solid;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.console-debug-level {
|
|
297
|
-
color: blue;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
.fsbl-log-info {
|
|
301
|
-
color: #2b8686;
|
|
302
|
-
background-color: #e9fbfb;
|
|
303
|
-
border-bottom: 1px solid #d2fbfb;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.fsbl-log-warning {
|
|
307
|
-
color: #5c3b00;
|
|
308
|
-
background-color: #fffbe6;
|
|
309
|
-
border: 1px solid #fff5c2;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.fsbl-log-error {
|
|
313
|
-
background-color: #fff0f0;
|
|
314
|
-
border: 1px solid #ffd7d7;
|
|
315
|
-
color: #ff0000;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.fsbl-log-verbose {
|
|
319
|
-
color: gray;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.pull-right {
|
|
323
|
-
margin-left: auto;
|
|
324
|
-
align-self: center;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
.fsbl-logger-client-row,
|
|
328
|
-
.logger-row {
|
|
329
|
-
display: flex;
|
|
330
|
-
flex-direction: row;
|
|
331
|
-
align-items: center;
|
|
332
|
-
justify-content: space-between;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
.fsbl-logger-client-row {
|
|
336
|
-
margin: 3px 0;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.filter-client-list {
|
|
340
|
-
margin-left: 6px;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
.fsbl-logger-client-name {
|
|
344
|
-
flex-basis: 45%;
|
|
345
|
-
display: flex;
|
|
346
|
-
align-content: center;
|
|
347
|
-
align-items: center;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.fsbl-logger-client-name-label {
|
|
351
|
-
max-width: 25ch;
|
|
352
|
-
text-overflow: ellipsis;
|
|
353
|
-
overflow: hidden;
|
|
354
|
-
white-space: nowrap;
|
|
355
|
-
cursor: pointer;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
.logger-client-list--full-names .fsbl-logger-client-name-label {
|
|
359
|
-
max-width: 100%;
|
|
360
|
-
white-space: normal;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
.fsbl-logger-client-label {
|
|
364
|
-
white-space: nowrap;
|
|
365
|
-
overflow: hidden;
|
|
366
|
-
text-overflow: ellipsis;
|
|
367
|
-
width: 100%;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
.fsbl-logger-client-list-actions {
|
|
371
|
-
flex-basis: 45%;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.time-elapsed {
|
|
375
|
-
color: gray;
|
|
376
|
-
width: 85px;
|
|
377
|
-
justify-content: flex-start;
|
|
378
|
-
display: inline-flex;
|
|
379
|
-
margin-right: 5px;
|
|
380
|
-
align-self: flex-start;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
.time-elapsed.out-of-order {
|
|
384
|
-
color: var(--accent-negative-1);
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
.fsbl-logger-button {
|
|
388
|
-
border: 1px solid transparent;
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
.fsbl-logger-button.active {
|
|
392
|
-
background-color: var(--active-logger-button-background) !important;
|
|
393
|
-
color: white !important;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
.fsbl-logger-button.active:hover {
|
|
397
|
-
background-color: var(--accent-primary-1) !important;
|
|
398
|
-
color: white !important;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
.fsbl-logger-button:hover {
|
|
402
|
-
background-color: var(--gray3);
|
|
403
|
-
transition: 0.1s ease;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.fsbl-logger-toggle:hover {
|
|
407
|
-
background: var(--active-logger-button-background);
|
|
408
|
-
color: white;
|
|
409
|
-
transition: 0.1s ease;
|
|
410
|
-
}
|
|
411
|
-
.fsbl-logger-toggle {
|
|
412
|
-
color: var(--toggle-button-font-color);
|
|
413
|
-
background-color: var(--toggle-button-background-color);
|
|
414
|
-
}
|
|
415
|
-
.fsbl-logger-button i {
|
|
416
|
-
vertical-align: middle;
|
|
417
|
-
margin: 0 6px;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
.fsbl-log {
|
|
421
|
-
font-family: Consolas;
|
|
422
|
-
font-size: 1.1em;
|
|
423
|
-
user-select: initial;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
.delta-box-wrapper {
|
|
427
|
-
margin-left: 12px;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
.fsbl-logger-row-diff {
|
|
431
|
-
font-size: 1.1em;
|
|
432
|
-
background-color: gainsboro;
|
|
433
|
-
padding: 0.25em;
|
|
434
|
-
text-align: center;
|
|
435
|
-
font-weight: 400;
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
.logger-button-margin-left {
|
|
439
|
-
margin-left: 6px;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
.fsbl-logger-row-diff-okay {
|
|
443
|
-
background-color: green;
|
|
444
|
-
color: white;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
.top-collar {
|
|
448
|
-
background-color: var(--collar-background-color);
|
|
449
|
-
margin-bottom: 0px;
|
|
450
|
-
width: 100%;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
.top-border {
|
|
454
|
-
margin-top: 8px;
|
|
455
|
-
border-top: 1px solid var(--collar-border-color);
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
.top-collar .fsbl-logger-button {
|
|
459
|
-
border: 0px;
|
|
460
|
-
box-shadow: none;
|
|
461
|
-
background-color: transparent;
|
|
462
|
-
margin-top: 0px;
|
|
463
|
-
margin-bottom: 0px;
|
|
464
|
-
padding: 0.5em;
|
|
465
|
-
color: var(--core-primary-5);
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
.top-collar .fsbl-logger-button:hover {
|
|
469
|
-
background-color: var(--core-primary-2);
|
|
470
|
-
color: white;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
.fsbl-logger-row-diff-slow {
|
|
474
|
-
background-color: #ffe900;
|
|
475
|
-
color: #5a5a5a;
|
|
476
|
-
}
|
|
477
|
-
i,
|
|
478
|
-
i:before,
|
|
479
|
-
i:after,
|
|
480
|
-
.fsbl-window-manager-icon {
|
|
481
|
-
box-sizing: content-box;
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
.fsbl-logger-row-diff-very-slow {
|
|
485
|
-
background-color: orange;
|
|
486
|
-
color: white;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
.fsbl-logger-row-diff-beyond-help {
|
|
490
|
-
background-color: red;
|
|
491
|
-
color: white;
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
.fsbl-plaintext-message-wrapper {
|
|
495
|
-
border-top: 1px solid transparent;
|
|
496
|
-
border-bottom: 1px solid #f0f0f0;
|
|
497
|
-
padding: 0.5em;
|
|
498
|
-
align-self: flex-start;
|
|
499
|
-
padding-left: 0.5em;
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
.active-console-row {
|
|
503
|
-
border-top: 1px solid #aeaef1;
|
|
504
|
-
border-bottom: 1px solid #aeaef1 !important;
|
|
505
|
-
background-color: #e7f3fd;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
.fsbl-plaintext-log-message {
|
|
509
|
-
flex: 1 1;
|
|
510
|
-
user-select: text;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
.fsbl-plaintext-message {
|
|
514
|
-
display: flex;
|
|
515
|
-
align-items: center;
|
|
516
|
-
justify-content: space-between;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
.fsbl-plaintext-extra-info {
|
|
520
|
-
max-width: 300px;
|
|
521
|
-
display: flex;
|
|
522
|
-
justify-content: flex-end;
|
|
523
|
-
white-space: nowrap;
|
|
524
|
-
text-decoration: underline;
|
|
525
|
-
cursor: pointer;
|
|
526
|
-
margin-left: 10px;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
.fsbl-plaintext-number {
|
|
530
|
-
color: blue;
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
.fsbl-plaintext-timestamp {
|
|
534
|
-
color: blue;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
.fixed-header {
|
|
538
|
-
border-bottom: 1px solid #f0f0f0;
|
|
539
|
-
z-index: 1000;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
.flex-start {
|
|
543
|
-
align-self: flex-start;
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
body.dialog input:focus {
|
|
547
|
-
border: 1px solid #039bff;
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
body {
|
|
551
|
-
margin: 0px;
|
|
552
|
-
font-family: "Segoe UI", Tahoma, sans-serif;
|
|
553
|
-
font-weight: 400;
|
|
554
|
-
overflow-x: hidden;
|
|
555
|
-
height: 100%;
|
|
556
|
-
-webkit-user-select: none;
|
|
557
|
-
background-color: white;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
.checkStyle {
|
|
561
|
-
vertical-align: bottom;
|
|
562
|
-
height: 14px;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
.fsbl-logger-toggle-all-span {
|
|
566
|
-
margin: 50px;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
hr {
|
|
570
|
-
width: 100%;
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
input {
|
|
574
|
-
border: 1px solid #d0d0d0;
|
|
575
|
-
padding: 1px 0px 1px 5px;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
.filter {
|
|
579
|
-
width: 480px;
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
.checkbox {
|
|
583
|
-
width: 14px;
|
|
584
|
-
height: 14px;
|
|
585
|
-
display: inline-flex;
|
|
586
|
-
align-content: center;
|
|
587
|
-
border-radius: 50%;
|
|
588
|
-
padding: 2px;
|
|
589
|
-
border: 1px solid #abc5aa;
|
|
590
|
-
cursor: pointer;
|
|
591
|
-
margin-right: 5px;
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
.inline-checkbox {
|
|
595
|
-
display: inline-flex;
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
.checkbox.active > .checkbox-background,
|
|
599
|
-
.checkbox:hover > .checkbox-background {
|
|
600
|
-
background-color: var(--active-logger-button-background);
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
.checkbox-background {
|
|
604
|
-
background-color: var(--toggle-button-background-color);
|
|
605
|
-
width: 100%;
|
|
606
|
-
height: 100%;
|
|
607
|
-
border-radius: 50%;
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
.source-code {
|
|
611
|
-
font-family: monospace;
|
|
612
|
-
font-size: 11px !important;
|
|
613
|
-
white-space: pre-wrap;
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
:focus {
|
|
617
|
-
outline-width: 0;
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
img {
|
|
621
|
-
-webkit-user-drag: none;
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
.match-searchBox {
|
|
625
|
-
background-color: yellow;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
[class^="filter-"] {
|
|
629
|
-
border-radius: 2px;
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
.filter-0 {
|
|
633
|
-
border: solid 2px var(--match-0);
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
.filter-1 {
|
|
637
|
-
border: solid 2px var(--match-1);
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
.filter-2 {
|
|
641
|
-
border: solid 2px var(--match-2);
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
.filter-3 {
|
|
645
|
-
border: solid 2px var(--match-3);
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
.match-0 {
|
|
649
|
-
background-color: var(--match-0);
|
|
650
|
-
color: white;
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
.match-1 {
|
|
654
|
-
background-color: var(--match-1);
|
|
655
|
-
color: white;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
.match-2 {
|
|
659
|
-
background-color: var(--match-2);
|
|
660
|
-
color: white;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
.match-3 {
|
|
664
|
-
background-color: var(--match-3);
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
.multiple-matches {
|
|
668
|
-
background-color: #795c5f;
|
|
669
|
-
color: white;
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
.active-console-row .match-searchBox {
|
|
673
|
-
background-color: #ffb86f;
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
.Logger {
|
|
677
|
-
display: flex;
|
|
678
|
-
flex-direction: column;
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
.log-content {
|
|
682
|
-
display: flex;
|
|
683
|
-
flex-direction: row;
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
.left-panel,
|
|
687
|
-
.right-panel {
|
|
688
|
-
display: flex;
|
|
689
|
-
flex-direction: column;
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
.right-panel {
|
|
693
|
-
flex: 1 1 auto;
|
|
694
|
-
height: calc(100vh - 26px);
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
.left-panel input {
|
|
698
|
-
display: flex;
|
|
699
|
-
background-color: var(--left-panel-background-color);
|
|
700
|
-
color: var(--core-primary-5);
|
|
701
|
-
caret-color: var(--core-primary-5);
|
|
702
|
-
height: 26px;
|
|
703
|
-
margin-top: 7px;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
.left-panel {
|
|
707
|
-
background-color: var(--left-panel-background-color);
|
|
708
|
-
height: calc(100vh - 26px);
|
|
709
|
-
color: var(--gray2);
|
|
710
|
-
width: 530px;
|
|
711
|
-
border-right: 1px solid var(--collar-border-color);
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
.left-panel-accordion {
|
|
715
|
-
display: flex;
|
|
716
|
-
flex-direction: column;
|
|
717
|
-
}
|
|
718
|
-
.client-list-accordion {
|
|
719
|
-
flex: 1;
|
|
720
|
-
overflow: hidden;
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
.left-panel-accordion-content.visible {
|
|
724
|
-
padding: 1em;
|
|
725
|
-
height: calc(100% - var(--accordion-label-wrap-height));
|
|
726
|
-
overflow: auto;
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
.left-panel-accordion-label-wrap {
|
|
730
|
-
height: var(--accordion-label-wrap-height);
|
|
731
|
-
font-size: 14px;
|
|
732
|
-
padding: 0 0.25em;
|
|
733
|
-
cursor: pointer;
|
|
734
|
-
background-color: var(--accordion-label-color);
|
|
735
|
-
border-bottom: 1px solid var(--slate7);
|
|
736
|
-
display: flex;
|
|
737
|
-
flex-direction: row;
|
|
738
|
-
align-items: center;
|
|
739
|
-
font-weight: bold;
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
.left-panel-accordion-visiblity-indicator {
|
|
743
|
-
margin-right: 0.5em;
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
.logger-client-list {
|
|
747
|
-
margin-top: 1em;
|
|
748
|
-
}
|
|
749
|
-
.right-panel-controls {
|
|
750
|
-
border-bottom: 1px solid var(--collar-border-color);
|
|
751
|
-
align-items: flex-start;
|
|
752
|
-
padding: 1em;
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
.logger-wrapper {
|
|
756
|
-
border-top: 1px solid var(--slate7);
|
|
757
|
-
display: flex;
|
|
758
|
-
flex: 1 1;
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
.quick-views {
|
|
762
|
-
padding: 1em;
|
|
763
|
-
}
|
|
764
|
-
|
|
765
|
-
.checkbox-row {
|
|
766
|
-
display: block;
|
|
767
|
-
cursor: pointer;
|
|
768
|
-
margin-top: 5px;
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
.view-switcher {
|
|
772
|
-
display: flex;
|
|
773
|
-
flex-direction: column;
|
|
774
|
-
width: 50px;
|
|
775
|
-
padding: 0 4px;
|
|
776
|
-
background-color: var(--leftNav-background-color);
|
|
777
|
-
color: var(--gray5);
|
|
778
|
-
align-items: center;
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
.view-label {
|
|
782
|
-
font-size: 14px;
|
|
783
|
-
margin: 1em 0;
|
|
784
|
-
cursor: pointer;
|
|
785
|
-
padding-bottom: 4px;
|
|
786
|
-
border-bottom: 3px solid transparent;
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
.view-label:hover {
|
|
790
|
-
border-bottom: 3px solid var(--core-primary-5);
|
|
791
|
-
color: white;
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
.view-label-active {
|
|
795
|
-
color: var(--gray2);
|
|
796
|
-
font-weight: bold;
|
|
797
|
-
border-bottom: 3px solid var(--accent-primary);
|
|
798
|
-
}
|
|
799
|
-
.config-viewer {
|
|
800
|
-
display: flex;
|
|
801
|
-
overflow: auto;
|
|
802
|
-
height: calc(100vh - 26px);
|
|
803
|
-
flex: 1 1;
|
|
804
|
-
background-color: var(--slate6);
|
|
805
|
-
color: var(--gray4);
|
|
806
|
-
flex-direction: column;
|
|
807
|
-
}
|
|
808
|
-
.config-viewer .config {
|
|
809
|
-
height: 100%;
|
|
810
|
-
overflow: auto;
|
|
811
|
-
}
|
|
812
|
-
.config-viewer pre {
|
|
813
|
-
font-family: Consolas !important;
|
|
814
|
-
font-size: 12px;
|
|
815
|
-
user-select: auto;
|
|
816
|
-
margin: 0px;
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
.body-wrapper {
|
|
820
|
-
display: flex;
|
|
821
|
-
flex-direction: column;
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
.inner-content-wrapper {
|
|
825
|
-
flex-direction: row;
|
|
826
|
-
display: flex;
|
|
827
|
-
}
|
|
828
|
-
|
|
829
|
-
.config-viewer .fsbl-logger-searchbox {
|
|
830
|
-
position: relative;
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
.config-viewer .match-searchBox {
|
|
834
|
-
color: var(--gray7);
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
.spritesheet-smallicons:not(.icon-mask) {
|
|
838
|
-
align-self: flex-start;
|
|
839
|
-
background-image: url(smallIcons.png);
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
.spritesheet-smallicons.icon-mask {
|
|
843
|
-
-webkit-mask-image: url(smallIcons.png);
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
::-webkit-scrollbar-track {
|
|
847
|
-
border-radius: 3px;
|
|
848
|
-
}
|
|
849
|
-
|
|
850
|
-
::-webkit-scrollbar {
|
|
851
|
-
width: 9px;
|
|
852
|
-
background-color: var(--scrollbar-color);
|
|
853
|
-
border-radius: 3px;
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
::-webkit-scrollbar-thumb {
|
|
857
|
-
cursor: pointer;
|
|
858
|
-
border-radius: inherit;
|
|
859
|
-
background-color: rgba(0, 0, 0, 0.2);
|
|
860
|
-
}
|
|
1
|
+
/* Roboto regular */
|
|
2
|
+
|
|
3
|
+
@font-face {
|
|
4
|
+
font-family: "Roboto";
|
|
5
|
+
src: url("/Roboto-Regular.eot");
|
|
6
|
+
src: url("/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/Roboto-Regular.woff2") format("woff2"),
|
|
7
|
+
url("/Roboto-Regular.woff") format("woff"), url("/Roboto-Regular.ttf") format("truetype");
|
|
8
|
+
font-weight: 400;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
/* Roboto italic */
|
|
13
|
+
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: "Roboto";
|
|
16
|
+
src: url("/Roboto-Italic.eot");
|
|
17
|
+
src: url("/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("/Roboto-Italic.woff2") format("woff2"),
|
|
18
|
+
url("/Roboto-Italic.woff") format("woff"), url("/Roboto-Italic.ttf") format("truetype");
|
|
19
|
+
font-weight: 400;
|
|
20
|
+
font-style: italic;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
/* Roboto bold */
|
|
24
|
+
|
|
25
|
+
@font-face {
|
|
26
|
+
font-family: "Roboto";
|
|
27
|
+
src: url("/Roboto-Bold.eot");
|
|
28
|
+
src: url("/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/Roboto-Bold.woff2") format("woff2"),
|
|
29
|
+
url("/Roboto-Bold.woff") format("woff"), url("/Roboto-Bold.ttf") format("truetype");
|
|
30
|
+
font-weight: 700;
|
|
31
|
+
font-style: normal;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
:root {
|
|
35
|
+
--core-primary: #22262f;
|
|
36
|
+
--core-primary-opacity: rgb(34, 38, 47, 0.4);
|
|
37
|
+
--core-primary-1: #171a20;
|
|
38
|
+
--core-primary-2: #373b43;
|
|
39
|
+
--core-primary-3: #3d4455;
|
|
40
|
+
--core-primary-4: #5b606f;
|
|
41
|
+
--core-primary-5: #acb2c0;
|
|
42
|
+
|
|
43
|
+
--accent-primary: #42a5ba;
|
|
44
|
+
--accent-primary-1: #36788b;
|
|
45
|
+
|
|
46
|
+
--accent-positive: #2cc13f;
|
|
47
|
+
--accent-positive-1: #27ae38;
|
|
48
|
+
|
|
49
|
+
--accent-aware: #f5a623;
|
|
50
|
+
--accent-aware-1: #dc951f;
|
|
51
|
+
|
|
52
|
+
--accent-negative: #f26666;
|
|
53
|
+
--accent-negative-1: #da5c5c;
|
|
54
|
+
|
|
55
|
+
--scrollbar-color: var(--core-primary-5);
|
|
56
|
+
|
|
57
|
+
--slate1: var(--core-primary-5);
|
|
58
|
+
--slate2: var(--core-primary-5);
|
|
59
|
+
--slate3: var(--core-primary-4);
|
|
60
|
+
--slate4: var(--core-primary-3);
|
|
61
|
+
--slate5: var(--core-primary-2);
|
|
62
|
+
--slate6: var(--core-primary);
|
|
63
|
+
--slate7: var(--core-primary-1);
|
|
64
|
+
--gray1: #eee;
|
|
65
|
+
--gray2: #ddd;
|
|
66
|
+
--gray3: #ccc;
|
|
67
|
+
--gray4: #bbb;
|
|
68
|
+
--gray5: #999;
|
|
69
|
+
--gray6: #777;
|
|
70
|
+
--gray7: #555;
|
|
71
|
+
--blue1: var(--accent-primary-1);
|
|
72
|
+
--blue2: var(--accent-primary-1);
|
|
73
|
+
--blue3: var(--accent-primary-1);
|
|
74
|
+
--blue4: var(--accent-primary);
|
|
75
|
+
--blue5: var(--accent-primary);
|
|
76
|
+
--blue6: var(--accent-primary-1);
|
|
77
|
+
--blue7: var(--accent-primary-1);
|
|
78
|
+
--yellow1: var(--accent-aware);
|
|
79
|
+
--yellow2: var(--accent-aware);
|
|
80
|
+
--yellow3: var(--accent-aware);
|
|
81
|
+
--yellow4: var(--accent-aware);
|
|
82
|
+
--yellow5: var(--accent-aware-1);
|
|
83
|
+
--yellow6: var(--accent-aware-1);
|
|
84
|
+
--yellow7: var(--accent-aware-1);
|
|
85
|
+
--red1: var(--accent-negative);
|
|
86
|
+
--red2: var(--accent-negative);
|
|
87
|
+
--red3: var(--accent-negative);
|
|
88
|
+
--red4: var(--accent-negative);
|
|
89
|
+
--red5: var(--accent-negative-1);
|
|
90
|
+
--red6: var(--accent-negative-1);
|
|
91
|
+
--red7: var(--accent-negative-1);
|
|
92
|
+
--slate: var(--slate4);
|
|
93
|
+
--gray: var(--gray4);
|
|
94
|
+
--blue: var(--blue4);
|
|
95
|
+
--yellow: var(--yellow4);
|
|
96
|
+
--red: var(--red4);
|
|
97
|
+
|
|
98
|
+
--collar-background-color: var(--core-primary);
|
|
99
|
+
--collar-border-color: #dadada;
|
|
100
|
+
--left-panel-background-color: var(--core-primary-2);
|
|
101
|
+
--leftNav-background-color: var(--core-primary);
|
|
102
|
+
|
|
103
|
+
--active-logger-button-background: var(--accent-primary);
|
|
104
|
+
--basic-button-background-color: var(--gray1);
|
|
105
|
+
--basic-button-font-color: black;
|
|
106
|
+
--button-border-color: var(--active-logger-button-background);
|
|
107
|
+
--accordion-label-color: var(--collar-background-color);
|
|
108
|
+
--logger-row-border-color: var(--accordion-label-color);
|
|
109
|
+
--inactive-logger-button-background: var(--basic-button-background-color);
|
|
110
|
+
--toggle-button-font-color: var(--gray1);
|
|
111
|
+
--toggle-button-background-color: var(--core-primary-4);
|
|
112
|
+
--accordion-label-wrap-height: 30px;
|
|
113
|
+
|
|
114
|
+
--match-0: var(--core-primary-5);
|
|
115
|
+
--match-1: var(--accent-primary-1);
|
|
116
|
+
--match-2: var(--accent-aware);
|
|
117
|
+
--match-3: var(--accent-positive);
|
|
118
|
+
}
|
|
119
|
+
* {
|
|
120
|
+
box-sizing: border-box;
|
|
121
|
+
}
|
|
122
|
+
html {
|
|
123
|
+
height: 100%;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
body {
|
|
127
|
+
overflow: hidden;
|
|
128
|
+
margin: 10px;
|
|
129
|
+
height: 100%;
|
|
130
|
+
width: 100%;
|
|
131
|
+
font-family: "Roboto medium, sans-serif";
|
|
132
|
+
font-size: 11px;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
title {
|
|
136
|
+
font-family: "Roboto";
|
|
137
|
+
font-size: 18pt;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.hidden {
|
|
141
|
+
display: none !important;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.fsbl-logger-button.fsbl-logger-button-negative,
|
|
145
|
+
.fsbl-logger-button-negative {
|
|
146
|
+
background-color: var(--accent-negative);
|
|
147
|
+
color: white;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.fsbl-logger-button.fsbl-logger-button-negative:hover {
|
|
151
|
+
background-color: var(--accent-negative-1);
|
|
152
|
+
color: white;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.fsbl-logger-button {
|
|
156
|
+
text-align: center;
|
|
157
|
+
font-size: 1em;
|
|
158
|
+
margin: 2px;
|
|
159
|
+
display: inline-block;
|
|
160
|
+
padding: 2px 4px;
|
|
161
|
+
border-radius: 3px;
|
|
162
|
+
background-color: var(--basic-button-background-color);
|
|
163
|
+
color: var(--basic-button-font-color);
|
|
164
|
+
cursor: pointer;
|
|
165
|
+
font-weight: 400;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.flex-column {
|
|
169
|
+
display: flex;
|
|
170
|
+
flex-direction: column;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.inline-flex-column {
|
|
174
|
+
display: inline-flex;
|
|
175
|
+
flex-direction: column;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.filter-logic {
|
|
179
|
+
margin-right: 18px;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.fsbl-logger-searchbox {
|
|
183
|
+
display: flex;
|
|
184
|
+
position: absolute;
|
|
185
|
+
bottom: 0;
|
|
186
|
+
background-color: var(--gray1);
|
|
187
|
+
width: 100%;
|
|
188
|
+
z-index: 100;
|
|
189
|
+
align-items: center;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.fsbl-logger-searchbox > div {
|
|
193
|
+
display: flex;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
/*forces log stacks onto a new line/ */
|
|
197
|
+
|
|
198
|
+
.message-log-stack {
|
|
199
|
+
display: block !important;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.search-box-input-wrapper {
|
|
203
|
+
height: 18px;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.search-box-match-navigators {
|
|
207
|
+
margin-right: 0.5em;
|
|
208
|
+
display: flex;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.search-box-match-navigators > span,
|
|
212
|
+
.search-box-cancel-button > span {
|
|
213
|
+
display: flex;
|
|
214
|
+
flex-direction: column;
|
|
215
|
+
align-self: center;
|
|
216
|
+
border: 1px solid var(--collar-border-color);
|
|
217
|
+
background-color: var(--inactive-logger-button-background);
|
|
218
|
+
width: 25px;
|
|
219
|
+
justify-content: center;
|
|
220
|
+
cursor: pointer;
|
|
221
|
+
color: #848383;
|
|
222
|
+
font-size: 8px;
|
|
223
|
+
height: 100%;
|
|
224
|
+
align-items: center;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.search-box-cancel-button {
|
|
228
|
+
margin-left: auto;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.search-box-cancel-button > span {
|
|
232
|
+
background-color: white;
|
|
233
|
+
padding: 0px 4px;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.search-box-match-navigators > span:hover,
|
|
237
|
+
.search-box-cancel-button > span:hover {
|
|
238
|
+
background-color: gainsboro;
|
|
239
|
+
color: black;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.search-box-cancel-button > span {
|
|
243
|
+
width: 100%;
|
|
244
|
+
font-size: 12px;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.search-box-match-text {
|
|
248
|
+
display: inline-flex;
|
|
249
|
+
align-items: center;
|
|
250
|
+
color: gray;
|
|
251
|
+
background-color: white;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.search-box-text-input input {
|
|
255
|
+
border: 0px;
|
|
256
|
+
height: 16px;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.search-box-text-input {
|
|
260
|
+
border: 1px solid var(--collar-border-color);
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.fsbl-plaintext-log-message span {
|
|
264
|
+
display: inline-block;
|
|
265
|
+
white-space: pre-wrap;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.fsbl-logger-row-index {
|
|
269
|
+
text-align: right;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.fsbl-logger-button-group-label {
|
|
273
|
+
display: flex;
|
|
274
|
+
margin: 0.5em 0;
|
|
275
|
+
font-weight: 500;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.fsbl-log-message {
|
|
279
|
+
user-select: auto;
|
|
280
|
+
word-break: break-all;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.fsbl-logger-highlight {
|
|
284
|
+
background-color: #38ff03 !important;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.fsbl-logger-search-highlight {
|
|
288
|
+
background-color: yellow !important;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.fsbl-logger-row-selected {
|
|
292
|
+
background-color: rgba(0, 126, 255, 0.24) !important;
|
|
293
|
+
border-top: 2px solid;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.console-debug-level {
|
|
297
|
+
color: blue;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.fsbl-log-info {
|
|
301
|
+
color: #2b8686;
|
|
302
|
+
background-color: #e9fbfb;
|
|
303
|
+
border-bottom: 1px solid #d2fbfb;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.fsbl-log-warning {
|
|
307
|
+
color: #5c3b00;
|
|
308
|
+
background-color: #fffbe6;
|
|
309
|
+
border: 1px solid #fff5c2;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.fsbl-log-error {
|
|
313
|
+
background-color: #fff0f0;
|
|
314
|
+
border: 1px solid #ffd7d7;
|
|
315
|
+
color: #ff0000;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.fsbl-log-verbose {
|
|
319
|
+
color: gray;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.pull-right {
|
|
323
|
+
margin-left: auto;
|
|
324
|
+
align-self: center;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.fsbl-logger-client-row,
|
|
328
|
+
.logger-row {
|
|
329
|
+
display: flex;
|
|
330
|
+
flex-direction: row;
|
|
331
|
+
align-items: center;
|
|
332
|
+
justify-content: space-between;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.fsbl-logger-client-row {
|
|
336
|
+
margin: 3px 0;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.filter-client-list {
|
|
340
|
+
margin-left: 6px;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.fsbl-logger-client-name {
|
|
344
|
+
flex-basis: 45%;
|
|
345
|
+
display: flex;
|
|
346
|
+
align-content: center;
|
|
347
|
+
align-items: center;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.fsbl-logger-client-name-label {
|
|
351
|
+
max-width: 25ch;
|
|
352
|
+
text-overflow: ellipsis;
|
|
353
|
+
overflow: hidden;
|
|
354
|
+
white-space: nowrap;
|
|
355
|
+
cursor: pointer;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.logger-client-list--full-names .fsbl-logger-client-name-label {
|
|
359
|
+
max-width: 100%;
|
|
360
|
+
white-space: normal;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.fsbl-logger-client-label {
|
|
364
|
+
white-space: nowrap;
|
|
365
|
+
overflow: hidden;
|
|
366
|
+
text-overflow: ellipsis;
|
|
367
|
+
width: 100%;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.fsbl-logger-client-list-actions {
|
|
371
|
+
flex-basis: 45%;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.time-elapsed {
|
|
375
|
+
color: gray;
|
|
376
|
+
width: 85px;
|
|
377
|
+
justify-content: flex-start;
|
|
378
|
+
display: inline-flex;
|
|
379
|
+
margin-right: 5px;
|
|
380
|
+
align-self: flex-start;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.time-elapsed.out-of-order {
|
|
384
|
+
color: var(--accent-negative-1);
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.fsbl-logger-button {
|
|
388
|
+
border: 1px solid transparent;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.fsbl-logger-button.active {
|
|
392
|
+
background-color: var(--active-logger-button-background) !important;
|
|
393
|
+
color: white !important;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.fsbl-logger-button.active:hover {
|
|
397
|
+
background-color: var(--accent-primary-1) !important;
|
|
398
|
+
color: white !important;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.fsbl-logger-button:hover {
|
|
402
|
+
background-color: var(--gray3);
|
|
403
|
+
transition: 0.1s ease;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.fsbl-logger-toggle:hover {
|
|
407
|
+
background: var(--active-logger-button-background);
|
|
408
|
+
color: white;
|
|
409
|
+
transition: 0.1s ease;
|
|
410
|
+
}
|
|
411
|
+
.fsbl-logger-toggle {
|
|
412
|
+
color: var(--toggle-button-font-color);
|
|
413
|
+
background-color: var(--toggle-button-background-color);
|
|
414
|
+
}
|
|
415
|
+
.fsbl-logger-button i {
|
|
416
|
+
vertical-align: middle;
|
|
417
|
+
margin: 0 6px;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.fsbl-log {
|
|
421
|
+
font-family: Consolas;
|
|
422
|
+
font-size: 1.1em;
|
|
423
|
+
user-select: initial;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.delta-box-wrapper {
|
|
427
|
+
margin-left: 12px;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.fsbl-logger-row-diff {
|
|
431
|
+
font-size: 1.1em;
|
|
432
|
+
background-color: gainsboro;
|
|
433
|
+
padding: 0.25em;
|
|
434
|
+
text-align: center;
|
|
435
|
+
font-weight: 400;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.logger-button-margin-left {
|
|
439
|
+
margin-left: 6px;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.fsbl-logger-row-diff-okay {
|
|
443
|
+
background-color: green;
|
|
444
|
+
color: white;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.top-collar {
|
|
448
|
+
background-color: var(--collar-background-color);
|
|
449
|
+
margin-bottom: 0px;
|
|
450
|
+
width: 100%;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.top-border {
|
|
454
|
+
margin-top: 8px;
|
|
455
|
+
border-top: 1px solid var(--collar-border-color);
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.top-collar .fsbl-logger-button {
|
|
459
|
+
border: 0px;
|
|
460
|
+
box-shadow: none;
|
|
461
|
+
background-color: transparent;
|
|
462
|
+
margin-top: 0px;
|
|
463
|
+
margin-bottom: 0px;
|
|
464
|
+
padding: 0.5em;
|
|
465
|
+
color: var(--core-primary-5);
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.top-collar .fsbl-logger-button:hover {
|
|
469
|
+
background-color: var(--core-primary-2);
|
|
470
|
+
color: white;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.fsbl-logger-row-diff-slow {
|
|
474
|
+
background-color: #ffe900;
|
|
475
|
+
color: #5a5a5a;
|
|
476
|
+
}
|
|
477
|
+
i,
|
|
478
|
+
i:before,
|
|
479
|
+
i:after,
|
|
480
|
+
.fsbl-window-manager-icon {
|
|
481
|
+
box-sizing: content-box;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.fsbl-logger-row-diff-very-slow {
|
|
485
|
+
background-color: orange;
|
|
486
|
+
color: white;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
.fsbl-logger-row-diff-beyond-help {
|
|
490
|
+
background-color: red;
|
|
491
|
+
color: white;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.fsbl-plaintext-message-wrapper {
|
|
495
|
+
border-top: 1px solid transparent;
|
|
496
|
+
border-bottom: 1px solid #f0f0f0;
|
|
497
|
+
padding: 0.5em;
|
|
498
|
+
align-self: flex-start;
|
|
499
|
+
padding-left: 0.5em;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
.active-console-row {
|
|
503
|
+
border-top: 1px solid #aeaef1;
|
|
504
|
+
border-bottom: 1px solid #aeaef1 !important;
|
|
505
|
+
background-color: #e7f3fd;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.fsbl-plaintext-log-message {
|
|
509
|
+
flex: 1 1;
|
|
510
|
+
user-select: text;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
.fsbl-plaintext-message {
|
|
514
|
+
display: flex;
|
|
515
|
+
align-items: center;
|
|
516
|
+
justify-content: space-between;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.fsbl-plaintext-extra-info {
|
|
520
|
+
max-width: 300px;
|
|
521
|
+
display: flex;
|
|
522
|
+
justify-content: flex-end;
|
|
523
|
+
white-space: nowrap;
|
|
524
|
+
text-decoration: underline;
|
|
525
|
+
cursor: pointer;
|
|
526
|
+
margin-left: 10px;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
.fsbl-plaintext-number {
|
|
530
|
+
color: blue;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
.fsbl-plaintext-timestamp {
|
|
534
|
+
color: blue;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
.fixed-header {
|
|
538
|
+
border-bottom: 1px solid #f0f0f0;
|
|
539
|
+
z-index: 1000;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
.flex-start {
|
|
543
|
+
align-self: flex-start;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
body.dialog input:focus {
|
|
547
|
+
border: 1px solid #039bff;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
body {
|
|
551
|
+
margin: 0px;
|
|
552
|
+
font-family: "Segoe UI", Tahoma, sans-serif;
|
|
553
|
+
font-weight: 400;
|
|
554
|
+
overflow-x: hidden;
|
|
555
|
+
height: 100%;
|
|
556
|
+
-webkit-user-select: none;
|
|
557
|
+
background-color: white;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
.checkStyle {
|
|
561
|
+
vertical-align: bottom;
|
|
562
|
+
height: 14px;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
.fsbl-logger-toggle-all-span {
|
|
566
|
+
margin: 50px;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
hr {
|
|
570
|
+
width: 100%;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
input {
|
|
574
|
+
border: 1px solid #d0d0d0;
|
|
575
|
+
padding: 1px 0px 1px 5px;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
.filter {
|
|
579
|
+
width: 480px;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
.checkbox {
|
|
583
|
+
width: 14px;
|
|
584
|
+
height: 14px;
|
|
585
|
+
display: inline-flex;
|
|
586
|
+
align-content: center;
|
|
587
|
+
border-radius: 50%;
|
|
588
|
+
padding: 2px;
|
|
589
|
+
border: 1px solid #abc5aa;
|
|
590
|
+
cursor: pointer;
|
|
591
|
+
margin-right: 5px;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
.inline-checkbox {
|
|
595
|
+
display: inline-flex;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.checkbox.active > .checkbox-background,
|
|
599
|
+
.checkbox:hover > .checkbox-background {
|
|
600
|
+
background-color: var(--active-logger-button-background);
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.checkbox-background {
|
|
604
|
+
background-color: var(--toggle-button-background-color);
|
|
605
|
+
width: 100%;
|
|
606
|
+
height: 100%;
|
|
607
|
+
border-radius: 50%;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
.source-code {
|
|
611
|
+
font-family: monospace;
|
|
612
|
+
font-size: 11px !important;
|
|
613
|
+
white-space: pre-wrap;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
:focus {
|
|
617
|
+
outline-width: 0;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
img {
|
|
621
|
+
-webkit-user-drag: none;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
.match-searchBox {
|
|
625
|
+
background-color: yellow;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
[class^="filter-"] {
|
|
629
|
+
border-radius: 2px;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
.filter-0 {
|
|
633
|
+
border: solid 2px var(--match-0);
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
.filter-1 {
|
|
637
|
+
border: solid 2px var(--match-1);
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
.filter-2 {
|
|
641
|
+
border: solid 2px var(--match-2);
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
.filter-3 {
|
|
645
|
+
border: solid 2px var(--match-3);
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
.match-0 {
|
|
649
|
+
background-color: var(--match-0);
|
|
650
|
+
color: white;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
.match-1 {
|
|
654
|
+
background-color: var(--match-1);
|
|
655
|
+
color: white;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
.match-2 {
|
|
659
|
+
background-color: var(--match-2);
|
|
660
|
+
color: white;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.match-3 {
|
|
664
|
+
background-color: var(--match-3);
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.multiple-matches {
|
|
668
|
+
background-color: #795c5f;
|
|
669
|
+
color: white;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
.active-console-row .match-searchBox {
|
|
673
|
+
background-color: #ffb86f;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
.Logger {
|
|
677
|
+
display: flex;
|
|
678
|
+
flex-direction: column;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.log-content {
|
|
682
|
+
display: flex;
|
|
683
|
+
flex-direction: row;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
.left-panel,
|
|
687
|
+
.right-panel {
|
|
688
|
+
display: flex;
|
|
689
|
+
flex-direction: column;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
.right-panel {
|
|
693
|
+
flex: 1 1 auto;
|
|
694
|
+
height: calc(100vh - 26px);
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
.left-panel input {
|
|
698
|
+
display: flex;
|
|
699
|
+
background-color: var(--left-panel-background-color);
|
|
700
|
+
color: var(--core-primary-5);
|
|
701
|
+
caret-color: var(--core-primary-5);
|
|
702
|
+
height: 26px;
|
|
703
|
+
margin-top: 7px;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.left-panel {
|
|
707
|
+
background-color: var(--left-panel-background-color);
|
|
708
|
+
height: calc(100vh - 26px);
|
|
709
|
+
color: var(--gray2);
|
|
710
|
+
width: 530px;
|
|
711
|
+
border-right: 1px solid var(--collar-border-color);
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.left-panel-accordion {
|
|
715
|
+
display: flex;
|
|
716
|
+
flex-direction: column;
|
|
717
|
+
}
|
|
718
|
+
.client-list-accordion {
|
|
719
|
+
flex: 1;
|
|
720
|
+
overflow: hidden;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.left-panel-accordion-content.visible {
|
|
724
|
+
padding: 1em;
|
|
725
|
+
height: calc(100% - var(--accordion-label-wrap-height));
|
|
726
|
+
overflow: auto;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
.left-panel-accordion-label-wrap {
|
|
730
|
+
height: var(--accordion-label-wrap-height);
|
|
731
|
+
font-size: 14px;
|
|
732
|
+
padding: 0 0.25em;
|
|
733
|
+
cursor: pointer;
|
|
734
|
+
background-color: var(--accordion-label-color);
|
|
735
|
+
border-bottom: 1px solid var(--slate7);
|
|
736
|
+
display: flex;
|
|
737
|
+
flex-direction: row;
|
|
738
|
+
align-items: center;
|
|
739
|
+
font-weight: bold;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.left-panel-accordion-visiblity-indicator {
|
|
743
|
+
margin-right: 0.5em;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.logger-client-list {
|
|
747
|
+
margin-top: 1em;
|
|
748
|
+
}
|
|
749
|
+
.right-panel-controls {
|
|
750
|
+
border-bottom: 1px solid var(--collar-border-color);
|
|
751
|
+
align-items: flex-start;
|
|
752
|
+
padding: 1em;
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
.logger-wrapper {
|
|
756
|
+
border-top: 1px solid var(--slate7);
|
|
757
|
+
display: flex;
|
|
758
|
+
flex: 1 1;
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
.quick-views {
|
|
762
|
+
padding: 1em;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
.checkbox-row {
|
|
766
|
+
display: block;
|
|
767
|
+
cursor: pointer;
|
|
768
|
+
margin-top: 5px;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.view-switcher {
|
|
772
|
+
display: flex;
|
|
773
|
+
flex-direction: column;
|
|
774
|
+
width: 50px;
|
|
775
|
+
padding: 0 4px;
|
|
776
|
+
background-color: var(--leftNav-background-color);
|
|
777
|
+
color: var(--gray5);
|
|
778
|
+
align-items: center;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
.view-label {
|
|
782
|
+
font-size: 14px;
|
|
783
|
+
margin: 1em 0;
|
|
784
|
+
cursor: pointer;
|
|
785
|
+
padding-bottom: 4px;
|
|
786
|
+
border-bottom: 3px solid transparent;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
.view-label:hover {
|
|
790
|
+
border-bottom: 3px solid var(--core-primary-5);
|
|
791
|
+
color: white;
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
.view-label-active {
|
|
795
|
+
color: var(--gray2);
|
|
796
|
+
font-weight: bold;
|
|
797
|
+
border-bottom: 3px solid var(--accent-primary);
|
|
798
|
+
}
|
|
799
|
+
.config-viewer {
|
|
800
|
+
display: flex;
|
|
801
|
+
overflow: auto;
|
|
802
|
+
height: calc(100vh - 26px);
|
|
803
|
+
flex: 1 1;
|
|
804
|
+
background-color: var(--slate6);
|
|
805
|
+
color: var(--gray4);
|
|
806
|
+
flex-direction: column;
|
|
807
|
+
}
|
|
808
|
+
.config-viewer .config {
|
|
809
|
+
height: 100%;
|
|
810
|
+
overflow: auto;
|
|
811
|
+
}
|
|
812
|
+
.config-viewer pre {
|
|
813
|
+
font-family: Consolas !important;
|
|
814
|
+
font-size: 12px;
|
|
815
|
+
user-select: auto;
|
|
816
|
+
margin: 0px;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.body-wrapper {
|
|
820
|
+
display: flex;
|
|
821
|
+
flex-direction: column;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
.inner-content-wrapper {
|
|
825
|
+
flex-direction: row;
|
|
826
|
+
display: flex;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
.config-viewer .fsbl-logger-searchbox {
|
|
830
|
+
position: relative;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
.config-viewer .match-searchBox {
|
|
834
|
+
color: var(--gray7);
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
.spritesheet-smallicons:not(.icon-mask) {
|
|
838
|
+
align-self: flex-start;
|
|
839
|
+
background-image: url(smallIcons.png);
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
.spritesheet-smallicons.icon-mask {
|
|
843
|
+
-webkit-mask-image: url(smallIcons.png);
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
::-webkit-scrollbar-track {
|
|
847
|
+
border-radius: 3px;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
::-webkit-scrollbar {
|
|
851
|
+
width: 9px;
|
|
852
|
+
background-color: var(--scrollbar-color);
|
|
853
|
+
border-radius: 3px;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
::-webkit-scrollbar-thumb {
|
|
857
|
+
cursor: pointer;
|
|
858
|
+
border-radius: inherit;
|
|
859
|
+
background-color: rgba(0, 0, 0, 0.2);
|
|
860
|
+
}
|