@vitrosoftware/common-ui-ts 1.0.5 → 1.0.6
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,12 +1,56 @@
|
|
|
1
1
|
:global(#TreeView) {
|
|
2
|
-
height: 100%;
|
|
2
|
+
height: 100%;
|
|
3
|
+
padding: 6px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.vitro-tree-view ::-webkit-scrollbar {
|
|
7
|
+
width: 8px;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.vitro-tree-view ::-webkit-scrollbar-track {
|
|
11
|
+
background: #fff;
|
|
12
|
+
border-radius: 8px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.vitro-tree-view ::-webkit-scrollbar-thumb {
|
|
16
|
+
background: #e0e0e0;
|
|
17
|
+
border-radius: 4px;
|
|
18
|
+
height: 100px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.vitro-tree-view ::-webkit-scrollbar-thumb:hover {
|
|
22
|
+
background: #828282;
|
|
3
23
|
}
|
|
4
24
|
|
|
5
25
|
.vitro-tree-view {
|
|
6
26
|
height: 100%;
|
|
7
|
-
padding:
|
|
27
|
+
padding: 14px 18px;
|
|
8
28
|
overflow-y: auto;
|
|
9
|
-
overflow-x:
|
|
29
|
+
overflow-x: auto;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.vitro-tree-view::-webkit-scrollbar {
|
|
33
|
+
width: 8px;
|
|
34
|
+
height: 8px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.vitro-tree-view::-webkit-scrollbar-track {
|
|
38
|
+
background: #fff;
|
|
39
|
+
border-radius: 12px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.vitro-tree-view::-webkit-scrollbar-thumb {
|
|
43
|
+
background: #e0e0e0;
|
|
44
|
+
border-radius: 4px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.vitro-tree-view::-webkit-scrollbar-thumb:hover {
|
|
48
|
+
background: #BDBDBD;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.vitro-tree-view {
|
|
52
|
+
scrollbar-color: #e0e0e0 #fff;
|
|
53
|
+
scrollbar-width: thin;
|
|
10
54
|
}
|
|
11
55
|
|
|
12
56
|
.vitro-tree-view :global(.jstree-anchor) {
|
|
@@ -11,6 +11,19 @@
|
|
|
11
11
|
width: 17px;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
+
.TWCustScroll3Right, .TWCustScroll3RightHidden, .TWCustScroll3Down, .TWCustScroll3DownHidden {
|
|
15
|
+
background: #fff;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.TWCustScroll3SliderRight, .TWCustScroll3SliderLeft, .TWCustScroll3SliderDown, .TWCustScroll3SliderUp {
|
|
19
|
+
background: #e0e0e0;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.TWCustScroll3SliderRight:hover, .TWCustScroll3SliderLeft:hover, .TWCustScroll3SliderDown:hover, .TWCustScroll3SliderUp:hover,
|
|
23
|
+
.TWCustScroll3SliderRight:active, .TWCustScroll3SliderLeft:active, .TWCustScroll3SliderDown:active, .TWCustScroll3SliderUp:active {
|
|
24
|
+
background: #BDBDBD;
|
|
25
|
+
}
|
|
26
|
+
|
|
14
27
|
.TWCellHeader {
|
|
15
28
|
font-family: "GraphikMedium" !important;
|
|
16
29
|
font-weight: normal !important;
|
package/dist/index.css
CHANGED
|
@@ -278,14 +278,58 @@
|
|
|
278
278
|
}
|
|
279
279
|
|
|
280
280
|
#TreeView {
|
|
281
|
-
height: 100%;
|
|
281
|
+
height: 100%;
|
|
282
|
+
padding: 6px;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
._tree-view_vitro-tree-view_3R9kjAJ ::-webkit-scrollbar {
|
|
286
|
+
width: 8px;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
._tree-view_vitro-tree-view_3R9kjAJ ::-webkit-scrollbar-track {
|
|
290
|
+
background: #fff;
|
|
291
|
+
border-radius: 8px;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
._tree-view_vitro-tree-view_3R9kjAJ ::-webkit-scrollbar-thumb {
|
|
295
|
+
background: #e0e0e0;
|
|
296
|
+
border-radius: 4px;
|
|
297
|
+
height: 100px;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
._tree-view_vitro-tree-view_3R9kjAJ ::-webkit-scrollbar-thumb:hover {
|
|
301
|
+
background: #828282;
|
|
282
302
|
}
|
|
283
303
|
|
|
284
304
|
._tree-view_vitro-tree-view_3R9kjAJ {
|
|
285
305
|
height: 100%;
|
|
286
|
-
padding:
|
|
306
|
+
padding: 14px 18px;
|
|
287
307
|
overflow-y: auto;
|
|
288
|
-
overflow-x:
|
|
308
|
+
overflow-x: auto;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
._tree-view_vitro-tree-view_3R9kjAJ::-webkit-scrollbar {
|
|
312
|
+
width: 8px;
|
|
313
|
+
height: 8px;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
._tree-view_vitro-tree-view_3R9kjAJ::-webkit-scrollbar-track {
|
|
317
|
+
background: #fff;
|
|
318
|
+
border-radius: 12px;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
._tree-view_vitro-tree-view_3R9kjAJ::-webkit-scrollbar-thumb {
|
|
322
|
+
background: #e0e0e0;
|
|
323
|
+
border-radius: 4px;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
._tree-view_vitro-tree-view_3R9kjAJ::-webkit-scrollbar-thumb:hover {
|
|
327
|
+
background: #BDBDBD;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
._tree-view_vitro-tree-view_3R9kjAJ {
|
|
331
|
+
scrollbar-color: #e0e0e0 #fff;
|
|
332
|
+
scrollbar-width: thin;
|
|
289
333
|
}
|
|
290
334
|
|
|
291
335
|
._tree-view_vitro-tree-view_3R9kjAJ .jstree-anchor {
|
|
@@ -546,8 +590,12 @@
|
|
|
546
590
|
._uploader_vitro-uploader_1frFGu3 {
|
|
547
591
|
width: 100%;
|
|
548
592
|
padding-left: 7px;
|
|
549
|
-
padding-right:
|
|
593
|
+
padding-right: 16px;
|
|
550
594
|
position: absolute;
|
|
595
|
+
bottom: 51px;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.pane:has(tr[style="display: none;"]) ._uploader_vitro-uploader_1frFGu3 {
|
|
551
599
|
bottom: 41px;
|
|
552
600
|
}
|
|
553
601
|
|