@syncfusion/ej2-navigations 21.1.38 → 21.2.3
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/CHANGELOG.md +30 -0
- 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 +68 -54
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +68 -54
- 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 +12 -15
- package/src/common/h-scroll.js +1 -0
- package/src/common/menu-base.d.ts +1 -0
- package/src/common/menu-base.js +26 -20
- package/src/common/v-scroll.js +1 -1
- package/src/tab/tab.d.ts +1 -0
- package/src/tab/tab.js +35 -28
- package/src/treeview/treeview.js +5 -5
- package/styles/bootstrap-dark.css +35 -26
- package/styles/bootstrap.css +35 -26
- package/styles/bootstrap4.css +35 -26
- package/styles/bootstrap5-dark.css +44 -35
- package/styles/bootstrap5.css +44 -35
- package/styles/context-menu/_bootstrap5-definition.scss +1 -1
- package/styles/context-menu/bootstrap5-dark.css +4 -4
- package/styles/context-menu/bootstrap5.css +4 -4
- package/styles/fabric-dark.css +35 -26
- package/styles/fabric.css +35 -26
- package/styles/fluent-dark.css +35 -26
- package/styles/fluent.css +35 -26
- package/styles/highcontrast-light.css +35 -26
- package/styles/highcontrast.css +37 -27
- package/styles/material-dark.css +35 -26
- package/styles/material.css +35 -26
- package/styles/menu/_bootstrap5-definition.scss +1 -1
- package/styles/menu/bootstrap5-dark.css +5 -5
- package/styles/menu/bootstrap5.css +5 -5
- package/styles/tab/_icons.scss +0 -8
- package/styles/tab/bootstrap-dark.css +0 -10
- package/styles/tab/bootstrap.css +0 -10
- package/styles/tab/bootstrap4.css +0 -10
- package/styles/tab/bootstrap5-dark.css +0 -10
- package/styles/tab/bootstrap5.css +0 -10
- package/styles/tab/fabric-dark.css +0 -10
- package/styles/tab/fabric.css +0 -10
- package/styles/tab/fluent-dark.css +0 -10
- package/styles/tab/fluent.css +0 -10
- package/styles/tab/highcontrast-light.css +0 -10
- package/styles/tab/highcontrast.css +0 -10
- package/styles/tab/icons/_bootstrap-dark.scss +0 -8
- package/styles/tab/icons/_bootstrap.scss +0 -8
- package/styles/tab/icons/_bootstrap4.scss +0 -12
- package/styles/tab/icons/_bootstrap5.scss +0 -12
- package/styles/tab/icons/_fabric-dark.scss +0 -8
- package/styles/tab/icons/_fabric.scss +0 -8
- package/styles/tab/icons/_fluent.scss +0 -8
- package/styles/tab/icons/_fusionnew.scss +0 -12
- package/styles/tab/icons/_highcontrast-light.scss +0 -12
- package/styles/tab/icons/_highcontrast.scss +0 -12
- package/styles/tab/icons/_material-dark.scss +0 -12
- package/styles/tab/icons/_material.scss +0 -12
- package/styles/tab/icons/_material3.scss +0 -12
- package/styles/tab/icons/_tailwind.scss +0 -12
- package/styles/tab/material-dark.css +0 -10
- package/styles/tab/material.css +0 -10
- package/styles/tab/tailwind-dark.css +0 -10
- package/styles/tab/tailwind.css +0 -10
- package/styles/tailwind-dark.css +35 -26
- package/styles/tailwind.css +35 -26
- package/styles/treeview/_theme.scss +20 -10
- package/styles/treeview/bootstrap-dark.css +35 -16
- package/styles/treeview/bootstrap.css +35 -16
- package/styles/treeview/bootstrap4.css +35 -16
- package/styles/treeview/bootstrap5-dark.css +35 -16
- package/styles/treeview/bootstrap5.css +35 -16
- package/styles/treeview/fabric-dark.css +35 -16
- package/styles/treeview/fabric.css +35 -16
- package/styles/treeview/fluent-dark.css +35 -16
- package/styles/treeview/fluent.css +35 -16
- package/styles/treeview/highcontrast-light.css +35 -16
- package/styles/treeview/highcontrast.css +37 -17
- package/styles/treeview/material-dark.css +35 -16
- package/styles/treeview/material.css +35 -16
- package/styles/treeview/tailwind-dark.css +35 -16
- package/styles/treeview/tailwind.css +35 -16
|
@@ -692,17 +692,22 @@
|
|
|
692
692
|
font-size: 20px;
|
|
693
693
|
}
|
|
694
694
|
.e-treeview .e-list-item.e-active,
|
|
695
|
-
.e-treeview .e-list-item.e-hover
|
|
695
|
+
.e-treeview .e-list-item.e-hover,
|
|
696
|
+
.e-treeview .e-list-item.e-node-focus {
|
|
696
697
|
background: transparent;
|
|
697
698
|
}
|
|
698
|
-
.e-treeview .e-list-item.e-hover > .e-text-content
|
|
699
|
+
.e-treeview .e-list-item.e-hover > .e-text-content,
|
|
700
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content {
|
|
699
701
|
color: #fff;
|
|
700
702
|
}
|
|
701
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text
|
|
703
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text,
|
|
704
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
702
705
|
color: #fff;
|
|
703
706
|
}
|
|
704
707
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
|
|
705
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable
|
|
708
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable,
|
|
709
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
710
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
706
711
|
color: #dee2e6;
|
|
707
712
|
}
|
|
708
713
|
.e-treeview .e-list-item.e-active > .e-text-content {
|
|
@@ -721,31 +726,40 @@
|
|
|
721
726
|
.e-treeview .e-list-item.e-active > .e-text-content .e-stop {
|
|
722
727
|
border-color: #fff;
|
|
723
728
|
}
|
|
724
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content
|
|
729
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content,
|
|
730
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
725
731
|
color: #fff;
|
|
726
732
|
}
|
|
727
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text
|
|
733
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text,
|
|
734
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-list-text {
|
|
728
735
|
color: #fff;
|
|
729
736
|
}
|
|
730
737
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible,
|
|
731
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable
|
|
738
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable,
|
|
739
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
740
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
732
741
|
color: #fff;
|
|
733
742
|
}
|
|
734
743
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content,
|
|
735
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content
|
|
744
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content,
|
|
745
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
736
746
|
color: #fff;
|
|
737
747
|
}
|
|
738
748
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text,
|
|
739
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text
|
|
749
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text,
|
|
750
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-list-text {
|
|
740
751
|
color: #fff;
|
|
741
752
|
}
|
|
742
753
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
743
754
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable,
|
|
744
755
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
745
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable
|
|
756
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable,
|
|
757
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
758
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
746
759
|
color: #adb5bd;
|
|
747
760
|
}
|
|
748
|
-
.e-treeview .e-list-item.e-hover > .e-fullrow
|
|
761
|
+
.e-treeview .e-list-item.e-hover > .e-fullrow,
|
|
762
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
749
763
|
background-color: #31373d;
|
|
750
764
|
border-color: #31373d;
|
|
751
765
|
}
|
|
@@ -763,12 +777,14 @@
|
|
|
763
777
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text {
|
|
764
778
|
color: #fff;
|
|
765
779
|
}
|
|
766
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow
|
|
780
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow,
|
|
781
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
767
782
|
background-color: #0262ef;
|
|
768
783
|
border-color: #0d6efd;
|
|
769
784
|
}
|
|
770
785
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
771
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow
|
|
786
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow,
|
|
787
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
772
788
|
background-color: transparent;
|
|
773
789
|
border-color: transparent;
|
|
774
790
|
}
|
|
@@ -803,7 +819,8 @@
|
|
|
803
819
|
.e-treeview .e-popup .e-downtail::after {
|
|
804
820
|
border-top-color: #31373d;
|
|
805
821
|
}
|
|
806
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content
|
|
822
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content,
|
|
823
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
807
824
|
background-color: #31373d;
|
|
808
825
|
border-color: #31373d;
|
|
809
826
|
}
|
|
@@ -811,12 +828,14 @@
|
|
|
811
828
|
background-color: #0d6efd;
|
|
812
829
|
border-color: #0d6efd;
|
|
813
830
|
}
|
|
814
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content
|
|
831
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
|
|
832
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
815
833
|
background-color: #0262ef;
|
|
816
834
|
border-color: #0d6efd;
|
|
817
835
|
}
|
|
818
836
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
819
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content
|
|
837
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content,
|
|
838
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
820
839
|
background-color: transparent;
|
|
821
840
|
border-color: transparent;
|
|
822
841
|
}
|
|
@@ -692,17 +692,22 @@
|
|
|
692
692
|
font-size: 20px;
|
|
693
693
|
}
|
|
694
694
|
.e-treeview .e-list-item.e-active,
|
|
695
|
-
.e-treeview .e-list-item.e-hover
|
|
695
|
+
.e-treeview .e-list-item.e-hover,
|
|
696
|
+
.e-treeview .e-list-item.e-node-focus {
|
|
696
697
|
background: transparent;
|
|
697
698
|
}
|
|
698
|
-
.e-treeview .e-list-item.e-hover > .e-text-content
|
|
699
|
+
.e-treeview .e-list-item.e-hover > .e-text-content,
|
|
700
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content {
|
|
699
701
|
color: #212529;
|
|
700
702
|
}
|
|
701
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text
|
|
703
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text,
|
|
704
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
702
705
|
color: #212529;
|
|
703
706
|
}
|
|
704
707
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
|
|
705
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable
|
|
708
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable,
|
|
709
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
710
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
706
711
|
color: #343a40;
|
|
707
712
|
}
|
|
708
713
|
.e-treeview .e-list-item.e-active > .e-text-content {
|
|
@@ -721,31 +726,40 @@
|
|
|
721
726
|
.e-treeview .e-list-item.e-active > .e-text-content .e-stop {
|
|
722
727
|
border-color: #fff;
|
|
723
728
|
}
|
|
724
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content
|
|
729
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content,
|
|
730
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
725
731
|
color: #fff;
|
|
726
732
|
}
|
|
727
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text
|
|
733
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text,
|
|
734
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-list-text {
|
|
728
735
|
color: #fff;
|
|
729
736
|
}
|
|
730
737
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible,
|
|
731
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable
|
|
738
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable,
|
|
739
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
740
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
732
741
|
color: #fff;
|
|
733
742
|
}
|
|
734
743
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content,
|
|
735
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content
|
|
744
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content,
|
|
745
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
736
746
|
color: #212529;
|
|
737
747
|
}
|
|
738
748
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text,
|
|
739
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text
|
|
749
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text,
|
|
750
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-list-text {
|
|
740
751
|
color: #212529;
|
|
741
752
|
}
|
|
742
753
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
743
754
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable,
|
|
744
755
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
745
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable
|
|
756
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable,
|
|
757
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
758
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
746
759
|
color: #6c757d;
|
|
747
760
|
}
|
|
748
|
-
.e-treeview .e-list-item.e-hover > .e-fullrow
|
|
761
|
+
.e-treeview .e-list-item.e-hover > .e-fullrow,
|
|
762
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
749
763
|
background-color: #e9ecef;
|
|
750
764
|
border-color: #e9ecef;
|
|
751
765
|
}
|
|
@@ -763,12 +777,14 @@
|
|
|
763
777
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text {
|
|
764
778
|
color: #212529;
|
|
765
779
|
}
|
|
766
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow
|
|
780
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow,
|
|
781
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
767
782
|
background-color: #0262ef;
|
|
768
783
|
border-color: #0d6efd;
|
|
769
784
|
}
|
|
770
785
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
771
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow
|
|
786
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow,
|
|
787
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
772
788
|
background-color: transparent;
|
|
773
789
|
border-color: transparent;
|
|
774
790
|
}
|
|
@@ -803,7 +819,8 @@
|
|
|
803
819
|
.e-treeview .e-popup .e-downtail::after {
|
|
804
820
|
border-top-color: #e9ecef;
|
|
805
821
|
}
|
|
806
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content
|
|
822
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content,
|
|
823
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
807
824
|
background-color: #e9ecef;
|
|
808
825
|
border-color: #e9ecef;
|
|
809
826
|
}
|
|
@@ -811,12 +828,14 @@
|
|
|
811
828
|
background-color: #0d6efd;
|
|
812
829
|
border-color: #0d6efd;
|
|
813
830
|
}
|
|
814
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content
|
|
831
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
|
|
832
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
815
833
|
background-color: #0262ef;
|
|
816
834
|
border-color: #0d6efd;
|
|
817
835
|
}
|
|
818
836
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
819
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content
|
|
837
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content,
|
|
838
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
820
839
|
background-color: transparent;
|
|
821
840
|
border-color: transparent;
|
|
822
841
|
}
|
|
@@ -589,17 +589,22 @@
|
|
|
589
589
|
font-size: 10px;
|
|
590
590
|
}
|
|
591
591
|
.e-treeview .e-list-item.e-active,
|
|
592
|
-
.e-treeview .e-list-item.e-hover
|
|
592
|
+
.e-treeview .e-list-item.e-hover,
|
|
593
|
+
.e-treeview .e-list-item.e-node-focus {
|
|
593
594
|
background: transparent;
|
|
594
595
|
}
|
|
595
|
-
.e-treeview .e-list-item.e-hover > .e-text-content
|
|
596
|
+
.e-treeview .e-list-item.e-hover > .e-text-content,
|
|
597
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content {
|
|
596
598
|
color: #dadada;
|
|
597
599
|
}
|
|
598
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text
|
|
600
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text,
|
|
601
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
599
602
|
color: #dadada;
|
|
600
603
|
}
|
|
601
604
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
|
|
602
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable
|
|
605
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable,
|
|
606
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
607
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
603
608
|
color: #dadada;
|
|
604
609
|
}
|
|
605
610
|
.e-treeview .e-list-item.e-active > .e-text-content {
|
|
@@ -612,31 +617,40 @@
|
|
|
612
617
|
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
|
|
613
618
|
color: #fff;
|
|
614
619
|
}
|
|
615
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content
|
|
620
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content,
|
|
621
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
616
622
|
color: #fff;
|
|
617
623
|
}
|
|
618
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text
|
|
624
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text,
|
|
625
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-list-text {
|
|
619
626
|
color: #fff;
|
|
620
627
|
}
|
|
621
628
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible,
|
|
622
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable
|
|
629
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable,
|
|
630
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
631
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
623
632
|
color: #fff;
|
|
624
633
|
}
|
|
625
634
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content,
|
|
626
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content
|
|
635
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content,
|
|
636
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
627
637
|
color: #dadada;
|
|
628
638
|
}
|
|
629
639
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text,
|
|
630
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text
|
|
640
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text,
|
|
641
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-list-text {
|
|
631
642
|
color: #dadada;
|
|
632
643
|
}
|
|
633
644
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
634
645
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable,
|
|
635
646
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
636
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable
|
|
647
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable,
|
|
648
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
649
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
637
650
|
color: #dadada;
|
|
638
651
|
}
|
|
639
|
-
.e-treeview .e-list-item.e-hover > .e-fullrow
|
|
652
|
+
.e-treeview .e-list-item.e-hover > .e-fullrow,
|
|
653
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
640
654
|
background-color: #414040;
|
|
641
655
|
border-color: #414040;
|
|
642
656
|
}
|
|
@@ -654,12 +668,14 @@
|
|
|
654
668
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text {
|
|
655
669
|
color: #dadada;
|
|
656
670
|
}
|
|
657
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow
|
|
671
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow,
|
|
672
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
658
673
|
background-color: #514f4f;
|
|
659
674
|
border-color: #c8c8c8;
|
|
660
675
|
}
|
|
661
676
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
662
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow
|
|
677
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow,
|
|
678
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
663
679
|
background-color: transparent;
|
|
664
680
|
border-color: transparent;
|
|
665
681
|
}
|
|
@@ -691,7 +707,8 @@
|
|
|
691
707
|
.e-treeview .e-popup .e-downtail::after {
|
|
692
708
|
border-top-color: #fff;
|
|
693
709
|
}
|
|
694
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content
|
|
710
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content,
|
|
711
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
695
712
|
background-color: #414040;
|
|
696
713
|
border-color: #414040;
|
|
697
714
|
}
|
|
@@ -699,12 +716,14 @@
|
|
|
699
716
|
background-color: #514f4f;
|
|
700
717
|
border-color: #514f4f;
|
|
701
718
|
}
|
|
702
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content
|
|
719
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
|
|
720
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
703
721
|
background-color: #514f4f;
|
|
704
722
|
border-color: #c8c8c8;
|
|
705
723
|
}
|
|
706
724
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
707
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content
|
|
725
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content,
|
|
726
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
708
727
|
background-color: transparent;
|
|
709
728
|
border-color: transparent;
|
|
710
729
|
}
|
|
@@ -590,17 +590,22 @@
|
|
|
590
590
|
font-size: 10px;
|
|
591
591
|
}
|
|
592
592
|
.e-treeview .e-list-item.e-active,
|
|
593
|
-
.e-treeview .e-list-item.e-hover
|
|
593
|
+
.e-treeview .e-list-item.e-hover,
|
|
594
|
+
.e-treeview .e-list-item.e-node-focus {
|
|
594
595
|
background: transparent;
|
|
595
596
|
}
|
|
596
|
-
.e-treeview .e-list-item.e-hover > .e-text-content
|
|
597
|
+
.e-treeview .e-list-item.e-hover > .e-text-content,
|
|
598
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content {
|
|
597
599
|
color: #333;
|
|
598
600
|
}
|
|
599
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text
|
|
601
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text,
|
|
602
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
600
603
|
color: #333;
|
|
601
604
|
}
|
|
602
605
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
|
|
603
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable
|
|
606
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable,
|
|
607
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
608
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
604
609
|
color: #333;
|
|
605
610
|
}
|
|
606
611
|
.e-treeview .e-list-item.e-active > .e-text-content {
|
|
@@ -613,31 +618,40 @@
|
|
|
613
618
|
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
|
|
614
619
|
color: #333;
|
|
615
620
|
}
|
|
616
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content
|
|
621
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content,
|
|
622
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
617
623
|
color: #333;
|
|
618
624
|
}
|
|
619
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text
|
|
625
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text,
|
|
626
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-list-text {
|
|
620
627
|
color: #333;
|
|
621
628
|
}
|
|
622
629
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible,
|
|
623
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable
|
|
630
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable,
|
|
631
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
632
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
624
633
|
color: #333;
|
|
625
634
|
}
|
|
626
635
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content,
|
|
627
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content
|
|
636
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content,
|
|
637
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
628
638
|
color: #333;
|
|
629
639
|
}
|
|
630
640
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text,
|
|
631
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text
|
|
641
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text,
|
|
642
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-list-text {
|
|
632
643
|
color: #333;
|
|
633
644
|
}
|
|
634
645
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
635
646
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable,
|
|
636
647
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
637
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable
|
|
648
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable,
|
|
649
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
650
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
638
651
|
color: #333;
|
|
639
652
|
}
|
|
640
|
-
.e-treeview .e-list-item.e-hover > .e-fullrow
|
|
653
|
+
.e-treeview .e-list-item.e-hover > .e-fullrow,
|
|
654
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
641
655
|
background-color: #f4f4f4;
|
|
642
656
|
border-color: #f4f4f4;
|
|
643
657
|
}
|
|
@@ -655,12 +669,14 @@
|
|
|
655
669
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text {
|
|
656
670
|
color: #333;
|
|
657
671
|
}
|
|
658
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow
|
|
672
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow,
|
|
673
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
659
674
|
background-color: #d1ebff;
|
|
660
675
|
border-color: #666;
|
|
661
676
|
}
|
|
662
677
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
663
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow
|
|
678
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow,
|
|
679
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
664
680
|
background-color: transparent;
|
|
665
681
|
border-color: transparent;
|
|
666
682
|
}
|
|
@@ -692,7 +708,8 @@
|
|
|
692
708
|
.e-treeview .e-popup .e-downtail::after {
|
|
693
709
|
border-top-color: #fff;
|
|
694
710
|
}
|
|
695
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content
|
|
711
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content,
|
|
712
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
696
713
|
background-color: #f4f4f4;
|
|
697
714
|
border-color: #f4f4f4;
|
|
698
715
|
}
|
|
@@ -700,12 +717,14 @@
|
|
|
700
717
|
background-color: #d1ebff;
|
|
701
718
|
border-color: #d1ebff;
|
|
702
719
|
}
|
|
703
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content
|
|
720
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
|
|
721
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
704
722
|
background-color: #d1ebff;
|
|
705
723
|
border-color: #666;
|
|
706
724
|
}
|
|
707
725
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
708
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content
|
|
726
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content,
|
|
727
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
709
728
|
background-color: transparent;
|
|
710
729
|
border-color: transparent;
|
|
711
730
|
}
|
|
@@ -697,17 +697,22 @@
|
|
|
697
697
|
font-size: 20px;
|
|
698
698
|
}
|
|
699
699
|
.e-treeview .e-list-item.e-active,
|
|
700
|
-
.e-treeview .e-list-item.e-hover
|
|
700
|
+
.e-treeview .e-list-item.e-hover,
|
|
701
|
+
.e-treeview .e-list-item.e-node-focus {
|
|
701
702
|
background: transparent;
|
|
702
703
|
}
|
|
703
|
-
.e-treeview .e-list-item.e-hover > .e-text-content
|
|
704
|
+
.e-treeview .e-list-item.e-hover > .e-text-content,
|
|
705
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content {
|
|
704
706
|
color: #f3f2f1;
|
|
705
707
|
}
|
|
706
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text
|
|
708
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text,
|
|
709
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
707
710
|
color: #f3f2f1;
|
|
708
711
|
}
|
|
709
712
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
|
|
710
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable
|
|
713
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable,
|
|
714
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
715
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
711
716
|
color: #f3f2f1;
|
|
712
717
|
}
|
|
713
718
|
.e-treeview .e-list-item.e-active > .e-text-content {
|
|
@@ -726,31 +731,40 @@
|
|
|
726
731
|
.e-treeview .e-list-item.e-active > .e-text-content .e-stop {
|
|
727
732
|
border-color: #f3f2f1;
|
|
728
733
|
}
|
|
729
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content
|
|
734
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content,
|
|
735
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
730
736
|
color: #f3f2f1;
|
|
731
737
|
}
|
|
732
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text
|
|
738
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text,
|
|
739
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-list-text {
|
|
733
740
|
color: #f3f2f1;
|
|
734
741
|
}
|
|
735
742
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible,
|
|
736
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable
|
|
743
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable,
|
|
744
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
745
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
737
746
|
color: #f3f2f1;
|
|
738
747
|
}
|
|
739
748
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content,
|
|
740
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content
|
|
749
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content,
|
|
750
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
741
751
|
color: #f3f2f1;
|
|
742
752
|
}
|
|
743
753
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text,
|
|
744
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text
|
|
754
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text,
|
|
755
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-list-text {
|
|
745
756
|
color: #f3f2f1;
|
|
746
757
|
}
|
|
747
758
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
748
759
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable,
|
|
749
760
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
750
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable
|
|
761
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable,
|
|
762
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
763
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
751
764
|
color: #a19f9d;
|
|
752
765
|
}
|
|
753
|
-
.e-treeview .e-list-item.e-hover > .e-fullrow
|
|
766
|
+
.e-treeview .e-list-item.e-hover > .e-fullrow,
|
|
767
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
754
768
|
background-color: #252423;
|
|
755
769
|
border-color: #252423;
|
|
756
770
|
}
|
|
@@ -768,12 +782,14 @@
|
|
|
768
782
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text {
|
|
769
783
|
color: #f3f2f1;
|
|
770
784
|
}
|
|
771
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow
|
|
785
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow,
|
|
786
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
772
787
|
background-color: #363533;
|
|
773
788
|
border-color: #292827;
|
|
774
789
|
}
|
|
775
790
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
776
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow
|
|
791
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow,
|
|
792
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
777
793
|
background-color: transparent;
|
|
778
794
|
border-color: transparent;
|
|
779
795
|
}
|
|
@@ -808,7 +824,8 @@
|
|
|
808
824
|
.e-treeview .e-popup .e-downtail::after {
|
|
809
825
|
border-top-color: #252423;
|
|
810
826
|
}
|
|
811
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content
|
|
827
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content,
|
|
828
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
812
829
|
background-color: #252423;
|
|
813
830
|
border-color: #252423;
|
|
814
831
|
}
|
|
@@ -816,12 +833,14 @@
|
|
|
816
833
|
background-color: #292827;
|
|
817
834
|
border-color: #292827;
|
|
818
835
|
}
|
|
819
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content
|
|
836
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
|
|
837
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
820
838
|
background-color: #363533;
|
|
821
839
|
border-color: #292827;
|
|
822
840
|
}
|
|
823
841
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
824
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content
|
|
842
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content,
|
|
843
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
825
844
|
background-color: transparent;
|
|
826
845
|
border-color: transparent;
|
|
827
846
|
}
|