@syncfusion/ej2-navigations 20.4.52 → 21.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -4
- package/README.md +213 -143
- 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 +128 -34
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +127 -33
- 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 +13 -12
- package/src/accordion/accordion-model.d.ts +4 -4
- package/src/accordion/accordion.d.ts +8 -4
- package/src/appbar/appbar-model.d.ts +9 -9
- package/src/appbar/appbar.d.ts +24 -21
- package/src/breadcrumb/breadcrumb-model.d.ts +4 -2
- package/src/breadcrumb/breadcrumb.d.ts +32 -3
- package/src/breadcrumb/breadcrumb.js +32 -0
- package/src/carousel/carousel-model.d.ts +7 -7
- package/src/carousel/carousel.d.ts +24 -20
- package/src/carousel/carousel.js +25 -11
- package/src/common/menu-base.d.ts +13 -2
- package/src/menu/menu.d.ts +5 -1
- package/src/sidebar/sidebar.d.ts +26 -2
- package/src/sidebar/sidebar.js +1 -1
- package/src/tab/tab-model.d.ts +20 -20
- package/src/tab/tab.d.ts +38 -21
- package/src/tab/tab.js +32 -5
- package/src/toolbar/toolbar-model.d.ts +22 -16
- package/src/toolbar/toolbar.d.ts +48 -16
- package/src/toolbar/toolbar.js +10 -4
- package/src/treeview/treeview-model.d.ts +4 -4
- package/src/treeview/treeview.d.ts +32 -4
- package/src/treeview/treeview.js +26 -11
- package/styles/accordion/_bootstrap-dark-definition.scss +0 -1
- package/styles/accordion/_bootstrap-definition.scss +0 -1
- package/styles/accordion/_bootstrap4-definition.scss +0 -1
- package/styles/accordion/_bootstrap5-definition.scss +6 -7
- package/styles/accordion/_fabric-dark-definition.scss +0 -1
- package/styles/accordion/_fabric-definition.scss +0 -1
- package/styles/accordion/_fluent-definition.scss +5 -6
- package/styles/accordion/_fusionnew-definition.scss +0 -1
- package/styles/accordion/_highcontrast-definition.scss +0 -1
- package/styles/accordion/_highcontrast-light-definition.scss +0 -1
- package/styles/accordion/_layout.scss +0 -1
- package/styles/accordion/_material-dark-definition.scss +0 -1
- package/styles/accordion/_material-definition.scss +0 -1
- package/styles/accordion/_tailwind-definition.scss +5 -6
- package/styles/accordion/bootstrap-dark.css +0 -1
- package/styles/accordion/bootstrap.css +0 -1
- package/styles/accordion/bootstrap4.css +0 -1
- package/styles/accordion/bootstrap5-dark.css +3 -4
- package/styles/accordion/bootstrap5.css +3 -4
- package/styles/accordion/fabric-dark.css +0 -1
- package/styles/accordion/fabric.css +0 -1
- package/styles/accordion/fluent-dark.css +3 -4
- package/styles/accordion/fluent.css +3 -4
- package/styles/accordion/highcontrast-light.css +0 -1
- package/styles/accordion/highcontrast.css +0 -1
- package/styles/accordion/material-dark.css +0 -1
- package/styles/accordion/material.css +0 -1
- package/styles/accordion/tailwind-dark.css +3 -4
- package/styles/accordion/tailwind.css +3 -4
- package/styles/appbar/_bootstrap5-definition.scss +2 -2
- package/styles/appbar/_fluent-definition.scss +2 -2
- package/styles/appbar/_layout.scss +3 -0
- package/styles/appbar/_tailwind-definition.scss +2 -2
- package/styles/appbar/bootstrap-dark.css +3 -0
- package/styles/appbar/bootstrap.css +3 -0
- package/styles/appbar/bootstrap4.css +3 -0
- package/styles/appbar/bootstrap5-dark.css +3 -0
- package/styles/appbar/bootstrap5.css +3 -0
- package/styles/appbar/fabric-dark.css +3 -0
- package/styles/appbar/fabric.css +3 -0
- package/styles/appbar/fluent-dark.css +3 -0
- package/styles/appbar/fluent.css +3 -0
- package/styles/appbar/highcontrast-light.css +3 -0
- package/styles/appbar/highcontrast.css +3 -0
- package/styles/appbar/material-dark.css +3 -0
- package/styles/appbar/material.css +3 -0
- package/styles/appbar/tailwind-dark.css +3 -0
- package/styles/appbar/tailwind.css +3 -0
- package/styles/bootstrap-dark.css +669 -938
- package/styles/bootstrap.css +658 -927
- package/styles/bootstrap4.css +724 -993
- package/styles/bootstrap5-dark.css +685 -954
- package/styles/bootstrap5.css +686 -955
- package/styles/breadcrumb/_bootstrap5-definition.scss +2 -2
- package/styles/breadcrumb/_fluent-definition.scss +2 -2
- package/styles/breadcrumb/_layout.scss +2 -2
- package/styles/breadcrumb/_tailwind-definition.scss +2 -2
- package/styles/breadcrumb/_theme.scss +18 -2
- package/styles/carousel/_layout.scss +7 -0
- package/styles/carousel/bootstrap-dark.css +4 -0
- package/styles/carousel/bootstrap.css +4 -0
- package/styles/carousel/bootstrap4.css +4 -0
- package/styles/carousel/bootstrap5-dark.css +4 -0
- package/styles/carousel/bootstrap5.css +4 -0
- package/styles/carousel/fabric-dark.css +4 -0
- package/styles/carousel/fabric.css +4 -0
- package/styles/carousel/fluent-dark.css +4 -0
- package/styles/carousel/fluent.css +4 -0
- package/styles/carousel/highcontrast-light.css +4 -0
- package/styles/carousel/highcontrast.css +4 -0
- package/styles/carousel/material-dark.css +4 -0
- package/styles/carousel/material.css +4 -0
- package/styles/carousel/tailwind-dark.css +4 -0
- package/styles/carousel/tailwind.css +4 -0
- package/styles/context-menu/_bootstrap5-definition.scss +3 -3
- package/styles/context-menu/_fluent-definition.scss +2 -2
- package/styles/context-menu/_tailwind-definition.scss +3 -3
- package/styles/fabric-dark.css +669 -938
- package/styles/fabric.css +669 -938
- package/styles/fluent-dark.css +677 -946
- package/styles/fluent.css +677 -946
- package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -1
- package/styles/h-scroll/_bootstrap-definition.scss +0 -1
- package/styles/h-scroll/_bootstrap4-definition.scss +0 -1
- package/styles/h-scroll/_bootstrap5-definition.scss +0 -1
- package/styles/h-scroll/_fabric-dark-definition.scss +0 -1
- package/styles/h-scroll/_fabric-definition.scss +0 -1
- package/styles/h-scroll/_fluent-definition.scss +0 -1
- package/styles/h-scroll/_fusionnew-definition.scss +0 -1
- package/styles/h-scroll/_highcontrast-definition.scss +0 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/h-scroll/_layout.scss +1 -0
- package/styles/h-scroll/_material-dark-definition.scss +0 -1
- package/styles/h-scroll/_material-definition.scss +0 -1
- package/styles/h-scroll/_tailwind-definition.scss +0 -1
- package/styles/h-scroll/_theme.scss +0 -1
- package/styles/h-scroll/bootstrap-dark.css +1 -1
- package/styles/h-scroll/bootstrap.css +1 -1
- package/styles/h-scroll/bootstrap4.css +1 -1
- package/styles/h-scroll/bootstrap5-dark.css +1 -1
- package/styles/h-scroll/bootstrap5.css +1 -1
- package/styles/h-scroll/fabric-dark.css +1 -1
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/h-scroll/fluent-dark.css +1 -1
- package/styles/h-scroll/fluent.css +1 -1
- package/styles/h-scroll/highcontrast-light.css +1 -1
- package/styles/h-scroll/highcontrast.css +1 -1
- package/styles/h-scroll/material-dark.css +1 -1
- package/styles/h-scroll/material.css +1 -1
- package/styles/h-scroll/tailwind-dark.css +1 -1
- package/styles/h-scroll/tailwind.css +1 -1
- package/styles/highcontrast-light.css +668 -937
- package/styles/highcontrast.css +675 -944
- package/styles/material-dark.css +669 -938
- package/styles/material.css +661 -930
- package/styles/menu/_bootstrap5-definition.scss +2 -2
- package/styles/menu/_layout.scss +1 -1
- package/styles/menu/_tailwind-definition.scss +2 -2
- package/styles/menu/_theme.scss +31 -15
- package/styles/menu/bootstrap-dark.css +7 -7
- package/styles/menu/bootstrap.css +7 -7
- package/styles/menu/bootstrap4.css +10 -10
- package/styles/menu/bootstrap5-dark.css +7 -7
- package/styles/menu/bootstrap5.css +7 -7
- package/styles/menu/fabric-dark.css +7 -7
- package/styles/menu/fabric.css +7 -7
- package/styles/menu/fluent-dark.css +7 -7
- package/styles/menu/fluent.css +7 -7
- package/styles/menu/highcontrast-light.css +7 -7
- package/styles/menu/highcontrast.css +7 -7
- package/styles/menu/icons/_material3.scss +12 -12
- package/styles/menu/material-dark.css +7 -7
- package/styles/menu/material.css +7 -7
- package/styles/menu/tailwind-dark.css +7 -7
- package/styles/menu/tailwind.css +7 -7
- package/styles/pager/_bootstrap5-definition.scss +1 -1
- package/styles/pager/_fusionnew-definition.scss +1 -1
- package/styles/sidebar/_theme.scss +1 -1
- package/styles/tab/_bootstrap-dark-definition.scss +0 -2
- package/styles/tab/_bootstrap-definition.scss +0 -2
- package/styles/tab/_bootstrap4-definition.scss +1 -3
- package/styles/tab/_bootstrap5-definition.scss +12 -14
- package/styles/tab/_fabric-dark-definition.scss +0 -2
- package/styles/tab/_fabric-definition.scss +0 -2
- package/styles/tab/_fluent-definition.scss +4 -6
- package/styles/tab/_fusionnew-definition.scss +2 -4
- package/styles/tab/_highcontrast-definition.scss +0 -2
- package/styles/tab/_highcontrast-light-definition.scss +0 -2
- package/styles/tab/_layout.scss +8 -6
- package/styles/tab/_material-dark-definition.scss +0 -2
- package/styles/tab/_material-definition.scss +0 -2
- package/styles/tab/_tailwind-definition.scss +3 -5
- package/styles/tab/_theme.scss +0 -1
- package/styles/tab/bootstrap-dark.css +5 -2
- package/styles/tab/bootstrap.css +5 -2
- package/styles/tab/bootstrap4.css +12 -9
- package/styles/tab/bootstrap5-dark.css +11 -8
- package/styles/tab/bootstrap5.css +11 -8
- package/styles/tab/fabric-dark.css +7 -4
- package/styles/tab/fabric.css +7 -4
- package/styles/tab/fluent-dark.css +8 -5
- package/styles/tab/fluent.css +8 -5
- package/styles/tab/highcontrast-light.css +10 -7
- package/styles/tab/highcontrast.css +10 -7
- package/styles/tab/material-dark.css +4 -1
- package/styles/tab/material.css +4 -1
- package/styles/tab/tailwind-dark.css +8 -5
- package/styles/tab/tailwind.css +8 -5
- package/styles/tailwind-dark.css +668 -937
- package/styles/tailwind.css +668 -937
- package/styles/toolbar/_bootstrap-dark-definition.scss +13 -41
- package/styles/toolbar/_bootstrap-definition.scss +13 -41
- package/styles/toolbar/_bootstrap4-definition.scss +15 -43
- package/styles/toolbar/_bootstrap5-definition.scss +21 -49
- package/styles/toolbar/_fabric-dark-definition.scss +14 -43
- package/styles/toolbar/_fabric-definition.scss +15 -43
- package/styles/toolbar/_fluent-definition.scss +22 -50
- package/styles/toolbar/_fusionnew-definition.scss +17 -45
- package/styles/toolbar/_highcontrast-definition.scss +15 -43
- package/styles/toolbar/_highcontrast-light-definition.scss +14 -43
- package/styles/toolbar/_layout.scss +684 -977
- package/styles/toolbar/_material-dark-definition.scss +19 -49
- package/styles/toolbar/_material-definition.scss +21 -49
- package/styles/toolbar/_tailwind-definition.scss +21 -49
- package/styles/toolbar/_theme.scss +205 -294
- package/styles/toolbar/bootstrap-dark.css +647 -925
- package/styles/toolbar/bootstrap.css +638 -916
- package/styles/toolbar/bootstrap4.css +657 -935
- package/styles/toolbar/bootstrap5-dark.css +658 -936
- package/styles/toolbar/bootstrap5.css +658 -936
- package/styles/toolbar/fabric-dark.css +645 -923
- package/styles/toolbar/fabric.css +651 -929
- package/styles/toolbar/fluent-dark.css +650 -928
- package/styles/toolbar/fluent.css +650 -928
- package/styles/toolbar/highcontrast-light.css +642 -920
- package/styles/toolbar/highcontrast.css +647 -925
- package/styles/toolbar/material-dark.css +649 -927
- package/styles/toolbar/material.css +646 -924
- package/styles/toolbar/tailwind-dark.css +647 -925
- package/styles/toolbar/tailwind.css +645 -923
- package/styles/treeview/_bootstrap5-definition.scss +5 -5
- package/styles/treeview/_fluent-definition.scss +5 -5
- package/styles/treeview/_layout.scss +8 -4
- package/styles/treeview/_tailwind-definition.scss +5 -5
- package/styles/treeview/_theme.scss +3 -0
- package/GitLeaksReport.json +0 -1
- package/gitleaks-ci/gitleaks +0 -0
- package/gitleaks-ci.tar.gz +0 -0
- package/styles/accordion/_material3-definition.scss +0 -181
- package/styles/appbar/_material3-definition.scss +0 -8
- package/styles/breadcrumb/_material3-definition.scss +0 -59
- package/styles/carousel/_material3-definition.scss +0 -22
- package/styles/context-menu/_material3-definition.scss +0 -52
- package/styles/h-scroll/_material3-definition.scss +0 -84
- package/styles/menu/_material3-definition.scss +0 -67
- package/styles/pager/_material3-definition.scss +0 -146
- package/styles/sidebar/_material3-definition.scss +0 -6
- package/styles/tab/_material3-definition.scss +0 -658
- package/styles/toolbar/_material3-definition.scss +0 -248
- package/styles/treeview/_material3-definition.scss +0 -120
- package/styles/v-scroll/_material3-definition.scss +0 -49
package/styles/bootstrap5.css
CHANGED
|
@@ -852,6 +852,7 @@
|
|
|
852
852
|
}
|
|
853
853
|
.e-hscroll > * {
|
|
854
854
|
height: inherit;
|
|
855
|
+
line-height: normal;
|
|
855
856
|
}
|
|
856
857
|
.e-hscroll .e-hscroll-content {
|
|
857
858
|
display: inline-block;
|
|
@@ -953,7 +954,6 @@
|
|
|
953
954
|
}
|
|
954
955
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
955
956
|
background: #dee2e6;
|
|
956
|
-
border: 0;
|
|
957
957
|
color: #6c757d;
|
|
958
958
|
}
|
|
959
959
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
|
|
@@ -1235,92 +1235,130 @@
|
|
|
1235
1235
|
height: 46px;
|
|
1236
1236
|
min-height: 46px;
|
|
1237
1237
|
}
|
|
1238
|
-
.e-bigger .e-toolbar .e-tbar-
|
|
1239
|
-
.e-toolbar.e-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
1244
|
-
font-size: 20px;
|
|
1238
|
+
.e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
|
|
1239
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
|
|
1240
|
+
.e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
|
|
1241
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1242
|
+
margin-left: 12px;
|
|
1245
1243
|
}
|
|
1246
|
-
.e-bigger .e-toolbar .e-
|
|
1247
|
-
.e-toolbar.e-bigger .e-
|
|
1248
|
-
|
|
1244
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
1245
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
1246
|
+
margin-right: 12px;
|
|
1249
1247
|
}
|
|
1250
|
-
.e-bigger .e-toolbar.e-
|
|
1251
|
-
.e-toolbar.e-bigger.e-
|
|
1252
|
-
|
|
1253
|
-
border-bottom-left-radius: 0;
|
|
1254
|
-
border-bottom-right-radius: 0;
|
|
1248
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
|
|
1249
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
1250
|
+
margin-right: 12px;
|
|
1255
1251
|
}
|
|
1256
|
-
.e-bigger .e-toolbar.e-
|
|
1257
|
-
.e-toolbar.e-bigger.e-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
border-top-right-radius: 0;
|
|
1252
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
|
|
1253
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
|
|
1254
|
+
margin-left: 12.5px;
|
|
1255
|
+
margin-right: 12.5px;
|
|
1261
1256
|
}
|
|
1262
|
-
.e-bigger .e-toolbar
|
|
1263
|
-
.e-toolbar.e-bigger
|
|
1257
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
1258
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1264
1259
|
margin: 0;
|
|
1265
1260
|
}
|
|
1266
|
-
.e-bigger .e-toolbar.e-
|
|
1267
|
-
.e-
|
|
1268
|
-
|
|
1269
|
-
|
|
1261
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1262
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1263
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1264
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
1265
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1266
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1267
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1268
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1269
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1270
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1271
|
+
padding: 0 8px;
|
|
1270
1272
|
}
|
|
1271
|
-
.e-bigger .e-toolbar
|
|
1272
|
-
.e-toolbar.e-bigger
|
|
1273
|
-
|
|
1273
|
+
.e-bigger .e-toolbar .e-toolbar-item,
|
|
1274
|
+
.e-toolbar.e-bigger .e-toolbar-item {
|
|
1275
|
+
min-height: 46px;
|
|
1274
1276
|
}
|
|
1275
|
-
.e-bigger .e-toolbar
|
|
1276
|
-
.e-
|
|
1277
|
-
|
|
1278
|
-
|
|
1277
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1278
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control,
|
|
1279
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1280
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1281
|
+
min-height: 38px;
|
|
1282
|
+
min-width: 38px;
|
|
1283
|
+
padding: 0 8px;
|
|
1284
|
+
line-height: 24px;
|
|
1279
1285
|
}
|
|
1280
|
-
.e-bigger .e-toolbar
|
|
1281
|
-
.e-
|
|
1282
|
-
|
|
1286
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1287
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
|
|
1288
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1289
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
|
|
1290
|
+
padding: 4px;
|
|
1291
|
+
font-size: 16px;
|
|
1283
1292
|
}
|
|
1284
|
-
.e-bigger .e-toolbar
|
|
1285
|
-
.e-
|
|
1286
|
-
|
|
1287
|
-
|
|
1293
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons,
|
|
1294
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons,
|
|
1295
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons,
|
|
1296
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons {
|
|
1297
|
+
font-size: 20px;
|
|
1288
1298
|
}
|
|
1289
|
-
.e-bigger .e-toolbar
|
|
1290
|
-
.e-
|
|
1291
|
-
|
|
1299
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1300
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
|
|
1301
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1302
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
|
|
1303
|
+
font-size: 18px;
|
|
1304
|
+
line-height: 18px;
|
|
1292
1305
|
}
|
|
1293
|
-
.e-bigger .e-toolbar.e-
|
|
1294
|
-
.e-
|
|
1295
|
-
|
|
1306
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1307
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1308
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1309
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1310
|
+
padding: 4px 6px;
|
|
1296
1311
|
}
|
|
1297
|
-
.e-bigger .e-toolbar.e-
|
|
1298
|
-
.e-
|
|
1299
|
-
|
|
1312
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
|
|
1313
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
|
|
1314
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
|
|
1315
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
1316
|
+
padding: 4px 6px;
|
|
1300
1317
|
}
|
|
1301
|
-
.e-bigger .e-toolbar
|
|
1302
|
-
.e-toolbar.e-bigger
|
|
1303
|
-
|
|
1304
|
-
|
|
1318
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1319
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1320
|
+
min-width: 49px;
|
|
1321
|
+
padding: 4px;
|
|
1322
|
+
}
|
|
1323
|
+
.e-bigger .e-toolbar .e-toolbar-item.e-separator,
|
|
1324
|
+
.e-toolbar.e-bigger .e-toolbar-item.e-separator {
|
|
1325
|
+
height: 30px;
|
|
1326
|
+
margin: 8px;
|
|
1327
|
+
min-height: 30px;
|
|
1328
|
+
}
|
|
1329
|
+
.e-bigger .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1330
|
+
.e-bigger .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1331
|
+
.e-toolbar.e-bigger .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1332
|
+
.e-toolbar.e-bigger .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1333
|
+
padding: 4px 6px 3px 6px;
|
|
1305
1334
|
}
|
|
1306
1335
|
.e-bigger .e-toolbar .e-hor-nav,
|
|
1307
1336
|
.e-toolbar.e-bigger .e-hor-nav {
|
|
1308
1337
|
min-height: 46px;
|
|
1309
1338
|
min-width: 36px;
|
|
1310
1339
|
}
|
|
1311
|
-
.e-bigger .e-toolbar .e-toolbar-
|
|
1312
|
-
.e-toolbar.e-bigger .e-toolbar-
|
|
1313
|
-
|
|
1340
|
+
.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
1341
|
+
.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1342
|
+
margin-left: 0;
|
|
1314
1343
|
}
|
|
1315
|
-
.e-bigger .e-toolbar
|
|
1316
|
-
.e-toolbar.e-bigger
|
|
1317
|
-
|
|
1318
|
-
min-height: 18px;
|
|
1319
|
-
min-width: 13px;
|
|
1344
|
+
.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
1345
|
+
.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1346
|
+
margin-right: 0;
|
|
1320
1347
|
}
|
|
1321
|
-
.e-bigger .e-toolbar
|
|
1322
|
-
.e-toolbar.e-bigger
|
|
1323
|
-
|
|
1348
|
+
.e-bigger .e-toolbar.e-vertical .e-toolbar-item:not(.e-separator),
|
|
1349
|
+
.e-toolbar.e-bigger.e-vertical .e-toolbar-item:not(.e-separator) {
|
|
1350
|
+
min-height: 38px;
|
|
1351
|
+
}
|
|
1352
|
+
.e-bigger .e-toolbar.e-vertical .e-toolbar-item.e-separator,
|
|
1353
|
+
.e-toolbar.e-bigger.e-vertical .e-toolbar-item.e-separator {
|
|
1354
|
+
height: auto;
|
|
1355
|
+
margin: 5px 10px;
|
|
1356
|
+
min-height: auto;
|
|
1357
|
+
}
|
|
1358
|
+
.e-bigger .e-toolbar.e-vertical .e-hor-nav,
|
|
1359
|
+
.e-toolbar.e-bigger.e-vertical .e-hor-nav {
|
|
1360
|
+
min-height: 40px;
|
|
1361
|
+
min-width: 50px;
|
|
1324
1362
|
}
|
|
1325
1363
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
|
|
1326
1364
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
|
|
@@ -1330,147 +1368,25 @@
|
|
|
1330
1368
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1331
1369
|
min-width: 48px;
|
|
1332
1370
|
padding: 0;
|
|
1333
|
-
|
|
1334
|
-
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
1335
|
-
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1336
|
-
min-width: 13px;
|
|
1337
|
-
font-size: 16px;
|
|
1371
|
+
min-height: 46px;
|
|
1338
1372
|
}
|
|
1339
1373
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1340
1374
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1341
1375
|
min-height: 46px;
|
|
1342
1376
|
padding: 8px 18px;
|
|
1343
|
-
|
|
1377
|
+
min-width: 100%;
|
|
1344
1378
|
}
|
|
1345
1379
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1346
1380
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1347
1381
|
margin-left: 0;
|
|
1348
1382
|
padding: 0 6px 0 0;
|
|
1383
|
+
font-size: 16px;
|
|
1349
1384
|
}
|
|
1350
1385
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1351
1386
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1352
1387
|
padding: 0 0 0 6px;
|
|
1353
1388
|
font-size: 16px;
|
|
1354
1389
|
}
|
|
1355
|
-
.e-bigger .e-toolbar .e-toolbar-items,
|
|
1356
|
-
.e-toolbar.e-bigger .e-toolbar-items {
|
|
1357
|
-
min-height: 46px;
|
|
1358
|
-
}
|
|
1359
|
-
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
|
|
1360
|
-
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
|
|
1361
|
-
margin-left: 12.5px;
|
|
1362
|
-
margin-right: 12.5px;
|
|
1363
|
-
white-space: normal;
|
|
1364
|
-
}
|
|
1365
|
-
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
1366
|
-
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1367
|
-
margin: 0;
|
|
1368
|
-
}
|
|
1369
|
-
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1370
|
-
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
1371
|
-
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1372
|
-
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1373
|
-
display: none;
|
|
1374
|
-
}
|
|
1375
|
-
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator,
|
|
1376
|
-
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
|
|
1377
|
-
display: -ms-inline-flexbox;
|
|
1378
|
-
display: inline-flex;
|
|
1379
|
-
}
|
|
1380
|
-
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
1381
|
-
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1382
|
-
margin-left: 0;
|
|
1383
|
-
}
|
|
1384
|
-
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
1385
|
-
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1386
|
-
margin-right: 0;
|
|
1387
|
-
}
|
|
1388
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
1389
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
1390
|
-
margin-right: 12px;
|
|
1391
|
-
}
|
|
1392
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
1393
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
1394
|
-
margin: 0;
|
|
1395
|
-
}
|
|
1396
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
|
|
1397
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
1398
|
-
margin-right: 12px;
|
|
1399
|
-
}
|
|
1400
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
|
|
1401
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
1402
|
-
margin: 0;
|
|
1403
|
-
}
|
|
1404
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
|
|
1405
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1406
|
-
margin-left: 12px;
|
|
1407
|
-
}
|
|
1408
|
-
.e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
1409
|
-
.e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1410
|
-
margin-left: 12px;
|
|
1411
|
-
}
|
|
1412
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
1413
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item {
|
|
1414
|
-
min-height: 46px;
|
|
1415
|
-
}
|
|
1416
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
1417
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
1418
|
-
min-width: 49px;
|
|
1419
|
-
padding: 4px;
|
|
1420
|
-
}
|
|
1421
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
1422
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1423
|
-
height: 30px;
|
|
1424
|
-
margin: 8px;
|
|
1425
|
-
min-height: 30px;
|
|
1426
|
-
}
|
|
1427
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1428
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1429
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1430
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1431
|
-
padding: 4px 6px 3px 6px;
|
|
1432
|
-
}
|
|
1433
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1434
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
|
|
1435
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1436
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1437
|
-
height: calc(100% - 11px);
|
|
1438
|
-
margin: 0;
|
|
1439
|
-
min-height: 38px;
|
|
1440
|
-
min-width: 38px;
|
|
1441
|
-
padding: 0 8px;
|
|
1442
|
-
line-height: 24px;
|
|
1443
|
-
}
|
|
1444
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1445
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1446
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1447
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
1448
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1449
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1450
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1451
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1452
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1453
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1454
|
-
padding: 0 8px;
|
|
1455
|
-
}
|
|
1456
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1457
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1458
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1459
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1460
|
-
padding: 4px 6px;
|
|
1461
|
-
}
|
|
1462
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
|
|
1463
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
|
|
1464
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
|
|
1465
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
1466
|
-
padding: 4px 6px;
|
|
1467
|
-
}
|
|
1468
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1469
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
|
|
1470
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1471
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
|
|
1472
|
-
padding: 4px;
|
|
1473
|
-
}
|
|
1474
1390
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
|
|
1475
1391
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
|
|
1476
1392
|
min-height: 46px;
|
|
@@ -1479,68 +1395,24 @@
|
|
|
1479
1395
|
padding-right: 12px;
|
|
1480
1396
|
padding-top: 0;
|
|
1481
1397
|
}
|
|
1482
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
1483
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
1484
|
-
display: none;
|
|
1485
|
-
}
|
|
1486
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open,
|
|
1487
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-open {
|
|
1488
|
-
display: inline;
|
|
1489
|
-
}
|
|
1490
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended,
|
|
1491
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
|
|
1492
|
-
width: inherit;
|
|
1493
|
-
}
|
|
1494
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
|
|
1495
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
|
|
1496
|
-
box-shadow: none;
|
|
1497
|
-
display: inline;
|
|
1498
|
-
white-space: normal;
|
|
1499
|
-
}
|
|
1500
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
1501
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1502
|
-
margin: 0;
|
|
1503
|
-
min-width: 49px;
|
|
1504
|
-
padding: 4px;
|
|
1505
|
-
}
|
|
1506
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator,
|
|
1507
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
|
|
1508
|
-
display: none;
|
|
1509
|
-
}
|
|
1510
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
|
|
1511
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
1512
|
-
display: -ms-inline-flexbox;
|
|
1513
|
-
display: inline-flex;
|
|
1514
|
-
}
|
|
1515
1398
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
|
|
1516
1399
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
|
|
1517
|
-
-ms-flex-line-pack: center;
|
|
1518
|
-
align-content: center;
|
|
1519
|
-
-ms-flex-align: center;
|
|
1520
|
-
align-items: center;
|
|
1521
|
-
cursor: pointer;
|
|
1522
|
-
display: -ms-inline-flexbox;
|
|
1523
|
-
display: inline-flex;
|
|
1524
1400
|
min-height: 46px;
|
|
1525
|
-
vertical-align: middle;
|
|
1526
|
-
width: auto;
|
|
1527
|
-
}
|
|
1528
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1529
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
|
|
1530
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1531
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
|
|
1532
|
-
padding: 4px;
|
|
1533
1401
|
}
|
|
1534
1402
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1535
1403
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control,
|
|
1536
1404
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1537
1405
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1538
|
-
height: calc(100% - 11px);
|
|
1539
|
-
margin: 0;
|
|
1540
1406
|
min-height: 38px;
|
|
1541
1407
|
min-width: 38px;
|
|
1542
1408
|
padding: 0 8px;
|
|
1543
1409
|
}
|
|
1410
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1411
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
|
|
1412
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1413
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
|
|
1414
|
+
padding: 4px;
|
|
1415
|
+
}
|
|
1544
1416
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1545
1417
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1546
1418
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
@@ -1553,9 +1425,10 @@
|
|
|
1553
1425
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1554
1426
|
padding: 0 8px;
|
|
1555
1427
|
}
|
|
1556
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item
|
|
1557
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item
|
|
1558
|
-
|
|
1428
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
1429
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1430
|
+
min-width: 49px;
|
|
1431
|
+
padding: 4px;
|
|
1559
1432
|
}
|
|
1560
1433
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
|
|
1561
1434
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
@@ -1563,47 +1436,56 @@
|
|
|
1563
1436
|
margin: 8px;
|
|
1564
1437
|
min-height: 30px;
|
|
1565
1438
|
}
|
|
1566
|
-
.e-bigger .e-toolbar.e-extended-toolbar
|
|
1567
|
-
.e-toolbar.e-bigger.e-extended-toolbar
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1439
|
+
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
1440
|
+
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
1441
|
+
border-bottom: 0;
|
|
1442
|
+
border-bottom-left-radius: 0;
|
|
1443
|
+
border-bottom-right-radius: 0;
|
|
1571
1444
|
}
|
|
1572
|
-
.e-bigger .e-toolbar.e-extended-toolbar.e-
|
|
1573
|
-
.e-toolbar.e-bigger.e-extended-toolbar.e-
|
|
1574
|
-
|
|
1575
|
-
|
|
1445
|
+
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
|
|
1446
|
+
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
|
|
1447
|
+
border-top: 0;
|
|
1448
|
+
border-top-left-radius: 0;
|
|
1449
|
+
border-top-right-radius: 0;
|
|
1576
1450
|
}
|
|
1577
|
-
.e-bigger .e-toolbar.e-
|
|
1578
|
-
.e-toolbar.e-bigger.e-
|
|
1579
|
-
padding
|
|
1451
|
+
.e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1452
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1453
|
+
padding: 4px 6px;
|
|
1580
1454
|
}
|
|
1581
|
-
.e-bigger .e-toolbar.e-
|
|
1582
|
-
.e-toolbar.e-bigger.e-
|
|
1583
|
-
|
|
1455
|
+
.e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right,
|
|
1456
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
|
|
1457
|
+
padding: 4px 6px;
|
|
1584
1458
|
}
|
|
1585
|
-
.e-bigger .e-toolbar.e-
|
|
1586
|
-
.e-toolbar.e-bigger.e-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1459
|
+
.e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1460
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1461
|
+
padding: 4px;
|
|
1462
|
+
}
|
|
1463
|
+
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
1464
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
1465
|
+
margin-left: 12px;
|
|
1466
|
+
margin-right: initial;
|
|
1590
1467
|
}
|
|
1591
|
-
.e-bigger .e-toolbar.e-
|
|
1592
|
-
.e-toolbar.e-bigger.e-
|
|
1468
|
+
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
1469
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
1593
1470
|
margin: 0;
|
|
1594
1471
|
}
|
|
1595
|
-
.e-bigger .e-toolbar.e-
|
|
1596
|
-
.e-toolbar.e-bigger.e-
|
|
1597
|
-
margin
|
|
1472
|
+
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
|
|
1473
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
1474
|
+
margin: 0;
|
|
1598
1475
|
}
|
|
1599
|
-
.e-bigger .e-toolbar.e-
|
|
1600
|
-
.e-toolbar.e-bigger.e-
|
|
1476
|
+
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
|
|
1477
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
1478
|
+
margin-left: 12px;
|
|
1601
1479
|
margin-right: 0;
|
|
1602
1480
|
}
|
|
1603
|
-
.e-bigger .e-toolbar.e-
|
|
1604
|
-
.e-toolbar.e-bigger.e-
|
|
1605
|
-
|
|
1606
|
-
|
|
1481
|
+
.e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
1482
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1483
|
+
margin-left: 0;
|
|
1484
|
+
margin-right: 12px;
|
|
1485
|
+
}
|
|
1486
|
+
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
1487
|
+
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
1488
|
+
padding-right: 12px;
|
|
1607
1489
|
}
|
|
1608
1490
|
|
|
1609
1491
|
.e-toolbar {
|
|
@@ -1616,76 +1498,102 @@
|
|
|
1616
1498
|
-ms-user-select: none;
|
|
1617
1499
|
user-select: none;
|
|
1618
1500
|
white-space: nowrap;
|
|
1501
|
+
overflow: hidden;
|
|
1619
1502
|
}
|
|
1620
1503
|
.e-toolbar .e-blazor-toolbar-items {
|
|
1621
1504
|
position: absolute;
|
|
1622
1505
|
top: -9999px;
|
|
1623
1506
|
visibility: hidden;
|
|
1624
1507
|
}
|
|
1625
|
-
.e-toolbar.e-
|
|
1626
|
-
|
|
1627
|
-
right: auto;
|
|
1508
|
+
.e-toolbar.e-control[class*=e-toolbar] {
|
|
1509
|
+
box-sizing: content-box;
|
|
1628
1510
|
}
|
|
1629
|
-
.e-toolbar.e-
|
|
1630
|
-
|
|
1631
|
-
margin-left: 0;
|
|
1511
|
+
.e-toolbar.e-corner {
|
|
1512
|
+
border-radius: 4px;
|
|
1632
1513
|
}
|
|
1633
|
-
.e-toolbar.e-
|
|
1634
|
-
|
|
1514
|
+
.e-toolbar.e-hidden {
|
|
1515
|
+
display: none;
|
|
1635
1516
|
}
|
|
1636
|
-
.e-toolbar
|
|
1517
|
+
.e-toolbar .e-toolbar-items {
|
|
1518
|
+
border-radius: 0 0 0 0;
|
|
1519
|
+
display: -ms-inline-flexbox;
|
|
1520
|
+
display: inline-flex;
|
|
1521
|
+
height: 100%;
|
|
1522
|
+
vertical-align: middle;
|
|
1523
|
+
-ms-flex-align: center;
|
|
1524
|
+
align-items: center;
|
|
1525
|
+
}
|
|
1526
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow {
|
|
1527
|
+
margin-bottom: 1px;
|
|
1528
|
+
margin-left: 10px;
|
|
1529
|
+
margin-right: 10px;
|
|
1530
|
+
white-space: normal;
|
|
1531
|
+
-ms-flex-wrap: wrap;
|
|
1532
|
+
flex-wrap: wrap;
|
|
1533
|
+
}
|
|
1534
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1535
|
+
margin: 0;
|
|
1536
|
+
}
|
|
1537
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator, .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1637
1538
|
display: none;
|
|
1638
1539
|
}
|
|
1639
|
-
.e-toolbar.e-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1540
|
+
.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
|
|
1541
|
+
.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
|
|
1542
|
+
.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
|
|
1543
|
+
display: inline;
|
|
1643
1544
|
}
|
|
1644
|
-
.e-toolbar.e-
|
|
1545
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos {
|
|
1546
|
+
display: block;
|
|
1547
|
+
}
|
|
1548
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
|
|
1549
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
|
|
1550
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
1645
1551
|
display: table;
|
|
1552
|
+
height: 100%;
|
|
1553
|
+
top: 0;
|
|
1646
1554
|
}
|
|
1647
|
-
.e-toolbar.e-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
border-top-right-radius: 0;
|
|
1651
|
-
min-height: 38px;
|
|
1652
|
-
padding-bottom: 0;
|
|
1653
|
-
padding-left: 8px;
|
|
1654
|
-
padding-right: 8px;
|
|
1655
|
-
padding-top: 0;
|
|
1656
|
-
margin-left: -1px;
|
|
1555
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
|
|
1556
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
1557
|
+
position: absolute;
|
|
1657
1558
|
}
|
|
1658
|
-
.e-toolbar
|
|
1659
|
-
|
|
1559
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
1560
|
+
right: 0;
|
|
1660
1561
|
}
|
|
1661
|
-
.e-toolbar.e-
|
|
1662
|
-
|
|
1562
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
1563
|
+
left: 0;
|
|
1663
1564
|
}
|
|
1664
|
-
.e-toolbar.e-
|
|
1665
|
-
|
|
1565
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
|
|
1566
|
+
margin: 0 auto;
|
|
1666
1567
|
}
|
|
1667
|
-
.e-toolbar
|
|
1668
|
-
|
|
1568
|
+
.e-toolbar .e-toolbar-items .e-toolbar-left,
|
|
1569
|
+
.e-toolbar .e-toolbar-items .e-toolbar-center,
|
|
1570
|
+
.e-toolbar .e-toolbar-items .e-toolbar-right {
|
|
1571
|
+
display: inline-block;
|
|
1669
1572
|
}
|
|
1670
|
-
.e-toolbar.e-
|
|
1671
|
-
|
|
1672
|
-
display: inline;
|
|
1673
|
-
white-space: normal;
|
|
1573
|
+
.e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child, .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
|
|
1574
|
+
margin-left: 8px;
|
|
1674
1575
|
}
|
|
1675
|
-
.e-toolbar.e-
|
|
1576
|
+
.e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
1577
|
+
.e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1578
|
+
margin-right: 8px;
|
|
1579
|
+
}
|
|
1580
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
|
|
1581
|
+
-ms-touch-action: pan-y pinch-zoom;
|
|
1582
|
+
touch-action: pan-y pinch-zoom;
|
|
1583
|
+
}
|
|
1584
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
1585
|
+
margin-right: 8px;
|
|
1586
|
+
}
|
|
1587
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
1676
1588
|
margin: 0;
|
|
1677
|
-
height: 100%;
|
|
1678
|
-
min-width: 28px;
|
|
1679
|
-
padding: 4px;
|
|
1680
1589
|
}
|
|
1681
|
-
.e-toolbar.e-
|
|
1682
|
-
|
|
1590
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
1591
|
+
margin: 0;
|
|
1683
1592
|
}
|
|
1684
|
-
.e-toolbar.e-
|
|
1685
|
-
|
|
1686
|
-
display: inline-flex;
|
|
1593
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
1594
|
+
margin-right: 8px;
|
|
1687
1595
|
}
|
|
1688
|
-
.e-toolbar
|
|
1596
|
+
.e-toolbar .e-toolbar-item {
|
|
1689
1597
|
-ms-flex-line-pack: center;
|
|
1690
1598
|
align-content: center;
|
|
1691
1599
|
-ms-flex-align: center;
|
|
@@ -1697,240 +1605,142 @@
|
|
|
1697
1605
|
vertical-align: middle;
|
|
1698
1606
|
width: auto;
|
|
1699
1607
|
}
|
|
1700
|
-
.e-toolbar
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
display: inline-block;
|
|
1706
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1707
|
-
font-size: 14px;
|
|
1708
|
-
line-height: inherit;
|
|
1608
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1609
|
+
display: -ms-flexbox;
|
|
1610
|
+
display: flex;
|
|
1611
|
+
-ms-flex-align: center;
|
|
1612
|
+
align-items: center;
|
|
1709
1613
|
vertical-align: middle;
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1713
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1714
|
-
height: calc(100% - 10px);
|
|
1614
|
+
-ms-flex-pack: center;
|
|
1615
|
+
justify-content: center;
|
|
1715
1616
|
margin: 0;
|
|
1716
1617
|
min-height: 32px;
|
|
1717
1618
|
min-width: 32px;
|
|
1718
1619
|
padding: 0 4px;
|
|
1719
|
-
|
|
1720
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1620
|
+
border-radius: 4px;
|
|
1721
1621
|
line-height: 22px;
|
|
1722
|
-
|
|
1723
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
1724
|
-
padding: 0 4px;
|
|
1725
|
-
}
|
|
1726
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
1727
|
-
margin: 5px 10px;
|
|
1728
|
-
min-height: 16px;
|
|
1729
|
-
min-width: 1px;
|
|
1730
|
-
vertical-align: middle;
|
|
1731
|
-
}
|
|
1732
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-toolbar-pop) {
|
|
1733
|
-
line-height: 16px;
|
|
1734
|
-
min-height: 16px;
|
|
1735
|
-
min-width: 12px;
|
|
1736
|
-
padding: 5px 6px;
|
|
1737
|
-
font-size: 16px;
|
|
1738
|
-
}
|
|
1739
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1740
|
-
display: -ms-inline-flexbox;
|
|
1741
|
-
display: inline-flex;
|
|
1742
|
-
}
|
|
1743
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1744
|
-
height: auto;
|
|
1745
|
-
}
|
|
1746
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1747
|
-
font-size: 14px;
|
|
1748
|
-
vertical-align: middle;
|
|
1749
|
-
}
|
|
1750
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
1622
|
+
border: none;
|
|
1751
1623
|
cursor: pointer;
|
|
1752
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1753
1624
|
font-size: 18px;
|
|
1754
1625
|
font-weight: 400;
|
|
1755
1626
|
overflow: hidden;
|
|
1756
|
-
padding: 0 4px;
|
|
1757
1627
|
text-align: center;
|
|
1758
1628
|
text-decoration: none;
|
|
1759
1629
|
text-transform: none;
|
|
1760
1630
|
}
|
|
1761
|
-
.e-toolbar.e-
|
|
1762
|
-
|
|
1631
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1632
|
+
padding: 4px;
|
|
1763
1633
|
}
|
|
1764
|
-
.e-toolbar.e-
|
|
1765
|
-
|
|
1766
|
-
-ms-grid-row-align: center;
|
|
1767
|
-
align-self: center;
|
|
1768
|
-
text-overflow: ellipsis;
|
|
1634
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
|
|
1635
|
+
padding: 4px;
|
|
1769
1636
|
}
|
|
1770
|
-
.e-toolbar.e-
|
|
1771
|
-
|
|
1637
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1638
|
+
margin: 0;
|
|
1639
|
+
min-width: 12px;
|
|
1640
|
+
width: auto;
|
|
1641
|
+
font-size: 18px;
|
|
1642
|
+
line-height: 18px;
|
|
1772
1643
|
}
|
|
1773
|
-
.e-toolbar.e-
|
|
1774
|
-
|
|
1644
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
1645
|
+
padding: 0 4px;
|
|
1775
1646
|
}
|
|
1776
|
-
.e-toolbar .e-tbar-btn
|
|
1777
|
-
|
|
1778
|
-
display: inline-block;
|
|
1779
|
-
padding: 4px;
|
|
1647
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
1648
|
+
outline: 0;
|
|
1780
1649
|
}
|
|
1781
|
-
.e-toolbar.e-
|
|
1782
|
-
|
|
1783
|
-
display: none;
|
|
1650
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn div {
|
|
1651
|
+
vertical-align: middle;
|
|
1784
1652
|
}
|
|
1785
|
-
.e-toolbar.e-
|
|
1786
|
-
|
|
1653
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
1654
|
+
font-size: 14px;
|
|
1655
|
+
padding: 4px;
|
|
1787
1656
|
}
|
|
1788
|
-
.e-toolbar .e-toolbar-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
padding:
|
|
1792
|
-
position: absolute;
|
|
1657
|
+
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1658
|
+
height: inherit;
|
|
1659
|
+
min-width: 28px;
|
|
1660
|
+
padding: 4px;
|
|
1793
1661
|
}
|
|
1794
|
-
.e-toolbar .e-toolbar-
|
|
1795
|
-
margin:
|
|
1796
|
-
|
|
1662
|
+
.e-toolbar .e-toolbar-item.e-separator {
|
|
1663
|
+
margin: 5px 10px;
|
|
1664
|
+
min-height: 24px;
|
|
1665
|
+
min-width: 1px;
|
|
1666
|
+
height: 24px;
|
|
1797
1667
|
}
|
|
1798
|
-
.e-toolbar .e-toolbar-
|
|
1668
|
+
.e-toolbar .e-toolbar-item.e-separator + .e-separator, .e-toolbar .e-toolbar-item.e-separator:last-of-type, .e-toolbar .e-toolbar-item.e-separator:first-of-type {
|
|
1799
1669
|
display: none;
|
|
1800
1670
|
}
|
|
1801
|
-
.e-toolbar .e-toolbar-
|
|
1802
|
-
|
|
1803
|
-
align-items: center;
|
|
1804
|
-
display: -ms-inline-flexbox;
|
|
1805
|
-
display: inline-flex;
|
|
1806
|
-
-ms-flex-pack: start;
|
|
1807
|
-
justify-content: flex-start;
|
|
1808
|
-
min-height: 38px;
|
|
1809
|
-
padding: 6px 12px;
|
|
1810
|
-
border: none;
|
|
1811
|
-
border-radius: 4px;
|
|
1812
|
-
margin: 0;
|
|
1671
|
+
.e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1672
|
+
padding: 4px 4px 5px 4px;
|
|
1813
1673
|
}
|
|
1814
|
-
.e-toolbar .e-toolbar-
|
|
1815
|
-
|
|
1816
|
-
padding: 0 4px 0 0;
|
|
1817
|
-
width: auto;
|
|
1674
|
+
.e-toolbar .e-toolbar-item > * {
|
|
1675
|
+
text-overflow: ellipsis;
|
|
1818
1676
|
}
|
|
1819
|
-
.e-toolbar .e-toolbar-
|
|
1820
|
-
|
|
1677
|
+
.e-toolbar .e-toolbar-item.e-hidden {
|
|
1678
|
+
display: none;
|
|
1821
1679
|
}
|
|
1822
|
-
.e-toolbar .e-toolbar-
|
|
1823
|
-
|
|
1824
|
-
}
|
|
1825
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1826
|
-
min-width: 34px;
|
|
1827
|
-
padding: 0;
|
|
1828
|
-
}
|
|
1829
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control {
|
|
1830
|
-
text-align: center;
|
|
1831
|
-
}
|
|
1832
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
|
|
1833
|
-
min-width: 100%;
|
|
1680
|
+
.e-toolbar .e-toolbar-item input[type=checkbox] {
|
|
1681
|
+
height: auto;
|
|
1834
1682
|
}
|
|
1835
|
-
.e-toolbar
|
|
1836
|
-
-ms-flex-line-pack: center;
|
|
1837
|
-
align-content: center;
|
|
1838
|
-
-ms-flex-align: center;
|
|
1839
|
-
align-items: center;
|
|
1683
|
+
.e-toolbar.e-vertical {
|
|
1840
1684
|
display: -ms-flexbox;
|
|
1841
1685
|
display: flex;
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
justify-content: center;
|
|
1845
|
-
}
|
|
1846
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item > * {
|
|
1847
|
-
height: 100%;
|
|
1848
|
-
min-width: 100%;
|
|
1849
|
-
text-overflow: ellipsis;
|
|
1850
|
-
}
|
|
1851
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
|
|
1852
|
-
display: none;
|
|
1853
|
-
}
|
|
1854
|
-
.e-toolbar .e-toolbar-pop .e-toolpopup {
|
|
1855
|
-
text-align: center;
|
|
1856
|
-
}
|
|
1857
|
-
.e-toolbar .e-toolbar-popup {
|
|
1858
|
-
text-align: center;
|
|
1859
|
-
}
|
|
1860
|
-
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
|
|
1861
|
-
margin: 0;
|
|
1862
|
-
}
|
|
1863
|
-
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
|
|
1864
|
-
margin: 0;
|
|
1865
|
-
margin-left: 8px;
|
|
1866
|
-
}
|
|
1867
|
-
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
|
|
1868
|
-
margin: 0;
|
|
1869
|
-
}
|
|
1870
|
-
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
1871
|
-
margin-left: 8px;
|
|
1872
|
-
margin-right: initial;
|
|
1873
|
-
}
|
|
1874
|
-
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
1875
|
-
margin: 0;
|
|
1686
|
+
-ms-flex-direction: column;
|
|
1687
|
+
flex-direction: column;
|
|
1876
1688
|
}
|
|
1877
|
-
.e-toolbar.e-
|
|
1878
|
-
|
|
1689
|
+
.e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
|
|
1690
|
+
-ms-touch-action: pan-x pinch-zoom;
|
|
1691
|
+
touch-action: pan-x pinch-zoom;
|
|
1879
1692
|
}
|
|
1880
|
-
.e-toolbar.e-
|
|
1881
|
-
|
|
1693
|
+
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
|
|
1694
|
+
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
|
|
1695
|
+
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
1696
|
+
height: auto;
|
|
1882
1697
|
}
|
|
1883
|
-
.e-toolbar.e-
|
|
1698
|
+
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
1884
1699
|
left: auto;
|
|
1885
|
-
right: 0;
|
|
1886
|
-
}
|
|
1887
|
-
.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
1888
|
-
left: 0;
|
|
1889
1700
|
right: auto;
|
|
1701
|
+
top: 0;
|
|
1890
1702
|
}
|
|
1891
|
-
.e-toolbar.e-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
margin-left: 8px;
|
|
1896
|
-
}
|
|
1897
|
-
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1898
|
-
margin-left: 0;
|
|
1899
|
-
margin-right: 8px;
|
|
1900
|
-
}
|
|
1901
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
|
|
1902
|
-
margin-left: 0;
|
|
1703
|
+
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
1704
|
+
bottom: 0;
|
|
1705
|
+
left: auto;
|
|
1706
|
+
right: auto;
|
|
1903
1707
|
}
|
|
1904
|
-
.e-toolbar.e-
|
|
1708
|
+
.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1905
1709
|
margin-left: 0;
|
|
1906
|
-
margin-right: 8px;
|
|
1907
|
-
}
|
|
1908
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
|
|
1909
|
-
margin-right: 0;
|
|
1910
1710
|
}
|
|
1911
|
-
.e-toolbar.e-
|
|
1912
|
-
margin-left: 8px;
|
|
1913
|
-
margin-right: 0;
|
|
1914
|
-
}
|
|
1915
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
|
|
1711
|
+
.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1916
1712
|
margin-right: 0;
|
|
1917
1713
|
}
|
|
1918
|
-
.e-toolbar.e-
|
|
1919
|
-
|
|
1920
|
-
|
|
1714
|
+
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
|
|
1715
|
+
display: -ms-flexbox;
|
|
1716
|
+
display: flex;
|
|
1717
|
+
height: auto;
|
|
1921
1718
|
}
|
|
1922
|
-
.e-toolbar.e-
|
|
1923
|
-
|
|
1924
|
-
margin-right: 0;
|
|
1719
|
+
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
1720
|
+
min-width: 33px;
|
|
1925
1721
|
}
|
|
1926
|
-
.e-toolbar.e-
|
|
1927
|
-
|
|
1928
|
-
margin
|
|
1722
|
+
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1723
|
+
height: auto;
|
|
1724
|
+
margin: 3px 7px;
|
|
1725
|
+
min-height: auto;
|
|
1929
1726
|
}
|
|
1930
|
-
.e-toolbar.e-
|
|
1727
|
+
.e-toolbar.e-vertical .e-hor-nav {
|
|
1728
|
+
bottom: 0;
|
|
1729
|
+
height: auto;
|
|
1931
1730
|
left: 0;
|
|
1731
|
+
min-height: 40px;
|
|
1732
|
+
min-width: 50px;
|
|
1932
1733
|
right: auto;
|
|
1933
|
-
|
|
1734
|
+
top: auto;
|
|
1735
|
+
width: auto;
|
|
1736
|
+
}
|
|
1737
|
+
.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
|
|
1738
|
+
bottom: 0;
|
|
1739
|
+
top: auto;
|
|
1740
|
+
}
|
|
1741
|
+
.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
|
|
1742
|
+
bottom: auto;
|
|
1743
|
+
top: 0;
|
|
1934
1744
|
}
|
|
1935
1745
|
.e-toolbar .e-hor-nav {
|
|
1936
1746
|
-ms-flex-align: center;
|
|
@@ -1953,551 +1763,373 @@
|
|
|
1953
1763
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1954
1764
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1955
1765
|
color: #6c757d;
|
|
1956
|
-
display:
|
|
1766
|
+
display: -ms-flexbox;
|
|
1767
|
+
display: flex;
|
|
1957
1768
|
text-align: center;
|
|
1958
1769
|
vertical-align: middle;
|
|
1770
|
+
-ms-flex-align: center;
|
|
1771
|
+
align-items: center;
|
|
1772
|
+
-ms-flex-pack: center;
|
|
1773
|
+
justify-content: center;
|
|
1959
1774
|
width: 100%;
|
|
1960
1775
|
font-size: 18px;
|
|
1961
1776
|
}
|
|
1962
|
-
.e-toolbar
|
|
1963
|
-
|
|
1964
|
-
}
|
|
1965
|
-
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1966
|
-
line-height: 16px;
|
|
1967
|
-
min-height: 16px;
|
|
1777
|
+
.e-toolbar.e-toolpop {
|
|
1778
|
+
overflow: visible;
|
|
1968
1779
|
}
|
|
1969
|
-
.e-toolbar .e-toolbar-items {
|
|
1970
|
-
|
|
1971
|
-
display: inline-block;
|
|
1972
|
-
height: 100%;
|
|
1973
|
-
min-height: 38px;
|
|
1974
|
-
vertical-align: middle;
|
|
1780
|
+
.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
|
|
1781
|
+
display: none;
|
|
1975
1782
|
}
|
|
1976
|
-
.e-toolbar .e-toolbar-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1783
|
+
.e-toolbar .e-toolbar-pop {
|
|
1784
|
+
border-radius: 4px;
|
|
1785
|
+
overflow: hidden;
|
|
1786
|
+
padding: 0;
|
|
1787
|
+
position: absolute;
|
|
1981
1788
|
}
|
|
1982
|
-
.e-toolbar .e-toolbar-
|
|
1983
|
-
|
|
1789
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item {
|
|
1790
|
+
display: -ms-flexbox;
|
|
1791
|
+
display: flex;
|
|
1792
|
+
height: 38px;
|
|
1793
|
+
-ms-flex-pack: center;
|
|
1794
|
+
justify-content: center;
|
|
1795
|
+
min-height: 38px;
|
|
1984
1796
|
}
|
|
1985
|
-
.e-toolbar .e-toolbar-
|
|
1986
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1797
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
|
|
1987
1798
|
display: none;
|
|
1988
1799
|
}
|
|
1989
|
-
.e-toolbar .e-toolbar-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1800
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1801
|
+
min-height: 38px;
|
|
1802
|
+
min-width: 100%;
|
|
1803
|
+
padding: 6px 12px;
|
|
1804
|
+
border: none;
|
|
1805
|
+
border-radius: 4px;
|
|
1806
|
+
-ms-flex-pack: start;
|
|
1807
|
+
justify-content: flex-start;
|
|
1997
1808
|
}
|
|
1998
|
-
.e-toolbar .e-toolbar-
|
|
1999
|
-
margin
|
|
1809
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1810
|
+
margin: 0;
|
|
1811
|
+
padding: 0 4px 0 0;
|
|
1812
|
+
width: auto;
|
|
2000
1813
|
}
|
|
2001
|
-
.e-toolbar .e-toolbar-
|
|
2002
|
-
|
|
1814
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1815
|
+
padding: 0 0 0 4px;
|
|
2003
1816
|
}
|
|
2004
|
-
.e-toolbar .e-toolbar-
|
|
2005
|
-
|
|
1817
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1818
|
+
min-width: 34px;
|
|
1819
|
+
padding: 0;
|
|
2006
1820
|
}
|
|
2007
|
-
.e-toolbar .e-toolbar-
|
|
2008
|
-
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
|
|
2009
|
-
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
2010
|
-
display: table;
|
|
1821
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item > * {
|
|
2011
1822
|
height: 100%;
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
|
|
2015
|
-
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
2016
|
-
position: absolute;
|
|
2017
|
-
}
|
|
2018
|
-
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
2019
|
-
right: 0;
|
|
1823
|
+
min-width: 100%;
|
|
1824
|
+
text-overflow: ellipsis;
|
|
2020
1825
|
}
|
|
2021
|
-
.e-toolbar .e-toolbar-
|
|
2022
|
-
|
|
2023
|
-
line-height: 35px;
|
|
1826
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
|
|
1827
|
+
min-width: 100%;
|
|
2024
1828
|
}
|
|
2025
|
-
.e-toolbar .e-toolbar-
|
|
2026
|
-
|
|
1829
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
|
|
1830
|
+
display: none;
|
|
2027
1831
|
}
|
|
2028
|
-
.e-toolbar .e-toolbar-
|
|
2029
|
-
.e-toolbar .e-toolbar-
|
|
2030
|
-
|
|
2031
|
-
display: inline-block;
|
|
1832
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-popup,
|
|
1833
|
+
.e-toolbar .e-toolbar-pop .e-toolpopup {
|
|
1834
|
+
text-align: center;
|
|
2032
1835
|
}
|
|
2033
|
-
.e-toolbar
|
|
2034
|
-
|
|
1836
|
+
.e-toolbar.e-extended-toolbar {
|
|
1837
|
+
overflow: visible;
|
|
2035
1838
|
}
|
|
2036
|
-
.e-toolbar
|
|
2037
|
-
|
|
1839
|
+
.e-toolbar.e-extended-toolbar.e-tbar-extended {
|
|
1840
|
+
border-bottom: 0;
|
|
1841
|
+
border-bottom-left-radius: 0;
|
|
1842
|
+
border-bottom-right-radius: 0;
|
|
2038
1843
|
}
|
|
2039
|
-
.e-toolbar
|
|
2040
|
-
|
|
1844
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended {
|
|
1845
|
+
border-top: 0;
|
|
1846
|
+
border-top-left-radius: 0;
|
|
1847
|
+
border-top-right-radius: 0;
|
|
1848
|
+
min-height: 38px;
|
|
1849
|
+
padding-bottom: 0;
|
|
1850
|
+
padding-left: 8px;
|
|
1851
|
+
padding-right: 8px;
|
|
1852
|
+
padding-top: 0;
|
|
1853
|
+
margin-left: -1px;
|
|
1854
|
+
box-shadow: none;
|
|
1855
|
+
display: inline;
|
|
1856
|
+
white-space: normal;
|
|
2041
1857
|
}
|
|
2042
|
-
.e-toolbar
|
|
2043
|
-
|
|
1858
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
|
|
1859
|
+
display: -ms-inline-flexbox;
|
|
1860
|
+
display: inline-flex;
|
|
1861
|
+
min-height: 38px;
|
|
2044
1862
|
}
|
|
2045
|
-
.e-toolbar
|
|
2046
|
-
|
|
1863
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1864
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1865
|
+
min-height: 32px;
|
|
1866
|
+
min-width: 32px;
|
|
1867
|
+
padding: 0 4px;
|
|
2047
1868
|
}
|
|
2048
|
-
.e-toolbar .e-toolbar-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
margin-right: 8px;
|
|
2053
|
-
}
|
|
2054
|
-
.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
|
|
2055
|
-
margin-left: 0;
|
|
2056
|
-
}
|
|
2057
|
-
.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
|
|
2058
|
-
margin-right: 8px;
|
|
2059
|
-
}
|
|
2060
|
-
.e-toolbar .e-toolbar-items:first-child > .e-toolbar-item:last-child,
|
|
2061
|
-
.e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
2062
|
-
margin-right: 8px;
|
|
2063
|
-
}
|
|
2064
|
-
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
|
|
2065
|
-
-ms-touch-action: pan-y pinch-zoom;
|
|
2066
|
-
touch-action: pan-y pinch-zoom;
|
|
2067
|
-
}
|
|
2068
|
-
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
2069
|
-
margin-right: 8px;
|
|
2070
|
-
}
|
|
2071
|
-
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
2072
|
-
margin: 0;
|
|
2073
|
-
}
|
|
2074
|
-
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
2075
|
-
margin-right: 8px;
|
|
2076
|
-
}
|
|
2077
|
-
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
2078
|
-
margin: 0;
|
|
1869
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1870
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
|
|
1871
|
+
padding: 4px;
|
|
1872
|
+
font-size: 14px;
|
|
2079
1873
|
}
|
|
2080
|
-
.e-toolbar .e-toolbar-
|
|
2081
|
-
|
|
2082
|
-
|
|
1874
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon:not(.e-toolbar-pop),
|
|
1875
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon:not(.e-toolbar-pop) {
|
|
1876
|
+
display: -ms-flexbox;
|
|
1877
|
+
display: flex;
|
|
2083
1878
|
-ms-flex-align: center;
|
|
2084
1879
|
align-items: center;
|
|
2085
|
-
cursor: pointer;
|
|
2086
|
-
display: -ms-inline-flexbox;
|
|
2087
|
-
display: inline-flex;
|
|
2088
|
-
min-height: 38px;
|
|
2089
1880
|
vertical-align: middle;
|
|
2090
|
-
|
|
1881
|
+
-ms-flex-pack: center;
|
|
1882
|
+
justify-content: center;
|
|
1883
|
+
padding: 5px 6px;
|
|
1884
|
+
font-size: 16px;
|
|
2091
1885
|
}
|
|
2092
|
-
.e-toolbar .e-toolbar-
|
|
2093
|
-
|
|
2094
|
-
min-width: 28px;
|
|
1886
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon:not(.e-toolbar-pop),
|
|
1887
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon:not(.e-toolbar-pop) {
|
|
2095
1888
|
padding: 4px;
|
|
2096
1889
|
}
|
|
2097
|
-
.e-toolbar .e-toolbar-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
min-width: 1px;
|
|
2101
|
-
}
|
|
2102
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item input[type=checkbox] {
|
|
2103
|
-
height: auto;
|
|
2104
|
-
}
|
|
2105
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2106
|
-
padding: 4px 4px 5px 4px;
|
|
2107
|
-
}
|
|
2108
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2109
|
-
height: calc(100% - 10px);
|
|
2110
|
-
margin: 0;
|
|
2111
|
-
min-height: 32px;
|
|
2112
|
-
min-width: 32px;
|
|
2113
|
-
padding: 0 4px;
|
|
2114
|
-
border-radius: 4px;
|
|
2115
|
-
line-height: 22px;
|
|
1890
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon:not(.e-toolbar-pop),
|
|
1891
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon:not(.e-toolbar-pop) {
|
|
1892
|
+
padding: 4px;
|
|
2116
1893
|
}
|
|
2117
|
-
.e-toolbar .e-toolbar-
|
|
1894
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1895
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1896
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1897
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
2118
1898
|
padding: 0 4px;
|
|
2119
1899
|
}
|
|
2120
|
-
.e-toolbar
|
|
2121
|
-
|
|
2122
|
-
}
|
|
2123
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2124
|
-
padding: 4px;
|
|
2125
|
-
}
|
|
2126
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
1900
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1901
|
+
min-width: 28px;
|
|
2127
1902
|
padding: 4px;
|
|
2128
1903
|
}
|
|
2129
|
-
.e-toolbar
|
|
2130
|
-
|
|
2131
|
-
min-width: 12px;
|
|
2132
|
-
width: auto;
|
|
2133
|
-
padding-bottom: 4px;
|
|
2134
|
-
}
|
|
2135
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
2136
|
-
-ms-flex-item-align: center;
|
|
2137
|
-
-ms-grid-row-align: center;
|
|
2138
|
-
align-self: center;
|
|
2139
|
-
text-overflow: ellipsis;
|
|
1904
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
1905
|
+
min-height: 16px;
|
|
2140
1906
|
}
|
|
2141
|
-
.e-toolbar .e-toolbar-
|
|
2142
|
-
|
|
2143
|
-
vertical-align: middle;
|
|
1907
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
|
|
1908
|
+
display: none;
|
|
2144
1909
|
}
|
|
2145
|
-
.e-toolbar .e-toolbar-
|
|
1910
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
|
|
2146
1911
|
display: none;
|
|
2147
1912
|
}
|
|
2148
|
-
.e-toolbar
|
|
1913
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
2149
1914
|
display: none;
|
|
2150
1915
|
}
|
|
2151
|
-
.e-toolbar
|
|
2152
|
-
display: inline
|
|
1916
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
|
|
1917
|
+
display: inline;
|
|
2153
1918
|
}
|
|
2154
|
-
.e-toolbar .e-
|
|
2155
|
-
|
|
1919
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop {
|
|
1920
|
+
width: inherit;
|
|
1921
|
+
}
|
|
1922
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2156
1923
|
cursor: pointer;
|
|
2157
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
2158
1924
|
font-size: 18px;
|
|
2159
|
-
font-weight: 400;
|
|
2160
1925
|
overflow: hidden;
|
|
2161
1926
|
padding: 0 4px;
|
|
2162
|
-
text-align: center;
|
|
2163
|
-
text-decoration: none;
|
|
2164
|
-
text-transform: none;
|
|
2165
|
-
}
|
|
2166
|
-
.e-toolbar .e-tbar-btn .e-icons.e-btn-icon {
|
|
2167
|
-
font-size: 18px;
|
|
2168
|
-
vertical-align: middle;
|
|
2169
|
-
}
|
|
2170
|
-
.e-toolbar .e-tbar-btn div {
|
|
2171
|
-
vertical-align: middle;
|
|
2172
1927
|
}
|
|
2173
|
-
.e-toolbar .e-tbar-btn .e-
|
|
2174
|
-
display: inline-block;
|
|
2175
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1928
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
2176
1929
|
font-size: 14px;
|
|
2177
|
-
line-height: inherit;
|
|
2178
|
-
vertical-align: middle;
|
|
2179
|
-
width: auto;
|
|
2180
1930
|
}
|
|
2181
|
-
.e-toolbar.e-
|
|
2182
|
-
|
|
2183
|
-
display: flex;
|
|
2184
|
-
-ms-flex-direction: column;
|
|
2185
|
-
flex-direction: column;
|
|
1931
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1932
|
+
height: auto;
|
|
2186
1933
|
}
|
|
2187
|
-
.e-toolbar.e-
|
|
2188
|
-
|
|
2189
|
-
|
|
1934
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
1935
|
+
-ms-flex-item-align: center;
|
|
1936
|
+
-ms-grid-row-align: center;
|
|
1937
|
+
align-self: center;
|
|
1938
|
+
text-overflow: ellipsis;
|
|
2190
1939
|
}
|
|
2191
|
-
.e-toolbar.e-
|
|
2192
|
-
|
|
2193
|
-
top: 0;
|
|
1940
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
|
|
1941
|
+
display: none;
|
|
2194
1942
|
}
|
|
2195
|
-
.e-toolbar.e-
|
|
2196
|
-
-ms-
|
|
2197
|
-
|
|
1943
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1944
|
+
display: -ms-inline-flexbox;
|
|
1945
|
+
display: inline-flex;
|
|
2198
1946
|
}
|
|
2199
|
-
.e-toolbar.e-
|
|
2200
|
-
|
|
2201
|
-
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
2202
|
-
height: auto;
|
|
1947
|
+
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
1948
|
+
display: table;
|
|
2203
1949
|
}
|
|
2204
|
-
.e-toolbar.e-
|
|
2205
|
-
|
|
2206
|
-
right: auto;
|
|
2207
|
-
top: 0;
|
|
1950
|
+
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1951
|
+
padding: 4px;
|
|
2208
1952
|
}
|
|
2209
|
-
.e-toolbar.e-
|
|
2210
|
-
|
|
2211
|
-
left: auto;
|
|
2212
|
-
right: auto;
|
|
1953
|
+
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
|
|
1954
|
+
padding: 4px;
|
|
2213
1955
|
}
|
|
2214
|
-
.e-toolbar.e-
|
|
2215
|
-
|
|
1956
|
+
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
1957
|
+
padding: 4px;
|
|
2216
1958
|
}
|
|
2217
|
-
.e-toolbar.e-
|
|
2218
|
-
margin-
|
|
1959
|
+
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
1960
|
+
margin-left: 8px;
|
|
1961
|
+
margin-right: initial;
|
|
2219
1962
|
}
|
|
2220
|
-
.e-toolbar.e-
|
|
2221
|
-
|
|
2222
|
-
display: flex;
|
|
2223
|
-
height: auto;
|
|
1963
|
+
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
1964
|
+
margin: 0;
|
|
2224
1965
|
}
|
|
2225
|
-
.e-toolbar.e-
|
|
2226
|
-
|
|
1966
|
+
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
1967
|
+
margin: 0;
|
|
2227
1968
|
}
|
|
2228
|
-
.e-toolbar.e-
|
|
2229
|
-
|
|
2230
|
-
margin: 3px 7px;
|
|
2231
|
-
min-height: auto;
|
|
1969
|
+
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
1970
|
+
margin-right: 8px;
|
|
2232
1971
|
}
|
|
2233
|
-
.e-toolbar.e-
|
|
2234
|
-
|
|
1972
|
+
.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
1973
|
+
left: auto;
|
|
1974
|
+
right: 0;
|
|
2235
1975
|
}
|
|
2236
|
-
.e-toolbar.e-
|
|
2237
|
-
bottom: 0;
|
|
2238
|
-
height: auto;
|
|
1976
|
+
.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
2239
1977
|
left: 0;
|
|
2240
|
-
min-height: 40px;
|
|
2241
|
-
min-width: 50px;
|
|
2242
1978
|
right: auto;
|
|
2243
|
-
top: auto;
|
|
2244
|
-
width: auto;
|
|
2245
|
-
}
|
|
2246
|
-
|
|
2247
|
-
/*! toolbar theme */
|
|
2248
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2249
|
-
.e-toolbar {
|
|
2250
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2251
|
-
background: #f8f9fa;
|
|
2252
|
-
border: 0 solid #dee2e6;
|
|
2253
|
-
box-shadow: none;
|
|
2254
|
-
}
|
|
2255
|
-
.e-toolbar.e-vertical .e-hor-nav {
|
|
2256
|
-
border: solid #dee2e6;
|
|
2257
|
-
border-width: 0 0 0 0;
|
|
2258
|
-
}
|
|
2259
|
-
.e-toolbar.e-vertical.e-rtl .e-hor-nav {
|
|
2260
|
-
border: solid #dee2e6;
|
|
2261
|
-
border-width: 0 0 0 0;
|
|
2262
|
-
}
|
|
2263
|
-
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2264
|
-
border-width: 0 0 1px 0;
|
|
2265
|
-
}
|
|
2266
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
|
|
2267
|
-
background: #f8f9fa;
|
|
2268
|
-
}
|
|
2269
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
2270
|
-
border: solid #dee2e6;
|
|
2271
|
-
border-width: 0 1px 0 0;
|
|
2272
|
-
}
|
|
2273
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2274
|
-
color: #6c757d;
|
|
2275
|
-
}
|
|
2276
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
2277
|
-
background: #f8f9fa;
|
|
2278
|
-
box-shadow: none;
|
|
2279
|
-
color: #212529;
|
|
2280
|
-
border: none;
|
|
2281
|
-
}
|
|
2282
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
2283
|
-
color: #212529;
|
|
2284
|
-
}
|
|
2285
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2286
|
-
background: #5c636a;
|
|
2287
|
-
border-radius: 0;
|
|
2288
|
-
color: #6c757d;
|
|
2289
|
-
border-color: #6c757d;
|
|
2290
|
-
border-style: solid;
|
|
2291
|
-
border-width: 0;
|
|
2292
|
-
box-shadow: none;
|
|
2293
|
-
}
|
|
2294
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2295
|
-
color: #fff;
|
|
2296
|
-
}
|
|
2297
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2298
|
-
color: #fff;
|
|
2299
|
-
}
|
|
2300
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2301
|
-
background: #5c636a;
|
|
2302
|
-
border-radius: 0;
|
|
2303
|
-
color: #6c757d;
|
|
2304
|
-
border-color: #6c757d;
|
|
2305
|
-
border-style: solid;
|
|
2306
|
-
border-width: 0;
|
|
2307
|
-
}
|
|
2308
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2309
|
-
color: #fff;
|
|
2310
|
-
}
|
|
2311
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2312
|
-
color: #fff;
|
|
2313
|
-
}
|
|
2314
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2315
|
-
color: #fff;
|
|
2316
|
-
}
|
|
2317
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2318
|
-
color: #fff;
|
|
2319
1979
|
}
|
|
2320
|
-
.e-toolbar.e-
|
|
2321
|
-
|
|
2322
|
-
border-radius: 0;
|
|
2323
|
-
box-shadow: none;
|
|
2324
|
-
color: #495057;
|
|
2325
|
-
border-color: #dee2e6;
|
|
2326
|
-
border-style: solid;
|
|
2327
|
-
border-width: 0;
|
|
2328
|
-
}
|
|
2329
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2330
|
-
color: #fff;
|
|
2331
|
-
}
|
|
2332
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2333
|
-
color: #495057;
|
|
2334
|
-
}
|
|
2335
|
-
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
2336
|
-
color: #6c757d;
|
|
2337
|
-
}
|
|
2338
|
-
.e-toolbar .e-toolbar-pop {
|
|
2339
|
-
background: #fff;
|
|
2340
|
-
border: 0 solid #dee2e6;
|
|
2341
|
-
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
1980
|
+
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1981
|
+
margin-left: 0;
|
|
2342
1982
|
}
|
|
2343
|
-
.e-toolbar .e-toolbar-
|
|
2344
|
-
|
|
1983
|
+
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1984
|
+
margin-left: 8px;
|
|
2345
1985
|
}
|
|
2346
|
-
.e-toolbar .e-toolbar-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
color: #6c757d;
|
|
2350
|
-
border-color: #6c757d;
|
|
2351
|
-
border-style: solid;
|
|
2352
|
-
border-width: 0;
|
|
1986
|
+
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1987
|
+
margin-left: 0;
|
|
1988
|
+
margin-right: 8px;
|
|
2353
1989
|
}
|
|
2354
|
-
.e-toolbar
|
|
2355
|
-
|
|
1990
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
1991
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1992
|
+
margin-right: 0;
|
|
2356
1993
|
}
|
|
2357
|
-
.e-toolbar
|
|
2358
|
-
|
|
1994
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1995
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1996
|
+
margin-right: 8px;
|
|
2359
1997
|
}
|
|
2360
|
-
.e-toolbar
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
border-color: #dee2e6;
|
|
2365
|
-
border-style: solid;
|
|
2366
|
-
border-width: 0;
|
|
1998
|
+
.e-toolbar.e-rtl .e-hor-nav {
|
|
1999
|
+
left: 0;
|
|
2000
|
+
right: auto;
|
|
2001
|
+
border-radius: 0 0 0 0;
|
|
2367
2002
|
}
|
|
2368
|
-
.e-toolbar
|
|
2369
|
-
|
|
2003
|
+
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
|
|
2004
|
+
margin: 0;
|
|
2370
2005
|
}
|
|
2371
|
-
.e-toolbar
|
|
2372
|
-
|
|
2006
|
+
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
|
|
2007
|
+
margin: 0;
|
|
2373
2008
|
}
|
|
2374
|
-
.e-toolbar .e-toolbar-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
color: #6c757d;
|
|
2378
|
-
border-color: #6c757d;
|
|
2379
|
-
border-style: solid;
|
|
2380
|
-
border-width: 0;
|
|
2009
|
+
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
|
|
2010
|
+
margin: 0;
|
|
2011
|
+
margin-left: 8px;
|
|
2381
2012
|
}
|
|
2382
|
-
.e-toolbar
|
|
2383
|
-
|
|
2013
|
+
.e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
|
|
2014
|
+
left: 0;
|
|
2015
|
+
right: auto;
|
|
2384
2016
|
}
|
|
2385
|
-
.e-toolbar
|
|
2386
|
-
|
|
2017
|
+
.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
2018
|
+
padding-right: 8px;
|
|
2019
|
+
margin-left: 0;
|
|
2387
2020
|
}
|
|
2388
|
-
.e-toolbar .e-toolbar-
|
|
2389
|
-
|
|
2021
|
+
.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
|
|
2022
|
+
padding-left: 0;
|
|
2390
2023
|
}
|
|
2391
|
-
|
|
2392
|
-
|
|
2024
|
+
|
|
2025
|
+
/*! toolbar theme */
|
|
2026
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2027
|
+
.e-toolbar {
|
|
2028
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2029
|
+
background: #f8f9fa;
|
|
2030
|
+
border: 0 solid #dee2e6;
|
|
2031
|
+
box-shadow: none;
|
|
2393
2032
|
}
|
|
2394
|
-
.e-toolbar
|
|
2033
|
+
.e-toolbar .e-toolbar-items {
|
|
2395
2034
|
background: #f8f9fa;
|
|
2396
2035
|
}
|
|
2397
|
-
.e-toolbar
|
|
2398
|
-
|
|
2399
|
-
background: #5c636a;
|
|
2036
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
2037
|
+
background: #f8f9fa;
|
|
2400
2038
|
box-shadow: none;
|
|
2401
|
-
|
|
2402
|
-
border
|
|
2403
|
-
border-width: 0;
|
|
2039
|
+
color: #212529;
|
|
2040
|
+
border: none;
|
|
2404
2041
|
}
|
|
2405
|
-
.e-toolbar.e-
|
|
2406
|
-
|
|
2407
|
-
border-color: #5c636a;
|
|
2408
|
-
border-style: solid;
|
|
2409
|
-
border-width: 0;
|
|
2042
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2043
|
+
color: #6c757d;
|
|
2410
2044
|
}
|
|
2411
|
-
.e-toolbar.e-
|
|
2412
|
-
|
|
2413
|
-
color: #fff;
|
|
2045
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
2046
|
+
color: #212529;
|
|
2414
2047
|
}
|
|
2415
|
-
.e-toolbar.e-
|
|
2416
|
-
|
|
2048
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
|
|
2049
|
+
background: #565e64;
|
|
2050
|
+
box-shadow: none;
|
|
2051
|
+
}
|
|
2052
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2417
2053
|
color: #fff;
|
|
2418
2054
|
}
|
|
2419
|
-
.e-toolbar .e-tbar-btn {
|
|
2420
|
-
|
|
2421
|
-
box-shadow: none;
|
|
2422
|
-
color: #212529;
|
|
2423
|
-
border: none;
|
|
2055
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
2056
|
+
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
2424
2057
|
}
|
|
2425
|
-
.e-toolbar .e-tbar-btn:focus {
|
|
2058
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
2426
2059
|
background: #5c636a;
|
|
2427
|
-
border-radius:
|
|
2060
|
+
border-radius: 4px;
|
|
2428
2061
|
color: #6c757d;
|
|
2429
2062
|
border-color: #6c757d;
|
|
2430
2063
|
border-style: solid;
|
|
2431
2064
|
border-width: 0;
|
|
2432
2065
|
box-shadow: none;
|
|
2433
2066
|
}
|
|
2434
|
-
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
2067
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2435
2068
|
color: #fff;
|
|
2436
2069
|
}
|
|
2437
|
-
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2070
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2438
2071
|
color: #fff;
|
|
2439
2072
|
}
|
|
2440
|
-
.e-toolbar .e-tbar-btn:hover {
|
|
2073
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
2441
2074
|
background: #5c636a;
|
|
2442
2075
|
border-color: #6c757d;
|
|
2443
2076
|
border-style: solid;
|
|
2444
2077
|
border-width: 0;
|
|
2445
|
-
border-radius:
|
|
2078
|
+
border-radius: 4px;
|
|
2446
2079
|
color: #6c757d;
|
|
2447
2080
|
}
|
|
2448
|
-
.e-toolbar .e-toolbar-
|
|
2449
|
-
background: #f8f9fa;
|
|
2450
|
-
}
|
|
2451
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
2452
|
-
background: #f8f9fa;
|
|
2453
|
-
opacity: 0.5;
|
|
2454
|
-
}
|
|
2455
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
2456
|
-
color: #495057;
|
|
2457
|
-
}
|
|
2458
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
2459
|
-
color: #495057;
|
|
2460
|
-
}
|
|
2461
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
2462
|
-
color: #212529;
|
|
2463
|
-
}
|
|
2464
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2081
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2465
2082
|
color: #fff;
|
|
2466
2083
|
}
|
|
2467
|
-
.e-toolbar .e-toolbar-
|
|
2468
|
-
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
2469
|
-
}
|
|
2470
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2084
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2471
2085
|
color: #fff;
|
|
2472
2086
|
}
|
|
2473
|
-
.e-toolbar .e-toolbar-
|
|
2087
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2474
2088
|
color: #fff;
|
|
2475
2089
|
}
|
|
2476
|
-
.e-toolbar .e-toolbar-
|
|
2090
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2477
2091
|
color: #fff;
|
|
2478
2092
|
}
|
|
2479
|
-
.e-toolbar .e-toolbar-
|
|
2480
|
-
|
|
2093
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
2094
|
+
background: #565e64;
|
|
2095
|
+
border-color: #dee2e6;
|
|
2096
|
+
border-style: solid;
|
|
2097
|
+
border-width: 0;
|
|
2098
|
+
border-radius: 4px;
|
|
2099
|
+
box-shadow: none;
|
|
2100
|
+
color: #495057;
|
|
2481
2101
|
}
|
|
2482
|
-
.e-toolbar .e-toolbar-
|
|
2483
|
-
color: #
|
|
2102
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2103
|
+
color: #6c757d;
|
|
2484
2104
|
}
|
|
2485
|
-
.e-toolbar .e-toolbar-
|
|
2486
|
-
color: #
|
|
2105
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2106
|
+
color: #495057;
|
|
2487
2107
|
}
|
|
2488
|
-
.e-toolbar .e-toolbar-
|
|
2108
|
+
.e-toolbar .e-toolbar-item.e-separator {
|
|
2489
2109
|
border: solid #dee2e6;
|
|
2490
2110
|
border-width: 0 1px 0 0;
|
|
2491
2111
|
}
|
|
2492
|
-
.e-toolbar.e-
|
|
2112
|
+
.e-toolbar .e-toolbar-item.e-overlay {
|
|
2493
2113
|
background: #f8f9fa;
|
|
2114
|
+
opacity: 0.5;
|
|
2115
|
+
color: #495057;
|
|
2116
|
+
}
|
|
2117
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
2118
|
+
color: #495057;
|
|
2119
|
+
}
|
|
2120
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
2121
|
+
color: #495057;
|
|
2122
|
+
}
|
|
2123
|
+
.e-toolbar.e-vertical .e-hor-nav {
|
|
2494
2124
|
border: solid #dee2e6;
|
|
2495
|
-
border-left: 0;
|
|
2496
2125
|
border-width: 0 0 0 0;
|
|
2497
2126
|
}
|
|
2498
|
-
.e-toolbar.e-rtl .e-hor-nav
|
|
2499
|
-
|
|
2500
|
-
|
|
2127
|
+
.e-toolbar.e-vertical.e-rtl .e-hor-nav {
|
|
2128
|
+
border: solid #dee2e6;
|
|
2129
|
+
border-width: 0 0 0 0;
|
|
2130
|
+
}
|
|
2131
|
+
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2132
|
+
border-width: 0 0 1px 0;
|
|
2501
2133
|
}
|
|
2502
2134
|
.e-toolbar .e-hor-nav {
|
|
2503
2135
|
background: #f8f9fa;
|
|
@@ -2551,20 +2183,110 @@
|
|
|
2551
2183
|
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
2552
2184
|
color: inherit;
|
|
2553
2185
|
}
|
|
2554
|
-
.e-toolbar .e-
|
|
2555
|
-
|
|
2186
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2187
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2188
|
+
background: #5c636a;
|
|
2189
|
+
box-shadow: none;
|
|
2190
|
+
border-color: #5c636a;
|
|
2191
|
+
border-style: solid;
|
|
2192
|
+
border-width: 0;
|
|
2193
|
+
}
|
|
2194
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2195
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2196
|
+
border-color: #5c636a;
|
|
2197
|
+
border-style: solid;
|
|
2198
|
+
border-width: 0;
|
|
2199
|
+
}
|
|
2200
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
2201
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
2202
|
+
color: #fff;
|
|
2203
|
+
}
|
|
2204
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
|
|
2205
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
|
|
2206
|
+
color: #fff;
|
|
2207
|
+
}
|
|
2208
|
+
.e-toolbar .e-toolbar-pop {
|
|
2209
|
+
background: #fff;
|
|
2210
|
+
border: 0 solid #dee2e6;
|
|
2211
|
+
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
2212
|
+
}
|
|
2213
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2214
|
+
background: transparent;
|
|
2215
|
+
}
|
|
2216
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2217
|
+
background: #5c636a;
|
|
2218
|
+
box-shadow: none;
|
|
2219
|
+
border-color: #6c757d;
|
|
2220
|
+
border-style: solid;
|
|
2221
|
+
border-width: 0;
|
|
2222
|
+
}
|
|
2223
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2224
|
+
background: transparent;
|
|
2225
|
+
box-shadow: none;
|
|
2556
2226
|
border-color: #dee2e6;
|
|
2557
2227
|
border-style: solid;
|
|
2558
2228
|
border-width: 0;
|
|
2559
|
-
|
|
2229
|
+
}
|
|
2230
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2231
|
+
background: #5c636a;
|
|
2560
2232
|
box-shadow: none;
|
|
2561
|
-
color: #
|
|
2233
|
+
border-color: #6c757d;
|
|
2234
|
+
border-style: solid;
|
|
2235
|
+
border-width: 0;
|
|
2562
2236
|
}
|
|
2563
|
-
.e-toolbar .e-
|
|
2564
|
-
|
|
2237
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2238
|
+
outline: 0;
|
|
2565
2239
|
}
|
|
2566
|
-
.e-toolbar .e-
|
|
2567
|
-
|
|
2240
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
2241
|
+
background: transparent;
|
|
2242
|
+
}
|
|
2243
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
2244
|
+
background: #f8f9fa;
|
|
2245
|
+
box-shadow: none;
|
|
2246
|
+
border: none;
|
|
2247
|
+
}
|
|
2248
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2249
|
+
background: #5c636a;
|
|
2250
|
+
border-radius: 4px;
|
|
2251
|
+
border-color: #6c757d;
|
|
2252
|
+
border-style: solid;
|
|
2253
|
+
border-width: 0;
|
|
2254
|
+
box-shadow: none;
|
|
2255
|
+
}
|
|
2256
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2257
|
+
background: #5c636a;
|
|
2258
|
+
border-radius: 4px;
|
|
2259
|
+
border-color: #6c757d;
|
|
2260
|
+
border-style: solid;
|
|
2261
|
+
border-width: 0;
|
|
2262
|
+
}
|
|
2263
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2264
|
+
background: #565e64;
|
|
2265
|
+
border-radius: 4px;
|
|
2266
|
+
box-shadow: none;
|
|
2267
|
+
border-color: #dee2e6;
|
|
2268
|
+
border-style: solid;
|
|
2269
|
+
border-width: 0;
|
|
2270
|
+
}
|
|
2271
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
2272
|
+
border: solid #dee2e6;
|
|
2273
|
+
border-width: 0 1px 0 0;
|
|
2274
|
+
}
|
|
2275
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
|
|
2276
|
+
background: #f8f9fa;
|
|
2277
|
+
}
|
|
2278
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
2279
|
+
background: #f8f9fa;
|
|
2280
|
+
}
|
|
2281
|
+
.e-toolbar.e-rtl .e-hor-nav {
|
|
2282
|
+
background: #f8f9fa;
|
|
2283
|
+
border: solid #dee2e6;
|
|
2284
|
+
border-left: 0;
|
|
2285
|
+
border-width: 0 0 0 0;
|
|
2286
|
+
}
|
|
2287
|
+
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
2288
|
+
background: #5c636a;
|
|
2289
|
+
color: #6c757d;
|
|
2568
2290
|
}
|
|
2569
2291
|
|
|
2570
2292
|
/*! Accordion's bootstrap5 theme wise override definitions and variables */
|
|
@@ -2627,7 +2349,7 @@
|
|
|
2627
2349
|
min-height: 48px;
|
|
2628
2350
|
min-width: 24px;
|
|
2629
2351
|
right: 16px;
|
|
2630
|
-
font-size:
|
|
2352
|
+
font-size: 20px;
|
|
2631
2353
|
}
|
|
2632
2354
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
|
|
2633
2355
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
|
|
@@ -2636,7 +2358,7 @@
|
|
|
2636
2358
|
}
|
|
2637
2359
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
2638
2360
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2639
|
-
font-size:
|
|
2361
|
+
font-size: 20px;
|
|
2640
2362
|
}
|
|
2641
2363
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
2642
2364
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
@@ -2732,7 +2454,6 @@
|
|
|
2732
2454
|
text-decoration: none;
|
|
2733
2455
|
text-overflow: ellipsis;
|
|
2734
2456
|
white-space: nowrap;
|
|
2735
|
-
margin-bottom: 4px;
|
|
2736
2457
|
}
|
|
2737
2458
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
2738
2459
|
display: inline-block;
|
|
@@ -2793,7 +2514,7 @@
|
|
|
2793
2514
|
padding: 20px 20px 20px 38px;
|
|
2794
2515
|
}
|
|
2795
2516
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
|
|
2796
|
-
font-weight:
|
|
2517
|
+
font-weight: 400;
|
|
2797
2518
|
}
|
|
2798
2519
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2799
2520
|
font-weight: normal;
|
|
@@ -3166,6 +2887,10 @@
|
|
|
3166
2887
|
transform: translateX(calc(-100% / var(--carousel-items-count) * (var(--carousel-items-current))));
|
|
3167
2888
|
transition: transform 0.6s ease-in-out;
|
|
3168
2889
|
}
|
|
2890
|
+
.e-carousel.e-blazor-carousel.e-partial.e-rtl .e-carousel-items {
|
|
2891
|
+
transform: translateX(calc(100% / var(--carousel-items-count) * (var(--carousel-items-current))));
|
|
2892
|
+
transition: transform 0.6s ease-in-out;
|
|
2893
|
+
}
|
|
3169
2894
|
.e-carousel.e-carousel-slide-animation:not(.e-partial) .e-carousel-item {
|
|
3170
2895
|
backface-visibility: hidden;
|
|
3171
2896
|
display: none;
|
|
@@ -4197,7 +3922,7 @@
|
|
|
4197
3922
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
4198
3923
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
4199
3924
|
line-height: 38px;
|
|
4200
|
-
top: 0
|
|
3925
|
+
top: 0;
|
|
4201
3926
|
}
|
|
4202
3927
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4203
3928
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
@@ -4936,7 +4661,7 @@
|
|
|
4936
4661
|
color: unset;
|
|
4937
4662
|
content: unset;
|
|
4938
4663
|
display: unset;
|
|
4939
|
-
font-weight:
|
|
4664
|
+
font-weight: 400;
|
|
4940
4665
|
height: unset;
|
|
4941
4666
|
overflow: unset;
|
|
4942
4667
|
visibility: unset;
|
|
@@ -5534,7 +5259,7 @@
|
|
|
5534
5259
|
color: unset;
|
|
5535
5260
|
content: unset;
|
|
5536
5261
|
display: unset;
|
|
5537
|
-
font-weight:
|
|
5262
|
+
font-weight: 400;
|
|
5538
5263
|
height: unset;
|
|
5539
5264
|
overflow: unset;
|
|
5540
5265
|
visibility: unset;
|
|
@@ -5621,6 +5346,10 @@
|
|
|
5621
5346
|
}
|
|
5622
5347
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
5623
5348
|
height: inherit;
|
|
5349
|
+
-ms-flex-direction: column;
|
|
5350
|
+
flex-direction: column;
|
|
5351
|
+
-ms-flex-align: normal;
|
|
5352
|
+
align-items: normal;
|
|
5624
5353
|
}
|
|
5625
5354
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
|
|
5626
5355
|
padding: 16px 0;
|
|
@@ -5693,7 +5422,7 @@
|
|
|
5693
5422
|
color: unset;
|
|
5694
5423
|
content: unset;
|
|
5695
5424
|
display: unset;
|
|
5696
|
-
font-weight:
|
|
5425
|
+
font-weight: 400;
|
|
5697
5426
|
height: unset;
|
|
5698
5427
|
overflow: unset;
|
|
5699
5428
|
visibility: unset;
|
|
@@ -5733,7 +5462,7 @@
|
|
|
5733
5462
|
color: unset;
|
|
5734
5463
|
content: unset;
|
|
5735
5464
|
display: unset;
|
|
5736
|
-
font-weight:
|
|
5465
|
+
font-weight: 400;
|
|
5737
5466
|
height: unset;
|
|
5738
5467
|
overflow: unset;
|
|
5739
5468
|
visibility: unset;
|
|
@@ -6994,7 +6723,7 @@
|
|
|
6994
6723
|
}
|
|
6995
6724
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
6996
6725
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
6997
|
-
color: #
|
|
6726
|
+
color: #495057;
|
|
6998
6727
|
}
|
|
6999
6728
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
7000
6729
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
@@ -7102,7 +6831,7 @@
|
|
|
7102
6831
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
7103
6832
|
background: inherit;
|
|
7104
6833
|
border: 0;
|
|
7105
|
-
color: #
|
|
6834
|
+
color: #0a58ca;
|
|
7106
6835
|
}
|
|
7107
6836
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
7108
6837
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -7724,7 +7453,6 @@
|
|
|
7724
7453
|
background: inherit;
|
|
7725
7454
|
color: #212529;
|
|
7726
7455
|
font-size: 12px;
|
|
7727
|
-
line-height: 18px;
|
|
7728
7456
|
}
|
|
7729
7457
|
|
|
7730
7458
|
.e-tab-clone-element {
|
|
@@ -9645,11 +9373,11 @@ ejs-sidebar {
|
|
|
9645
9373
|
/*! menu theme */
|
|
9646
9374
|
.e-menu-wrapper,
|
|
9647
9375
|
.e-menu-container {
|
|
9648
|
-
background
|
|
9376
|
+
background: #f8f9fa;
|
|
9649
9377
|
}
|
|
9650
9378
|
.e-menu-wrapper .e-menu,
|
|
9651
9379
|
.e-menu-container .e-menu {
|
|
9652
|
-
background
|
|
9380
|
+
background: inherit;
|
|
9653
9381
|
color: #212529;
|
|
9654
9382
|
}
|
|
9655
9383
|
.e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
|
|
@@ -9673,14 +9401,14 @@ ejs-sidebar {
|
|
|
9673
9401
|
color: #212529;
|
|
9674
9402
|
outline: 0 solid #dee2e6;
|
|
9675
9403
|
outline-offset: 0;
|
|
9676
|
-
background
|
|
9404
|
+
background: #dee2e6;
|
|
9677
9405
|
}
|
|
9678
9406
|
.e-menu-wrapper .e-menu .e-menu-item.e-selected,
|
|
9679
9407
|
.e-menu-container .e-menu .e-menu-item.e-selected {
|
|
9680
9408
|
color: #212529;
|
|
9681
9409
|
outline: 0 solid #dee2e6;
|
|
9682
9410
|
outline-offset: 0;
|
|
9683
|
-
background
|
|
9411
|
+
background: #dee2e6;
|
|
9684
9412
|
}
|
|
9685
9413
|
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
|
|
9686
9414
|
.e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
|
|
@@ -9714,7 +9442,7 @@ ejs-sidebar {
|
|
|
9714
9442
|
|
|
9715
9443
|
.e-menu-wrapper .e-ul,
|
|
9716
9444
|
.e-menu-container .e-ul {
|
|
9717
|
-
background
|
|
9445
|
+
background: inherit;
|
|
9718
9446
|
color: #212529;
|
|
9719
9447
|
}
|
|
9720
9448
|
.e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
|
|
@@ -9742,11 +9470,11 @@ ejs-sidebar {
|
|
|
9742
9470
|
|
|
9743
9471
|
.e-menu-wrapper.e-menu-popup,
|
|
9744
9472
|
.e-menu-container.e-menu-popup {
|
|
9745
|
-
background
|
|
9473
|
+
background: #fff;
|
|
9746
9474
|
}
|
|
9747
9475
|
.e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
|
|
9748
9476
|
.e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
|
|
9749
|
-
background
|
|
9477
|
+
background: inherit;
|
|
9750
9478
|
}
|
|
9751
9479
|
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
|
|
9752
9480
|
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
|
|
@@ -10296,6 +10024,9 @@ ejs-sidebar {
|
|
|
10296
10024
|
.e-appbar.e-horizontal-bottom.e-sticky {
|
|
10297
10025
|
position: fixed;
|
|
10298
10026
|
top: auto;
|
|
10027
|
+
max-width: inherit;
|
|
10028
|
+
left: auto;
|
|
10029
|
+
right: auto;
|
|
10299
10030
|
}
|
|
10300
10031
|
.e-appbar .e-appbar-separator {
|
|
10301
10032
|
height: 32px;
|