@syncfusion/ej2-navigations 28.2.12 → 29.1.34
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/README.md +1 -1
- 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 +96 -18
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +96 -18
- 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 +19 -26
- package/src/common/menu-base.d.ts +5 -0
- package/src/common/menu-base.js +60 -6
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +8 -1
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.d.ts +3 -3
- package/src/tab/tab.js +20 -4
- package/src/treeview/treeview.js +7 -6
- package/styles/accordion/_bootstrap-dark-definition.scss +4 -2
- package/styles/accordion/_bootstrap4-definition.scss +7 -5
- package/styles/accordion/bootstrap-dark.css +12 -12
- package/styles/accordion/bootstrap4.css +4 -4
- package/styles/accordion/bootstrap5-dark.css +37 -37
- package/styles/accordion/bootstrap5.css +16 -16
- package/styles/accordion/fabric.css +11 -11
- package/styles/accordion/tailwind-dark.css +2 -2
- package/styles/bds-lite.css +11 -1
- package/styles/bds.css +11 -1
- package/styles/bootstrap-dark-lite.css +60 -50
- package/styles/bootstrap-dark.css +60 -50
- package/styles/bootstrap-lite.css +11 -1
- package/styles/bootstrap.css +11 -1
- package/styles/bootstrap4-lite.css +88 -78
- package/styles/bootstrap4.css +89 -79
- package/styles/bootstrap5-dark-lite.css +223 -213
- package/styles/bootstrap5-dark.css +223 -213
- package/styles/bootstrap5-lite.css +84 -74
- package/styles/bootstrap5.3-lite.css +12 -8
- package/styles/bootstrap5.3.css +18 -8
- package/styles/bootstrap5.css +84 -74
- package/styles/breadcrumb/_bigger.scss +3 -1
- package/styles/breadcrumb/_bootstrap4-definition.scss +6 -4
- package/styles/breadcrumb/_bootstrap5-definition.scss +5 -3
- package/styles/breadcrumb/_fusionnew-definition.scss +9 -3
- package/styles/breadcrumb/_layout.scss +3 -1
- package/styles/breadcrumb/bootstrap-dark.css +2 -2
- package/styles/breadcrumb/bootstrap4.css +4 -4
- package/styles/breadcrumb/bootstrap5-dark.css +12 -12
- package/styles/breadcrumb/bootstrap5.css +3 -3
- package/styles/breadcrumb/fabric-dark.css +3 -3
- package/styles/context-menu/_bootstrap4-definition.scss +3 -1
- package/styles/context-menu/_fusionnew-definition.scss +1 -0
- package/styles/context-menu/_theme.scss +9 -1
- package/styles/context-menu/bds.css +1 -1
- package/styles/context-menu/bootstrap-dark.css +1 -1
- package/styles/context-menu/bootstrap.css +1 -1
- package/styles/context-menu/bootstrap4.css +2 -2
- package/styles/context-menu/bootstrap5-dark.css +8 -8
- package/styles/context-menu/bootstrap5.3.css +1 -1
- package/styles/context-menu/bootstrap5.css +1 -1
- package/styles/context-menu/fabric-dark.css +1 -1
- package/styles/context-menu/fabric.css +1 -1
- package/styles/context-menu/fluent-dark.css +1 -1
- package/styles/context-menu/fluent.css +1 -1
- package/styles/context-menu/fluent2.css +1 -1
- package/styles/context-menu/highcontrast-light.css +1 -1
- package/styles/context-menu/highcontrast.css +1 -1
- package/styles/context-menu/material-dark.css +2 -1
- package/styles/context-menu/material.css +1 -1
- package/styles/context-menu/material3-dark.css +2 -1
- package/styles/context-menu/material3.css +2 -1
- package/styles/context-menu/tailwind-dark.css +1 -1
- package/styles/context-menu/tailwind.css +1 -1
- package/styles/context-menu/tailwind3.css +1 -1
- package/styles/fabric-dark-lite.css +17 -7
- package/styles/fabric-dark.css +17 -7
- package/styles/fabric-lite.css +48 -38
- package/styles/fabric.css +48 -38
- package/styles/fluent-dark-lite.css +21 -11
- package/styles/fluent-dark.css +21 -11
- package/styles/fluent-lite.css +21 -11
- package/styles/fluent.css +21 -11
- package/styles/fluent2-lite.css +11 -1
- package/styles/fluent2.css +11 -1
- package/styles/h-scroll/_bootstrap4-definition.scss +4 -2
- package/styles/h-scroll/bootstrap4.css +5 -5
- package/styles/h-scroll/bootstrap5-dark.css +6 -6
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/highcontrast-light-lite.css +11 -1
- package/styles/highcontrast-light.css +11 -1
- package/styles/highcontrast-lite.css +11 -1
- package/styles/highcontrast.css +11 -1
- package/styles/material-dark-lite.css +14 -3
- package/styles/material-dark.css +14 -3
- package/styles/material-lite.css +19 -9
- package/styles/material.css +19 -9
- package/styles/material3-dark-lite.css +12 -1
- package/styles/material3-dark.css +19 -2
- package/styles/material3-lite.css +12 -1
- package/styles/material3.css +19 -2
- package/styles/menu/_bootstrap4-definition.scss +4 -2
- package/styles/menu/_theme.scss +7 -6
- package/styles/menu/bootstrap4.css +13 -13
- package/styles/menu/bootstrap5-dark.css +14 -14
- package/styles/pager/_bigger.scss +3 -1
- package/styles/pager/_bootstrap-dark-definition.scss +3 -2
- package/styles/pager/_bootstrap4-definition.scss +2 -1
- package/styles/pager/bootstrap-dark.css +4 -4
- package/styles/pager/bootstrap4.css +1 -1
- package/styles/pager/bootstrap5-dark.css +13 -13
- package/styles/pager/bootstrap5.css +4 -4
- package/styles/pager/fabric.css +2 -2
- package/styles/pager/material3-dark.css +7 -1
- package/styles/pager/material3.css +7 -1
- package/styles/sidebar/bootstrap5-dark.css +1 -1
- package/styles/stepper/_bootstrap4-definition.scss +4 -2
- package/styles/stepper/_material-dark-definition.scss +4 -2
- package/styles/stepper/_material-definition.scss +7 -5
- package/styles/stepper/bootstrap-dark.css +2 -2
- package/styles/stepper/bootstrap4.css +2 -2
- package/styles/stepper/bootstrap5-dark.css +20 -20
- package/styles/stepper/bootstrap5.css +2 -2
- package/styles/stepper/fabric-dark.css +2 -2
- package/styles/stepper/fabric.css +2 -2
- package/styles/stepper/fluent-dark.css +1 -1
- package/styles/stepper/fluent.css +1 -1
- package/styles/stepper/material-dark.css +2 -2
- package/styles/stepper/material.css +8 -8
- package/styles/tab/_bootstrap-dark-definition.scss +8 -6
- package/styles/tab/_bootstrap4-definition.scss +13 -11
- package/styles/tab/_bootstrap5-definition.scss +3 -1
- package/styles/tab/_bootstrap5.3-definition.scss +3 -1
- package/styles/tab/_fluent-definition.scss +4 -2
- package/styles/tab/_layout.scss +4 -0
- package/styles/tab/bds.css +5 -0
- package/styles/tab/bootstrap-dark.css +34 -29
- package/styles/tab/bootstrap.css +5 -0
- package/styles/tab/bootstrap4.css +32 -27
- package/styles/tab/bootstrap5-dark.css +48 -43
- package/styles/tab/bootstrap5.3.css +5 -0
- package/styles/tab/bootstrap5.css +27 -22
- package/styles/tab/fabric-dark.css +5 -0
- package/styles/tab/fabric.css +9 -4
- package/styles/tab/fluent-dark.css +12 -7
- package/styles/tab/fluent.css +12 -7
- package/styles/tab/fluent2.css +5 -0
- package/styles/tab/highcontrast-light.css +5 -0
- package/styles/tab/highcontrast.css +5 -0
- package/styles/tab/material-dark.css +5 -0
- package/styles/tab/material.css +5 -0
- package/styles/tab/material3-dark.css +5 -0
- package/styles/tab/material3.css +5 -0
- package/styles/tab/tailwind-dark.css +5 -0
- package/styles/tab/tailwind.css +5 -0
- package/styles/tab/tailwind3.css +5 -0
- package/styles/tailwind-dark-lite.css +15 -5
- package/styles/tailwind-dark.css +15 -5
- package/styles/tailwind-lite.css +13 -3
- package/styles/tailwind.css +13 -3
- package/styles/tailwind3-lite.css +12 -2
- package/styles/tailwind3.css +13 -2
- package/styles/toolbar/_bootstrap4-definition.scss +8 -6
- package/styles/toolbar/_material-dark-definition.scss +3 -1
- package/styles/toolbar/_material-definition.scss +3 -1
- package/styles/toolbar/bootstrap4.css +12 -12
- package/styles/toolbar/bootstrap5-dark.css +47 -47
- package/styles/toolbar/bootstrap5.css +23 -23
- package/styles/toolbar/fabric.css +9 -9
- package/styles/treeview/_bigger.scss +5 -1
- package/styles/treeview/_bootstrap4-definition.scss +6 -4
- package/styles/treeview/_bootstrap5-definition.scss +4 -2
- package/styles/treeview/_bootstrap5.3-definition.scss +1 -1
- package/styles/treeview/_fluent-definition.scss +3 -1
- package/styles/treeview/_layout.scss +6 -2
- package/styles/treeview/_tailwind-definition.scss +3 -1
- package/styles/treeview/_theme.scss +3 -1
- package/styles/treeview/bds.css +5 -0
- package/styles/treeview/bootstrap-dark.css +5 -0
- package/styles/treeview/bootstrap.css +5 -0
- package/styles/treeview/bootstrap4.css +14 -9
- package/styles/treeview/bootstrap5-dark.css +17 -12
- package/styles/treeview/bootstrap5.3.css +12 -7
- package/styles/treeview/bootstrap5.css +8 -3
- package/styles/treeview/fabric-dark.css +5 -0
- package/styles/treeview/fabric.css +12 -7
- package/styles/treeview/fluent-dark.css +7 -2
- package/styles/treeview/fluent.css +7 -2
- package/styles/treeview/fluent2.css +5 -0
- package/styles/treeview/highcontrast-light.css +5 -0
- package/styles/treeview/highcontrast.css +5 -0
- package/styles/treeview/material-dark.css +5 -0
- package/styles/treeview/material.css +5 -0
- package/styles/treeview/material3-dark.css +5 -0
- package/styles/treeview/material3.css +5 -0
- package/styles/treeview/tailwind-dark.css +7 -2
- package/styles/treeview/tailwind.css +7 -2
- package/styles/treeview/tailwind3.css +7 -1
- package/styles/v-scroll/fabric-dark.css +1 -1
- package/styles/v-scroll/fabric.css +1 -1
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
text-decoration: none;
|
|
123
123
|
}
|
|
124
124
|
.e-pager .e-currentitem {
|
|
125
|
-
border: 3px solid
|
|
125
|
+
border: 3px solid rgb(134, 182.5, 254);
|
|
126
126
|
font-style: normal;
|
|
127
127
|
font-variant: normal;
|
|
128
128
|
font-weight: 400;
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
padding: 7px 10.5px 8px 9.5px;
|
|
355
355
|
}
|
|
356
356
|
.e-pager.e-rtl .e-numericitem.e-currentitem {
|
|
357
|
-
border-left-color:
|
|
357
|
+
border-left-color: rgb(134, 182.5, 254);
|
|
358
358
|
border-left-style: solid;
|
|
359
359
|
border-left-width: 3px;
|
|
360
360
|
}
|
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
|
|
503
503
|
/*! Pager theme */
|
|
504
504
|
.e-pager {
|
|
505
|
-
border-color:
|
|
505
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
506
506
|
background: #212529;
|
|
507
507
|
color: #ced4da;
|
|
508
508
|
opacity: 1;
|
|
@@ -514,7 +514,7 @@
|
|
|
514
514
|
color: #adb5bd;
|
|
515
515
|
}
|
|
516
516
|
.e-pager .e-pager-default:hover {
|
|
517
|
-
background:
|
|
517
|
+
background: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
518
518
|
color: #0d6efd;
|
|
519
519
|
opacity: 1;
|
|
520
520
|
}
|
|
@@ -526,14 +526,14 @@
|
|
|
526
526
|
opacity: 1;
|
|
527
527
|
}
|
|
528
528
|
.e-pager .e-spacing.e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover {
|
|
529
|
-
background:
|
|
529
|
+
background: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
530
530
|
}
|
|
531
531
|
.e-pager .e-numericitem:hover {
|
|
532
532
|
color: #0d6efd;
|
|
533
533
|
opacity: 1;
|
|
534
534
|
}
|
|
535
535
|
.e-pager .e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover {
|
|
536
|
-
background-color:
|
|
536
|
+
background-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
537
537
|
opacity: 1;
|
|
538
538
|
}
|
|
539
539
|
.e-pager .e-numericitem {
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
}
|
|
558
558
|
.e-pager .e-pagercontainer {
|
|
559
559
|
background-color: #212529;
|
|
560
|
-
border-color:
|
|
560
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
561
561
|
}
|
|
562
562
|
.e-pager .e-numericitem,
|
|
563
563
|
.e-pager .e-firstpage,
|
|
@@ -568,12 +568,12 @@
|
|
|
568
568
|
.e-pager .e-lastpage,
|
|
569
569
|
.e-pager .e-nextpagedisabled,
|
|
570
570
|
.e-pager .e-lastpagedisabled {
|
|
571
|
-
border-right-color:
|
|
571
|
+
border-right-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
572
572
|
}
|
|
573
573
|
.e-pager .e-currentitem,
|
|
574
574
|
.e-pager .e-currentitem:hover {
|
|
575
|
-
border-right-color:
|
|
576
|
-
background:
|
|
575
|
+
border-right-color: rgb(134, 182.5, 254);
|
|
576
|
+
background: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
577
577
|
color: #0d6efd;
|
|
578
578
|
opacity: 1;
|
|
579
579
|
}
|
|
@@ -586,10 +586,10 @@
|
|
|
586
586
|
.e-pager .e-mprev.e-focused,
|
|
587
587
|
.e-pager .e-mnext.e-focused,
|
|
588
588
|
.e-pager .e-mlast.e-focused {
|
|
589
|
-
background-color:
|
|
589
|
+
background-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
590
590
|
}
|
|
591
591
|
.e-pager .e-currentitem.e-numericitem.e-focused {
|
|
592
|
-
background:
|
|
592
|
+
background: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
593
593
|
-webkit-box-shadow: 0 0 0 1px #0d6efd inset;
|
|
594
594
|
box-shadow: 0 0 0 1px #0d6efd inset;
|
|
595
595
|
}
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
}
|
|
606
606
|
}
|
|
607
607
|
.e-pager.e-rtl .e-numericitem, .e-pager.e-rtl .e-firstpage, .e-pager.e-rtl .e-prevpage, .e-pager.e-rtl .e-firstpagedisabled, .e-pager.e-rtl .e-prevpagedisabled, .e-pager.e-rtl .e-nextpage, .e-pager.e-rtl .e-lastpage, .e-pager.e-rtl .e-nextpagedisabled, .e-pager.e-rtl .e-lastpagedisabled, .e-pager.e-rtl .e-nextpage, .e-pager.e-rtl .e-nextpagedisabled {
|
|
608
|
-
border-left-color:
|
|
608
|
+
border-left-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
609
609
|
}
|
|
610
610
|
|
|
611
611
|
/*! Pager bigger */
|
|
@@ -1001,13 +1001,13 @@
|
|
|
1001
1001
|
color: #adb5bd;
|
|
1002
1002
|
}
|
|
1003
1003
|
.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
1004
|
-
border-color:
|
|
1004
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1005
1005
|
-webkit-box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
1006
1006
|
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
1007
1007
|
}
|
|
1008
1008
|
.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
1009
1009
|
background-color: #343a40;
|
|
1010
|
-
border-color:
|
|
1010
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1011
1011
|
border-width: 1px;
|
|
1012
1012
|
-webkit-box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
1013
1013
|
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
@@ -1031,12 +1031,12 @@
|
|
|
1031
1031
|
background: #343a40;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav {
|
|
1034
|
-
border-left: 1px solid
|
|
1034
|
+
border-left: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1035
1035
|
border-right: 0;
|
|
1036
1036
|
}
|
|
1037
1037
|
.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav {
|
|
1038
1038
|
border-left: 0;
|
|
1039
|
-
border-right: 1px solid
|
|
1039
|
+
border-right: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1040
1040
|
}
|
|
1041
1041
|
.e-hscroll.e-rtl .e-scroll-nav:hover {
|
|
1042
1042
|
background: #495057;
|
|
@@ -1075,10 +1075,10 @@
|
|
|
1075
1075
|
background: #343a40;
|
|
1076
1076
|
}
|
|
1077
1077
|
.e-hscroll .e-scroll-nav.e-scroll-left-nav {
|
|
1078
|
-
border-right: 1px solid
|
|
1078
|
+
border-right: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1079
1079
|
}
|
|
1080
1080
|
.e-hscroll .e-scroll-nav.e-scroll-right-nav {
|
|
1081
|
-
border-left: 1px solid
|
|
1081
|
+
border-left: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1082
1082
|
}
|
|
1083
1083
|
.e-hscroll .e-scroll-nav::after {
|
|
1084
1084
|
background-color: transparent;
|
|
@@ -1943,16 +1943,16 @@
|
|
|
1943
1943
|
/* stylelint-disable property-no-vendor-prefix */
|
|
1944
1944
|
.e-toolbar {
|
|
1945
1945
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1946
|
-
background:
|
|
1947
|
-
border: 0 solid
|
|
1946
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
1947
|
+
border: 0 solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1948
1948
|
-webkit-box-shadow: none;
|
|
1949
1949
|
box-shadow: none;
|
|
1950
1950
|
}
|
|
1951
1951
|
.e-toolbar .e-toolbar-items {
|
|
1952
|
-
background:
|
|
1952
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
1953
1953
|
}
|
|
1954
1954
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1955
|
-
background:
|
|
1955
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
1956
1956
|
-webkit-box-shadow: none;
|
|
1957
1957
|
box-shadow: none;
|
|
1958
1958
|
color: #fff;
|
|
@@ -1965,7 +1965,7 @@
|
|
|
1965
1965
|
color: #fff;
|
|
1966
1966
|
}
|
|
1967
1967
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
|
|
1968
|
-
background:
|
|
1968
|
+
background: rgb(86.4, 93.6, 100);
|
|
1969
1969
|
-webkit-box-shadow: none;
|
|
1970
1970
|
box-shadow: none;
|
|
1971
1971
|
}
|
|
@@ -1973,18 +1973,18 @@
|
|
|
1973
1973
|
color: #fff;
|
|
1974
1974
|
}
|
|
1975
1975
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
1976
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
1977
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
1976
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
1977
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
1978
1978
|
}
|
|
1979
1979
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
1980
|
-
background:
|
|
1980
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
1981
1981
|
border-radius: 4px;
|
|
1982
1982
|
color: #adb5bd;
|
|
1983
1983
|
border-color: #adb5bd;
|
|
1984
1984
|
border-style: solid;
|
|
1985
1985
|
border-width: 0;
|
|
1986
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
1987
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
1986
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
1987
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
1988
1988
|
}
|
|
1989
1989
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1990
1990
|
color: #fff;
|
|
@@ -1994,7 +1994,7 @@
|
|
|
1994
1994
|
color: #fff;
|
|
1995
1995
|
}
|
|
1996
1996
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
1997
|
-
background:
|
|
1997
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
1998
1998
|
border-color: #adb5bd;
|
|
1999
1999
|
border-style: solid;
|
|
2000
2000
|
border-width: 0;
|
|
@@ -2015,8 +2015,8 @@
|
|
|
2015
2015
|
color: #fff;
|
|
2016
2016
|
}
|
|
2017
2017
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
2018
|
-
background:
|
|
2019
|
-
border-color:
|
|
2018
|
+
background: rgb(86.4, 93.6, 100);
|
|
2019
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2020
2020
|
border-style: solid;
|
|
2021
2021
|
border-width: 0;
|
|
2022
2022
|
border-radius: 4px;
|
|
@@ -2031,11 +2031,11 @@
|
|
|
2031
2031
|
color: #fff;
|
|
2032
2032
|
}
|
|
2033
2033
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
2034
|
-
border: solid
|
|
2034
|
+
border: solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2035
2035
|
border-width: 0 1px 0 0;
|
|
2036
2036
|
}
|
|
2037
2037
|
.e-toolbar .e-toolbar-item.e-overlay {
|
|
2038
|
-
background:
|
|
2038
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
2039
2039
|
opacity: 0.5;
|
|
2040
2040
|
color: #ced4da;
|
|
2041
2041
|
}
|
|
@@ -2046,19 +2046,19 @@
|
|
|
2046
2046
|
color: #ced4da;
|
|
2047
2047
|
}
|
|
2048
2048
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
2049
|
-
border: solid
|
|
2049
|
+
border: solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2050
2050
|
border-width: 0 0 0 0;
|
|
2051
2051
|
}
|
|
2052
2052
|
.e-toolbar.e-vertical.e-rtl .e-hor-nav {
|
|
2053
|
-
border: solid
|
|
2053
|
+
border: solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2054
2054
|
border-width: 0 0 0 0;
|
|
2055
2055
|
}
|
|
2056
2056
|
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2057
2057
|
border-width: 0 0 1px 0;
|
|
2058
2058
|
}
|
|
2059
2059
|
.e-toolbar .e-hor-nav {
|
|
2060
|
-
background:
|
|
2061
|
-
border: solid
|
|
2060
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
2061
|
+
border: solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2062
2062
|
border-width: 0 0 0 0;
|
|
2063
2063
|
}
|
|
2064
2064
|
.e-toolbar .e-hor-nav::after {
|
|
@@ -2072,7 +2072,7 @@
|
|
|
2072
2072
|
-webkit-box-shadow: none;
|
|
2073
2073
|
box-shadow: none;
|
|
2074
2074
|
color: #ced4da;
|
|
2075
|
-
background:
|
|
2075
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
2076
2076
|
}
|
|
2077
2077
|
.e-toolbar .e-hor-nav:active .e-icons {
|
|
2078
2078
|
color: #adb5bd;
|
|
@@ -2081,7 +2081,7 @@
|
|
|
2081
2081
|
content: "";
|
|
2082
2082
|
}
|
|
2083
2083
|
.e-toolbar .e-hor-nav:hover {
|
|
2084
|
-
background:
|
|
2084
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
2085
2085
|
border-left: 0;
|
|
2086
2086
|
color: #fff;
|
|
2087
2087
|
}
|
|
@@ -2089,18 +2089,18 @@
|
|
|
2089
2089
|
color: inherit;
|
|
2090
2090
|
}
|
|
2091
2091
|
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
2092
|
-
border-color:
|
|
2092
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2093
2093
|
border-style: solid;
|
|
2094
2094
|
border-width: 0;
|
|
2095
2095
|
}
|
|
2096
2096
|
.e-toolbar .e-hor-nav:hover:active {
|
|
2097
|
-
background:
|
|
2098
|
-
border-color:
|
|
2097
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
2098
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2099
2099
|
border-style: solid;
|
|
2100
2100
|
border-width: 0;
|
|
2101
2101
|
}
|
|
2102
2102
|
.e-toolbar .e-hor-nav:focus {
|
|
2103
|
-
background:
|
|
2103
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
2104
2104
|
color: #fff;
|
|
2105
2105
|
border-color: #adb5bd;
|
|
2106
2106
|
border-style: solid;
|
|
@@ -2111,16 +2111,16 @@
|
|
|
2111
2111
|
}
|
|
2112
2112
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2113
2113
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2114
|
-
background:
|
|
2114
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
2115
2115
|
-webkit-box-shadow: none;
|
|
2116
2116
|
box-shadow: none;
|
|
2117
|
-
border-color:
|
|
2117
|
+
border-color: rgb(91.8, 99.45, 106.25);
|
|
2118
2118
|
border-style: solid;
|
|
2119
2119
|
border-width: 0;
|
|
2120
2120
|
}
|
|
2121
2121
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2122
2122
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2123
|
-
border-color:
|
|
2123
|
+
border-color: rgb(91.8, 99.45, 106.25);
|
|
2124
2124
|
border-style: solid;
|
|
2125
2125
|
border-width: 0;
|
|
2126
2126
|
}
|
|
@@ -2134,7 +2134,7 @@
|
|
|
2134
2134
|
}
|
|
2135
2135
|
.e-toolbar .e-toolbar-pop {
|
|
2136
2136
|
background: #343a40;
|
|
2137
|
-
border: 0 solid
|
|
2137
|
+
border: 0 solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2138
2138
|
-webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
2139
2139
|
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
2140
2140
|
}
|
|
@@ -2142,7 +2142,7 @@
|
|
|
2142
2142
|
background: transparent;
|
|
2143
2143
|
}
|
|
2144
2144
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2145
|
-
background:
|
|
2145
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
2146
2146
|
-webkit-box-shadow: none;
|
|
2147
2147
|
box-shadow: none;
|
|
2148
2148
|
border-color: #adb5bd;
|
|
@@ -2150,15 +2150,15 @@
|
|
|
2150
2150
|
border-width: 0;
|
|
2151
2151
|
}
|
|
2152
2152
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2153
|
-
background:
|
|
2153
|
+
background: rgb(86.4, 93.6, 100);
|
|
2154
2154
|
-webkit-box-shadow: none;
|
|
2155
2155
|
box-shadow: none;
|
|
2156
|
-
border-color:
|
|
2156
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2157
2157
|
border-style: solid;
|
|
2158
2158
|
border-width: 0;
|
|
2159
2159
|
}
|
|
2160
2160
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2161
|
-
background:
|
|
2161
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
2162
2162
|
border-color: #adb5bd;
|
|
2163
2163
|
border-style: solid;
|
|
2164
2164
|
border-width: 0;
|
|
@@ -2172,55 +2172,55 @@
|
|
|
2172
2172
|
background: transparent;
|
|
2173
2173
|
}
|
|
2174
2174
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
2175
|
-
background:
|
|
2175
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
2176
2176
|
-webkit-box-shadow: none;
|
|
2177
2177
|
box-shadow: none;
|
|
2178
2178
|
border: none;
|
|
2179
2179
|
}
|
|
2180
2180
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2181
|
-
background:
|
|
2181
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
2182
2182
|
border-radius: 4px;
|
|
2183
2183
|
border-color: #adb5bd;
|
|
2184
2184
|
border-style: solid;
|
|
2185
2185
|
border-width: 0;
|
|
2186
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
2187
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
2186
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
2187
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
2188
2188
|
}
|
|
2189
2189
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2190
|
-
background:
|
|
2190
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
2191
2191
|
border-radius: 4px;
|
|
2192
2192
|
border-color: #adb5bd;
|
|
2193
2193
|
border-style: solid;
|
|
2194
2194
|
border-width: 0;
|
|
2195
2195
|
}
|
|
2196
2196
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2197
|
-
background:
|
|
2197
|
+
background: rgb(86.4, 93.6, 100);
|
|
2198
2198
|
border-radius: 4px;
|
|
2199
2199
|
-webkit-box-shadow: none;
|
|
2200
2200
|
box-shadow: none;
|
|
2201
|
-
border-color:
|
|
2201
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2202
2202
|
border-style: solid;
|
|
2203
2203
|
border-width: 0;
|
|
2204
2204
|
}
|
|
2205
2205
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
2206
|
-
border: solid
|
|
2206
|
+
border: solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2207
2207
|
border-width: 0 1px 0 0;
|
|
2208
2208
|
}
|
|
2209
2209
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
|
|
2210
|
-
background:
|
|
2210
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
2211
2211
|
}
|
|
2212
2212
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
2213
|
-
background:
|
|
2213
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
2214
2214
|
}
|
|
2215
2215
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
2216
|
-
background:
|
|
2217
|
-
border: solid
|
|
2216
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
2217
|
+
border: solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2218
2218
|
border-width: 0 0 0 0;
|
|
2219
2219
|
}
|
|
2220
2220
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
2221
|
-
background:
|
|
2221
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
2222
2222
|
color: #adb5bd;
|
|
2223
|
-
border: solid
|
|
2223
|
+
border: solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2224
2224
|
border-width: 0 0 0 0;
|
|
2225
2225
|
}
|
|
2226
2226
|
|
|
@@ -2503,10 +2503,10 @@
|
|
|
2503
2503
|
margin-top: 0;
|
|
2504
2504
|
}
|
|
2505
2505
|
.e-accordion .e-acrdn-item.e-select.e-selected:first-child {
|
|
2506
|
-
border-top: 1px none
|
|
2506
|
+
border-top: 1px none rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2507
2507
|
}
|
|
2508
2508
|
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
2509
|
-
border-bottom: 1px solid
|
|
2509
|
+
border-bottom: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2510
2510
|
}
|
|
2511
2511
|
.e-accordion .e-acrdn-item:first-child {
|
|
2512
2512
|
margin-top: 0;
|
|
@@ -2668,11 +2668,11 @@
|
|
|
2668
2668
|
.e-accordion {
|
|
2669
2669
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2670
2670
|
background: #212529;
|
|
2671
|
-
border: 1px solid
|
|
2671
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2672
2672
|
border-radius: 4px;
|
|
2673
2673
|
}
|
|
2674
2674
|
.e-accordion .e-acrdn-item {
|
|
2675
|
-
border-color:
|
|
2675
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2676
2676
|
border-style: solid;
|
|
2677
2677
|
border-width: 0 0 1px 0;
|
|
2678
2678
|
border-radius: 0;
|
|
@@ -2697,20 +2697,20 @@
|
|
|
2697
2697
|
border-radius: 0;
|
|
2698
2698
|
}
|
|
2699
2699
|
.e-accordion .e-acrdn-item.e-item-focus {
|
|
2700
|
-
border-color:
|
|
2700
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2701
2701
|
border-style: solid;
|
|
2702
2702
|
border-width: 0 0 1px 0;
|
|
2703
2703
|
}
|
|
2704
2704
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2705
|
-
border-top: 1px none
|
|
2705
|
+
border-top: 1px none rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2706
2706
|
}
|
|
2707
2707
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
|
|
2708
|
-
border-color:
|
|
2708
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2709
2709
|
border-style: solid;
|
|
2710
2710
|
border-width: 0 0 1px 0;
|
|
2711
2711
|
}
|
|
2712
2712
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
|
|
2713
|
-
background:
|
|
2713
|
+
background: rgb(2.6, 22, 50.6);
|
|
2714
2714
|
}
|
|
2715
2715
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2716
2716
|
color: #0d6efd;
|
|
@@ -2722,10 +2722,10 @@
|
|
|
2722
2722
|
color: #adb5bd;
|
|
2723
2723
|
}
|
|
2724
2724
|
.e-accordion .e-acrdn-item.e-item-focus.e-expand-state.e-select, .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2725
|
-
border-color:
|
|
2725
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2726
2726
|
}
|
|
2727
2727
|
.e-accordion .e-acrdn-item.e-expand-state.e-select {
|
|
2728
|
-
border-color:
|
|
2728
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2729
2729
|
border-style: solid;
|
|
2730
2730
|
border-width: 0 0 1px 0;
|
|
2731
2731
|
}
|
|
@@ -2751,29 +2751,29 @@
|
|
|
2751
2751
|
color: #6c757d;
|
|
2752
2752
|
}
|
|
2753
2753
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
|
|
2754
|
-
border-color:
|
|
2754
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2755
2755
|
border-style: solid;
|
|
2756
2756
|
border-width: 0 0 1px 0;
|
|
2757
|
-
background:
|
|
2757
|
+
background: rgb(2.6, 22, 50.6);
|
|
2758
2758
|
}
|
|
2759
2759
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2760
|
-
background:
|
|
2760
|
+
background: rgb(2.6, 22, 50.6);
|
|
2761
2761
|
}
|
|
2762
2762
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
|
|
2763
|
-
background:
|
|
2763
|
+
background: rgb(2.6, 22, 50.6);
|
|
2764
2764
|
}
|
|
2765
2765
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2766
2766
|
color: #fff;
|
|
2767
2767
|
}
|
|
2768
2768
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child {
|
|
2769
|
-
border-bottom: 1px none
|
|
2769
|
+
border-bottom: 1px none rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2770
2770
|
}
|
|
2771
2771
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2772
2772
|
color: #fff;
|
|
2773
2773
|
}
|
|
2774
2774
|
.e-accordion .e-acrdn-item.e-select {
|
|
2775
2775
|
background: none;
|
|
2776
|
-
border-color:
|
|
2776
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2777
2777
|
border-style: solid;
|
|
2778
2778
|
border-width: 0 0 1px 0;
|
|
2779
2779
|
}
|
|
@@ -2805,7 +2805,7 @@
|
|
|
2805
2805
|
.e-accordion .e-acrdn-item .e-acrdn-header:active {
|
|
2806
2806
|
border: 0;
|
|
2807
2807
|
border-color: initial;
|
|
2808
|
-
background:
|
|
2808
|
+
background: rgb(2.6, 22, 50.6);
|
|
2809
2809
|
}
|
|
2810
2810
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2811
2811
|
border: 0;
|
|
@@ -2822,56 +2822,56 @@
|
|
|
2822
2822
|
color: #0d6efd;
|
|
2823
2823
|
}
|
|
2824
2824
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
2825
|
-
color:
|
|
2825
|
+
color: rgb(109.8, 168, 253.8);
|
|
2826
2826
|
}
|
|
2827
2827
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
|
|
2828
|
-
color:
|
|
2828
|
+
color: rgb(109.8, 168, 253.8);
|
|
2829
2829
|
}
|
|
2830
2830
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2831
2831
|
color: #fff;
|
|
2832
2832
|
}
|
|
2833
2833
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
|
|
2834
|
-
border-color:
|
|
2834
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2835
2835
|
border-style: solid;
|
|
2836
2836
|
border-width: 0 0 1px 0;
|
|
2837
|
-
background:
|
|
2837
|
+
background: rgb(2.6, 22, 50.6);
|
|
2838
2838
|
}
|
|
2839
2839
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-icons {
|
|
2840
|
-
color:
|
|
2840
|
+
color: rgb(109.8, 168, 253.8);
|
|
2841
2841
|
}
|
|
2842
2842
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons {
|
|
2843
2843
|
color: #adb5bd;
|
|
2844
2844
|
}
|
|
2845
2845
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2846
|
-
color:
|
|
2846
|
+
color: rgb(109.8, 168, 253.8);
|
|
2847
2847
|
}
|
|
2848
2848
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2849
|
-
color:
|
|
2849
|
+
color: rgb(109.8, 168, 253.8);
|
|
2850
2850
|
}
|
|
2851
2851
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon {
|
|
2852
2852
|
color: #adb5bd;
|
|
2853
2853
|
}
|
|
2854
2854
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2855
|
-
border-color:
|
|
2855
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2856
2856
|
}
|
|
2857
2857
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon {
|
|
2858
|
-
color:
|
|
2858
|
+
color: rgb(109.8, 168, 253.8);
|
|
2859
2859
|
}
|
|
2860
2860
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
2861
2861
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
2862
2862
|
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2863
|
-
color:
|
|
2863
|
+
color: rgb(109.8, 168, 253.8);
|
|
2864
2864
|
}
|
|
2865
2865
|
.e-accordion .e-acrdn-item.e-select.e-item-focus {
|
|
2866
|
-
border-color:
|
|
2866
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2867
2867
|
}
|
|
2868
2868
|
.e-accordion .e-acrdn-item.e-selected {
|
|
2869
|
-
border-color:
|
|
2869
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2870
2870
|
border-style: solid;
|
|
2871
2871
|
border-width: 0 0 1px 0;
|
|
2872
2872
|
}
|
|
2873
2873
|
.e-accordion .e-acrdn-item.e-selected.e-select {
|
|
2874
|
-
border-color:
|
|
2874
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2875
2875
|
border-style: solid;
|
|
2876
2876
|
border-width: 0 0 1px 0;
|
|
2877
2877
|
}
|
|
@@ -2879,13 +2879,13 @@
|
|
|
2879
2879
|
background: #212529;
|
|
2880
2880
|
}
|
|
2881
2881
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
|
|
2882
|
-
border-bottom: 1px none
|
|
2882
|
+
border-bottom: 1px none rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2883
2883
|
}
|
|
2884
2884
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
2885
|
-
color:
|
|
2885
|
+
color: rgb(109.8, 168, 253.8);
|
|
2886
2886
|
}
|
|
2887
2887
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
2888
|
-
color:
|
|
2888
|
+
color: rgb(109.8, 168, 253.8);
|
|
2889
2889
|
}
|
|
2890
2890
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2891
2891
|
position: relative;
|
|
@@ -2894,7 +2894,7 @@
|
|
|
2894
2894
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2895
2895
|
}
|
|
2896
2896
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2897
|
-
border-color:
|
|
2897
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2898
2898
|
border-style: solid;
|
|
2899
2899
|
border-width: 0 0 1px 0;
|
|
2900
2900
|
}
|
|
@@ -2905,9 +2905,9 @@
|
|
|
2905
2905
|
color: #fff;
|
|
2906
2906
|
}
|
|
2907
2907
|
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
2908
|
-
background:
|
|
2908
|
+
background: rgb(2.6, 22, 50.6);
|
|
2909
2909
|
border-radius: 0;
|
|
2910
|
-
border-color:
|
|
2910
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2911
2911
|
border-style: solid;
|
|
2912
2912
|
border-width: 0 0 1px 0;
|
|
2913
2913
|
}
|
|
@@ -2915,7 +2915,7 @@
|
|
|
2915
2915
|
background: none;
|
|
2916
2916
|
}
|
|
2917
2917
|
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover {
|
|
2918
|
-
border-color:
|
|
2918
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2919
2919
|
}
|
|
2920
2920
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
|
|
2921
2921
|
color: #fff;
|
|
@@ -3419,7 +3419,7 @@
|
|
|
3419
3419
|
user-select: none;
|
|
3420
3420
|
font-size: 14px;
|
|
3421
3421
|
padding: 0;
|
|
3422
|
-
border: 1px solid
|
|
3422
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
3423
3423
|
border-radius: 4px;
|
|
3424
3424
|
-webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
3425
3425
|
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
@@ -3638,7 +3638,7 @@
|
|
|
3638
3638
|
}
|
|
3639
3639
|
.e-contextmenu-wrapper ul .e-menu-item.e-menu-header,
|
|
3640
3640
|
.e-contextmenu-container ul .e-menu-item.e-menu-header {
|
|
3641
|
-
border-bottom-color:
|
|
3641
|
+
border-bottom-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
3642
3642
|
}
|
|
3643
3643
|
.e-contextmenu-wrapper ul .e-menu-item .e-menu-url,
|
|
3644
3644
|
.e-contextmenu-container ul .e-menu-item .e-menu-url {
|
|
@@ -3646,9 +3646,9 @@
|
|
|
3646
3646
|
}
|
|
3647
3647
|
.e-contextmenu-wrapper ul .e-menu-item.e-focused,
|
|
3648
3648
|
.e-contextmenu-container ul .e-menu-item.e-focused {
|
|
3649
|
-
background-color:
|
|
3649
|
+
background-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
3650
3650
|
color: #fff;
|
|
3651
|
-
outline: 0 solid
|
|
3651
|
+
outline: 0 solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
3652
3652
|
outline-offset: 0;
|
|
3653
3653
|
}
|
|
3654
3654
|
.e-contextmenu-wrapper ul .e-menu-item.e-selected,
|
|
@@ -3677,17 +3677,17 @@
|
|
|
3677
3677
|
}
|
|
3678
3678
|
.e-contextmenu-wrapper ul .e-separator,
|
|
3679
3679
|
.e-contextmenu-container ul .e-separator {
|
|
3680
|
-
border-bottom-color:
|
|
3680
|
+
border-bottom-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
3681
3681
|
}
|
|
3682
3682
|
|
|
3683
3683
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3684
3684
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3685
|
-
background-color:
|
|
3686
|
-
border: 1px solid
|
|
3685
|
+
background-color: #343a40;
|
|
3686
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
3687
3687
|
}
|
|
3688
3688
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
3689
3689
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav {
|
|
3690
|
-
border-color:
|
|
3690
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
3691
3691
|
}
|
|
3692
3692
|
|
|
3693
3693
|
.e-bigger .e-contextmenu-wrapper ul,
|
|
@@ -4211,6 +4211,11 @@
|
|
|
4211
4211
|
height: 26px;
|
|
4212
4212
|
width: 100%;
|
|
4213
4213
|
}
|
|
4214
|
+
@media screen and (max-width: 480px) {
|
|
4215
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
4216
|
+
height: 42px;
|
|
4217
|
+
}
|
|
4218
|
+
}
|
|
4214
4219
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4215
4220
|
display: -webkit-inline-box;
|
|
4216
4221
|
display: -ms-inline-flexbox;
|
|
@@ -5618,7 +5623,7 @@
|
|
|
5618
5623
|
border-bottom: 0;
|
|
5619
5624
|
}
|
|
5620
5625
|
.e-tab .e-tab-header::before {
|
|
5621
|
-
border-color:
|
|
5626
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
5622
5627
|
border-style: solid;
|
|
5623
5628
|
}
|
|
5624
5629
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
@@ -5632,7 +5637,7 @@
|
|
|
5632
5637
|
background: inherit;
|
|
5633
5638
|
}
|
|
5634
5639
|
.e-tab .e-tab-header .e-indicator {
|
|
5635
|
-
background:
|
|
5640
|
+
background: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
5636
5641
|
}
|
|
5637
5642
|
.e-tab .e-tab-header .e-toolbar-item {
|
|
5638
5643
|
background: inherit;
|
|
@@ -5657,7 +5662,7 @@
|
|
|
5657
5662
|
}
|
|
5658
5663
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5659
5664
|
background: transparent;
|
|
5660
|
-
border: 1px solid
|
|
5665
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
5661
5666
|
border-radius: 4px 4px 0 0;
|
|
5662
5667
|
}
|
|
5663
5668
|
@media screen and (max-width: 480px) {
|
|
@@ -5667,10 +5672,10 @@
|
|
|
5667
5672
|
}
|
|
5668
5673
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
5669
5674
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
5670
|
-
color:
|
|
5675
|
+
color: rgb(10.4, 88, 202.4);
|
|
5671
5676
|
}
|
|
5672
5677
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
5673
|
-
border: 1px solid
|
|
5678
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
5674
5679
|
border-radius: 4px 4px 0 0;
|
|
5675
5680
|
}
|
|
5676
5681
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
@@ -5708,7 +5713,7 @@
|
|
|
5708
5713
|
color: #adb5bd;
|
|
5709
5714
|
}
|
|
5710
5715
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover {
|
|
5711
|
-
color:
|
|
5716
|
+
color: rgb(10.4, 88, 202.4);
|
|
5712
5717
|
}
|
|
5713
5718
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon:active {
|
|
5714
5719
|
color: #0d6efd;
|
|
@@ -5754,7 +5759,7 @@
|
|
|
5754
5759
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
5755
5760
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
5756
5761
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
5757
|
-
color:
|
|
5762
|
+
color: rgb(10.4, 88, 202.4);
|
|
5758
5763
|
}
|
|
5759
5764
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
5760
5765
|
background: #343a40;
|
|
@@ -5785,7 +5790,7 @@
|
|
|
5785
5790
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
5786
5791
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
5787
5792
|
background: #495057;
|
|
5788
|
-
color:
|
|
5793
|
+
color: rgb(10.4, 88, 202.4);
|
|
5789
5794
|
border: 0;
|
|
5790
5795
|
}
|
|
5791
5796
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
@@ -5807,7 +5812,7 @@
|
|
|
5807
5812
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
5808
5813
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
5809
5814
|
background: #495057;
|
|
5810
|
-
color:
|
|
5815
|
+
color: rgb(10.4, 88, 202.4);
|
|
5811
5816
|
}
|
|
5812
5817
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
5813
5818
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
@@ -5854,7 +5859,7 @@
|
|
|
5854
5859
|
}
|
|
5855
5860
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
5856
5861
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
5857
|
-
color:
|
|
5862
|
+
color: rgb(10.4, 88, 202.4);
|
|
5858
5863
|
}
|
|
5859
5864
|
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
5860
5865
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
@@ -5938,7 +5943,7 @@
|
|
|
5938
5943
|
border-radius: 0 0 4px 4px;
|
|
5939
5944
|
}
|
|
5940
5945
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
5941
|
-
border-color: #212529
|
|
5946
|
+
border-color: #212529 rgb(68.0034482759, 75.85, 83.6965517241) rgb(68.0034482759, 75.85, 83.6965517241);
|
|
5942
5947
|
border-style: solid;
|
|
5943
5948
|
border-width: 1px;
|
|
5944
5949
|
margin-top: 0;
|
|
@@ -5951,8 +5956,8 @@
|
|
|
5951
5956
|
border-width: 0 1px 0 0;
|
|
5952
5957
|
}
|
|
5953
5958
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active {
|
|
5954
|
-
border-bottom: 1px solid
|
|
5955
|
-
border-top: 1px solid
|
|
5959
|
+
border-bottom: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
5960
|
+
border-top: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
5956
5961
|
}
|
|
5957
5962
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
5958
5963
|
border-radius: 4px 0 0 4px;
|
|
@@ -5996,7 +6001,7 @@
|
|
|
5996
6001
|
background: rgba(52, 58, 64, 0.12);
|
|
5997
6002
|
}
|
|
5998
6003
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
5999
|
-
color:
|
|
6004
|
+
color: rgb(10.4, 88, 202.4);
|
|
6000
6005
|
}
|
|
6001
6006
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow:hover {
|
|
6002
6007
|
background: none;
|
|
@@ -6022,7 +6027,7 @@
|
|
|
6022
6027
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
6023
6028
|
background: inherit;
|
|
6024
6029
|
border: 0;
|
|
6025
|
-
color:
|
|
6030
|
+
color: rgb(10.4, 88, 202.4);
|
|
6026
6031
|
}
|
|
6027
6032
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
6028
6033
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -6052,7 +6057,7 @@
|
|
|
6052
6057
|
}
|
|
6053
6058
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6054
6059
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
6055
|
-
color:
|
|
6060
|
+
color: rgb(10.4, 88, 202.4);
|
|
6056
6061
|
}
|
|
6057
6062
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
6058
6063
|
color: #adb5bd;
|
|
@@ -6083,14 +6088,14 @@
|
|
|
6083
6088
|
pointer-events: none;
|
|
6084
6089
|
}
|
|
6085
6090
|
.e-tab.e-disable .e-tab-header .e-indicator {
|
|
6086
|
-
background: rgba(68,
|
|
6091
|
+
background: rgba(68.0034482759, 75.85, 83.6965517241, 0.38);
|
|
6087
6092
|
}
|
|
6088
6093
|
.e-tab.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6089
6094
|
color: #6c757d;
|
|
6090
6095
|
}
|
|
6091
6096
|
.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6092
6097
|
.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6093
|
-
color: rgba(68,
|
|
6098
|
+
color: rgba(68.0034482759, 75.85, 83.6965517241, 0.38);
|
|
6094
6099
|
}
|
|
6095
6100
|
.e-tab.e-disable .e-content {
|
|
6096
6101
|
opacity: 0.38;
|
|
@@ -6111,10 +6116,10 @@
|
|
|
6111
6116
|
color: #0d6efd;
|
|
6112
6117
|
}
|
|
6113
6118
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6114
|
-
color:
|
|
6119
|
+
color: rgb(10.4, 88, 202.4);
|
|
6115
6120
|
}
|
|
6116
6121
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6117
|
-
color:
|
|
6122
|
+
color: rgb(10.4, 88, 202.4);
|
|
6118
6123
|
}
|
|
6119
6124
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
6120
6125
|
margin-top: 0;
|
|
@@ -6205,7 +6210,7 @@
|
|
|
6205
6210
|
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon,
|
|
6206
6211
|
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6207
6212
|
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6208
|
-
color:
|
|
6213
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
6209
6214
|
}
|
|
6210
6215
|
.e-tab.e-fill.e-disable .e-tab-header.e-horizontal-bottom {
|
|
6211
6216
|
border-bottom: 0;
|
|
@@ -6214,7 +6219,7 @@
|
|
|
6214
6219
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6215
6220
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
6216
6221
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
6217
|
-
color:
|
|
6222
|
+
color: rgb(10.4, 88, 202.4);
|
|
6218
6223
|
}
|
|
6219
6224
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6220
6225
|
background: rgba(52, 58, 64, 0.8);
|
|
@@ -6256,10 +6261,10 @@
|
|
|
6256
6261
|
}
|
|
6257
6262
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
6258
6263
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6259
|
-
color:
|
|
6264
|
+
color: rgb(2.6, 22, 50.6);
|
|
6260
6265
|
}
|
|
6261
6266
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
6262
|
-
color:
|
|
6267
|
+
color: rgb(2.6, 22, 50.6);
|
|
6263
6268
|
}
|
|
6264
6269
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
6265
6270
|
color: #fff;
|
|
@@ -6267,7 +6272,7 @@
|
|
|
6267
6272
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6268
6273
|
background: transparent;
|
|
6269
6274
|
background-color: transparent;
|
|
6270
|
-
border-color:
|
|
6275
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
6271
6276
|
}
|
|
6272
6277
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
6273
6278
|
color: #fff;
|
|
@@ -6365,7 +6370,7 @@
|
|
|
6365
6370
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-text,
|
|
6366
6371
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-icon,
|
|
6367
6372
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-close-icon {
|
|
6368
|
-
color: rgba(68,
|
|
6373
|
+
color: rgba(68.0034482759, 75.85, 83.6965517241, 0.38);
|
|
6369
6374
|
}
|
|
6370
6375
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
6371
6376
|
background: inherit;
|
|
@@ -6373,7 +6378,7 @@
|
|
|
6373
6378
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6374
6379
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
6375
6380
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6376
|
-
color:
|
|
6381
|
+
color: rgb(2.6, 22, 50.6);
|
|
6377
6382
|
}
|
|
6378
6383
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6379
6384
|
background: #343a40;
|
|
@@ -6384,13 +6389,13 @@
|
|
|
6384
6389
|
color: #fff;
|
|
6385
6390
|
}
|
|
6386
6391
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
6387
|
-
color:
|
|
6392
|
+
color: rgb(2.6, 22, 50.6);
|
|
6388
6393
|
}
|
|
6389
6394
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
6390
|
-
color:
|
|
6395
|
+
color: rgb(2.6, 22, 50.6);
|
|
6391
6396
|
}
|
|
6392
6397
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
6393
|
-
color:
|
|
6398
|
+
color: rgb(2.6, 22, 50.6);
|
|
6394
6399
|
}
|
|
6395
6400
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
6396
6401
|
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
@@ -6398,7 +6403,7 @@
|
|
|
6398
6403
|
}
|
|
6399
6404
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
6400
6405
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
6401
|
-
color:
|
|
6406
|
+
color: rgb(2.6, 22, 50.6);
|
|
6402
6407
|
border: 0;
|
|
6403
6408
|
}
|
|
6404
6409
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
@@ -6410,7 +6415,7 @@
|
|
|
6410
6415
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
6411
6416
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
6412
6417
|
background: unset;
|
|
6413
|
-
color:
|
|
6418
|
+
color: rgb(2.6, 22, 50.6);
|
|
6414
6419
|
}
|
|
6415
6420
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
6416
6421
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
@@ -6442,7 +6447,7 @@
|
|
|
6442
6447
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
6443
6448
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
6444
6449
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
6445
|
-
color:
|
|
6450
|
+
color: rgb(2.6, 22, 50.6);
|
|
6446
6451
|
border: 0;
|
|
6447
6452
|
}
|
|
6448
6453
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
@@ -6553,18 +6558,18 @@
|
|
|
6553
6558
|
border-color: transparent;
|
|
6554
6559
|
}
|
|
6555
6560
|
.e-tab.e-background.e-disable .e-tab-header .e-indicator {
|
|
6556
|
-
background:
|
|
6561
|
+
background: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
6557
6562
|
}
|
|
6558
6563
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6559
|
-
color: rgba(68,
|
|
6564
|
+
color: rgba(68.0034482759, 75.85, 83.6965517241, 0.38);
|
|
6560
6565
|
}
|
|
6561
6566
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6562
6567
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
6563
|
-
color: rgba(68,
|
|
6568
|
+
color: rgba(68.0034482759, 75.85, 83.6965517241, 0.38);
|
|
6564
6569
|
}
|
|
6565
6570
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
6566
6571
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
6567
|
-
color: rgba(68,
|
|
6572
|
+
color: rgba(68.0034482759, 75.85, 83.6965517241, 0.38);
|
|
6568
6573
|
}
|
|
6569
6574
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active {
|
|
6570
6575
|
opacity: 0.65;
|
|
@@ -6572,19 +6577,19 @@
|
|
|
6572
6577
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
|
|
6573
6578
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6574
6579
|
background: #0d6efd;
|
|
6575
|
-
color:
|
|
6580
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
6576
6581
|
}
|
|
6577
6582
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
6578
6583
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon,
|
|
6579
6584
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6580
6585
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6581
|
-
color:
|
|
6586
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
6582
6587
|
}
|
|
6583
6588
|
.e-tab.e-background.e-accent .e-tab-header .e-indicator {
|
|
6584
|
-
background:
|
|
6589
|
+
background: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
6585
6590
|
}
|
|
6586
6591
|
.e-tab.e-background.e-accent .e-tab-header.e-disable .e-indicator {
|
|
6587
|
-
background: rgba(68,
|
|
6592
|
+
background: rgba(68.0034482759, 75.85, 83.6965517241, 0.38);
|
|
6588
6593
|
}
|
|
6589
6594
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6590
6595
|
background: #343a40;
|
|
@@ -6593,7 +6598,7 @@
|
|
|
6593
6598
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6594
6599
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
6595
6600
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
6596
|
-
color:
|
|
6601
|
+
color: rgb(2.6, 22, 50.6);
|
|
6597
6602
|
}
|
|
6598
6603
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6599
6604
|
background: rgba(13, 110, 253, 0.12);
|
|
@@ -6605,7 +6610,7 @@
|
|
|
6605
6610
|
}
|
|
6606
6611
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
6607
6612
|
background: #212529;
|
|
6608
|
-
border: 1px solid
|
|
6613
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
6609
6614
|
border-radius: 4px 4px 0 0;
|
|
6610
6615
|
}
|
|
6611
6616
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
@@ -8040,6 +8045,11 @@
|
|
|
8040
8045
|
position: absolute;
|
|
8041
8046
|
width: 100%;
|
|
8042
8047
|
}
|
|
8048
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
8049
|
+
.e-treeview .e-fullrow {
|
|
8050
|
+
z-index: -1;
|
|
8051
|
+
}
|
|
8052
|
+
}
|
|
8043
8053
|
.e-treeview .e-checkbox-wrapper {
|
|
8044
8054
|
margin: 0 0 0 12px;
|
|
8045
8055
|
pointer-events: all;
|
|
@@ -8107,7 +8117,7 @@
|
|
|
8107
8117
|
.e-treeview .e-icon-expandable {
|
|
8108
8118
|
display: inline-block;
|
|
8109
8119
|
height: 20px;
|
|
8110
|
-
margin: 0 4px 0 -
|
|
8120
|
+
margin: 0 4px 0 -24px;
|
|
8111
8121
|
vertical-align: middle;
|
|
8112
8122
|
width: 20px;
|
|
8113
8123
|
}
|
|
@@ -8366,8 +8376,8 @@
|
|
|
8366
8376
|
background: transparent;
|
|
8367
8377
|
}
|
|
8368
8378
|
.e-treeview .e-list-item.e-hover > .e-fullrow, .e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
8369
|
-
background-color:
|
|
8370
|
-
border-color:
|
|
8379
|
+
background-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
8380
|
+
border-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
8371
8381
|
}
|
|
8372
8382
|
.e-treeview .e-list-item.e-hover > .e-text-content, .e-treeview .e-list-item.e-node-focus > .e-text-content {
|
|
8373
8383
|
color: #fff;
|
|
@@ -8414,7 +8424,7 @@
|
|
|
8414
8424
|
border-color: #fff;
|
|
8415
8425
|
}
|
|
8416
8426
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
8417
|
-
background-color:
|
|
8427
|
+
background-color: rgb(1.9713114754, 97.5799180328, 238.5286885246);
|
|
8418
8428
|
border-color: #0d6efd;
|
|
8419
8429
|
}
|
|
8420
8430
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
@@ -8463,28 +8473,28 @@
|
|
|
8463
8473
|
background: #0d6efd;
|
|
8464
8474
|
}
|
|
8465
8475
|
.e-treeview .e-popup .e-content {
|
|
8466
|
-
background-color:
|
|
8467
|
-
border-color:
|
|
8476
|
+
background-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
8477
|
+
border-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
8468
8478
|
}
|
|
8469
8479
|
.e-treeview .e-popup.e-select .e-icons {
|
|
8470
|
-
border-color:
|
|
8480
|
+
border-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
8471
8481
|
}
|
|
8472
8482
|
.e-treeview .e-popup .e-downtail::before {
|
|
8473
|
-
border-top-color:
|
|
8483
|
+
border-top-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
8474
8484
|
}
|
|
8475
8485
|
.e-treeview .e-popup .e-downtail::after {
|
|
8476
|
-
border-top-color:
|
|
8486
|
+
border-top-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
8477
8487
|
}
|
|
8478
8488
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
8479
|
-
background-color:
|
|
8480
|
-
border-color:
|
|
8489
|
+
background-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
8490
|
+
border-color: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
8481
8491
|
}
|
|
8482
8492
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active > .e-text-content {
|
|
8483
8493
|
background-color: #0d6efd;
|
|
8484
8494
|
border-color: #0d6efd;
|
|
8485
8495
|
}
|
|
8486
8496
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8487
|
-
background-color:
|
|
8497
|
+
background-color: rgb(1.9713114754, 97.5799180328, 238.5286885246);
|
|
8488
8498
|
border-color: #0d6efd;
|
|
8489
8499
|
}
|
|
8490
8500
|
.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 {
|
|
@@ -8775,7 +8785,7 @@ ejs-sidebar {
|
|
|
8775
8785
|
.e-sidebar {
|
|
8776
8786
|
/* stylelint-disable property-no-vendor-prefix */
|
|
8777
8787
|
-webkit-tap-highlight-color: transparent;
|
|
8778
|
-
background:
|
|
8788
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
8779
8789
|
height: 100%;
|
|
8780
8790
|
overflow: auto;
|
|
8781
8791
|
position: fixed;
|
|
@@ -9314,7 +9324,7 @@ ejs-sidebar {
|
|
|
9314
9324
|
}
|
|
9315
9325
|
.e-menu-wrapper.e-popup.e-menu-popup,
|
|
9316
9326
|
.e-menu-container.e-popup.e-menu-popup {
|
|
9317
|
-
border: 1px solid
|
|
9327
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
9318
9328
|
-webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
9319
9329
|
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
9320
9330
|
overflow: hidden;
|
|
@@ -9367,7 +9377,7 @@ ejs-sidebar {
|
|
|
9367
9377
|
}
|
|
9368
9378
|
.e-menu-wrapper.e-contextmenu-container .e-menu-vscroll,
|
|
9369
9379
|
.e-menu-container.e-contextmenu-container .e-menu-vscroll {
|
|
9370
|
-
border: 1px solid
|
|
9380
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
9371
9381
|
-webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
9372
9382
|
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
9373
9383
|
}
|
|
@@ -9573,7 +9583,7 @@ ejs-sidebar {
|
|
|
9573
9583
|
|
|
9574
9584
|
.e-menu-wrapper,
|
|
9575
9585
|
.e-menu-container {
|
|
9576
|
-
background:
|
|
9586
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
9577
9587
|
}
|
|
9578
9588
|
.e-menu-wrapper .e-menu,
|
|
9579
9589
|
.e-menu-container .e-menu {
|
|
@@ -9582,15 +9592,15 @@ ejs-sidebar {
|
|
|
9582
9592
|
}
|
|
9583
9593
|
.e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
|
|
9584
9594
|
.e-menu-container .e-menu.e-menu:not(.e-vertical) .e-separator {
|
|
9585
|
-
border-right-color:
|
|
9595
|
+
border-right-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
9586
9596
|
}
|
|
9587
9597
|
.e-menu-wrapper .e-menu .e-menu-item.e-menu-header,
|
|
9588
9598
|
.e-menu-container .e-menu .e-menu-item.e-menu-header {
|
|
9589
|
-
border-bottom-color:
|
|
9599
|
+
border-bottom-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
9590
9600
|
}
|
|
9591
9601
|
.e-menu-wrapper .e-menu .e-menu-item.e-menu-header,
|
|
9592
9602
|
.e-menu-container .e-menu .e-menu-item.e-menu-header {
|
|
9593
|
-
border-bottom-color:
|
|
9603
|
+
border-bottom-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
9594
9604
|
}
|
|
9595
9605
|
.e-menu-wrapper .e-menu .e-menu-item .e-menu-url,
|
|
9596
9606
|
.e-menu-container .e-menu .e-menu-item .e-menu-url {
|
|
@@ -9599,7 +9609,7 @@ ejs-sidebar {
|
|
|
9599
9609
|
.e-menu-wrapper .e-menu .e-menu-item.e-focused,
|
|
9600
9610
|
.e-menu-container .e-menu .e-menu-item.e-focused {
|
|
9601
9611
|
color: #fff;
|
|
9602
|
-
outline: 0 solid
|
|
9612
|
+
outline: 0 solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
9603
9613
|
outline-offset: 0;
|
|
9604
9614
|
background: #495057;
|
|
9605
9615
|
}
|
|
@@ -9623,7 +9633,7 @@ ejs-sidebar {
|
|
|
9623
9633
|
}
|
|
9624
9634
|
.e-menu-wrapper .e-menu .e-menu-item.e-separator,
|
|
9625
9635
|
.e-menu-container .e-menu .e-menu-item.e-separator {
|
|
9626
|
-
border-bottom-color:
|
|
9636
|
+
border-bottom-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
9627
9637
|
}
|
|
9628
9638
|
.e-menu-wrapper .e-menu .e-disabled,
|
|
9629
9639
|
.e-menu-container .e-menu .e-disabled {
|
|
@@ -9654,9 +9664,9 @@ ejs-sidebar {
|
|
|
9654
9664
|
}
|
|
9655
9665
|
.e-menu-wrapper .e-ul .e-menu-item.e-focused,
|
|
9656
9666
|
.e-menu-container .e-ul .e-menu-item.e-focused {
|
|
9657
|
-
background-color:
|
|
9667
|
+
background-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
9658
9668
|
color: #fff;
|
|
9659
|
-
outline: 0 solid
|
|
9669
|
+
outline: 0 solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
9660
9670
|
outline-offset: 0;
|
|
9661
9671
|
}
|
|
9662
9672
|
.e-menu-wrapper .e-ul .e-menu-item.e-selected, .e-menu-wrapper .e-ul .e-menu-item.e-active-item,
|
|
@@ -9669,7 +9679,7 @@ ejs-sidebar {
|
|
|
9669
9679
|
}
|
|
9670
9680
|
.e-menu-wrapper .e-ul .e-menu-item.e-separator,
|
|
9671
9681
|
.e-menu-container .e-ul .e-menu-item.e-separator {
|
|
9672
|
-
border-bottom-color:
|
|
9682
|
+
border-bottom-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
9673
9683
|
}
|
|
9674
9684
|
.e-menu-wrapper.e-menu-popup,
|
|
9675
9685
|
.e-menu-container.e-menu-popup {
|
|
@@ -9681,7 +9691,7 @@ ejs-sidebar {
|
|
|
9681
9691
|
}
|
|
9682
9692
|
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
|
|
9683
9693
|
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
|
|
9684
|
-
background:
|
|
9694
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
9685
9695
|
}
|
|
9686
9696
|
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons,
|
|
9687
9697
|
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons {
|
|
@@ -9702,7 +9712,7 @@ ejs-sidebar {
|
|
|
9702
9712
|
.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
9703
9713
|
.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav {
|
|
9704
9714
|
background: #343a40;
|
|
9705
|
-
border-color:
|
|
9715
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
9706
9716
|
}
|
|
9707
9717
|
.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons,
|
|
9708
9718
|
.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons {
|
|
@@ -9711,7 +9721,7 @@ ejs-sidebar {
|
|
|
9711
9721
|
.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:hover, .e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:focus,
|
|
9712
9722
|
.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:hover,
|
|
9713
9723
|
.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:focus {
|
|
9714
|
-
background:
|
|
9724
|
+
background: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
9715
9725
|
}
|
|
9716
9726
|
.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active,
|
|
9717
9727
|
.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active {
|
|
@@ -10277,7 +10287,7 @@ ejs-sidebar {
|
|
|
10277
10287
|
}
|
|
10278
10288
|
|
|
10279
10289
|
.e-breadcrumb-popup {
|
|
10280
|
-
border: 1px solid
|
|
10290
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
10281
10291
|
border-radius: 4px;
|
|
10282
10292
|
-webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
10283
10293
|
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
@@ -10344,16 +10354,16 @@ ejs-sidebar {
|
|
|
10344
10354
|
}
|
|
10345
10355
|
|
|
10346
10356
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
10347
|
-
color:
|
|
10357
|
+
color: rgb(63.5819672131, 140.3073770492, 253.4180327869);
|
|
10348
10358
|
}
|
|
10349
10359
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:hover, .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus {
|
|
10350
10360
|
color: #0d6efd;
|
|
10351
10361
|
}
|
|
10352
10362
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:active {
|
|
10353
|
-
color:
|
|
10363
|
+
color: rgb(1.9713114754, 97.5799180328, 238.5286885246);
|
|
10354
10364
|
}
|
|
10355
10365
|
.e-breadcrumb .e-breadcrumb-item.e-icon-item:hover {
|
|
10356
|
-
background:
|
|
10366
|
+
background: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
10357
10367
|
color: #adb5bd;
|
|
10358
10368
|
}
|
|
10359
10369
|
.e-breadcrumb .e-breadcrumb-item.e-icon-item:active {
|
|
@@ -10364,14 +10374,14 @@ ejs-sidebar {
|
|
|
10364
10374
|
border: 1px solid #0d6efd;
|
|
10365
10375
|
}
|
|
10366
10376
|
.e-breadcrumb .e-breadcrumb-item[data-active-item] .e-breadcrumb-text {
|
|
10367
|
-
color:
|
|
10377
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
10368
10378
|
font-weight: 400;
|
|
10369
10379
|
}
|
|
10370
10380
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon {
|
|
10371
10381
|
color: #adb5bd;
|
|
10372
10382
|
}
|
|
10373
10383
|
.e-breadcrumb .e-breadcrumb-separator {
|
|
10374
|
-
color:
|
|
10384
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
10375
10385
|
}
|
|
10376
10386
|
.e-breadcrumb .e-breadcrumb-collapsed,
|
|
10377
10387
|
.e-breadcrumb .e-breadcrumb-menu {
|
|
@@ -10379,7 +10389,7 @@ ejs-sidebar {
|
|
|
10379
10389
|
}
|
|
10380
10390
|
.e-breadcrumb .e-breadcrumb-collapsed:hover,
|
|
10381
10391
|
.e-breadcrumb .e-breadcrumb-menu:hover {
|
|
10382
|
-
background:
|
|
10392
|
+
background: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
10383
10393
|
color: #adb5bd;
|
|
10384
10394
|
}
|
|
10385
10395
|
.e-breadcrumb .e-breadcrumb-collapsed:active,
|
|
@@ -10389,7 +10399,7 @@ ejs-sidebar {
|
|
|
10389
10399
|
}
|
|
10390
10400
|
.e-breadcrumb .e-breadcrumb-collapsed:focus,
|
|
10391
10401
|
.e-breadcrumb .e-breadcrumb-menu:focus {
|
|
10392
|
-
background:
|
|
10402
|
+
background: rgb(48.9202702703, 54.85, 60.7797297297);
|
|
10393
10403
|
color: #adb5bd;
|
|
10394
10404
|
}
|
|
10395
10405
|
.e-breadcrumb.e-disabled .e-breadcrumb-item .e-breadcrumb-text, .e-breadcrumb .e-disabled.e-breadcrumb-item .e-breadcrumb-text, .e-breadcrumb.e-disabled .e-breadcrumb-separator {
|
|
@@ -10404,18 +10414,18 @@ ejs-sidebar {
|
|
|
10404
10414
|
background: #343a40;
|
|
10405
10415
|
}
|
|
10406
10416
|
.e-breadcrumb-popup .e-breadcrumb-text {
|
|
10407
|
-
color:
|
|
10417
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
10408
10418
|
}
|
|
10409
10419
|
.e-breadcrumb-popup .e-breadcrumb-text:hover {
|
|
10410
|
-
background:
|
|
10420
|
+
background: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
10411
10421
|
color: #fff;
|
|
10412
10422
|
}
|
|
10413
10423
|
.e-breadcrumb-popup .e-breadcrumb-text:active {
|
|
10414
|
-
background:
|
|
10424
|
+
background: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
10415
10425
|
color: #fff;
|
|
10416
10426
|
}
|
|
10417
10427
|
.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text:focus {
|
|
10418
|
-
background:
|
|
10428
|
+
background: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
10419
10429
|
color: #fff;
|
|
10420
10430
|
}
|
|
10421
10431
|
|
|
@@ -11254,10 +11264,10 @@ ejs-sidebar {
|
|
|
11254
11264
|
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-step,
|
|
11255
11265
|
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-indicator,
|
|
11256
11266
|
.e-stepper .e-step-notstarted .e-icons.e-step-indicator {
|
|
11257
|
-
border-color:
|
|
11267
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
11258
11268
|
}
|
|
11259
11269
|
.e-stepper .e-step-label-optional {
|
|
11260
|
-
color:
|
|
11270
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
11261
11271
|
}
|
|
11262
11272
|
.e-stepper .e-step,
|
|
11263
11273
|
.e-stepper .e-indicator {
|
|
@@ -11280,16 +11290,16 @@ ejs-sidebar {
|
|
|
11280
11290
|
background: #0d6efd;
|
|
11281
11291
|
}
|
|
11282
11292
|
.e-stepper .e-step-valid .e-indicator {
|
|
11283
|
-
background:
|
|
11293
|
+
background: rgb(32.96875, 178.03125, 110.775);
|
|
11284
11294
|
color: #fff;
|
|
11285
11295
|
}
|
|
11286
11296
|
.e-stepper .e-step-error .e-indicator {
|
|
11287
|
-
background:
|
|
11297
|
+
background: rgb(227.5316455696, 96.4683544304, 109.0253164557);
|
|
11288
11298
|
color: #fff;
|
|
11289
11299
|
}
|
|
11290
11300
|
.e-stepper .e-step-error .e-text,
|
|
11291
11301
|
.e-stepper .e-step-error .e-label {
|
|
11292
|
-
color:
|
|
11302
|
+
color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
|
|
11293
11303
|
}
|
|
11294
11304
|
.e-stepper .e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
|
|
11295
11305
|
.e-stepper .e-step-error .e-indicator:hover {
|
|
@@ -11297,11 +11307,11 @@ ejs-sidebar {
|
|
|
11297
11307
|
}
|
|
11298
11308
|
.e-stepper .e-step-valid.e-step-text-only .e-step-validation-icon,
|
|
11299
11309
|
.e-stepper .e-step-valid.e-step-label-only .e-step-validation-icon {
|
|
11300
|
-
color:
|
|
11310
|
+
color: rgb(32.96875, 178.03125, 110.775);
|
|
11301
11311
|
}
|
|
11302
11312
|
.e-stepper .e-step-error.e-step-text-only .e-step-validation-icon,
|
|
11303
11313
|
.e-stepper .e-step-error.e-step-label-only .e-step-validation-icon {
|
|
11304
|
-
color:
|
|
11314
|
+
color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
|
|
11305
11315
|
}
|
|
11306
11316
|
.e-stepper .e-text,
|
|
11307
11317
|
.e-stepper .e-label {
|
|
@@ -11334,7 +11344,7 @@ ejs-sidebar {
|
|
|
11334
11344
|
background-color: #212529;
|
|
11335
11345
|
}
|
|
11336
11346
|
.e-stepper .e-stepper-progressbar {
|
|
11337
|
-
background-color:
|
|
11347
|
+
background-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
11338
11348
|
}
|
|
11339
11349
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
11340
11350
|
background-color: #0d6efd;
|
|
@@ -11355,16 +11365,16 @@ ejs-sidebar {
|
|
|
11355
11365
|
.e-stepper .e-step-valid.e-step-label-only.e-step-focus .e-label,
|
|
11356
11366
|
.e-stepper .e-step-valid.e-step-text-only.e-step-focus .e-text,
|
|
11357
11367
|
.e-stepper .e-step-valid.e-step-template.e-step-focus {
|
|
11358
|
-
-webkit-box-shadow: 0 0 0 2px #212529, 0 0 0 4px
|
|
11359
|
-
box-shadow: 0 0 0 2px #212529, 0 0 0 4px
|
|
11368
|
+
-webkit-box-shadow: 0 0 0 2px #212529, 0 0 0 4px rgb(32.96875, 178.03125, 110.775), 0 0 0 8px #212529;
|
|
11369
|
+
box-shadow: 0 0 0 2px #212529, 0 0 0 4px rgb(32.96875, 178.03125, 110.775), 0 0 0 8px #212529;
|
|
11360
11370
|
}
|
|
11361
11371
|
.e-stepper:not(.e-steps-focus) .e-step-error.e-step-selected .e-step,
|
|
11362
11372
|
.e-stepper .e-step-error.e-step-focus .e-step,
|
|
11363
11373
|
.e-stepper .e-step-error.e-step-label-only.e-step-focus .e-label,
|
|
11364
11374
|
.e-stepper .e-step-error.e-step-text-only.e-step-focus .e-text,
|
|
11365
11375
|
.e-stepper .e-step-error.e-step-template.e-step-focus {
|
|
11366
|
-
-webkit-box-shadow: 0 0 0 2px #212529, 0 0 0 4px
|
|
11367
|
-
box-shadow: 0 0 0 2px #212529, 0 0 0 4px
|
|
11376
|
+
-webkit-box-shadow: 0 0 0 2px #212529, 0 0 0 4px rgb(227.5316455696, 96.4683544304, 109.0253164557), 0 0 0 8px #212529;
|
|
11377
|
+
box-shadow: 0 0 0 2px #212529, 0 0 0 4px rgb(227.5316455696, 96.4683544304, 109.0253164557), 0 0 0 8px #212529;
|
|
11368
11378
|
}
|
|
11369
11379
|
.e-stepper .e-step-container:not(.e-step-focus).e-step-notstarted .e-step,
|
|
11370
11380
|
.e-stepper .e-step-container:not(.e-step-focus).e-step-completed .e-step, .e-stepper.e-steps-focus .e-step-container:not(.e-step-focus).e-step-selected .e-step {
|
|
@@ -11373,31 +11383,31 @@ ejs-sidebar {
|
|
|
11373
11383
|
}
|
|
11374
11384
|
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-step:hover,
|
|
11375
11385
|
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-indicator:hover {
|
|
11376
|
-
border-color:
|
|
11386
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
11377
11387
|
}
|
|
11378
11388
|
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-step:active,
|
|
11379
11389
|
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-indicator:active {
|
|
11380
|
-
border-color:
|
|
11390
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
11381
11391
|
}
|
|
11382
11392
|
.e-stepper:not(.e-step-type-label) .e-indicator:hover,
|
|
11383
11393
|
.e-stepper:not(.e-step-type-label) .e-step:hover {
|
|
11384
11394
|
color: #fff;
|
|
11385
|
-
background:
|
|
11395
|
+
background: rgb(11.05, 93.5, 215.05);
|
|
11386
11396
|
}
|
|
11387
11397
|
.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover, .e-stepper:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
11388
11398
|
color: #fff;
|
|
11389
11399
|
}
|
|
11390
11400
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-indicator:active,
|
|
11391
11401
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-step:active {
|
|
11392
|
-
background:
|
|
11402
|
+
background: rgb(10.4, 88, 202.4);
|
|
11393
11403
|
}
|
|
11394
11404
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-indicator:active,
|
|
11395
11405
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-step:active {
|
|
11396
|
-
background:
|
|
11406
|
+
background: rgb(32.96875, 178.03125, 110.775);
|
|
11397
11407
|
}
|
|
11398
11408
|
.e-stepper:not(.e-step-type-label) .e-step-error.e-step-selected .e-indicator:active,
|
|
11399
11409
|
.e-stepper:not(.e-step-type-label) .e-step-error.e-step-selected .e-step:active {
|
|
11400
|
-
background:
|
|
11410
|
+
background: rgb(227.5316455696, 96.4683544304, 109.0253164557);
|
|
11401
11411
|
}
|
|
11402
11412
|
.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover, .e-stepper:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
11403
11413
|
background: #495057;
|
|
@@ -11408,12 +11418,12 @@ ejs-sidebar {
|
|
|
11408
11418
|
.e-stepper:not(.e-step-type-label) .e-step-valid .e-indicator:hover,
|
|
11409
11419
|
.e-stepper:not(.e-step-type-label) .e-step-valid .e-step:hover {
|
|
11410
11420
|
color: #fff;
|
|
11411
|
-
background:
|
|
11421
|
+
background: rgb(32.96875, 178.03125, 110.775);
|
|
11412
11422
|
}
|
|
11413
11423
|
.e-stepper:not(.e-step-type-label) .e-step-error .e-indicator:hover,
|
|
11414
11424
|
.e-stepper:not(.e-step-type-label) .e-step-error .e-step:hover {
|
|
11415
11425
|
color: #fff;
|
|
11416
|
-
background:
|
|
11426
|
+
background: rgb(227.5316455696, 96.4683544304, 109.0253164557);
|
|
11417
11427
|
}
|
|
11418
11428
|
|
|
11419
11429
|
.e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,
|