@syncfusion/ej2-navigations 33.2.4 → 33.2.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.
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +21 -7
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +21 -7
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +5 -5
- package/src/accordion/accordion.js +5 -5
- package/src/context-menu/context-menu.js +1 -1
- package/src/treeview/treeview.d.ts +1 -0
- package/src/treeview/treeview.js +15 -1
- package/styles/bds-lite.css +21 -2
- package/styles/bds.css +23 -4
- package/styles/bootstrap-dark-lite.css +21 -2
- package/styles/bootstrap-dark.css +21 -2
- package/styles/bootstrap-lite.css +25 -2
- package/styles/bootstrap.css +25 -2
- package/styles/bootstrap4-lite.css +21 -2
- package/styles/bootstrap4.css +21 -2
- package/styles/bootstrap5-dark-lite.css +21 -2
- package/styles/bootstrap5-dark.css +21 -2
- package/styles/bootstrap5-lite.css +21 -2
- package/styles/bootstrap5.3-lite.css +21 -2
- package/styles/bootstrap5.3.css +21 -2
- package/styles/bootstrap5.css +21 -2
- package/styles/fabric-dark-lite.css +22 -2
- package/styles/fabric-dark.css +22 -2
- package/styles/fabric-lite.css +22 -2
- package/styles/fabric.css +22 -2
- package/styles/fluent-dark-lite.css +21 -2
- package/styles/fluent-dark.css +21 -2
- package/styles/fluent-lite.css +21 -2
- package/styles/fluent.css +21 -2
- package/styles/fluent2-lite.css +30 -2
- package/styles/fluent2.css +30 -2
- package/styles/highcontrast-light-lite.css +21 -2
- package/styles/highcontrast-light.css +21 -2
- package/styles/highcontrast-lite.css +29 -2
- package/styles/highcontrast.css +29 -2
- package/styles/material-dark-lite.css +21 -2
- package/styles/material-dark.css +21 -2
- package/styles/material-lite.css +21 -2
- package/styles/material.css +21 -2
- package/styles/material3-dark-lite.css +21 -2
- package/styles/material3-dark.css +21 -2
- package/styles/material3-lite.css +21 -2
- package/styles/material3.css +21 -2
- package/styles/tailwind-dark-lite.css +22 -3
- package/styles/tailwind-dark.css +23 -4
- package/styles/tailwind-lite.css +22 -3
- package/styles/tailwind.css +23 -4
- package/styles/tailwind3-lite.css +21 -2
- package/styles/tailwind3.css +21 -2
- package/styles/toolbar/_theme.scss +11 -5
- package/styles/toolbar/bds.css +8 -2
- package/styles/toolbar/bootstrap-dark.css +8 -2
- package/styles/toolbar/bootstrap.css +8 -2
- package/styles/toolbar/bootstrap4.css +8 -2
- package/styles/toolbar/bootstrap5-dark.css +8 -2
- package/styles/toolbar/bootstrap5.3.css +8 -2
- package/styles/toolbar/bootstrap5.css +8 -2
- package/styles/toolbar/fabric-dark.css +8 -2
- package/styles/toolbar/fabric.css +8 -2
- package/styles/toolbar/fluent-dark.css +8 -2
- package/styles/toolbar/fluent.css +8 -2
- package/styles/toolbar/fluent2.css +8 -2
- package/styles/toolbar/highcontrast-light.css +8 -2
- package/styles/toolbar/highcontrast.css +8 -2
- package/styles/toolbar/material-dark.css +8 -2
- package/styles/toolbar/material.css +8 -2
- package/styles/toolbar/material3-dark.css +8 -2
- package/styles/toolbar/material3.css +8 -2
- package/styles/toolbar/tailwind-dark.css +8 -2
- package/styles/toolbar/tailwind.css +8 -2
- package/styles/toolbar/tailwind3.css +8 -2
- package/styles/treeview/_bds-definition.scss +3 -2
- package/styles/treeview/_bootstrap-dark-definition.scss +2 -1
- package/styles/treeview/_bootstrap-definition.scss +2 -1
- package/styles/treeview/_bootstrap4-definition.scss +1 -0
- package/styles/treeview/_bootstrap5-dark-definition.scss +1 -0
- package/styles/treeview/_bootstrap5-definition.scss +1 -0
- package/styles/treeview/_bootstrap5.3-definition.scss +1 -0
- package/styles/treeview/_fabric-dark-definition.scss +1 -0
- package/styles/treeview/_fabric-definition.scss +1 -0
- package/styles/treeview/_fluent-dark-definition.scss +1 -0
- package/styles/treeview/_fluent-definition.scss +1 -0
- package/styles/treeview/_fluent2-definition.scss +4 -0
- package/styles/treeview/_highcontrast-definition.scss +1 -0
- package/styles/treeview/_highcontrast-light-definition.scss +1 -0
- package/styles/treeview/_material-dark-definition.scss +1 -0
- package/styles/treeview/_material-definition.scss +1 -0
- package/styles/treeview/_material3-dark-definition.scss +1 -0
- package/styles/treeview/_material3-definition.scss +1 -0
- package/styles/treeview/_tailwind-dark-definition.scss +3 -2
- package/styles/treeview/_tailwind-definition.scss +3 -2
- package/styles/treeview/_tailwind3-definition.scss +1 -0
- package/styles/treeview/_theme.scss +55 -4
- package/styles/treeview/bds.css +15 -2
- package/styles/treeview/bootstrap-dark.css +13 -0
- package/styles/treeview/bootstrap.css +17 -0
- package/styles/treeview/bootstrap4.css +13 -0
- package/styles/treeview/bootstrap5-dark.css +13 -0
- package/styles/treeview/bootstrap5.3.css +13 -0
- package/styles/treeview/bootstrap5.css +13 -0
- package/styles/treeview/fabric-dark.css +14 -0
- package/styles/treeview/fabric.css +14 -0
- package/styles/treeview/fluent-dark.css +13 -0
- package/styles/treeview/fluent.css +13 -0
- package/styles/treeview/fluent2.css +22 -0
- package/styles/treeview/highcontrast-light.css +13 -0
- package/styles/treeview/highcontrast.css +21 -0
- package/styles/treeview/material-dark.css +13 -0
- package/styles/treeview/material.css +13 -0
- package/styles/treeview/material3-dark.css +13 -0
- package/styles/treeview/material3.css +13 -0
- package/styles/treeview/tailwind-dark.css +15 -2
- package/styles/treeview/tailwind.css +15 -2
- package/styles/treeview/tailwind3.css +13 -0
|
@@ -509,6 +509,11 @@
|
|
|
509
509
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
510
510
|
color: #f0f0f0;
|
|
511
511
|
}
|
|
512
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
513
|
+
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
514
|
+
box-shadow: inset 0 0 0 1px #fff;
|
|
515
|
+
border: none;
|
|
516
|
+
}
|
|
512
517
|
.e-treeview .e-list-item.e-active {
|
|
513
518
|
background: transparent;
|
|
514
519
|
}
|
|
@@ -554,6 +559,8 @@
|
|
|
554
559
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
555
560
|
background-color: transparent;
|
|
556
561
|
border-color: transparent;
|
|
562
|
+
-webkit-box-shadow: none;
|
|
563
|
+
box-shadow: none;
|
|
557
564
|
}
|
|
558
565
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
559
566
|
color: #f0f0f0;
|
|
@@ -610,6 +617,12 @@
|
|
|
610
617
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
611
618
|
background-color: transparent;
|
|
612
619
|
border-color: transparent;
|
|
620
|
+
-webkit-box-shadow: none;
|
|
621
|
+
box-shadow: none;
|
|
622
|
+
}
|
|
623
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
624
|
+
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
625
|
+
box-shadow: inset 0 0 0 1px #fff;
|
|
613
626
|
}
|
|
614
627
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
615
628
|
border-color: transparent;
|
|
@@ -512,6 +512,11 @@
|
|
|
512
512
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
513
513
|
color: #333;
|
|
514
514
|
}
|
|
515
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
516
|
+
-webkit-box-shadow: inset 0 0 0 1px #000;
|
|
517
|
+
box-shadow: inset 0 0 0 1px #000;
|
|
518
|
+
border: none;
|
|
519
|
+
}
|
|
515
520
|
.e-treeview .e-list-item.e-active {
|
|
516
521
|
background: transparent;
|
|
517
522
|
}
|
|
@@ -556,6 +561,10 @@
|
|
|
556
561
|
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
557
562
|
color: #fff;
|
|
558
563
|
}
|
|
564
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
565
|
+
-webkit-box-shadow: inset 0 0 0 1px #000;
|
|
566
|
+
box-shadow: inset 0 0 0 1px #000;
|
|
567
|
+
}
|
|
559
568
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
560
569
|
background-color: transparent;
|
|
561
570
|
border-color: transparent;
|
|
@@ -616,12 +625,20 @@
|
|
|
616
625
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
617
626
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
618
627
|
}
|
|
628
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
629
|
+
-webkit-box-shadow: inset 0 0 0 1px #000;
|
|
630
|
+
box-shadow: inset 0 0 0 1px #000;
|
|
631
|
+
}
|
|
619
632
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
620
633
|
background-color: transparent;
|
|
621
634
|
border-color: transparent;
|
|
622
635
|
-webkit-box-shadow: none;
|
|
623
636
|
box-shadow: none;
|
|
624
637
|
}
|
|
638
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
639
|
+
-webkit-box-shadow: inset 0 0 0 1px #000;
|
|
640
|
+
box-shadow: inset 0 0 0 1px #000;
|
|
641
|
+
}
|
|
625
642
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
626
643
|
border-color: transparent;
|
|
627
644
|
}
|
|
@@ -519,6 +519,11 @@
|
|
|
519
519
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
520
520
|
color: #495057;
|
|
521
521
|
}
|
|
522
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
523
|
+
-webkit-box-shadow: inset 0 0 0 1px #212529;
|
|
524
|
+
box-shadow: inset 0 0 0 1px #212529;
|
|
525
|
+
border: none;
|
|
526
|
+
}
|
|
522
527
|
.e-treeview .e-list-item.e-active {
|
|
523
528
|
background: transparent;
|
|
524
529
|
}
|
|
@@ -569,6 +574,8 @@
|
|
|
569
574
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
570
575
|
background-color: transparent;
|
|
571
576
|
border-color: transparent;
|
|
577
|
+
-webkit-box-shadow: none;
|
|
578
|
+
box-shadow: none;
|
|
572
579
|
}
|
|
573
580
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
574
581
|
color: #212529;
|
|
@@ -626,6 +633,12 @@
|
|
|
626
633
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
627
634
|
background-color: transparent;
|
|
628
635
|
border-color: transparent;
|
|
636
|
+
-webkit-box-shadow: none;
|
|
637
|
+
box-shadow: none;
|
|
638
|
+
}
|
|
639
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
640
|
+
-webkit-box-shadow: inset 0 0 0 1px #212529;
|
|
641
|
+
box-shadow: inset 0 0 0 1px #212529;
|
|
629
642
|
}
|
|
630
643
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
631
644
|
border-color: transparent;
|
|
@@ -521,6 +521,11 @@
|
|
|
521
521
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
522
522
|
color: #dee2e6;
|
|
523
523
|
}
|
|
524
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
525
|
+
-webkit-box-shadow: inset 0 0 0 2px #fff;
|
|
526
|
+
box-shadow: inset 0 0 0 2px #fff;
|
|
527
|
+
border: none;
|
|
528
|
+
}
|
|
524
529
|
.e-treeview .e-list-item.e-active {
|
|
525
530
|
background: transparent;
|
|
526
531
|
}
|
|
@@ -572,6 +577,8 @@
|
|
|
572
577
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
573
578
|
background-color: transparent;
|
|
574
579
|
border-color: transparent;
|
|
580
|
+
-webkit-box-shadow: none;
|
|
581
|
+
box-shadow: none;
|
|
575
582
|
}
|
|
576
583
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
577
584
|
color: #fff;
|
|
@@ -631,6 +638,12 @@
|
|
|
631
638
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
632
639
|
background-color: transparent;
|
|
633
640
|
border-color: transparent;
|
|
641
|
+
-webkit-box-shadow: none;
|
|
642
|
+
box-shadow: none;
|
|
643
|
+
}
|
|
644
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
645
|
+
-webkit-box-shadow: inset 0 0 0 2px #fff;
|
|
646
|
+
box-shadow: inset 0 0 0 2px #fff;
|
|
634
647
|
}
|
|
635
648
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
636
649
|
border-color: transparent;
|
|
@@ -771,6 +771,11 @@
|
|
|
771
771
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
772
772
|
color: var(--color-sf-icon-color-hover);
|
|
773
773
|
}
|
|
774
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
775
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
776
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
777
|
+
border: none;
|
|
778
|
+
}
|
|
774
779
|
.e-treeview .e-list-item.e-active {
|
|
775
780
|
background: transparent;
|
|
776
781
|
}
|
|
@@ -822,6 +827,8 @@
|
|
|
822
827
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
823
828
|
background-color: transparent;
|
|
824
829
|
border-color: transparent;
|
|
830
|
+
-webkit-box-shadow: none;
|
|
831
|
+
box-shadow: none;
|
|
825
832
|
}
|
|
826
833
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
827
834
|
color: var(--color-sf-content-text-color);
|
|
@@ -878,6 +885,12 @@
|
|
|
878
885
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
879
886
|
background-color: transparent;
|
|
880
887
|
border-color: transparent;
|
|
888
|
+
-webkit-box-shadow: none;
|
|
889
|
+
box-shadow: none;
|
|
890
|
+
}
|
|
891
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
892
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
893
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
881
894
|
}
|
|
882
895
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
883
896
|
border-color: transparent;
|
|
@@ -521,6 +521,11 @@
|
|
|
521
521
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
522
522
|
color: #343a40;
|
|
523
523
|
}
|
|
524
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
525
|
+
-webkit-box-shadow: inset 0 0 0 2px #212529;
|
|
526
|
+
box-shadow: inset 0 0 0 2px #212529;
|
|
527
|
+
border: none;
|
|
528
|
+
}
|
|
524
529
|
.e-treeview .e-list-item.e-active {
|
|
525
530
|
background: transparent;
|
|
526
531
|
}
|
|
@@ -572,6 +577,8 @@
|
|
|
572
577
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
573
578
|
background-color: transparent;
|
|
574
579
|
border-color: transparent;
|
|
580
|
+
-webkit-box-shadow: none;
|
|
581
|
+
box-shadow: none;
|
|
575
582
|
}
|
|
576
583
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
577
584
|
color: #212529;
|
|
@@ -631,6 +638,12 @@
|
|
|
631
638
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
632
639
|
background-color: transparent;
|
|
633
640
|
border-color: transparent;
|
|
641
|
+
-webkit-box-shadow: none;
|
|
642
|
+
box-shadow: none;
|
|
643
|
+
}
|
|
644
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
645
|
+
-webkit-box-shadow: inset 0 0 0 2px #212529;
|
|
646
|
+
box-shadow: inset 0 0 0 2px #212529;
|
|
634
647
|
}
|
|
635
648
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
636
649
|
border-color: transparent;
|
|
@@ -509,6 +509,11 @@
|
|
|
509
509
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
510
510
|
color: #dadada;
|
|
511
511
|
}
|
|
512
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
513
|
+
-webkit-box-shadow: inset 0 0 0 1px #f8f8f8;
|
|
514
|
+
box-shadow: inset 0 0 0 1px #f8f8f8;
|
|
515
|
+
border: none;
|
|
516
|
+
}
|
|
512
517
|
.e-treeview .e-list-item.e-active {
|
|
513
518
|
background: transparent;
|
|
514
519
|
}
|
|
@@ -554,6 +559,8 @@
|
|
|
554
559
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
555
560
|
background-color: transparent;
|
|
556
561
|
border-color: transparent;
|
|
562
|
+
-webkit-box-shadow: none;
|
|
563
|
+
box-shadow: none;
|
|
557
564
|
}
|
|
558
565
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
559
566
|
color: #dadada;
|
|
@@ -610,6 +617,13 @@
|
|
|
610
617
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
611
618
|
background-color: transparent;
|
|
612
619
|
border-color: transparent;
|
|
620
|
+
-webkit-box-shadow: none;
|
|
621
|
+
box-shadow: none;
|
|
622
|
+
}
|
|
623
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
624
|
+
-webkit-box-shadow: inset 0 0 0 1px #f8f8f8;
|
|
625
|
+
box-shadow: inset 0 0 0 1px #f8f8f8;
|
|
626
|
+
border: none;
|
|
613
627
|
}
|
|
614
628
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
615
629
|
border-color: transparent;
|
|
@@ -512,6 +512,11 @@
|
|
|
512
512
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
513
513
|
color: #333;
|
|
514
514
|
}
|
|
515
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
516
|
+
-webkit-box-shadow: inset 0 0 0 1px #000;
|
|
517
|
+
box-shadow: inset 0 0 0 1px #000;
|
|
518
|
+
border: none;
|
|
519
|
+
}
|
|
515
520
|
.e-treeview .e-list-item.e-active {
|
|
516
521
|
background: transparent;
|
|
517
522
|
}
|
|
@@ -557,6 +562,8 @@
|
|
|
557
562
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
558
563
|
background-color: transparent;
|
|
559
564
|
border-color: transparent;
|
|
565
|
+
-webkit-box-shadow: none;
|
|
566
|
+
box-shadow: none;
|
|
560
567
|
}
|
|
561
568
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
562
569
|
color: #333;
|
|
@@ -613,6 +620,13 @@
|
|
|
613
620
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
614
621
|
background-color: transparent;
|
|
615
622
|
border-color: transparent;
|
|
623
|
+
-webkit-box-shadow: none;
|
|
624
|
+
box-shadow: none;
|
|
625
|
+
}
|
|
626
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
627
|
+
-webkit-box-shadow: inset 0 0 0 1px #000;
|
|
628
|
+
box-shadow: inset 0 0 0 1px #000;
|
|
629
|
+
border: none;
|
|
616
630
|
}
|
|
617
631
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
618
632
|
border-color: transparent;
|
|
@@ -518,6 +518,11 @@
|
|
|
518
518
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
519
519
|
color: #f3f2f1;
|
|
520
520
|
}
|
|
521
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
522
|
+
-webkit-box-shadow: inset 0 0 0 1px rgba(96, 94, 92, 0.95);
|
|
523
|
+
box-shadow: inset 0 0 0 1px rgba(96, 94, 92, 0.95);
|
|
524
|
+
border: none;
|
|
525
|
+
}
|
|
521
526
|
.e-treeview .e-list-item.e-active {
|
|
522
527
|
background: transparent;
|
|
523
528
|
}
|
|
@@ -569,6 +574,8 @@
|
|
|
569
574
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
570
575
|
background-color: transparent;
|
|
571
576
|
border-color: transparent;
|
|
577
|
+
-webkit-box-shadow: none;
|
|
578
|
+
box-shadow: none;
|
|
572
579
|
}
|
|
573
580
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
574
581
|
color: #f3f2f1;
|
|
@@ -628,6 +635,12 @@
|
|
|
628
635
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
629
636
|
background-color: transparent;
|
|
630
637
|
border-color: transparent;
|
|
638
|
+
-webkit-box-shadow: none;
|
|
639
|
+
box-shadow: none;
|
|
640
|
+
}
|
|
641
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
642
|
+
-webkit-box-shadow: inset 0 0 0 1px rgba(96, 94, 92, 0.95);
|
|
643
|
+
box-shadow: inset 0 0 0 1px rgba(96, 94, 92, 0.95);
|
|
631
644
|
}
|
|
632
645
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
633
646
|
border-color: transparent;
|
|
@@ -518,6 +518,11 @@
|
|
|
518
518
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
519
519
|
color: #323130;
|
|
520
520
|
}
|
|
521
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
522
|
+
-webkit-box-shadow: inset 0 0 0 1px rgba(96, 94, 92, 0.95);
|
|
523
|
+
box-shadow: inset 0 0 0 1px rgba(96, 94, 92, 0.95);
|
|
524
|
+
border: none;
|
|
525
|
+
}
|
|
521
526
|
.e-treeview .e-list-item.e-active {
|
|
522
527
|
background: transparent;
|
|
523
528
|
}
|
|
@@ -569,6 +574,8 @@
|
|
|
569
574
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
570
575
|
background-color: transparent;
|
|
571
576
|
border-color: transparent;
|
|
577
|
+
-webkit-box-shadow: none;
|
|
578
|
+
box-shadow: none;
|
|
572
579
|
}
|
|
573
580
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
574
581
|
color: #201f1e;
|
|
@@ -628,6 +635,12 @@
|
|
|
628
635
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
629
636
|
background-color: transparent;
|
|
630
637
|
border-color: transparent;
|
|
638
|
+
-webkit-box-shadow: none;
|
|
639
|
+
box-shadow: none;
|
|
640
|
+
}
|
|
641
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
642
|
+
-webkit-box-shadow: inset 0 0 0 1px rgba(96, 94, 92, 0.95);
|
|
643
|
+
box-shadow: inset 0 0 0 1px rgba(96, 94, 92, 0.95);
|
|
631
644
|
}
|
|
632
645
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
633
646
|
border-color: transparent;
|
|
@@ -1006,6 +1006,19 @@
|
|
|
1006
1006
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
1007
1007
|
color: var(--color-sf-icon-color-hover);
|
|
1008
1008
|
}
|
|
1009
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
1010
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1011
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1012
|
+
border: none;
|
|
1013
|
+
background-color: transparent;
|
|
1014
|
+
}
|
|
1015
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
1016
|
+
color: var(--color-sf-content-text-color);
|
|
1017
|
+
}
|
|
1018
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
1019
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
1020
|
+
color: var(--color-sf-icon-color);
|
|
1021
|
+
}
|
|
1009
1022
|
.e-treeview .e-list-item.e-active {
|
|
1010
1023
|
background: transparent;
|
|
1011
1024
|
}
|
|
@@ -1050,6 +1063,8 @@
|
|
|
1050
1063
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
1051
1064
|
background-color: transparent;
|
|
1052
1065
|
border-color: transparent;
|
|
1066
|
+
-webkit-box-shadow: none;
|
|
1067
|
+
box-shadow: none;
|
|
1053
1068
|
}
|
|
1054
1069
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
1055
1070
|
color: var(--color-sf-content-text-color);
|
|
@@ -1111,6 +1126,13 @@
|
|
|
1111
1126
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
1112
1127
|
background-color: transparent;
|
|
1113
1128
|
border-color: transparent;
|
|
1129
|
+
-webkit-box-shadow: none;
|
|
1130
|
+
box-shadow: none;
|
|
1131
|
+
}
|
|
1132
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
1133
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1134
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1135
|
+
background-color: transparent;
|
|
1114
1136
|
}
|
|
1115
1137
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
1116
1138
|
border-color: transparent;
|
|
@@ -506,6 +506,11 @@
|
|
|
506
506
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
507
507
|
color: #000;
|
|
508
508
|
}
|
|
509
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
510
|
+
-webkit-box-shadow: inset 0 0 0 1px #000;
|
|
511
|
+
box-shadow: inset 0 0 0 1px #000;
|
|
512
|
+
border: none;
|
|
513
|
+
}
|
|
509
514
|
.e-treeview .e-list-item.e-active {
|
|
510
515
|
background: transparent;
|
|
511
516
|
}
|
|
@@ -551,6 +556,8 @@
|
|
|
551
556
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
552
557
|
background-color: transparent;
|
|
553
558
|
border-color: transparent;
|
|
559
|
+
-webkit-box-shadow: none;
|
|
560
|
+
box-shadow: none;
|
|
554
561
|
}
|
|
555
562
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
556
563
|
color: #000;
|
|
@@ -607,6 +614,12 @@
|
|
|
607
614
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
608
615
|
background-color: transparent;
|
|
609
616
|
border-color: transparent;
|
|
617
|
+
-webkit-box-shadow: none;
|
|
618
|
+
box-shadow: none;
|
|
619
|
+
}
|
|
620
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
621
|
+
-webkit-box-shadow: inset 0 0 0 1px #000;
|
|
622
|
+
box-shadow: inset 0 0 0 1px #000;
|
|
610
623
|
}
|
|
611
624
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
612
625
|
border-color: transparent;
|
|
@@ -519,6 +519,11 @@
|
|
|
519
519
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
520
520
|
color: #fff;
|
|
521
521
|
}
|
|
522
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
523
|
+
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
524
|
+
box-shadow: inset 0 0 0 1px #fff;
|
|
525
|
+
border: none;
|
|
526
|
+
}
|
|
522
527
|
.e-treeview .e-list-item.e-active {
|
|
523
528
|
background: transparent;
|
|
524
529
|
}
|
|
@@ -577,9 +582,15 @@
|
|
|
577
582
|
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
578
583
|
color: #000;
|
|
579
584
|
}
|
|
585
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
586
|
+
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
587
|
+
box-shadow: inset 0 0 0 1px #fff;
|
|
588
|
+
}
|
|
580
589
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
581
590
|
background-color: transparent;
|
|
582
591
|
border-color: transparent;
|
|
592
|
+
-webkit-box-shadow: none;
|
|
593
|
+
box-shadow: none;
|
|
583
594
|
}
|
|
584
595
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
585
596
|
color: #fff;
|
|
@@ -638,9 +649,19 @@
|
|
|
638
649
|
-webkit-box-shadow: 0 -1px 2px #fff, 0 1px 2px #fff;
|
|
639
650
|
box-shadow: 0 -1px 2px #fff, 0 1px 2px #fff;
|
|
640
651
|
}
|
|
652
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
653
|
+
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
654
|
+
box-shadow: inset 0 0 0 1px #fff;
|
|
655
|
+
}
|
|
641
656
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
642
657
|
background-color: transparent;
|
|
643
658
|
border-color: transparent;
|
|
659
|
+
-webkit-box-shadow: none;
|
|
660
|
+
box-shadow: none;
|
|
661
|
+
}
|
|
662
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
663
|
+
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
664
|
+
box-shadow: inset 0 0 0 1px #fff;
|
|
644
665
|
}
|
|
645
666
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
646
667
|
border-color: transparent;
|
|
@@ -526,6 +526,11 @@
|
|
|
526
526
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
527
527
|
color: rgba(255, 255, 255, 0.7);
|
|
528
528
|
}
|
|
529
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
530
|
+
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
531
|
+
box-shadow: inset 0 0 0 1px #fff;
|
|
532
|
+
border: none;
|
|
533
|
+
}
|
|
529
534
|
.e-treeview .e-list-item.e-active {
|
|
530
535
|
background: transparent;
|
|
531
536
|
}
|
|
@@ -571,6 +576,8 @@
|
|
|
571
576
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
572
577
|
background-color: transparent;
|
|
573
578
|
border-color: transparent;
|
|
579
|
+
-webkit-box-shadow: none;
|
|
580
|
+
box-shadow: none;
|
|
574
581
|
}
|
|
575
582
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
576
583
|
color: #fff;
|
|
@@ -627,6 +634,12 @@
|
|
|
627
634
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
628
635
|
background-color: transparent;
|
|
629
636
|
border-color: transparent;
|
|
637
|
+
-webkit-box-shadow: none;
|
|
638
|
+
box-shadow: none;
|
|
639
|
+
}
|
|
640
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
641
|
+
-webkit-box-shadow: inset 0 0 0 1px #fff;
|
|
642
|
+
box-shadow: inset 0 0 0 1px #fff;
|
|
630
643
|
}
|
|
631
644
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
632
645
|
border-color: transparent;
|
|
@@ -551,6 +551,11 @@
|
|
|
551
551
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
552
552
|
color: rgba(0, 0, 0, 0.54);
|
|
553
553
|
}
|
|
554
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
555
|
+
-webkit-box-shadow: inset 0 0 0 1px #212121;
|
|
556
|
+
box-shadow: inset 0 0 0 1px #212121;
|
|
557
|
+
border: none;
|
|
558
|
+
}
|
|
554
559
|
.e-treeview .e-list-item.e-active {
|
|
555
560
|
background: transparent;
|
|
556
561
|
}
|
|
@@ -596,6 +601,8 @@
|
|
|
596
601
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
597
602
|
background-color: transparent;
|
|
598
603
|
border-color: transparent;
|
|
604
|
+
-webkit-box-shadow: none;
|
|
605
|
+
box-shadow: none;
|
|
599
606
|
}
|
|
600
607
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
601
608
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -651,6 +658,12 @@
|
|
|
651
658
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
652
659
|
background-color: transparent;
|
|
653
660
|
border-color: transparent;
|
|
661
|
+
-webkit-box-shadow: none;
|
|
662
|
+
box-shadow: none;
|
|
663
|
+
}
|
|
664
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
665
|
+
-webkit-box-shadow: inset 0 0 0 1px #212121;
|
|
666
|
+
box-shadow: inset 0 0 0 1px #212121;
|
|
654
667
|
}
|
|
655
668
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
656
669
|
border-color: transparent;
|
|
@@ -787,6 +787,11 @@
|
|
|
787
787
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
788
788
|
color: rgba(var(--color-sf-on-surface));
|
|
789
789
|
}
|
|
790
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
791
|
+
-webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #000;
|
|
792
|
+
box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #000;
|
|
793
|
+
border: none;
|
|
794
|
+
}
|
|
790
795
|
.e-treeview .e-list-item.e-active {
|
|
791
796
|
background: transparent;
|
|
792
797
|
}
|
|
@@ -832,6 +837,8 @@
|
|
|
832
837
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
833
838
|
background-color: transparent;
|
|
834
839
|
border-color: transparent;
|
|
840
|
+
-webkit-box-shadow: none;
|
|
841
|
+
box-shadow: none;
|
|
835
842
|
}
|
|
836
843
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
837
844
|
color: rgba(var(--color-sf-on-surface));
|
|
@@ -888,6 +895,12 @@
|
|
|
888
895
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
889
896
|
background-color: transparent;
|
|
890
897
|
border-color: transparent;
|
|
898
|
+
-webkit-box-shadow: none;
|
|
899
|
+
box-shadow: none;
|
|
900
|
+
}
|
|
901
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
902
|
+
-webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #000;
|
|
903
|
+
box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #000;
|
|
891
904
|
}
|
|
892
905
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
893
906
|
border-color: transparent;
|
|
@@ -793,6 +793,11 @@
|
|
|
793
793
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
794
794
|
color: rgba(var(--color-sf-on-surface));
|
|
795
795
|
}
|
|
796
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
797
|
+
-webkit-box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
|
|
798
|
+
box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
|
|
799
|
+
border: none;
|
|
800
|
+
}
|
|
796
801
|
.e-treeview .e-list-item.e-active {
|
|
797
802
|
background: transparent;
|
|
798
803
|
}
|
|
@@ -838,6 +843,8 @@
|
|
|
838
843
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
839
844
|
background-color: transparent;
|
|
840
845
|
border-color: transparent;
|
|
846
|
+
-webkit-box-shadow: none;
|
|
847
|
+
box-shadow: none;
|
|
841
848
|
}
|
|
842
849
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
843
850
|
color: rgba(var(--color-sf-on-surface));
|
|
@@ -894,6 +901,12 @@
|
|
|
894
901
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
895
902
|
background-color: transparent;
|
|
896
903
|
border-color: transparent;
|
|
904
|
+
-webkit-box-shadow: none;
|
|
905
|
+
box-shadow: none;
|
|
906
|
+
}
|
|
907
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
908
|
+
-webkit-box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
|
|
909
|
+
box-shadow: inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
|
|
897
910
|
}
|
|
898
911
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
899
912
|
border-color: transparent;
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
-webkit-box-sizing: border-box;
|
|
201
201
|
box-sizing: border-box;
|
|
202
202
|
display: inline-block;
|
|
203
|
-
line-height:
|
|
203
|
+
line-height: 38px;
|
|
204
204
|
margin: 0;
|
|
205
205
|
min-height: 36px;
|
|
206
206
|
padding: 0 8px;
|
|
@@ -519,6 +519,11 @@
|
|
|
519
519
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
520
520
|
color: #f3f4f6;
|
|
521
521
|
}
|
|
522
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
523
|
+
-webkit-box-shadow: 0 0 0 1px #22d3ee;
|
|
524
|
+
box-shadow: 0 0 0 1px #22d3ee;
|
|
525
|
+
border: none;
|
|
526
|
+
}
|
|
522
527
|
.e-treeview .e-list-item.e-active {
|
|
523
528
|
background: transparent;
|
|
524
529
|
}
|
|
@@ -564,6 +569,8 @@
|
|
|
564
569
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
565
570
|
background-color: transparent;
|
|
566
571
|
border-color: transparent;
|
|
572
|
+
-webkit-box-shadow: none;
|
|
573
|
+
box-shadow: none;
|
|
567
574
|
}
|
|
568
575
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
569
576
|
color: #fff;
|
|
@@ -619,6 +626,12 @@
|
|
|
619
626
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
620
627
|
background-color: transparent;
|
|
621
628
|
border-color: transparent;
|
|
629
|
+
-webkit-box-shadow: none;
|
|
630
|
+
box-shadow: none;
|
|
631
|
+
}
|
|
632
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
633
|
+
-webkit-box-shadow: 0 0 0 1px #22d3ee;
|
|
634
|
+
box-shadow: 0 0 0 1px #22d3ee;
|
|
622
635
|
}
|
|
623
636
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
624
637
|
border-color: transparent;
|
|
@@ -754,7 +767,7 @@
|
|
|
754
767
|
}
|
|
755
768
|
.e-bigger .e-treeview .e-list-text,
|
|
756
769
|
.e-treeview.e-bigger .e-list-text {
|
|
757
|
-
line-height:
|
|
770
|
+
line-height: 48px;
|
|
758
771
|
min-height: 46px;
|
|
759
772
|
}
|
|
760
773
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|