@syncfusion/ej2-angular-navigations 21.2.9-ngcc → 22.1.34-ngcc
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/@syncfusion/ej2-angular-navigations.es5.js +2 -2
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +2 -2
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +9 -0
- package/dist/ej2-angular-navigations.umd.js +3 -2
- package/dist/ej2-angular-navigations.umd.js.map +1 -1
- package/dist/ej2-angular-navigations.umd.min.js +2 -2
- package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
- package/ej2-angular-navigations.metadata.json +1 -1
- package/license +10 -0
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/accordion/accordion.component.d.ts +2 -0
- package/src/breadcrumb/breadcrumb.component.d.ts +2 -0
- package/src/carousel/carousel.component.d.ts +5 -0
- package/src/carousel/items.directive.d.ts +1 -0
- package/src/menu/menu.component.d.ts +1 -0
- package/src/tab/items.directive.d.ts +1 -0
- package/src/toolbar/items.directive.d.ts +2 -0
- package/src/treeview/treeview.component.d.ts +3 -0
- package/styles/accordion/bootstrap-dark.css +11 -1
- package/styles/accordion/bootstrap.css +11 -1
- package/styles/accordion/bootstrap4.css +10 -0
- package/styles/accordion/bootstrap5-dark.css +11 -1
- package/styles/accordion/bootstrap5.css +11 -1
- package/styles/accordion/fabric-dark.css +10 -0
- package/styles/accordion/fabric.css +10 -0
- package/styles/accordion/fluent-dark.css +10 -0
- package/styles/accordion/fluent.css +10 -0
- package/styles/accordion/highcontrast-light.css +10 -0
- package/styles/accordion/highcontrast.css +10 -0
- package/styles/accordion/material-dark.css +10 -0
- package/styles/accordion/material.css +10 -0
- package/styles/accordion/material3-dark.css +596 -0
- package/styles/accordion/material3-dark.scss +2 -0
- package/styles/accordion/material3.css +652 -0
- package/styles/accordion/material3.scss +2 -0
- package/styles/accordion/tailwind-dark.css +10 -0
- package/styles/accordion/tailwind.css +10 -0
- package/styles/appbar/bootstrap-dark.css +7 -3
- package/styles/appbar/bootstrap.css +7 -3
- package/styles/appbar/bootstrap4.css +7 -3
- package/styles/appbar/bootstrap5-dark.css +7 -3
- package/styles/appbar/bootstrap5.css +7 -3
- package/styles/appbar/fabric-dark.css +7 -3
- package/styles/appbar/fabric.css +7 -3
- package/styles/appbar/fluent-dark.css +7 -3
- package/styles/appbar/fluent.css +7 -3
- package/styles/appbar/highcontrast-light.css +7 -3
- package/styles/appbar/highcontrast.css +7 -3
- package/styles/appbar/material-dark.css +7 -3
- package/styles/appbar/material.css +7 -3
- package/styles/appbar/material3-dark.css +307 -0
- package/styles/appbar/material3-dark.scss +2 -0
- package/styles/appbar/material3.css +363 -0
- package/styles/appbar/material3.scss +2 -0
- package/styles/appbar/tailwind-dark.css +7 -3
- package/styles/appbar/tailwind.css +7 -3
- package/styles/bootstrap-dark.css +185 -126
- package/styles/bootstrap.css +185 -126
- package/styles/bootstrap4.css +183 -124
- package/styles/bootstrap5-dark.css +179 -120
- package/styles/bootstrap5.css +179 -120
- package/styles/breadcrumb/bootstrap-dark.css +9 -9
- package/styles/breadcrumb/bootstrap.css +9 -9
- package/styles/breadcrumb/bootstrap4.css +9 -9
- package/styles/breadcrumb/bootstrap5-dark.css +8 -8
- package/styles/breadcrumb/bootstrap5.css +8 -8
- package/styles/breadcrumb/fabric-dark.css +7 -7
- package/styles/breadcrumb/fabric.css +7 -7
- package/styles/breadcrumb/fluent-dark.css +5 -5
- package/styles/breadcrumb/fluent.css +5 -5
- package/styles/breadcrumb/highcontrast-light.css +7 -7
- package/styles/breadcrumb/highcontrast.css +7 -7
- package/styles/breadcrumb/material-dark.css +9 -9
- package/styles/breadcrumb/material.css +9 -9
- package/styles/breadcrumb/material3-dark.css +424 -0
- package/styles/breadcrumb/material3-dark.scss +2 -0
- package/styles/breadcrumb/material3.css +480 -0
- package/styles/breadcrumb/material3.scss +2 -0
- package/styles/breadcrumb/tailwind-dark.css +8 -8
- package/styles/breadcrumb/tailwind.css +8 -8
- package/styles/carousel/bootstrap-dark.css +101 -62
- package/styles/carousel/bootstrap.css +101 -62
- package/styles/carousel/bootstrap4.css +101 -62
- package/styles/carousel/bootstrap5-dark.css +101 -62
- package/styles/carousel/bootstrap5.css +101 -62
- package/styles/carousel/fabric-dark.css +101 -62
- package/styles/carousel/fabric.css +101 -62
- package/styles/carousel/fluent-dark.css +101 -62
- package/styles/carousel/fluent.css +101 -62
- package/styles/carousel/highcontrast-light.css +101 -62
- package/styles/carousel/highcontrast.css +101 -62
- package/styles/carousel/material-dark.css +101 -62
- package/styles/carousel/material.css +101 -62
- package/styles/carousel/material3-dark.css +359 -0
- package/styles/carousel/material3-dark.scss +2 -0
- package/styles/carousel/material3.css +415 -0
- package/styles/carousel/material3.scss +2 -0
- package/styles/carousel/tailwind-dark.css +101 -62
- package/styles/carousel/tailwind.css +101 -62
- package/styles/context-menu/material3-dark.css +435 -0
- package/styles/context-menu/material3-dark.scss +2 -0
- package/styles/context-menu/material3.css +491 -0
- package/styles/context-menu/material3.scss +2 -0
- package/styles/fabric-dark.css +186 -127
- package/styles/fabric.css +185 -126
- package/styles/fluent-dark.css +179 -120
- package/styles/fluent.css +179 -120
- package/styles/h-scroll/material3-dark.css +336 -0
- package/styles/h-scroll/material3-dark.scss +2 -0
- package/styles/h-scroll/material3.css +392 -0
- package/styles/h-scroll/material3.scss +2 -0
- package/styles/highcontrast-light.css +178 -119
- package/styles/highcontrast.css +182 -123
- package/styles/material-dark.css +189 -130
- package/styles/material.css +188 -129
- package/styles/material3-dark.css +11015 -0
- package/styles/material3-dark.scss +14 -0
- package/styles/material3.css +11731 -0
- package/styles/material3.scss +14 -0
- package/styles/menu/bootstrap-dark.css +4 -0
- package/styles/menu/bootstrap.css +4 -0
- package/styles/menu/bootstrap4.css +4 -0
- package/styles/menu/bootstrap5-dark.css +4 -0
- package/styles/menu/bootstrap5.css +4 -0
- package/styles/menu/fabric-dark.css +4 -0
- package/styles/menu/fabric.css +4 -0
- package/styles/menu/fluent-dark.css +4 -0
- package/styles/menu/fluent.css +4 -0
- package/styles/menu/highcontrast-light.css +4 -0
- package/styles/menu/highcontrast.css +4 -0
- package/styles/menu/material-dark.css +4 -0
- package/styles/menu/material.css +4 -0
- package/styles/menu/material3-dark.css +1162 -0
- package/styles/menu/material3-dark.scss +2 -0
- package/styles/menu/material3.css +1218 -0
- package/styles/menu/material3.scss +2 -0
- package/styles/menu/tailwind-dark.css +4 -0
- package/styles/menu/tailwind.css +4 -0
- package/styles/pager/bootstrap-dark.css +15 -43
- package/styles/pager/bootstrap.css +15 -43
- package/styles/pager/bootstrap4.css +14 -42
- package/styles/pager/bootstrap5-dark.css +10 -38
- package/styles/pager/bootstrap5.css +10 -38
- package/styles/pager/fabric-dark.css +17 -45
- package/styles/pager/fabric.css +16 -44
- package/styles/pager/fluent-dark.css +14 -42
- package/styles/pager/fluent.css +14 -42
- package/styles/pager/highcontrast-light.css +10 -38
- package/styles/pager/highcontrast.css +14 -42
- package/styles/pager/material-dark.css +18 -46
- package/styles/pager/material.css +17 -45
- package/styles/pager/material3-dark.css +765 -0
- package/styles/pager/material3-dark.scss +2 -0
- package/styles/pager/material3.css +821 -0
- package/styles/pager/material3.scss +2 -0
- package/styles/pager/tailwind-dark.css +15 -43
- package/styles/pager/tailwind.css +15 -43
- package/styles/sidebar/material3-dark.css +204 -0
- package/styles/sidebar/material3-dark.scss +2 -0
- package/styles/sidebar/material3.css +260 -0
- package/styles/sidebar/material3.scss +2 -0
- package/styles/tab/bootstrap-dark.css +30 -7
- package/styles/tab/bootstrap.css +30 -7
- package/styles/tab/bootstrap4.css +30 -7
- package/styles/tab/bootstrap5-dark.css +30 -7
- package/styles/tab/bootstrap5.css +30 -7
- package/styles/tab/fabric-dark.css +30 -7
- package/styles/tab/fabric.css +30 -7
- package/styles/tab/fluent-dark.css +30 -7
- package/styles/tab/fluent.css +30 -7
- package/styles/tab/highcontrast-light.css +30 -7
- package/styles/tab/highcontrast.css +30 -7
- package/styles/tab/material-dark.css +30 -7
- package/styles/tab/material.css +30 -7
- package/styles/tab/material3-dark.css +4109 -0
- package/styles/tab/material3-dark.scss +2 -0
- package/styles/tab/material3.css +4165 -0
- package/styles/tab/material3.scss +2 -0
- package/styles/tab/tailwind-dark.css +29 -6
- package/styles/tab/tailwind.css +29 -6
- package/styles/tailwind-dark.css +185 -126
- package/styles/tailwind.css +185 -126
- package/styles/toolbar/bootstrap-dark.css +8 -1
- package/styles/toolbar/bootstrap.css +8 -1
- package/styles/toolbar/bootstrap4.css +8 -1
- package/styles/toolbar/bootstrap5-dark.css +8 -1
- package/styles/toolbar/bootstrap5.css +8 -1
- package/styles/toolbar/fabric-dark.css +10 -3
- package/styles/toolbar/fabric.css +10 -3
- package/styles/toolbar/fluent-dark.css +8 -1
- package/styles/toolbar/fluent.css +8 -1
- package/styles/toolbar/highcontrast-light.css +9 -2
- package/styles/toolbar/highcontrast.css +9 -2
- package/styles/toolbar/material-dark.css +10 -3
- package/styles/toolbar/material.css +10 -3
- package/styles/toolbar/material3-dark.css +1145 -0
- package/styles/toolbar/material3-dark.scss +2 -0
- package/styles/toolbar/material3.css +1201 -0
- package/styles/toolbar/material3.scss +2 -0
- package/styles/toolbar/tailwind-dark.css +11 -4
- package/styles/toolbar/tailwind.css +11 -4
- package/styles/treeview/material3-dark.css +903 -0
- package/styles/treeview/material3-dark.scss +2 -0
- package/styles/treeview/material3.css +959 -0
- package/styles/treeview/material3.scss +2 -0
- package/styles/v-scroll/material3-dark.css +258 -0
- package/styles/v-scroll/material3-dark.scss +2 -0
- package/styles/v-scroll/material3.css +314 -0
- package/styles/v-scroll/material3.scss +2 -0
|
@@ -21,6 +21,12 @@
|
|
|
21
21
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
22
22
|
margin-left: 15px;
|
|
23
23
|
}
|
|
24
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
25
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child,
|
|
26
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
27
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
|
|
28
|
+
margin-right: 15px;
|
|
29
|
+
}
|
|
24
30
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
25
31
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
26
32
|
margin-right: 15px;
|
|
@@ -1061,10 +1067,11 @@
|
|
|
1061
1067
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1062
1068
|
background: #131313;
|
|
1063
1069
|
border: solid #505050;
|
|
1064
|
-
border-left: 0;
|
|
1065
1070
|
border-width: 0 1px 0 0;
|
|
1066
1071
|
}
|
|
1067
1072
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
1068
1073
|
background: #313131;
|
|
1069
1074
|
color: #fff;
|
|
1075
|
+
border: solid #505050;
|
|
1076
|
+
border-width: 0 1px 0 0;
|
|
1070
1077
|
}
|
|
@@ -22,6 +22,12 @@
|
|
|
22
22
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
23
23
|
margin-left: 3px;
|
|
24
24
|
}
|
|
25
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
26
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child,
|
|
27
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
28
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
|
|
29
|
+
margin-right: 3px;
|
|
30
|
+
}
|
|
25
31
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
26
32
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
27
33
|
margin-right: 3px;
|
|
@@ -1062,10 +1068,11 @@
|
|
|
1062
1068
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1063
1069
|
background: #f8f8f8;
|
|
1064
1070
|
border: solid #ccc;
|
|
1065
|
-
border-left: 0;
|
|
1066
1071
|
border-width: 0 1px 0 0;
|
|
1067
1072
|
}
|
|
1068
1073
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
1069
1074
|
background: #e6e6e6;
|
|
1070
1075
|
color: #333;
|
|
1076
|
+
border: solid #ccc;
|
|
1077
|
+
border-width: 0 1px 0 0;
|
|
1071
1078
|
}
|
|
@@ -22,6 +22,12 @@
|
|
|
22
22
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
23
23
|
margin-left: 16px;
|
|
24
24
|
}
|
|
25
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
26
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child,
|
|
27
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
28
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
|
|
29
|
+
margin-right: 16px;
|
|
30
|
+
}
|
|
25
31
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
26
32
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
27
33
|
margin-right: 16px;
|
|
@@ -1062,10 +1068,11 @@
|
|
|
1062
1068
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1063
1069
|
background: #f8f9fa;
|
|
1064
1070
|
border: solid #dee2e6;
|
|
1065
|
-
border-left: 0;
|
|
1066
1071
|
border-width: 0 1px 0 0;
|
|
1067
1072
|
}
|
|
1068
1073
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
1069
1074
|
background: #6c757d;
|
|
1070
1075
|
color: #fff;
|
|
1076
|
+
border: solid #dee2e6;
|
|
1077
|
+
border-width: 0 1px 0 0;
|
|
1071
1078
|
}
|
|
@@ -33,6 +33,12 @@
|
|
|
33
33
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
34
34
|
margin-left: 12px;
|
|
35
35
|
}
|
|
36
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
37
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child,
|
|
38
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
39
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
|
|
40
|
+
margin-right: 12px;
|
|
41
|
+
}
|
|
36
42
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
37
43
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
38
44
|
margin-right: 12px;
|
|
@@ -1073,10 +1079,11 @@
|
|
|
1073
1079
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1074
1080
|
background: #282d31;
|
|
1075
1081
|
border: solid #444c54;
|
|
1076
|
-
border-left: 0;
|
|
1077
1082
|
border-width: 0 0 0 0;
|
|
1078
1083
|
}
|
|
1079
1084
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
1080
1085
|
background: #5c636a;
|
|
1081
1086
|
color: #adb5bd;
|
|
1087
|
+
border: solid #444c54;
|
|
1088
|
+
border-width: 0 0 0 0;
|
|
1082
1089
|
}
|
|
@@ -33,6 +33,12 @@
|
|
|
33
33
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
34
34
|
margin-left: 12px;
|
|
35
35
|
}
|
|
36
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
37
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child,
|
|
38
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
39
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
|
|
40
|
+
margin-right: 12px;
|
|
41
|
+
}
|
|
36
42
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
37
43
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
38
44
|
margin-right: 12px;
|
|
@@ -1073,10 +1079,11 @@
|
|
|
1073
1079
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1074
1080
|
background: #f8f9fa;
|
|
1075
1081
|
border: solid #dee2e6;
|
|
1076
|
-
border-left: 0;
|
|
1077
1082
|
border-width: 0 0 0 0;
|
|
1078
1083
|
}
|
|
1079
1084
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
1080
1085
|
background: #5c636a;
|
|
1081
1086
|
color: #6c757d;
|
|
1087
|
+
border: solid #dee2e6;
|
|
1088
|
+
border-width: 0 0 0 0;
|
|
1082
1089
|
}
|
|
@@ -21,6 +21,12 @@
|
|
|
21
21
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
22
22
|
margin-left: 3px;
|
|
23
23
|
}
|
|
24
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
25
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child,
|
|
26
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
27
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
|
|
28
|
+
margin-right: 3px;
|
|
29
|
+
}
|
|
24
30
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
25
31
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
26
32
|
margin-right: 3px;
|
|
@@ -936,7 +942,7 @@
|
|
|
936
942
|
}
|
|
937
943
|
.e-toolbar .e-hor-nav:hover {
|
|
938
944
|
background: #414040;
|
|
939
|
-
border-left:
|
|
945
|
+
border-left: 1px solid #414040;
|
|
940
946
|
color: #dadada;
|
|
941
947
|
}
|
|
942
948
|
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
@@ -945,7 +951,7 @@
|
|
|
945
951
|
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
946
952
|
border-color: #414040;
|
|
947
953
|
border-style: solid;
|
|
948
|
-
border-width: 0;
|
|
954
|
+
border-width: 0 0 0 1px;
|
|
949
955
|
}
|
|
950
956
|
.e-toolbar .e-hor-nav:hover:active {
|
|
951
957
|
background: #414040;
|
|
@@ -1061,10 +1067,11 @@
|
|
|
1061
1067
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1062
1068
|
background: #333232;
|
|
1063
1069
|
border: solid #414040;
|
|
1064
|
-
border-left: 0;
|
|
1065
1070
|
border-width: 0 1px 0 0;
|
|
1066
1071
|
}
|
|
1067
1072
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
1068
1073
|
background: #414040;
|
|
1069
1074
|
color: #dadada;
|
|
1075
|
+
border: solid #414040;
|
|
1076
|
+
border-width: 0 1px 0 0;
|
|
1070
1077
|
}
|
|
@@ -22,6 +22,12 @@
|
|
|
22
22
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
23
23
|
margin-left: 3px;
|
|
24
24
|
}
|
|
25
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
26
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child,
|
|
27
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
28
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
|
|
29
|
+
margin-right: 3px;
|
|
30
|
+
}
|
|
25
31
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
26
32
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
27
33
|
margin-right: 3px;
|
|
@@ -937,7 +943,7 @@
|
|
|
937
943
|
}
|
|
938
944
|
.e-toolbar .e-hor-nav:hover {
|
|
939
945
|
background: #f4f4f4;
|
|
940
|
-
border-left:
|
|
946
|
+
border-left: 1px solid #dadada;
|
|
941
947
|
color: #000;
|
|
942
948
|
}
|
|
943
949
|
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
@@ -946,7 +952,7 @@
|
|
|
946
952
|
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
947
953
|
border-color: #dadada;
|
|
948
954
|
border-style: solid;
|
|
949
|
-
border-width: 0;
|
|
955
|
+
border-width: 0 0 0 1px;
|
|
950
956
|
}
|
|
951
957
|
.e-toolbar .e-hor-nav:hover:active {
|
|
952
958
|
background: #f4f4f4;
|
|
@@ -1062,10 +1068,11 @@
|
|
|
1062
1068
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1063
1069
|
background: #fff;
|
|
1064
1070
|
border: solid #dadada;
|
|
1065
|
-
border-left: 0;
|
|
1066
1071
|
border-width: 0 1px 0 0;
|
|
1067
1072
|
}
|
|
1068
1073
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
1069
1074
|
background: #f4f4f4;
|
|
1070
1075
|
color: #000;
|
|
1076
|
+
border: solid #dadada;
|
|
1077
|
+
border-width: 0 1px 0 0;
|
|
1071
1078
|
}
|
|
@@ -32,6 +32,12 @@
|
|
|
32
32
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
33
33
|
margin-left: 10px;
|
|
34
34
|
}
|
|
35
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
36
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child,
|
|
37
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
38
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
|
|
39
|
+
margin-right: 10px;
|
|
40
|
+
}
|
|
35
41
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
36
42
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
37
43
|
margin-right: 10px;
|
|
@@ -1072,10 +1078,11 @@
|
|
|
1072
1078
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1073
1079
|
background: #252423;
|
|
1074
1080
|
border: solid #292827;
|
|
1075
|
-
border-left: 0;
|
|
1076
1081
|
border-width: 0 0 0 0;
|
|
1077
1082
|
}
|
|
1078
1083
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
1079
1084
|
background: #292827;
|
|
1080
1085
|
color: #f3f2f1;
|
|
1086
|
+
border: solid #292827;
|
|
1087
|
+
border-width: 0 0 0 0;
|
|
1081
1088
|
}
|
|
@@ -32,6 +32,12 @@
|
|
|
32
32
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
33
33
|
margin-left: 10px;
|
|
34
34
|
}
|
|
35
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
36
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child,
|
|
37
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
38
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
|
|
39
|
+
margin-right: 10px;
|
|
40
|
+
}
|
|
35
41
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
36
42
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
37
43
|
margin-right: 10px;
|
|
@@ -1072,10 +1078,11 @@
|
|
|
1072
1078
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1073
1079
|
background: #f3f2f1;
|
|
1074
1080
|
border: solid #edebe9;
|
|
1075
|
-
border-left: 0;
|
|
1076
1081
|
border-width: 0 0 0 0;
|
|
1077
1082
|
}
|
|
1078
1083
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
1079
1084
|
background: #edebe9;
|
|
1080
1085
|
color: #201f1e;
|
|
1086
|
+
border: solid #edebe9;
|
|
1087
|
+
border-width: 0 0 0 0;
|
|
1081
1088
|
}
|
|
@@ -21,6 +21,12 @@
|
|
|
21
21
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
22
22
|
margin-left: 3px;
|
|
23
23
|
}
|
|
24
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
25
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child,
|
|
26
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
27
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
|
|
28
|
+
margin-right: 3px;
|
|
29
|
+
}
|
|
24
30
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
25
31
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
26
32
|
margin-right: 3px;
|
|
@@ -936,7 +942,7 @@
|
|
|
936
942
|
}
|
|
937
943
|
.e-toolbar .e-hor-nav:hover {
|
|
938
944
|
background: #ecf;
|
|
939
|
-
border-left:
|
|
945
|
+
border-left: 1px solid #000;
|
|
940
946
|
color: #000;
|
|
941
947
|
}
|
|
942
948
|
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
@@ -1061,10 +1067,11 @@
|
|
|
1061
1067
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1062
1068
|
background: #fff;
|
|
1063
1069
|
border: solid #000;
|
|
1064
|
-
border-left: 0;
|
|
1065
1070
|
border-width: 0 1px 0 0;
|
|
1066
1071
|
}
|
|
1067
1072
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
1068
1073
|
background: #ecf;
|
|
1069
1074
|
color: #000;
|
|
1075
|
+
border: solid #000;
|
|
1076
|
+
border-width: 0 1px 0 0;
|
|
1070
1077
|
}
|
|
@@ -22,6 +22,12 @@
|
|
|
22
22
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
23
23
|
margin-left: 3px;
|
|
24
24
|
}
|
|
25
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
26
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child,
|
|
27
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
28
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
|
|
29
|
+
margin-right: 3px;
|
|
30
|
+
}
|
|
25
31
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
26
32
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
27
33
|
margin-right: 3px;
|
|
@@ -937,7 +943,7 @@
|
|
|
937
943
|
}
|
|
938
944
|
.e-toolbar .e-hor-nav:hover {
|
|
939
945
|
background: #685708;
|
|
940
|
-
border-left:
|
|
946
|
+
border-left: 1px solid #fff;
|
|
941
947
|
color: #fff;
|
|
942
948
|
}
|
|
943
949
|
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
@@ -1062,10 +1068,11 @@
|
|
|
1062
1068
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1063
1069
|
background: #000;
|
|
1064
1070
|
border: solid #fff;
|
|
1065
|
-
border-left: 0;
|
|
1066
1071
|
border-width: 0 1px 0 0;
|
|
1067
1072
|
}
|
|
1068
1073
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
1069
1074
|
background: #685708;
|
|
1070
1075
|
color: #fff;
|
|
1076
|
+
border: solid #fff;
|
|
1077
|
+
border-width: 0 1px 0 0;
|
|
1071
1078
|
}
|
|
@@ -49,6 +49,12 @@
|
|
|
49
49
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
50
50
|
margin-left: 3px;
|
|
51
51
|
}
|
|
52
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
53
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child,
|
|
54
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
55
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
|
|
56
|
+
margin-right: 3px;
|
|
57
|
+
}
|
|
52
58
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
53
59
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
54
60
|
margin-right: 3px;
|
|
@@ -975,7 +981,7 @@
|
|
|
975
981
|
}
|
|
976
982
|
.e-toolbar .e-hor-nav:hover {
|
|
977
983
|
background: rgba(255, 255, 255, 0.1);
|
|
978
|
-
border-left:
|
|
984
|
+
border-left: 1px solid #616161;
|
|
979
985
|
color: #fff;
|
|
980
986
|
}
|
|
981
987
|
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
@@ -984,7 +990,7 @@
|
|
|
984
990
|
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
985
991
|
border-color: #616161;
|
|
986
992
|
border-style: solid;
|
|
987
|
-
border-width: 0;
|
|
993
|
+
border-width: 0 0 0 1px;
|
|
988
994
|
}
|
|
989
995
|
.e-toolbar .e-hor-nav:hover:active {
|
|
990
996
|
background: rgba(255, 255, 255, 0.1);
|
|
@@ -1100,10 +1106,11 @@
|
|
|
1100
1106
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1101
1107
|
background: #212121;
|
|
1102
1108
|
border: solid #616161;
|
|
1103
|
-
border-left: 0;
|
|
1104
1109
|
border-width: 0 1px 0 0;
|
|
1105
1110
|
}
|
|
1106
1111
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
1107
1112
|
background: rgba(255, 255, 255, 0.1);
|
|
1108
1113
|
color: #fff;
|
|
1114
|
+
border: solid #616161;
|
|
1115
|
+
border-width: 0 1px 0 0;
|
|
1109
1116
|
}
|
|
@@ -52,6 +52,12 @@
|
|
|
52
52
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
53
53
|
margin-left: 3px;
|
|
54
54
|
}
|
|
55
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
56
|
+
.e-bigger .e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child,
|
|
57
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
58
|
+
.e-toolbar.e-bigger .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
|
|
59
|
+
margin-right: 3px;
|
|
60
|
+
}
|
|
55
61
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
56
62
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
57
63
|
margin-right: 3px;
|
|
@@ -978,7 +984,7 @@
|
|
|
978
984
|
}
|
|
979
985
|
.e-toolbar .e-hor-nav:hover {
|
|
980
986
|
background: rgba(0, 0, 0, 0.12);
|
|
981
|
-
border-left: 0;
|
|
987
|
+
border-left: 1px solid rgba(0, 0, 0, 0.12);
|
|
982
988
|
color: rgba(0, 0, 0, 0.87);
|
|
983
989
|
}
|
|
984
990
|
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
@@ -987,7 +993,7 @@
|
|
|
987
993
|
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
988
994
|
border-color: rgba(0, 0, 0, 0.12);
|
|
989
995
|
border-style: solid;
|
|
990
|
-
border-width: 0;
|
|
996
|
+
border-width: 0 0 0 1px;
|
|
991
997
|
}
|
|
992
998
|
.e-toolbar .e-hor-nav:hover:active {
|
|
993
999
|
background: rgba(0, 0, 0, 0.12);
|
|
@@ -1103,10 +1109,11 @@
|
|
|
1103
1109
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1104
1110
|
background: #fafafa;
|
|
1105
1111
|
border: solid rgba(0, 0, 0, 0.12);
|
|
1106
|
-
border-left: 0;
|
|
1107
1112
|
border-width: 0 1px 0 0;
|
|
1108
1113
|
}
|
|
1109
1114
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
1110
1115
|
background: rgba(0, 0, 0, 0.12);
|
|
1111
1116
|
color: rgba(0, 0, 0, 0.87);
|
|
1117
|
+
border: solid rgba(0, 0, 0, 0.12);
|
|
1118
|
+
border-width: 0 1px 0 0;
|
|
1112
1119
|
}
|