@bitpoolos/edge-bacnet 1.4.3 → 1.4.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.
@@ -1,343 +1,743 @@
1
1
  .writePointIcon {
2
- background: url("icons/icon-write.svg") no-repeat !important;
3
- width: 20px;
4
- height: 20px;
2
+ background: url("icons/icon-write.svg") no-repeat !important;
3
+ width: 20px;
4
+ height: 20px;
5
5
  }
6
6
 
7
7
  .readPointIcon {
8
- background: url("icons/icon-read.svg") no-repeat !important;
9
- width: 20px;
10
- height: 20px;
8
+ background: url("icons/icon-read.svg") no-repeat !important;
9
+ width: 20px;
10
+ height: 20px;
11
11
  }
12
12
 
13
-
14
-
15
-
16
13
  /* Read node styles */
17
14
 
18
15
  .refreshReadListButton {
19
- border: none;
20
- border-radius: 40px;
21
- height: 35px;
22
- width: 35px;
23
- & i {
24
- color: #6c757d !important;
25
- }
16
+ border: none;
17
+ border-radius: 40px;
18
+ height: 35px;
19
+ width: 35px;
20
+ & i {
21
+ color: #6c757d !important;
22
+ }
26
23
  }
27
24
 
28
25
  .p-treenode-label {
29
- color: black;
30
- width: 100%;
26
+ color: black;
27
+ width: 100%;
31
28
  }
32
29
  .p-tree {
33
- background: inherit !important;
34
- border: inherit !important;
35
- padding-right: 0px !important;
30
+ background: inherit !important;
31
+ border: inherit !important;
32
+ padding-right: 0px !important;
36
33
  }
37
34
  .p-button {
38
- margin-right: .5rem;
35
+ margin-right: 0.5rem;
39
36
  }
40
37
  .addPointButton {
41
- float: right;
38
+ float: right;
42
39
  }
43
40
  .minusPointButton {
44
- float: right;
41
+ float: right;
45
42
  }
46
- .addPointButton:hover, .minusPointButton:hover {
47
- background: #d5d5d5 !important;
43
+ .addPointButton:hover,
44
+ .minusPointButton:hover {
45
+ background: #d5d5d5 !important;
48
46
  }
49
47
  .pointLabel {
50
- font-weight: 400;
48
+ font-weight: 400;
51
49
  }
52
50
  .deviceLabel {
53
- font-weight: 100;
51
+ color: #1F2731;
52
+ font-weight: 400;
54
53
  }
55
54
  .removeAllButton {
56
- float: right;
55
+ float: right;
56
+ i, a {
57
+ color: #D6767C !important;
58
+ }
57
59
  }
58
60
  .addAllButton {
59
- float: right;
61
+ float: right;
62
+ height: 25px;
63
+ width: 25px;
64
+ i {
65
+ left: -2px;
66
+ position: relative;
67
+ }
60
68
  }
61
69
  .bacnetbutton {
62
- background: none;
63
- border: none;
64
- color: black;
65
- font-weight: 400;
70
+ background: none;
71
+ border: none;
72
+ color: black;
73
+ font-weight: 400;
74
+ top: -2px !important;
66
75
  }
67
76
  .bacnetbutton:hover {
68
- background: #f0f0f0;
69
- border-radius: 10px;
77
+ background: #f0f0f0;
78
+ border-radius: 10px;
70
79
  }
71
80
  .allFunctionsText {
72
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
73
- padding-left: 5px;
81
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
82
+ "Segoe UI Emoji", "Segoe UI Symbol" !important;
83
+ padding-left: 5px;
74
84
  }
75
85
  .p-treenode-children > li > .p-treenode-children > li {
76
- font-size: 14px;
77
- color: #b5b5b5 !important;
86
+ font-size: 14px;
87
+ color: #b5b5b5 !important;
78
88
  }
79
89
  .p-treenode-children > li > .p-treenode-children > .p-treenode-label {
80
- color: #b5b5b5 !important;
90
+ color: #b5b5b5 !important;
81
91
  }
82
92
  .p-tree-toggler:enabled:hover {
83
- background: #d5d5d5 !important;
93
+ background: #d5d5d5 !important;
84
94
  }
85
95
  .p-tree-toggler:focus {
86
- border: none !important;
87
- box-shadow: none !important;
96
+ border: none !important;
97
+ box-shadow: none !important;
88
98
  }
89
99
  .deviceStatus {
90
- font-size: 10px;
100
+ font-size: 10px;
91
101
  }
92
102
  .statusOnline {
93
- color: #11c511;
103
+ color: #11c511;
94
104
  }
95
105
  .statusOffline {
96
- color: red;
106
+ color: red;
97
107
  }
98
108
  .readDeviceList {
99
- .deviceLabel {
100
- position: absolute;
101
- }
109
+ .deviceLabel {
110
+ position: absolute;
111
+ }
112
+ .p-tree-wrapper {
113
+ background-color: #FAFAFA;
114
+ border: 1px solid #D4D4D4;
115
+ border-radius: 10px;
116
+ padding: 10px;
117
+ }
118
+ .p-tree-toggler-icon {
119
+ color: #62ABE9;
120
+ }
121
+ .p-treenode-icon, .pointLabel {
122
+ color: #1F2731;
123
+ }
124
+ }
125
+
126
+ .networkTreeContent, .read-writeList-tab {
127
+ .p-tree-wrapper {
128
+ background-color: #FAFAFA;
129
+ border: 1px solid #D4D4D4;
130
+ border-radius: 10px;
131
+ padding: 10px;
132
+ }
133
+ .p-tree-toggler-icon {
134
+ color: #62ABE9;
135
+ }
136
+ .p-treenode-icon, .pointLabel {
137
+ color: #1F2731;
138
+ }
139
+ }
140
+
141
+ .read-readList-tab {
142
+ .deviceLabel {
143
+ position: absolute;
144
+ color: #0689BC !important;
145
+ }
146
+ .p-tree-wrapper {
147
+ background-color: #FAFAFA;
148
+ border: 1px solid #D4D4D4;
149
+ border-radius: 10px;
150
+ padding: 10px;
151
+ }
152
+ .p-tree-toggler-icon {
153
+ color: #62ABE9;
154
+ }
102
155
  }
156
+
103
157
  .objectPropertiesLabel {
104
- display: flex !important;
105
- flex-direction: row;
106
- align-items: center;
158
+ display: flex !important;
159
+ flex-direction: row;
160
+ align-items: center;
107
161
  }
108
162
  .p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
109
- outline: 0 none !important;
110
- outline-offset: 0 !important;
111
- box-shadow: inset 0 0 0 1px #bdbdbd !important;
163
+ outline: 0 none !important;
164
+ outline-offset: 0 !important;
165
+ box-shadow: inset 0 0 0 1px #bdbdbd !important;
112
166
  }
113
167
  .checkbox-round {
114
- width: 13px !important;
115
- height: 13px !important;
116
- background-color: white;
117
- border-radius: 50%;
118
- vertical-align: middle;
119
- border: 1px solid #ddd;
120
- appearance: none;
121
- -webkit-appearance: none;
122
- outline: none;
123
- cursor: pointer;
168
+ width: 13px !important;
169
+ height: 13px !important;
170
+ background-color: white;
171
+ border-radius: 50%;
172
+ vertical-align: middle;
173
+ border: 1px solid #ddd;
174
+ appearance: none;
175
+ -webkit-appearance: none;
176
+ outline: none;
177
+ cursor: pointer;
124
178
  }
125
179
  .checkbox-round:checked {
126
- background-color: #00AEEF;
180
+ background-color: #00aeef;
127
181
  }
128
182
  .checkbox-round:focus {
129
- outline: none !important;
130
- }
131
- .p-tree-filter:focus, .p-tree-filter:focus-visible, .p-inputtext:enabled:hover {
132
- box-shadow: inset 0 0 0 0.15rem #dfdcdc !important;
133
- border-color: transparent !important;
183
+ outline: none !important;
134
184
  }
135
- .bacnetbutton > .pi {
136
- display: flex;
185
+ .p-tree-filter:focus,
186
+ .p-tree-filter:focus-visible,
187
+ .p-inputtext:enabled:hover {
188
+ box-shadow: inset 0 0 0 0.15rem #dfdcdc !important;
189
+ border-color: transparent !important;
137
190
  }
138
191
  .p-tree-container {
139
- margin: 0 !important;
192
+ margin: 0 !important;
140
193
  }
141
194
  .reloadButtonIcon {
142
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
195
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
196
+ "Segoe UI Emoji", "Segoe UI Symbol" !important;
143
197
  }
144
198
  .exportReadListButton {
145
- border: none;
146
- background: none;
147
- font-size: 14px !important;
148
- float: left;
149
- display: flex;
150
- align-items: center;
199
+ border: none;
200
+ background: none;
201
+ font-size: 14px !important;
202
+ float: left;
203
+ display: flex;
204
+ align-items: center;
151
205
  }
152
206
  .exportReadListButton:hover {
153
- background-color: #d5d5d5;
154
- border-radius: 5px;
207
+ background-color: #d5d5d5;
208
+ border-radius: 5px;
155
209
  }
156
210
  .removeAllDevicesButton {
157
- border: none;
158
- background: none;
159
- font-size: 14px !important;
160
- float: right;
161
- display: flex;
162
- align-items: center;
163
- padding: 5px;
164
- font-weight: bold;
211
+ border: none;
212
+ background: none;
213
+ font-size: 14px !important;
214
+ float: right;
215
+ display: flex;
216
+ align-items: center;
217
+ padding: 5px;
218
+ font-weight: bold;
219
+ margin-left: 95px !important;
165
220
  }
166
221
  .removeAllDevicesButton:hover {
167
- background-color: #d5d5d5;
168
- border-radius: 10px;
222
+ background-color: #d5d5d5;
223
+ border-radius: 10px;
169
224
  }
170
225
  .reloadButton {
171
- border: none;
172
- background: none;
173
- font-size: 14px !important;
174
- float: right;
226
+ border: none;
227
+ background: none;
228
+ font-size: 14px !important;
229
+ float: right;
175
230
  }
176
231
  .rebuildDataButton {
177
- border: none;
178
- background: none;
179
- font-size: 14px !important;
180
- float: right;
232
+ border: none;
233
+ background: none;
234
+ font-size: 14px !important;
235
+ float: right;
181
236
  }
182
237
  .reloadButton:hover {
183
- background-color: #d5d5d5;
184
- border-radius: 10px;
238
+ background-color: #d5d5d5;
239
+ border-radius: 10px;
185
240
  }
186
241
  .rebuildDataButton:hover {
187
- background-color: #d5d5d5;
188
- border-radius: 10px;
242
+ background-color: #d5d5d5;
243
+ border-radius: 10px;
189
244
  }
190
245
  .headerDiv {
191
- display: flex;
192
- flex-direction: row;
193
- flex-wrap: nowrap;
194
- justify-content: space-around;
195
- height: 20px;
246
+ display: flex;
247
+ flex-direction: row;
248
+ flex-wrap: nowrap;
249
+ justify-content: space-between;
250
+ height: 20px;
196
251
  }
197
252
  .msgTypeDiv {
198
- display: flex;
199
- align-items: flex-start;
200
- flex-direction: column;
253
+ display: flex;
254
+ align-items: flex-start;
255
+ flex-direction: column;
201
256
  }
202
257
  .p-progressbar .p-progressbar-value {
203
- background: #00AEEF !important;
258
+ background: #00aeef !important;
204
259
  }
205
260
  .p-treenode-label {
206
- overflow: hidden;
207
- white-space: nowrap;
208
- text-overflow: ellipsis;
261
+ overflow: hidden;
262
+ white-space: nowrap;
263
+ text-overflow: ellipsis;
209
264
  }
210
265
  .buttonGroup {
211
- padding-left: 7px;
266
+ padding-left: 7px;
212
267
  }
213
268
  #read-readList-tab {
214
- display: flex;
215
- flex-direction: column;
269
+ display: flex;
270
+ flex-direction: column;
216
271
  }
217
272
  .removeAllDevicesDiv {
218
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
219
- padding-right: 20px;
273
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
274
+ "Segoe UI Emoji", "Segoe UI Symbol";
275
+ padding-right: 20px;
276
+ display: flex;
277
+ flex-direction: row;
278
+ flex-wrap: nowrap;
279
+ }
280
+
281
+ .bp-read-list-refresh-button {
282
+ margin-left: 10px !important;
283
+ span {
284
+ padding-left: 5px;
285
+ }
220
286
  }
221
287
  .p-tree .p-treenode-children {
222
- padding: 0 !important;
288
+ padding: 0 !important;
223
289
  }
224
290
  .p-tree-toggler .p-link {
225
- width: 25px !important;
291
+ width: 25px !important;
226
292
  }
227
293
  .dot {
228
- height: 13px;
229
- width: 13px;
230
- border: 0.75px solid #777777;
231
- border-radius: 50%;
232
- display: inline-block;
233
- margin-right: 5px;
294
+ height: 13px;
295
+ width: 13px;
296
+ border-radius: 50%;
297
+ display: inline-block;
298
+ margin-right: 5px;
234
299
  }
235
300
  .dotOnline {
236
- background-color: #11c511;
301
+ background-color: #63B686;
237
302
  }
238
303
  .dotOffline {
239
- background-color: red;
304
+ background-color: red;
240
305
  }
241
306
  .mstpDeviceCount {
242
- margin-left: 10px;
243
- background-color: #00aeef;
244
- color: #ffffff;
245
- border-radius: 45%;
246
- font-size: 12px;
307
+ margin-left: 10px;
308
+ background-color: #00aeef;
309
+ color: #ffffff;
310
+ border-radius: 45%;
311
+ font-size: 12px;
247
312
  }
248
313
 
249
314
  .point-context-menu {
250
- --mouse-x: 0;
251
- --mouse-y: 0;
252
- display: none;
253
- position: fixed;
254
- margin: 0;
255
- left: 0;
256
- top: 0;
257
- /* The following line is responsible for all the magic */
258
- transform: translateX(min(var(--mouse-x), calc(100vw - 100%))) translateY(min(var(--mouse-y), calc(100vh - 100%)));
259
- z-index: 10;
315
+ --mouse-x: 0;
316
+ --mouse-y: 0;
317
+ display: none;
318
+ position: fixed;
319
+ margin: 0;
320
+ left: 0;
321
+ top: 0;
322
+ /* The following line is responsible for all the magic */
323
+ transform: translateX(min(var(--mouse-x), calc(100vw - 100%))) translateY(min(var(--mouse-y), calc(100vh - 100%)));
324
+ z-index: 10;
260
325
  }
261
326
 
262
327
  .context-menu {
263
- --mouse-x: 0;
264
- --mouse-y: 0;
265
- display: none;
266
- position: fixed;
267
- margin: 0;
268
- left: 0;
269
- top: 0;
270
- /* The following line is responsible for all the magic */
271
- transform: translateX(min(var(--mouse-x), calc(100vw - 100%))) translateY(min(var(--mouse-y), calc(100vh - 100%)));
272
- z-index: 10;
328
+ --mouse-x: 0;
329
+ --mouse-y: 0;
330
+ display: none;
331
+ position: fixed;
332
+ margin: 0;
333
+ left: 0;
334
+ top: 0;
335
+ /* The following line is responsible for all the magic */
336
+ transform: translateX(min(var(--mouse-x), calc(100vw - 100%))) translateY(min(var(--mouse-y), calc(100vh - 100%)));
337
+ z-index: 10;
273
338
  }
274
339
  .context-menu-container {
275
- flex-direction: column;
276
- justify-content: space-evenly;
277
- align-items: flex-start;
278
- width: 100%;
340
+ flex-direction: column;
341
+ justify-content: space-evenly;
342
+ align-items: flex-start;
343
+ width: 100%;
279
344
  }
280
345
  .context-menu-item {
281
- width: 100%;
282
- height: 30px;
283
- display: flex;
284
- flex-direction: column;
285
- justify-content: space-around;
346
+ width: 100%;
347
+ height: 30px;
348
+ display: flex;
349
+ flex-direction: column;
350
+ justify-content: space-around;
286
351
  }
287
352
  .context-menu-item:hover {
288
- cursor: pointer;
353
+ cursor: pointer;
289
354
  }
290
355
  .context-menu-item-text {
291
- padding-left: 10px;
356
+ padding-left: 10px;
292
357
  }
293
358
  .context-menu-icon {
294
- color: white;
359
+ color: white;
295
360
  }
296
361
  .export-points-button {
297
- border: 1px solid var(--red-ui-secondary-border-color);
298
- border-radius: 5px !important;
299
- padding: 6px 12px;
300
- cursor: pointer;
301
- margin-right: 10px !important;
362
+ font-size: 13px;
363
+ border: 1px solid #20b7f1;
364
+ border-radius: 5px !important;
365
+ padding: 6px 12px;
366
+ cursor: pointer;
367
+ margin-right: 10px !important;
368
+ background: white;
369
+
370
+ i,a {
371
+ color: #20b7f1;
372
+ font-weight: bold;
373
+ }
374
+ a:hover {
375
+ color: #20b7f1;
376
+ }
302
377
  }
303
378
  .diplayNameDialogSave {
304
- background-color: #3295BD !important;
305
- border-radius: 0 !important;
306
- margin-right: 0 !important;
379
+ background-color: #3295bd !important;
380
+ border-radius: 0 !important;
381
+ margin-right: 0 !important;
307
382
  }
308
383
  .diplayNameDialogSave > .p-button-label {
309
- color: white !important;
384
+ color: white !important;
310
385
  }
311
386
  .diplayNameDialogCancel {
312
- background-color: #ffffff !important;
313
- color: #666 !important;
314
- border: 1px solid var(--red-ui-secondary-border-color);
315
- border-radius: 0 !important;
316
- margin-right: 0 !important;
387
+ background-color: #ffffff !important;
388
+ color: #666 !important;
389
+ border: 1px solid var(--red-ui-secondary-border-color);
390
+ border-radius: 0 !important;
391
+ margin-right: 0 !important;
317
392
  }
318
393
  .diplayNameDialogCancel:hover {
319
- background-color: #e6e6e6 !important;
320
- color: #666 !important;
321
- border: 1px solid var(--red-ui-secondary-border-color);
394
+ background-color: #e6e6e6 !important;
395
+ color: #666 !important;
396
+ border: 1px solid var(--red-ui-secondary-border-color);
322
397
  }
323
398
  .deviceNameDialog {
399
+ .p-dialog-header {
400
+ background: #133547 !important;
401
+ padding: 0.5rem !important;
402
+ }
403
+ .p-dialog-title {
404
+ color: white;
405
+ font-size: 1rem !important;
406
+ }
407
+ .p-dialog-content {
408
+ padding: 0.5em 0.75rem 0.5rem 0.75rem;
324
409
 
325
- .p-dialog-header {
326
- background: #133547 !important;
327
- padding: 0.5rem !important;
410
+ & label {
411
+ font-size: 0.9rem !important;
328
412
  }
329
- .p-dialog-title {
330
- color: white;
331
- font-size: 1rem !important;
413
+ & input {
414
+ font-size: 1rem !important;
332
415
  }
333
- .p-dialog-content {
334
- padding: 0.5em 0.75rem 0.5rem 0.75rem;
335
-
336
- & label {
337
- font-size: 0.9rem !important;
338
- }
339
- & input {
340
- font-size: 1rem !important;
341
- }
416
+ }
417
+ }
418
+
419
+ .bp-row {
420
+ display: flex;
421
+ flex-direction: column;
422
+ padding-bottom: 5px;
423
+
424
+ input,
425
+ select {
426
+ width: auto !important;
427
+ border-radius: 6px;
428
+ }
429
+
430
+ label {
431
+ color: black;
432
+ font-weight: bold;
433
+ font-size: 16px;
434
+ width: auto !important;
435
+ }
436
+ }
437
+
438
+ .bp-frequency-container {
439
+ display: flex;
440
+ flex-direction: row;
441
+ align-items: baseline;
442
+
443
+ p {
444
+ padding-right: 10px;
445
+ }
446
+
447
+ .bp-frequency-input {
448
+ width: 70px !important;
449
+ margin-right: 5px;
450
+ }
451
+
452
+ .bp-frequency-select {
453
+ width: 200px;
454
+ }
455
+ }
456
+
457
+ .bp-checkbox-row {
458
+ display: flex;
459
+ flex-direction: row;
460
+ align-items: baseline;
461
+
462
+ label {
463
+ color: black;
464
+ font-weight: 500;
465
+ font-size: 16px;
466
+ width: auto !important;
467
+ padding-left: 10px;
468
+ }
469
+
470
+ /* Hide the default checkbox */
471
+ input[type="checkbox"] {
472
+ appearance: none; /* Remove default checkbox styling */
473
+ -webkit-appearance: none;
474
+ -moz-appearance: none;
475
+ width: 18px;
476
+ height: 18px;
477
+ background-color: white;
478
+ border: 2px solid #20b7f1; /* Border color */
479
+ border-radius: 3px; /* Rounded corners */
480
+ cursor: pointer;
481
+ position: relative;
482
+ }
483
+
484
+ /* Custom tick color */
485
+ input[type="checkbox"]:checked {
486
+ background-color: white; /* Background color when checked */
487
+ border-color: #20b7f1; /* Border color when checked */
488
+ }
489
+
490
+ /* Custom tick using a pseudo-element */
491
+ input[type="checkbox"]:checked::before {
492
+ content: '\2714'; /* Unicode for the tick symbol */
493
+ color: #20b7f1; /* Tick color */
494
+ font-size: 15px;
495
+ position: absolute;
496
+ top: -4px;
497
+ left: 2px;
498
+ }
499
+
500
+ input[type=checkbox]:focus {
501
+ outline: none;
502
+ }
503
+
504
+ }
505
+
506
+ .bp-checkbox {
507
+ accent-color: white;
508
+ bottom: -3px;
509
+ }
510
+
511
+ .bp-import-buttons {
512
+ margin-top: 25px;
513
+ label {
514
+ width: auto !important;
515
+ font-size: 13px;
516
+ border-color: #20b7f1;
517
+ }
518
+
519
+ i,
520
+ a {
521
+ color: #20b7f1;
522
+ font-weight: bold;
523
+ }
524
+ a:hover {
525
+ color: #20b7f1;
526
+ font-weight: bold;
527
+ }
528
+ }
529
+
530
+ .red-ui-tab {
531
+ border-top-left-radius: 5px;
532
+ border-top-right-radius: 5px;
533
+ }
534
+
535
+ .node-input-deviceIdRangeMatrix-container-row {
536
+ border-radius: 10px;
537
+
538
+ .red-ui-editableList-header {
539
+ background-color: #f5f5f5;
540
+ }
541
+ .red-ui-editableList-item-removable,
542
+ .red-ui-editableList-container {
543
+ border-radius: 10px;
544
+ background: #fafafa;
545
+ }
546
+
547
+ .red-ui-editableList-item-remove {
548
+ margin-top: -15px !important;
549
+ }
550
+ }
551
+
552
+ .bp-matrix-heading {
553
+ padding-left: 15px;
554
+ font-weight: bold;
555
+ }
556
+
557
+ .bp-matrix-count {
558
+ padding-left: 10px;
559
+ font-size: small;
560
+ background: white;
561
+ border-radius: 10px;
562
+ height: 20px;
563
+ label {
564
+ left: -5px;
565
+ position: relative;
566
+ }
567
+ }
568
+
569
+ .bp-matrix-itemIndex {
570
+ padding-left: 15px;
571
+ color: #1fb7f0;
572
+ font-size: 15px;
573
+ font-weight: bold;
574
+ }
575
+
576
+ .bp-matrix-enable {
577
+ margin-left: 80px;
578
+ }
579
+
580
+ .bp-button-group {
581
+ display: flex;
582
+ background: #F5F5F5;
583
+ height: 55px;
584
+ border-radius: 10px;
585
+
586
+ .msgOptions {
587
+ width: 50%;
588
+ height: 70%;
589
+ margin: auto;
590
+ border: none;
591
+ display: flex;
592
+ flex-direction: row;
593
+ justify-content: space-evenly;
594
+ align-items: center;
595
+ cursor: pointer;
596
+ transition: 1s;
597
+ }
598
+
599
+ label {
600
+ width: auto !important;
601
+ }
602
+
603
+ .msgOptions:hover {
604
+ transition: 1s;
605
+ }
606
+
607
+ .discoverOption {
608
+ margin-left: 10px;
609
+ border-radius: 5px;
610
+ }
611
+
612
+ .pollOption {
613
+ margin-right: 10px;
614
+ border-radius: 5px;
615
+ }
616
+
617
+ .activeButton {
618
+ background: #00ADEF;
619
+ label {
620
+ color: white;
342
621
  }
622
+ }
623
+ }
624
+
625
+ .bp-objectPropertiesLabel {
626
+ float: right;
627
+ margin-bottom: 20px;
628
+ }
629
+
630
+ .bp-msg-type-row {
631
+ border: 1px solid #D4D4D4;
632
+ border-radius: 5px;
633
+ display: flex;
634
+ width: 100%;
635
+ flex-wrap: nowrap;
636
+ flex-direction: row;
637
+ padding-top: 10px;
638
+ margin-left: auto;
639
+ margin-right: auto;
640
+ margin-top: 30px;
641
+ padding-bottom: 15px;
642
+ }
643
+
644
+ .bp-object {
645
+ padding-left: 15px;
646
+ }
647
+
648
+ .bp-msg {
649
+ padding-left: 95px;
650
+ }
651
+
652
+ .bp-msg-type-labels {
653
+ display: flex;
654
+ align-items: center;
655
+ white-space: nowrap;
656
+ padding-bottom: 10px;
657
+ }
658
+
659
+ .bp-msg-type-column {
660
+ display: flex;
661
+ align-items: flex-start;
662
+ flex-direction: column;
663
+ }
664
+
665
+ .injectHeading>a {
666
+ margin: 0;
667
+ font-weight: 600;
668
+ font-size: 14px;
669
+ }
670
+
671
+ .injectHeading {
672
+ text-align: start;
673
+ height: 30px;
674
+ }
675
+
676
+ .bp-editable-list {
677
+ .red-ui-typedInput-type-select {
678
+ background: #EFFAFF;
679
+ color: #4D88B7 !important;
680
+ }
681
+ .red-ui-typedInput-option-trigger, .red-ui-typedInput-option-label {
682
+ background-color: white !important;
683
+ }
684
+ }
685
+
686
+ .bp-prop-row {
687
+ width: auto;
688
+ border: 1px solid #ddd;
689
+ border-radius: 10px;
690
+ padding: 10px;
691
+ }
692
+
693
+ .bp-prop-heading {
694
+ padding-bottom: 10px;
695
+ color: #737373;
696
+ font-weight: bold !important;
697
+ }
698
+
699
+ .bp-readnode-useDeviceName {
700
+ margin-top: 30px;
701
+ margin-bottom: 30px;
702
+ }
703
+
704
+ .checkbox-round {
705
+ width: 13px !important;
706
+ height: 13px !important;
707
+ background-color: white;
708
+ border-radius: 50%;
709
+ vertical-align: middle;
710
+ border: 1px solid #ddd;
711
+ appearance: none;
712
+ -webkit-appearance: none;
713
+ outline: none;
714
+ cursor: pointer;
715
+ }
716
+
717
+ .checkbox-round:checked {
718
+ background-color: #00AEEF;
719
+ }
720
+
721
+ .checkbox-round:focus {
722
+ outline: none !important;
723
+ }
724
+
725
+ .optionsSelector {
726
+ min-height: 90px !important;
727
+ max-height: none !important;
728
+ display: flex;
729
+ flex-direction: column;
730
+ flex-wrap: nowrap;
731
+ justify-content: space-around;
732
+ }
733
+
734
+ .bitpoolInjectList>.red-ui-editableList>.red-ui-editableList-container {
735
+ min-height: 120px !important;
736
+ max-height: none;
737
+ overflow-y: scroll;
738
+ height: 410px !important;
739
+ }
740
+
741
+ .bp-deviceCount {
742
+ font-weight: bold;
343
743
  }