@syncfusion/ej2-navigations 20.3.60 → 20.4.40
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/.eslintrc.json +16 -1
- package/CHANGELOG.md +26 -0
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +263 -212
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +260 -209
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -12
- package/src/accordion/accordion.js +20 -19
- package/src/appbar/appbar-model.d.ts +15 -15
- package/src/appbar/appbar.d.ts +15 -15
- package/src/appbar/appbar.js +3 -3
- package/src/breadcrumb/breadcrumb-model.d.ts +1 -1
- package/src/breadcrumb/breadcrumb.js +10 -5
- package/src/carousel/carousel.js +10 -10
- package/src/common/menu-base.js +19 -12
- package/src/menu/menu.js +2 -2
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +6 -2
- package/src/tab/tab-model.d.ts +9 -0
- package/src/tab/tab.d.ts +9 -0
- package/src/tab/tab.js +28 -18
- package/src/toolbar/toolbar-model.d.ts +9 -0
- package/src/toolbar/toolbar.d.ts +11 -0
- package/src/toolbar/toolbar.js +132 -123
- package/src/treeview/treeview-model.d.ts +133 -45
- package/src/treeview/treeview.d.ts +135 -48
- package/src/treeview/treeview.js +30 -14
- package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
- package/styles/accordion/_bootstrap-definition.scss +100 -0
- package/styles/accordion/_bootstrap4-definition.scss +95 -1
- package/styles/accordion/_bootstrap5-definition.scss +99 -3
- package/styles/accordion/_fabric-dark-definition.scss +100 -0
- package/styles/accordion/_fabric-definition.scss +100 -0
- package/styles/accordion/_fluent-definition.scss +98 -2
- package/styles/accordion/_fusionnew-definition.scss +99 -3
- package/styles/accordion/_highcontrast-definition.scss +98 -3
- package/styles/accordion/_highcontrast-light-definition.scss +98 -3
- package/styles/accordion/_layout.scss +25 -91
- package/styles/accordion/_material-dark-definition.scss +100 -0
- package/styles/accordion/_material-definition.scss +100 -0
- package/styles/accordion/_material3-definition.scss +99 -3
- package/styles/accordion/_tailwind-definition.scss +99 -2
- package/styles/accordion/_theme.scss +184 -345
- package/styles/accordion/bootstrap-dark.css +202 -16
- package/styles/accordion/bootstrap.css +202 -16
- package/styles/accordion/bootstrap4.css +171 -17
- package/styles/accordion/bootstrap5-dark.css +202 -13
- package/styles/accordion/bootstrap5.css +202 -13
- package/styles/accordion/fabric-dark.css +209 -11
- package/styles/accordion/fabric.css +209 -11
- package/styles/accordion/fluent-dark.css +217 -5
- package/styles/accordion/fluent.css +217 -5
- package/styles/accordion/highcontrast-light.css +186 -52
- package/styles/accordion/highcontrast.css +186 -52
- package/styles/accordion/material-dark.css +210 -16
- package/styles/accordion/material.css +209 -15
- package/styles/accordion/tailwind-dark.css +199 -8
- package/styles/accordion/tailwind.css +199 -8
- package/styles/bootstrap-dark.css +999 -145
- package/styles/bootstrap.css +986 -132
- package/styles/bootstrap4.css +888 -167
- package/styles/bootstrap5-dark.css +949 -179
- package/styles/bootstrap5.css +949 -179
- package/styles/context-menu/_layout.scss +0 -3
- package/styles/context-menu/bootstrap5-dark.css +0 -1
- package/styles/context-menu/bootstrap5.css +0 -1
- package/styles/context-menu/fluent-dark.css +0 -1
- package/styles/context-menu/fluent.css +0 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/fabric-dark.css +1068 -232
- package/styles/fabric.css +1067 -231
- package/styles/fluent-dark.css +1014 -123
- package/styles/fluent.css +1012 -121
- package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
- package/styles/h-scroll/_fabric-definition.scss +8 -0
- package/styles/h-scroll/_fluent-definition.scss +8 -0
- package/styles/h-scroll/_fusionnew-definition.scss +8 -0
- package/styles/h-scroll/_highcontrast-definition.scss +6 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
- package/styles/h-scroll/_layout.scss +1 -4
- package/styles/h-scroll/_material-dark-definition.scss +8 -0
- package/styles/h-scroll/_material-definition.scss +8 -0
- package/styles/h-scroll/_material3-definition.scss +8 -0
- package/styles/h-scroll/_tailwind-definition.scss +8 -0
- package/styles/h-scroll/_theme.scss +12 -40
- package/styles/h-scroll/bootstrap-dark.css +13 -0
- package/styles/h-scroll/bootstrap.css +13 -0
- package/styles/h-scroll/bootstrap4.css +7 -0
- package/styles/h-scroll/bootstrap5-dark.css +12 -0
- package/styles/h-scroll/bootstrap5.css +12 -0
- package/styles/h-scroll/fabric-dark.css +15 -2
- package/styles/h-scroll/fabric.css +15 -2
- package/styles/h-scroll/fluent-dark.css +13 -0
- package/styles/h-scroll/fluent.css +13 -0
- package/styles/h-scroll/highcontrast-light.css +8 -7
- package/styles/h-scroll/highcontrast.css +10 -9
- package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/h-scroll/icons/_fabric.scss +2 -2
- package/styles/h-scroll/icons/_highcontrast.scss +2 -2
- package/styles/h-scroll/material-dark.css +13 -2
- package/styles/h-scroll/material.css +13 -2
- package/styles/h-scroll/tailwind-dark.css +12 -0
- package/styles/h-scroll/tailwind.css +12 -0
- package/styles/highcontrast-light.css +918 -369
- package/styles/highcontrast.css +925 -370
- package/styles/material-dark.css +1184 -114
- package/styles/material.css +1162 -92
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/tab/_bootstrap-dark-definition.scss +271 -15
- package/styles/tab/_bootstrap-definition.scss +266 -9
- package/styles/tab/_bootstrap4-definition.scss +266 -9
- package/styles/tab/_bootstrap5-definition.scss +270 -13
- package/styles/tab/_fabric-dark-definition.scss +270 -13
- package/styles/tab/_fabric-definition.scss +270 -13
- package/styles/tab/_fluent-definition.scss +269 -12
- package/styles/tab/_fusionnew-definition.scss +268 -11
- package/styles/tab/_highcontrast-definition.scss +271 -14
- package/styles/tab/_highcontrast-light-definition.scss +271 -14
- package/styles/tab/_layout.scss +295 -988
- package/styles/tab/_material-dark-definition.scss +266 -9
- package/styles/tab/_material-definition.scss +266 -9
- package/styles/tab/_material3-definition.scss +268 -11
- package/styles/tab/_tailwind-definition.scss +267 -10
- package/styles/tab/_theme.scss +305 -843
- package/styles/tab/bootstrap-dark.css +587 -109
- package/styles/tab/bootstrap.css +574 -96
- package/styles/tab/bootstrap4.css +546 -114
- package/styles/tab/bootstrap5-dark.css +523 -134
- package/styles/tab/bootstrap5.css +523 -134
- package/styles/tab/fabric-dark.css +614 -199
- package/styles/tab/fabric.css +612 -197
- package/styles/tab/fluent-dark.css +546 -102
- package/styles/tab/fluent.css +546 -102
- package/styles/tab/highcontrast-light.css +520 -250
- package/styles/tab/highcontrast.css +520 -244
- package/styles/tab/icons/_bootstrap-dark.scss +0 -33
- package/styles/tab/icons/_bootstrap.scss +0 -33
- package/styles/tab/icons/_bootstrap4.scss +0 -26
- package/styles/tab/icons/_bootstrap5.scss +0 -37
- package/styles/tab/icons/_fabric-dark.scss +0 -33
- package/styles/tab/icons/_fabric.scss +0 -33
- package/styles/tab/icons/_fluent.scss +0 -33
- package/styles/tab/icons/_fusionnew.scss +0 -37
- package/styles/tab/icons/_highcontrast-light.scss +0 -37
- package/styles/tab/icons/_highcontrast.scss +0 -26
- package/styles/tab/icons/_material-dark.scss +0 -37
- package/styles/tab/icons/_material.scss +0 -37
- package/styles/tab/icons/_material3.scss +0 -37
- package/styles/tab/icons/_tailwind.scss +0 -37
- package/styles/tab/material-dark.css +705 -54
- package/styles/tab/material.css +705 -54
- package/styles/tab/tailwind-dark.css +706 -71
- package/styles/tab/tailwind.css +706 -71
- package/styles/tailwind-dark.css +1145 -99
- package/styles/tailwind.css +1144 -98
- package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
- package/styles/toolbar/_bootstrap-definition.scss +93 -0
- package/styles/toolbar/_bootstrap4-definition.scss +94 -1
- package/styles/toolbar/_bootstrap5-definition.scss +94 -8
- package/styles/toolbar/_fabric-dark-definition.scss +92 -3
- package/styles/toolbar/_fabric-definition.scss +92 -3
- package/styles/toolbar/_fluent-definition.scss +96 -8
- package/styles/toolbar/_fusionnew-definition.scss +94 -8
- package/styles/toolbar/_highcontrast-definition.scss +93 -4
- package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
- package/styles/toolbar/_layout.scss +48 -177
- package/styles/toolbar/_material-dark-definition.scss +93 -0
- package/styles/toolbar/_material-definition.scss +93 -0
- package/styles/toolbar/_material3-definition.scss +94 -8
- package/styles/toolbar/_tailwind-definition.scss +94 -6
- package/styles/toolbar/_theme.scss +169 -278
- package/styles/toolbar/bootstrap-dark.css +196 -19
- package/styles/toolbar/bootstrap.css +196 -19
- package/styles/toolbar/bootstrap4.css +164 -36
- package/styles/toolbar/bootstrap5-dark.css +210 -29
- package/styles/toolbar/bootstrap5.css +210 -29
- package/styles/toolbar/fabric-dark.css +219 -9
- package/styles/toolbar/fabric.css +220 -10
- package/styles/toolbar/fluent-dark.css +233 -10
- package/styles/toolbar/fluent.css +233 -10
- package/styles/toolbar/highcontrast-light.css +199 -43
- package/styles/toolbar/highcontrast.css +200 -44
- package/styles/toolbar/material-dark.css +233 -19
- package/styles/toolbar/material.css +233 -19
- package/styles/toolbar/tailwind-dark.css +224 -15
- package/styles/toolbar/tailwind.css +223 -14
- package/styles/treeview/_material-definition.scss +1 -1
- package/styles/treeview/_theme.scss +11 -1
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/v-scroll/_highcontrast-definition.scss +0 -1
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/v-scroll/_theme.scss +0 -26
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/highcontrast-light.css +2 -14
- package/styles/v-scroll/highcontrast.css +2 -14
- package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
- package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/v-scroll/icons/_fabric.scss +2 -2
- package/styles/v-scroll/icons/_fluent.scss +2 -2
- package/styles/v-scroll/icons/_fusionnew.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast.scss +2 -2
- package/styles/v-scroll/icons/_material3.scss +2 -2
- package/styles/v-scroll/icons/_tailwind.scss +2 -2
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
|
@@ -103,6 +103,10 @@
|
|
|
103
103
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
104
104
|
line-height: inherit;
|
|
105
105
|
}
|
|
106
|
+
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
|
|
107
|
+
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
|
|
108
|
+
height: auto;
|
|
109
|
+
}
|
|
106
110
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
107
111
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
108
112
|
min-width: 48px;
|
|
@@ -111,11 +115,13 @@
|
|
|
111
115
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
112
116
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
113
117
|
min-width: 24px;
|
|
118
|
+
font-size: 16px;
|
|
114
119
|
}
|
|
115
120
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
116
121
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
117
122
|
min-height: 25px;
|
|
118
123
|
padding: 0 20px 0 20px;
|
|
124
|
+
line-height: 32px;
|
|
119
125
|
}
|
|
120
126
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
121
127
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -125,6 +131,7 @@
|
|
|
125
131
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
126
132
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
127
133
|
padding: 0 4px 0 6px;
|
|
134
|
+
font-size: 16px;
|
|
128
135
|
}
|
|
129
136
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
130
137
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
@@ -136,6 +143,10 @@
|
|
|
136
143
|
margin-right: 15px;
|
|
137
144
|
white-space: normal;
|
|
138
145
|
}
|
|
146
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
147
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
148
|
+
margin: 0;
|
|
149
|
+
}
|
|
139
150
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
140
151
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
141
152
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -248,7 +259,6 @@
|
|
|
248
259
|
padding-left: 16px;
|
|
249
260
|
padding-right: 16px;
|
|
250
261
|
padding-top: 0;
|
|
251
|
-
margin-left: -1px;
|
|
252
262
|
}
|
|
253
263
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
254
264
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
@@ -270,6 +280,7 @@
|
|
|
270
280
|
}
|
|
271
281
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
272
282
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
283
|
+
margin: 0;
|
|
273
284
|
min-width: 0;
|
|
274
285
|
padding: 8px 2.5px;
|
|
275
286
|
}
|
|
@@ -347,7 +358,6 @@
|
|
|
347
358
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
348
359
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
349
360
|
padding-right: 16px;
|
|
350
|
-
margin-left: 0;
|
|
351
361
|
}
|
|
352
362
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
353
363
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
@@ -444,6 +454,7 @@
|
|
|
444
454
|
white-space: normal;
|
|
445
455
|
}
|
|
446
456
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
457
|
+
margin: 0;
|
|
447
458
|
height: 100%;
|
|
448
459
|
min-width: 30px;
|
|
449
460
|
padding: 3px 4px;
|
|
@@ -504,6 +515,7 @@
|
|
|
504
515
|
min-height: 26px;
|
|
505
516
|
min-width: 26px;
|
|
506
517
|
padding: 0;
|
|
518
|
+
font-size: 14px;
|
|
507
519
|
}
|
|
508
520
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
509
521
|
display: -ms-inline-flexbox;
|
|
@@ -726,6 +738,7 @@
|
|
|
726
738
|
text-align: center;
|
|
727
739
|
vertical-align: middle;
|
|
728
740
|
width: 100%;
|
|
741
|
+
font-size: 12px;
|
|
729
742
|
}
|
|
730
743
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
731
744
|
line-height: 26px;
|
|
@@ -747,6 +760,9 @@
|
|
|
747
760
|
margin-right: 15px;
|
|
748
761
|
white-space: normal;
|
|
749
762
|
}
|
|
763
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
764
|
+
margin: 0;
|
|
765
|
+
}
|
|
750
766
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
751
767
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
752
768
|
display: none;
|
|
@@ -876,11 +892,15 @@
|
|
|
876
892
|
min-height: 32px;
|
|
877
893
|
min-width: 32px;
|
|
878
894
|
padding: 0 3px;
|
|
895
|
+
border-radius: 4px;
|
|
879
896
|
line-height: 27px;
|
|
880
897
|
}
|
|
881
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:
|
|
898
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
882
899
|
padding: 0 2px;
|
|
883
900
|
}
|
|
901
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
902
|
+
outline: 0;
|
|
903
|
+
}
|
|
884
904
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
885
905
|
padding: 0 4px 0 6px;
|
|
886
906
|
}
|
|
@@ -891,6 +911,7 @@
|
|
|
891
911
|
margin: 0;
|
|
892
912
|
min-width: 26px;
|
|
893
913
|
width: auto;
|
|
914
|
+
padding-bottom: 0;
|
|
894
915
|
}
|
|
895
916
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
896
917
|
-ms-flex-item-align: center;
|
|
@@ -1037,30 +1058,60 @@
|
|
|
1037
1058
|
background: #f8f9fa;
|
|
1038
1059
|
box-shadow: none;
|
|
1039
1060
|
color: #495057;
|
|
1061
|
+
border: 0;
|
|
1040
1062
|
}
|
|
1041
1063
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
1042
1064
|
color: #495057;
|
|
1043
1065
|
}
|
|
1044
1066
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1045
1067
|
background: #6c757d;
|
|
1046
|
-
border-color: #6c757d;
|
|
1047
1068
|
border-radius: 4px;
|
|
1048
1069
|
color: #fff;
|
|
1049
|
-
border:
|
|
1070
|
+
border-color: #6c757d;
|
|
1071
|
+
border-style: solid;
|
|
1072
|
+
border-width: 1px;
|
|
1050
1073
|
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
1051
1074
|
}
|
|
1075
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1076
|
+
color: inherit;
|
|
1077
|
+
}
|
|
1078
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1079
|
+
color: inherit;
|
|
1080
|
+
}
|
|
1052
1081
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
1053
1082
|
background: #6c757d;
|
|
1054
|
-
border-color: #545b62;
|
|
1055
1083
|
border-radius: 4px;
|
|
1056
1084
|
color: #fff;
|
|
1085
|
+
border-color: #545b62;
|
|
1086
|
+
border-style: solid;
|
|
1087
|
+
border-width: 0;
|
|
1088
|
+
}
|
|
1089
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
1090
|
+
color: inherit;
|
|
1091
|
+
}
|
|
1092
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
1093
|
+
color: inherit;
|
|
1094
|
+
}
|
|
1095
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1096
|
+
color: inherit;
|
|
1097
|
+
}
|
|
1098
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1099
|
+
color: inherit;
|
|
1057
1100
|
}
|
|
1058
1101
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
1059
1102
|
background: #6c757d;
|
|
1060
|
-
border-color: #545b62;
|
|
1061
1103
|
border-radius: 4px;
|
|
1062
1104
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
1063
1105
|
color: #fff;
|
|
1106
|
+
border-color: #545b62;
|
|
1107
|
+
border-style: solid;
|
|
1108
|
+
border-width: 0;
|
|
1109
|
+
}
|
|
1110
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
1111
|
+
color: inherit;
|
|
1112
|
+
}
|
|
1113
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
1114
|
+
color: inherit;
|
|
1064
1115
|
}
|
|
1065
1116
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
1066
1117
|
color: #495057;
|
|
@@ -1070,23 +1121,53 @@
|
|
|
1070
1121
|
border: 1px solid #dee2e6;
|
|
1071
1122
|
box-shadow: none;
|
|
1072
1123
|
}
|
|
1073
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn
|
|
1074
|
-
|
|
1124
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
1125
|
+
background: #fff;
|
|
1126
|
+
}
|
|
1127
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
1128
|
+
background: #007bff;
|
|
1129
|
+
box-shadow: none;
|
|
1130
|
+
color: #fff;
|
|
1131
|
+
border-color: #545b62;
|
|
1132
|
+
border-style: solid;
|
|
1133
|
+
border-width: 0;
|
|
1134
|
+
}
|
|
1135
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1136
|
+
color: inherit;
|
|
1137
|
+
}
|
|
1138
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1139
|
+
color: inherit;
|
|
1140
|
+
}
|
|
1141
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
1142
|
+
background: #007bff;
|
|
1143
|
+
box-shadow: none;
|
|
1144
|
+
color: #fff;
|
|
1145
|
+
border-color: #545b62;
|
|
1146
|
+
border-style: solid;
|
|
1147
|
+
border-width: 0;
|
|
1148
|
+
}
|
|
1149
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
1150
|
+
color: inherit;
|
|
1151
|
+
}
|
|
1152
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
1153
|
+
color: inherit;
|
|
1154
|
+
}
|
|
1075
1155
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
1076
1156
|
background: #007bff;
|
|
1077
1157
|
box-shadow: none;
|
|
1078
1158
|
color: #fff;
|
|
1159
|
+
border-color: #6c757d;
|
|
1160
|
+
border-style: solid;
|
|
1161
|
+
border-width: 0;
|
|
1162
|
+
}
|
|
1163
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1164
|
+
color: inherit;
|
|
1079
1165
|
}
|
|
1080
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons,
|
|
1081
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text,
|
|
1082
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
1083
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text,
|
|
1084
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons,
|
|
1085
1166
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1086
1167
|
color: inherit;
|
|
1087
1168
|
}
|
|
1088
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-
|
|
1089
|
-
|
|
1169
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
1170
|
+
outline: 0;
|
|
1090
1171
|
}
|
|
1091
1172
|
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1092
1173
|
background: transparent;
|
|
@@ -1097,8 +1178,16 @@
|
|
|
1097
1178
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
1098
1179
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1099
1180
|
background: #6c757d;
|
|
1100
|
-
border: 3px solid #adb5bd;
|
|
1101
1181
|
box-shadow: none;
|
|
1182
|
+
border-color: #adb5bd;
|
|
1183
|
+
border-style: solid;
|
|
1184
|
+
border-width: 3px;
|
|
1185
|
+
}
|
|
1186
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
1187
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
1188
|
+
border-color: #adb5bd;
|
|
1189
|
+
border-style: solid;
|
|
1190
|
+
border-width: 3px;
|
|
1102
1191
|
}
|
|
1103
1192
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
1104
1193
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
@@ -1112,27 +1201,31 @@
|
|
|
1112
1201
|
background: #f8f9fa;
|
|
1113
1202
|
box-shadow: none;
|
|
1114
1203
|
color: #495057;
|
|
1204
|
+
border: none;
|
|
1115
1205
|
}
|
|
1116
1206
|
.e-toolbar .e-tbar-btn:focus {
|
|
1117
1207
|
background: #6c757d;
|
|
1118
|
-
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
1119
|
-
border: 1px solid #6c757d;
|
|
1120
|
-
margin: 0;
|
|
1121
|
-
border-color: #6c757d;
|
|
1122
1208
|
border-radius: 4px;
|
|
1123
1209
|
color: #fff;
|
|
1210
|
+
border-color: #6c757d;
|
|
1211
|
+
border-style: solid;
|
|
1212
|
+
border-width: 1px;
|
|
1213
|
+
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
1214
|
+
}
|
|
1215
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
1216
|
+
color: inherit;
|
|
1217
|
+
}
|
|
1218
|
+
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1219
|
+
color: inherit;
|
|
1124
1220
|
}
|
|
1125
1221
|
.e-toolbar .e-tbar-btn:hover {
|
|
1126
1222
|
background: #6c757d;
|
|
1127
|
-
border: 1px solid #545b62;
|
|
1128
1223
|
border-color: #545b62;
|
|
1224
|
+
border-style: solid;
|
|
1225
|
+
border-width: 1px;
|
|
1129
1226
|
border-radius: 4px;
|
|
1130
1227
|
color: #fff;
|
|
1131
1228
|
}
|
|
1132
|
-
.e-toolbar .e-tbar-btn:hover .e-icons,
|
|
1133
|
-
.e-toolbar .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1134
|
-
color: inherit;
|
|
1135
|
-
}
|
|
1136
1229
|
.e-toolbar .e-toolbar-items {
|
|
1137
1230
|
background: #f8f9fa;
|
|
1138
1231
|
}
|
|
@@ -1146,8 +1239,30 @@
|
|
|
1146
1239
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
1147
1240
|
color: #495057;
|
|
1148
1241
|
}
|
|
1149
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn
|
|
1150
|
-
|
|
1242
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1243
|
+
color: #495057;
|
|
1244
|
+
}
|
|
1245
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
1246
|
+
color: #fff;
|
|
1247
|
+
}
|
|
1248
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
1249
|
+
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
1250
|
+
}
|
|
1251
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1252
|
+
color: inherit;
|
|
1253
|
+
}
|
|
1254
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1255
|
+
color: inherit;
|
|
1256
|
+
}
|
|
1257
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
1258
|
+
color: inherit;
|
|
1259
|
+
}
|
|
1260
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
1261
|
+
color: inherit;
|
|
1262
|
+
}
|
|
1263
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1264
|
+
color: inherit;
|
|
1265
|
+
}
|
|
1151
1266
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1152
1267
|
color: inherit;
|
|
1153
1268
|
}
|
|
@@ -1189,33 +1304,46 @@
|
|
|
1189
1304
|
content: "";
|
|
1190
1305
|
}
|
|
1191
1306
|
.e-toolbar .e-hor-nav:hover {
|
|
1192
|
-
background: #6c757d;
|
|
1193
|
-
border-left: 0;
|
|
1194
1307
|
background: #5a6268;
|
|
1308
|
+
border-left: 0;
|
|
1195
1309
|
color: #fff;
|
|
1196
1310
|
}
|
|
1197
1311
|
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
1198
1312
|
color: inherit;
|
|
1199
1313
|
}
|
|
1314
|
+
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
1315
|
+
border-color: #dee2e6;
|
|
1316
|
+
border-style: solid;
|
|
1317
|
+
border-width: 0;
|
|
1318
|
+
}
|
|
1319
|
+
.e-toolbar .e-hor-nav:hover:active {
|
|
1320
|
+
background: #5a6268;
|
|
1321
|
+
border-color: #adb5bd;
|
|
1322
|
+
border-style: solid;
|
|
1323
|
+
border-width: 3px 3px 3px 0;
|
|
1324
|
+
}
|
|
1200
1325
|
.e-toolbar .e-hor-nav:focus {
|
|
1201
1326
|
background: #6c757d;
|
|
1202
|
-
border-left: 0;
|
|
1203
|
-
border-color: transparent;
|
|
1204
1327
|
color: #fff;
|
|
1328
|
+
border-color: transparent;
|
|
1329
|
+
border-style: solid;
|
|
1330
|
+
border-width: 0;
|
|
1205
1331
|
}
|
|
1206
1332
|
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
1207
1333
|
color: inherit;
|
|
1208
1334
|
}
|
|
1209
1335
|
.e-toolbar .e-tbar-btn:active {
|
|
1210
|
-
background: #
|
|
1336
|
+
background: #545b62;
|
|
1211
1337
|
border-color: #545b62;
|
|
1338
|
+
border-style: solid;
|
|
1339
|
+
border-width: 1px;
|
|
1212
1340
|
border-radius: 4px;
|
|
1213
1341
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
1214
1342
|
color: #fff;
|
|
1215
|
-
background: #545b62;
|
|
1216
|
-
border: 1px solid #4e555b;
|
|
1217
1343
|
}
|
|
1218
|
-
.e-toolbar .e-tbar-btn:active .e-icons
|
|
1344
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
1345
|
+
color: inherit;
|
|
1346
|
+
}
|
|
1219
1347
|
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
1220
1348
|
color: inherit;
|
|
1221
1349
|
}
|