@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
package/styles/bootstrap5.css
CHANGED
|
@@ -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
|
}
|
|
@@ -572,7 +572,7 @@
|
|
|
572
572
|
}
|
|
573
573
|
.e-pager .e-currentitem,
|
|
574
574
|
.e-pager .e-currentitem:hover {
|
|
575
|
-
border-right-color:
|
|
575
|
+
border-right-color: rgb(134, 182.5, 254);
|
|
576
576
|
background: #e9ecef;
|
|
577
577
|
color: #0d6efd;
|
|
578
578
|
opacity: 1;
|
|
@@ -586,7 +586,7 @@
|
|
|
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(239.075, 241.35, 243.625);
|
|
590
590
|
}
|
|
591
591
|
.e-pager .e-currentitem.e-numericitem.e-focused {
|
|
592
592
|
background: #e9ecef;
|
|
@@ -1965,7 +1965,7 @@
|
|
|
1965
1965
|
color: #212529;
|
|
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: #6c757d;
|
|
1983
1983
|
border-color: #6c757d;
|
|
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: #6c757d;
|
|
1999
1999
|
border-style: solid;
|
|
2000
2000
|
border-width: 0;
|
|
@@ -2015,7 +2015,7 @@
|
|
|
2015
2015
|
color: #fff;
|
|
2016
2016
|
}
|
|
2017
2017
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
2018
|
-
background:
|
|
2018
|
+
background: rgb(86.4, 93.6, 100);
|
|
2019
2019
|
border-color: #dee2e6;
|
|
2020
2020
|
border-style: solid;
|
|
2021
2021
|
border-width: 0;
|
|
@@ -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
|
}
|
|
@@ -2094,13 +2094,13 @@
|
|
|
2094
2094
|
border-width: 0;
|
|
2095
2095
|
}
|
|
2096
2096
|
.e-toolbar .e-hor-nav:hover:active {
|
|
2097
|
-
background:
|
|
2097
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
2098
2098
|
border-color: #dee2e6;
|
|
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: #6c757d;
|
|
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
|
}
|
|
@@ -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: #6c757d;
|
|
@@ -2150,7 +2150,7 @@
|
|
|
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
2156
|
border-color: #dee2e6;
|
|
@@ -2158,7 +2158,7 @@
|
|
|
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: #6c757d;
|
|
2163
2163
|
border-style: solid;
|
|
2164
2164
|
border-width: 0;
|
|
@@ -2178,23 +2178,23 @@
|
|
|
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: #6c757d;
|
|
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: #6c757d;
|
|
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;
|
|
@@ -2218,7 +2218,7 @@
|
|
|
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: #6c757d;
|
|
2223
2223
|
border: solid #dee2e6;
|
|
2224
2224
|
border-width: 0 0 0 0;
|
|
@@ -2710,7 +2710,7 @@
|
|
|
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(230.8, 240.5, 254.8);
|
|
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;
|
|
@@ -2754,13 +2754,13 @@
|
|
|
2754
2754
|
border-color: #dee2e6;
|
|
2755
2755
|
border-style: solid;
|
|
2756
2756
|
border-width: 0 0 1px 0;
|
|
2757
|
-
background:
|
|
2757
|
+
background: rgb(230.8, 240.5, 254.8);
|
|
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(230.8, 240.5, 254.8);
|
|
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(230.8, 240.5, 254.8);
|
|
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: #212529;
|
|
@@ -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(230.8, 240.5, 254.8);
|
|
2809
2809
|
}
|
|
2810
2810
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2811
2811
|
border: 0;
|
|
@@ -2822,10 +2822,10 @@
|
|
|
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(11.7, 99, 227.7);
|
|
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(11.7, 99, 227.7);
|
|
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: #212529;
|
|
@@ -2834,19 +2834,19 @@
|
|
|
2834
2834
|
border-color: #dee2e6;
|
|
2835
2835
|
border-style: solid;
|
|
2836
2836
|
border-width: 0 0 1px 0;
|
|
2837
|
-
background:
|
|
2837
|
+
background: rgb(230.8, 240.5, 254.8);
|
|
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(11.7, 99, 227.7);
|
|
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: #6c757d;
|
|
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(11.7, 99, 227.7);
|
|
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(11.7, 99, 227.7);
|
|
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: #6c757d;
|
|
@@ -2855,12 +2855,12 @@
|
|
|
2855
2855
|
border-color: #dee2e6;
|
|
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(11.7, 99, 227.7);
|
|
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(11.7, 99, 227.7);
|
|
2864
2864
|
}
|
|
2865
2865
|
.e-accordion .e-acrdn-item.e-select.e-item-focus {
|
|
2866
2866
|
border-color: #dee2e6;
|
|
@@ -2882,10 +2882,10 @@
|
|
|
2882
2882
|
border-bottom: 1px none #dee2e6;
|
|
2883
2883
|
}
|
|
2884
2884
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
2885
|
-
color:
|
|
2885
|
+
color: rgb(11.7, 99, 227.7);
|
|
2886
2886
|
}
|
|
2887
2887
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
2888
|
-
color:
|
|
2888
|
+
color: rgb(11.7, 99, 227.7);
|
|
2889
2889
|
}
|
|
2890
2890
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2891
2891
|
position: relative;
|
|
@@ -2905,7 +2905,7 @@
|
|
|
2905
2905
|
color: #212529;
|
|
2906
2906
|
}
|
|
2907
2907
|
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
2908
|
-
background:
|
|
2908
|
+
background: rgb(230.8, 240.5, 254.8);
|
|
2909
2909
|
border-radius: 0;
|
|
2910
2910
|
border-color: #dee2e6;
|
|
2911
2911
|
border-style: solid;
|
|
@@ -3682,7 +3682,7 @@
|
|
|
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:
|
|
3685
|
+
background-color: #fff;
|
|
3686
3686
|
border: 1px solid #dee2e6;
|
|
3687
3687
|
}
|
|
3688
3688
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -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;
|
|
@@ -5667,7 +5672,7 @@
|
|
|
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
5678
|
border: 1px solid #dee2e6;
|
|
@@ -5708,7 +5713,7 @@
|
|
|
5708
5713
|
color: #6c757d;
|
|
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: #e9ecef;
|
|
@@ -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: #dee2e6;
|
|
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: #dee2e6;
|
|
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 {
|
|
@@ -5996,7 +6001,7 @@
|
|
|
5996
6001
|
background: rgba(233, 236, 239, 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: #6c757d;
|
|
@@ -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;
|
|
@@ -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(233, 236, 239, 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(230.8, 240.5, 254.8);
|
|
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(230.8, 240.5, 254.8);
|
|
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;
|
|
@@ -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(230.8, 240.5, 254.8);
|
|
6377
6382
|
}
|
|
6378
6383
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6379
6384
|
background: #e9ecef;
|
|
@@ -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(230.8, 240.5, 254.8);
|
|
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(230.8, 240.5, 254.8);
|
|
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(230.8, 240.5, 254.8);
|
|
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(230.8, 240.5, 254.8);
|
|
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(230.8, 240.5, 254.8);
|
|
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(230.8, 240.5, 254.8);
|
|
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,
|
|
@@ -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(230.8, 240.5, 254.8);
|
|
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);
|
|
@@ -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
|
}
|
|
@@ -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 {
|
|
@@ -8484,7 +8494,7 @@
|
|
|
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 {
|
|
@@ -10347,10 +10357,10 @@ ejs-sidebar {
|
|
|
10347
10357
|
color: #0d6efd;
|
|
10348
10358
|
}
|
|
10349
10359
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:hover, .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus {
|
|
10350
|
-
color:
|
|
10360
|
+
color: rgb(1.762295082, 87.2336065574, 213.237704918);
|
|
10351
10361
|
}
|
|
10352
10362
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:active {
|
|
10353
|
-
color:
|
|
10363
|
+
color: rgb(1.5532786885, 76.887295082, 187.9467213115);
|
|
10354
10364
|
}
|
|
10355
10365
|
.e-breadcrumb .e-breadcrumb-item.e-icon-item:hover {
|
|
10356
10366
|
background: #e9ecef;
|
|
@@ -10361,7 +10371,7 @@ ejs-sidebar {
|
|
|
10361
10371
|
color: #6c757d;
|
|
10362
10372
|
}
|
|
10363
10373
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus {
|
|
10364
|
-
border: 1px solid
|
|
10374
|
+
border: 1px solid rgb(1.762295082, 87.2336065574, 213.237704918);
|
|
10365
10375
|
}
|
|
10366
10376
|
.e-breadcrumb .e-breadcrumb-item[data-active-item] .e-breadcrumb-text {
|
|
10367
10377
|
color: #6c757d;
|
|
@@ -11382,14 +11392,14 @@ ejs-sidebar {
|
|
|
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: #212529;
|
|
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 {
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:list';
|
|
2
|
+
|
|
1
3
|
@include export-module('breadcrumb-bigger') {
|
|
2
4
|
.e-bigger.e-breadcrumb,
|
|
3
5
|
.e-bigger .e-breadcrumb {
|
|
@@ -69,7 +71,7 @@
|
|
|
69
71
|
}
|
|
70
72
|
|
|
71
73
|
&.e-rtl .e-breadcrumb-separator + .e-breadcrumb-separator {
|
|
72
|
-
padding-left: nth($breadcrumb-separator-bigger-padding, 2);
|
|
74
|
+
padding-left: list.nth($breadcrumb-separator-bigger-padding, 2);
|
|
73
75
|
}
|
|
74
76
|
|
|
75
77
|
.e-breadcrumb-collapsed,
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
// Size variables
|
|
2
4
|
$breadcrumb-skin: 'bootstrap' !default;
|
|
3
5
|
$breadcrumb-last-item-font-weight: normal !default;
|
|
@@ -33,9 +35,9 @@ $breadcrumb-popup-item-bigger-height: 32px !default;
|
|
|
33
35
|
$breadcrumb-item-color: $primary !default;
|
|
34
36
|
$breadcrumb-separator-color: $gray-600 !default;
|
|
35
37
|
$breadcrumb-icon-color: $gray-700 !default;
|
|
36
|
-
$breadcrumb-item-hover-color:
|
|
37
|
-
$breadcrumb-item-focus-color:
|
|
38
|
-
$breadcrumb-item-active-color:
|
|
38
|
+
$breadcrumb-item-hover-color: color.adjust($primary, $lightness: -15%) !default;
|
|
39
|
+
$breadcrumb-item-focus-color: color.adjust($primary, $lightness: -15%) !default;
|
|
40
|
+
$breadcrumb-item-active-color: color.adjust($primary, $lightness: -20%) !default;
|
|
39
41
|
$breadcrumb-last-item-font-color: $gray-600 !default;
|
|
40
42
|
$breadcrumb-collapsed-icon-hover-bgcolor: $gray-300 !default;
|
|
41
43
|
$breadcrumb-collapsed-icon-active-bgcolor: $gray-400 !default;
|
|
@@ -49,6 +51,6 @@ $breadcrumb-popup-item-color: $gray-600 !default;
|
|
|
49
51
|
$breadcrumb-popup-border: 1px solid rgba($black, .15) !default;
|
|
50
52
|
$breadcrumb-popup-bgcolor: $content-popup-bg !default;
|
|
51
53
|
$breadcrumb-popup-box-shadow: none !default;
|
|
52
|
-
$breadcrumb-popup-item-hover-bgcolor:
|
|
54
|
+
$breadcrumb-popup-item-hover-bgcolor: color.adjust($gray-100, $lightness: 2%) !default;
|
|
53
55
|
$breadcrumb-popup-item-hover-color: $gray-900 !default;
|
|
54
56
|
$breadcrumb-popup-item-hover-outline: 0 solid $gray-200 !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
// Size variables
|
|
2
4
|
$breadcrumb-skin: 'bootstrap5' !default;
|
|
3
5
|
$breadcrumb-last-item-font-weight: $font-weight-normal !default;
|
|
@@ -38,9 +40,9 @@ $breadcrumb-popup-item-bigger-height: 36px !default;
|
|
|
38
40
|
// Color variables
|
|
39
41
|
$breadcrumb-separator-color: $content-text-color-alt3 !default;
|
|
40
42
|
$breadcrumb-item-color: $primary-outline !default;
|
|
41
|
-
$breadcrumb-item-hover-color:
|
|
43
|
+
$breadcrumb-item-hover-color: color.adjust($primary-outline, $lightness: -10%) !default;
|
|
42
44
|
$breadcrumb-item-focus-color: $breadcrumb-item-hover-color !default;
|
|
43
|
-
$breadcrumb-item-active-color:
|
|
45
|
+
$breadcrumb-item-active-color: color.adjust($primary-outline, $lightness: -15%) !default;
|
|
44
46
|
$breadcrumb-last-item-font-color: $content-text-color-alt3 !default;
|
|
45
47
|
$breadcrumb-collapsed-icon-hover-bgcolor: $content-bg-color-hover !default;
|
|
46
48
|
$breadcrumb-collapsed-icon-active-bgcolor: $content-bg-color-pressed !default;
|
|
@@ -49,7 +51,7 @@ $breadcrumb-collapsed-icon-color: $icon-color !default;
|
|
|
49
51
|
$breadcrumb-collapsed-icon-hover-color: $icon-color !default;
|
|
50
52
|
$breadcrumb-disabled-item-color: $content-text-color-disabled !default;
|
|
51
53
|
$breadcrumb-icon-interaction-color: $icon-color !default;
|
|
52
|
-
$breadcrumb-item-focus-border: 1px solid
|
|
54
|
+
$breadcrumb-item-focus-border: 1px solid color.adjust($primary-outline, $lightness: -10%) !default;
|
|
53
55
|
$breadcrumb-popup-item-color: $content-text-color-alt3 !default;
|
|
54
56
|
$breadcrumb-popup-border: 1px solid $border-light !default;
|
|
55
57
|
$breadcrumb-popup-bgcolor: $flyout-bg-color !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
// Size variables
|
|
2
4
|
$breadcrumb-skin: 'bootstrap5' !default;
|
|
3
5
|
$breadcrumb-last-item-font-weight: $font-weight-normal !default;
|
|
@@ -38,9 +40,9 @@ $breadcrumb-popup-item-bigger-height: 36px !default;
|
|
|
38
40
|
// Color variables
|
|
39
41
|
$breadcrumb-separator-color: $content-text-color-alt3 !default;
|
|
40
42
|
$breadcrumb-item-color: $primary-outline !default;
|
|
41
|
-
$breadcrumb-item-hover-color:
|
|
43
|
+
$breadcrumb-item-hover-color: color.adjust($primary-outline, $lightness: -10%) !default;
|
|
42
44
|
$breadcrumb-item-focus-color: $breadcrumb-item-hover-color !default;
|
|
43
|
-
$breadcrumb-item-active-color:
|
|
45
|
+
$breadcrumb-item-active-color: color.adjust($primary-outline, $lightness: -15%) !default;
|
|
44
46
|
$breadcrumb-last-item-font-color: $content-text-color-alt3 !default;
|
|
45
47
|
$breadcrumb-collapsed-icon-hover-bgcolor: $content-bg-color-hover !default;
|
|
46
48
|
$breadcrumb-collapsed-icon-active-bgcolor: $content-bg-color-pressed !default;
|
|
@@ -49,7 +51,7 @@ $breadcrumb-collapsed-icon-color: $icon-color !default;
|
|
|
49
51
|
$breadcrumb-collapsed-icon-hover-color: $icon-color !default;
|
|
50
52
|
$breadcrumb-disabled-item-color: $content-text-color-disabled !default;
|
|
51
53
|
$breadcrumb-icon-interaction-color: $icon-color !default;
|
|
52
|
-
$breadcrumb-item-focus-border: 1px solid
|
|
54
|
+
$breadcrumb-item-focus-border: 1px solid color.adjust($primary-outline, $lightness: -10%) !default;
|
|
53
55
|
$breadcrumb-popup-item-color: $content-text-color-alt3 !default;
|
|
54
56
|
$breadcrumb-popup-border: 1px solid $border-light !default;
|
|
55
57
|
$breadcrumb-popup-bgcolor: $flyout-bg-color !default;
|
|
@@ -57,3 +59,7 @@ $breadcrumb-popup-box-shadow: $shadow-lg !default;
|
|
|
57
59
|
$breadcrumb-popup-item-hover-bgcolor: $flyout-bg-color-hover !default;
|
|
58
60
|
$breadcrumb-popup-item-hover-color: $content-text-color-focus !default;
|
|
59
61
|
$breadcrumb-popup-item-hover-outline: 0 solid $border-light !default;
|
|
62
|
+
$breadcrumb-disabled-item-opacity: .6 !default;
|
|
63
|
+
$breadcrumb-disabled-icon-color: $content-text-color-disabled !default;
|
|
64
|
+
$breadcrumb-popup-item-active-color: $flyout-bg-color-hover !default;
|
|
65
|
+
$breadcrumb-popup-item-text-active-color: $content-text-color-focus !default;
|