@syncfusion/ej2-navigations 20.4.53 → 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 +14 -0
- 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 +89 -24
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +93 -28
- 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 +22 -10
- 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 +2 -1
- 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/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/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/material-dark.css
CHANGED
|
@@ -817,6 +817,7 @@
|
|
|
817
817
|
}
|
|
818
818
|
.e-hscroll > * {
|
|
819
819
|
height: inherit;
|
|
820
|
+
line-height: normal;
|
|
820
821
|
}
|
|
821
822
|
.e-hscroll .e-hscroll-content {
|
|
822
823
|
display: inline-block;
|
|
@@ -918,7 +919,6 @@
|
|
|
918
919
|
}
|
|
919
920
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
920
921
|
background: rgba(255, 255, 255, 0.1);
|
|
921
|
-
border: 0;
|
|
922
922
|
color: #000;
|
|
923
923
|
}
|
|
924
924
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
|
|
@@ -1234,92 +1234,130 @@
|
|
|
1234
1234
|
height: 56px;
|
|
1235
1235
|
min-height: 56px;
|
|
1236
1236
|
}
|
|
1237
|
-
.e-bigger .e-toolbar .e-tbar-
|
|
1238
|
-
.e-toolbar.e-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
1243
|
-
font-size: 14px;
|
|
1237
|
+
.e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
|
|
1238
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
|
|
1239
|
+
.e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
|
|
1240
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1241
|
+
margin-left: 3px;
|
|
1244
1242
|
}
|
|
1245
|
-
.e-bigger .e-toolbar .e-
|
|
1246
|
-
.e-toolbar.e-bigger .e-
|
|
1247
|
-
|
|
1243
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
1244
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
1245
|
+
margin-right: 3px;
|
|
1248
1246
|
}
|
|
1249
|
-
.e-bigger .e-toolbar.e-
|
|
1250
|
-
.e-toolbar.e-bigger.e-
|
|
1251
|
-
|
|
1252
|
-
border-bottom-left-radius: 0;
|
|
1253
|
-
border-bottom-right-radius: 0;
|
|
1247
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
|
|
1248
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
1249
|
+
margin-right: 3px;
|
|
1254
1250
|
}
|
|
1255
|
-
.e-bigger .e-toolbar.e-
|
|
1256
|
-
.e-toolbar.e-bigger.e-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
border-top-right-radius: 0;
|
|
1251
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
|
|
1252
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
|
|
1253
|
+
margin-left: 24px;
|
|
1254
|
+
margin-right: 24px;
|
|
1260
1255
|
}
|
|
1261
|
-
.e-bigger .e-toolbar
|
|
1262
|
-
.e-toolbar.e-bigger
|
|
1256
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
1257
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1263
1258
|
margin: 0;
|
|
1264
1259
|
}
|
|
1265
|
-
.e-bigger .e-toolbar.e-
|
|
1266
|
-
.e-
|
|
1267
|
-
|
|
1268
|
-
|
|
1260
|
+
.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,
|
|
1261
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1262
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1263
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
1264
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1265
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1266
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1267
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1268
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1269
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1270
|
+
padding: 0 6px;
|
|
1269
1271
|
}
|
|
1270
|
-
.e-bigger .e-toolbar
|
|
1271
|
-
.e-toolbar.e-bigger
|
|
1272
|
-
|
|
1272
|
+
.e-bigger .e-toolbar .e-toolbar-item,
|
|
1273
|
+
.e-toolbar.e-bigger .e-toolbar-item {
|
|
1274
|
+
min-height: 56px;
|
|
1273
1275
|
}
|
|
1274
|
-
.e-bigger .e-toolbar
|
|
1275
|
-
.e-
|
|
1276
|
-
|
|
1277
|
-
|
|
1276
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1277
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control,
|
|
1278
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1279
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1280
|
+
min-height: 0;
|
|
1281
|
+
min-width: 0;
|
|
1282
|
+
padding: 0 6px;
|
|
1283
|
+
line-height: 35px;
|
|
1278
1284
|
}
|
|
1279
|
-
.e-bigger .e-toolbar
|
|
1280
|
-
.e-
|
|
1281
|
-
|
|
1285
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1286
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
|
|
1287
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1288
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
|
|
1289
|
+
padding: 0 2.5px 0 2.5px;
|
|
1290
|
+
font-size: 14px;
|
|
1282
1291
|
}
|
|
1283
|
-
.e-bigger .e-toolbar
|
|
1284
|
-
.e-
|
|
1285
|
-
|
|
1286
|
-
|
|
1292
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons,
|
|
1293
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons,
|
|
1294
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons,
|
|
1295
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons {
|
|
1296
|
+
font-size: 14px;
|
|
1287
1297
|
}
|
|
1288
|
-
.e-bigger .e-toolbar
|
|
1289
|
-
.e-
|
|
1290
|
-
|
|
1298
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1299
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
|
|
1300
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1301
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
|
|
1302
|
+
font-size: 14px;
|
|
1303
|
+
line-height: 34px;
|
|
1291
1304
|
}
|
|
1292
|
-
.e-bigger .e-toolbar.e-
|
|
1293
|
-
.e-
|
|
1294
|
-
|
|
1305
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1306
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1307
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1308
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1309
|
+
padding: 0;
|
|
1295
1310
|
}
|
|
1296
|
-
.e-bigger .e-toolbar.e-
|
|
1297
|
-
.e-
|
|
1298
|
-
|
|
1311
|
+
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
|
|
1312
|
+
.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,
|
|
1313
|
+
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.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-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
1315
|
+
padding: 0;
|
|
1299
1316
|
}
|
|
1300
|
-
.e-bigger .e-toolbar
|
|
1301
|
-
.e-toolbar.e-bigger
|
|
1302
|
-
|
|
1303
|
-
|
|
1317
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1318
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1319
|
+
min-width: 48px;
|
|
1320
|
+
padding: 5px;
|
|
1321
|
+
}
|
|
1322
|
+
.e-bigger .e-toolbar .e-toolbar-item.e-separator,
|
|
1323
|
+
.e-toolbar.e-bigger .e-toolbar-item.e-separator {
|
|
1324
|
+
height: calc(100% - 20px);
|
|
1325
|
+
margin: 6px 6px;
|
|
1326
|
+
min-height: 36px;
|
|
1327
|
+
}
|
|
1328
|
+
.e-bigger .e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1329
|
+
.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,
|
|
1330
|
+
.e-toolbar.e-bigger .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.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-control.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1332
|
+
padding: 0;
|
|
1304
1333
|
}
|
|
1305
1334
|
.e-bigger .e-toolbar .e-hor-nav,
|
|
1306
1335
|
.e-toolbar.e-bigger .e-hor-nav {
|
|
1307
1336
|
min-height: 56px;
|
|
1308
1337
|
min-width: 40px;
|
|
1309
1338
|
}
|
|
1310
|
-
.e-bigger .e-toolbar .e-toolbar-
|
|
1311
|
-
.e-toolbar.e-bigger .e-toolbar-
|
|
1312
|
-
|
|
1339
|
+
.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
1340
|
+
.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1341
|
+
margin-left: 0;
|
|
1313
1342
|
}
|
|
1314
|
-
.e-bigger .e-toolbar
|
|
1315
|
-
.e-toolbar.e-bigger
|
|
1316
|
-
|
|
1317
|
-
min-height: 34px;
|
|
1318
|
-
min-width: 27px;
|
|
1343
|
+
.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
1344
|
+
.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1345
|
+
margin-right: 0;
|
|
1319
1346
|
}
|
|
1320
|
-
.e-bigger .e-toolbar
|
|
1321
|
-
.e-toolbar.e-bigger
|
|
1322
|
-
|
|
1347
|
+
.e-bigger .e-toolbar.e-vertical .e-toolbar-item:not(.e-separator),
|
|
1348
|
+
.e-toolbar.e-bigger.e-vertical .e-toolbar-item:not(.e-separator) {
|
|
1349
|
+
min-height: 38px;
|
|
1350
|
+
}
|
|
1351
|
+
.e-bigger .e-toolbar.e-vertical .e-toolbar-item.e-separator,
|
|
1352
|
+
.e-toolbar.e-bigger.e-vertical .e-toolbar-item.e-separator {
|
|
1353
|
+
height: auto;
|
|
1354
|
+
margin: 5px 10px;
|
|
1355
|
+
min-height: auto;
|
|
1356
|
+
}
|
|
1357
|
+
.e-bigger .e-toolbar.e-vertical .e-hor-nav,
|
|
1358
|
+
.e-toolbar.e-bigger.e-vertical .e-hor-nav {
|
|
1359
|
+
min-height: 40px;
|
|
1360
|
+
min-width: 50px;
|
|
1323
1361
|
}
|
|
1324
1362
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
|
|
1325
1363
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
|
|
@@ -1329,147 +1367,25 @@
|
|
|
1329
1367
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1330
1368
|
min-width: 48px;
|
|
1331
1369
|
padding: 0;
|
|
1332
|
-
|
|
1333
|
-
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
1334
|
-
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1335
|
-
min-width: 27px;
|
|
1336
|
-
font-size: 14px;
|
|
1370
|
+
min-height: 30px;
|
|
1337
1371
|
}
|
|
1338
1372
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1339
1373
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1340
1374
|
min-height: 30px;
|
|
1341
1375
|
padding: 0 4px;
|
|
1342
|
-
|
|
1376
|
+
min-width: 100%;
|
|
1343
1377
|
}
|
|
1344
1378
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1345
1379
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1346
1380
|
margin-left: 0;
|
|
1347
1381
|
padding: 0;
|
|
1382
|
+
font-size: 14px;
|
|
1348
1383
|
}
|
|
1349
1384
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1350
1385
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1351
1386
|
padding: 0;
|
|
1352
1387
|
font-size: 14px;
|
|
1353
1388
|
}
|
|
1354
|
-
.e-bigger .e-toolbar .e-toolbar-items,
|
|
1355
|
-
.e-toolbar.e-bigger .e-toolbar-items {
|
|
1356
|
-
min-height: 56px;
|
|
1357
|
-
}
|
|
1358
|
-
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
|
|
1359
|
-
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
|
|
1360
|
-
margin-left: 24px;
|
|
1361
|
-
margin-right: 24px;
|
|
1362
|
-
white-space: normal;
|
|
1363
|
-
}
|
|
1364
|
-
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
1365
|
-
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1366
|
-
margin: 0;
|
|
1367
|
-
}
|
|
1368
|
-
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1369
|
-
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
1370
|
-
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1371
|
-
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1372
|
-
display: none;
|
|
1373
|
-
}
|
|
1374
|
-
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator,
|
|
1375
|
-
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
|
|
1376
|
-
display: -ms-inline-flexbox;
|
|
1377
|
-
display: inline-flex;
|
|
1378
|
-
}
|
|
1379
|
-
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
1380
|
-
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1381
|
-
margin-left: 0;
|
|
1382
|
-
}
|
|
1383
|
-
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
1384
|
-
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1385
|
-
margin-right: 0;
|
|
1386
|
-
}
|
|
1387
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
1388
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
1389
|
-
margin-right: 3px;
|
|
1390
|
-
}
|
|
1391
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
1392
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
1393
|
-
margin: 0;
|
|
1394
|
-
}
|
|
1395
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
|
|
1396
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
1397
|
-
margin-right: 3px;
|
|
1398
|
-
}
|
|
1399
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
|
|
1400
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
1401
|
-
margin: 0;
|
|
1402
|
-
}
|
|
1403
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
|
|
1404
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1405
|
-
margin-left: 3px;
|
|
1406
|
-
}
|
|
1407
|
-
.e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
1408
|
-
.e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1409
|
-
margin-left: 3px;
|
|
1410
|
-
}
|
|
1411
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
1412
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item {
|
|
1413
|
-
min-height: 56px;
|
|
1414
|
-
}
|
|
1415
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
1416
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
1417
|
-
min-width: 48px;
|
|
1418
|
-
padding: 5px;
|
|
1419
|
-
}
|
|
1420
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
1421
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1422
|
-
height: calc(100% - 20px);
|
|
1423
|
-
margin: 6px 6px;
|
|
1424
|
-
min-height: 36px;
|
|
1425
|
-
}
|
|
1426
|
-
.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,
|
|
1427
|
-
.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,
|
|
1428
|
-
.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,
|
|
1429
|
-
.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 {
|
|
1430
|
-
padding: 0;
|
|
1431
|
-
}
|
|
1432
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1433
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
|
|
1434
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1435
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1436
|
-
height: calc(100% - 11px);
|
|
1437
|
-
margin: 5.5px 0;
|
|
1438
|
-
min-height: 0;
|
|
1439
|
-
min-width: 0;
|
|
1440
|
-
padding: 0 6px;
|
|
1441
|
-
line-height: 35px;
|
|
1442
|
-
}
|
|
1443
|
-
.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,
|
|
1444
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1445
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1446
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
1447
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1448
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1449
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1450
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1451
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1452
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1453
|
-
padding: 0 6px;
|
|
1454
|
-
}
|
|
1455
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1456
|
-
.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,
|
|
1457
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.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-control.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1459
|
-
padding: 0;
|
|
1460
|
-
}
|
|
1461
|
-
.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,
|
|
1462
|
-
.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,
|
|
1463
|
-
.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,
|
|
1464
|
-
.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 {
|
|
1465
|
-
padding: 0;
|
|
1466
|
-
}
|
|
1467
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1468
|
-
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
|
|
1469
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1470
|
-
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
|
|
1471
|
-
padding: 0 2.5px 0 2.5px;
|
|
1472
|
-
}
|
|
1473
1389
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
|
|
1474
1390
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
|
|
1475
1391
|
min-height: 56px;
|
|
@@ -1478,68 +1394,24 @@
|
|
|
1478
1394
|
padding-right: 3px;
|
|
1479
1395
|
padding-top: 0;
|
|
1480
1396
|
}
|
|
1481
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
1482
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
1483
|
-
display: none;
|
|
1484
|
-
}
|
|
1485
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open,
|
|
1486
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-open {
|
|
1487
|
-
display: inline;
|
|
1488
|
-
}
|
|
1489
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended,
|
|
1490
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
|
|
1491
|
-
width: inherit;
|
|
1492
|
-
}
|
|
1493
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
|
|
1494
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
|
|
1495
|
-
box-shadow: none;
|
|
1496
|
-
display: inline;
|
|
1497
|
-
white-space: normal;
|
|
1498
|
-
}
|
|
1499
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
1500
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1501
|
-
margin: 0;
|
|
1502
|
-
min-width: 48px;
|
|
1503
|
-
padding: 5px;
|
|
1504
|
-
}
|
|
1505
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator,
|
|
1506
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
|
|
1507
|
-
display: none;
|
|
1508
|
-
}
|
|
1509
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
|
|
1510
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
1511
|
-
display: -ms-inline-flexbox;
|
|
1512
|
-
display: inline-flex;
|
|
1513
|
-
}
|
|
1514
1397
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
|
|
1515
1398
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
|
|
1516
|
-
-ms-flex-line-pack: center;
|
|
1517
|
-
align-content: center;
|
|
1518
|
-
-ms-flex-align: center;
|
|
1519
|
-
align-items: center;
|
|
1520
|
-
cursor: pointer;
|
|
1521
|
-
display: -ms-inline-flexbox;
|
|
1522
|
-
display: inline-flex;
|
|
1523
1399
|
min-height: 56px;
|
|
1524
|
-
vertical-align: middle;
|
|
1525
|
-
width: auto;
|
|
1526
|
-
}
|
|
1527
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1528
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
|
|
1529
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1530
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
|
|
1531
|
-
padding: 0 2.5px 0 2.5px;
|
|
1532
1400
|
}
|
|
1533
1401
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1534
1402
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control,
|
|
1535
1403
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1536
1404
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1537
|
-
height: calc(100% - 11px);
|
|
1538
|
-
margin: 5.5px 0;
|
|
1539
1405
|
min-height: 0;
|
|
1540
1406
|
min-width: 0;
|
|
1541
1407
|
padding: 0 6px;
|
|
1542
1408
|
}
|
|
1409
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1410
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
|
|
1411
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1412
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
|
|
1413
|
+
padding: 0 2.5px 0 2.5px;
|
|
1414
|
+
}
|
|
1543
1415
|
.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,
|
|
1544
1416
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1545
1417
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
@@ -1552,9 +1424,10 @@
|
|
|
1552
1424
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1553
1425
|
padding: 0 6px;
|
|
1554
1426
|
}
|
|
1555
|
-
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item
|
|
1556
|
-
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item
|
|
1557
|
-
|
|
1427
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
1428
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1429
|
+
min-width: 48px;
|
|
1430
|
+
padding: 5px;
|
|
1558
1431
|
}
|
|
1559
1432
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
|
|
1560
1433
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
@@ -1562,47 +1435,56 @@
|
|
|
1562
1435
|
margin: 6px 6px;
|
|
1563
1436
|
min-height: 36px;
|
|
1564
1437
|
}
|
|
1565
|
-
.e-bigger .e-toolbar.e-extended-toolbar
|
|
1566
|
-
.e-toolbar.e-bigger.e-extended-toolbar
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1438
|
+
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
1439
|
+
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
1440
|
+
border-bottom: 0;
|
|
1441
|
+
border-bottom-left-radius: 0;
|
|
1442
|
+
border-bottom-right-radius: 0;
|
|
1570
1443
|
}
|
|
1571
|
-
.e-bigger .e-toolbar.e-extended-toolbar.e-
|
|
1572
|
-
.e-toolbar.e-bigger.e-extended-toolbar.e-
|
|
1573
|
-
|
|
1574
|
-
|
|
1444
|
+
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
|
|
1445
|
+
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
|
|
1446
|
+
border-top: 0;
|
|
1447
|
+
border-top-left-radius: 0;
|
|
1448
|
+
border-top-right-radius: 0;
|
|
1575
1449
|
}
|
|
1576
|
-
.e-bigger .e-toolbar.e-
|
|
1577
|
-
.e-toolbar.e-bigger.e-
|
|
1578
|
-
padding
|
|
1450
|
+
.e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1451
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1452
|
+
padding: 0;
|
|
1579
1453
|
}
|
|
1580
|
-
.e-bigger .e-toolbar.e-
|
|
1581
|
-
.e-toolbar.e-bigger.e-
|
|
1582
|
-
|
|
1454
|
+
.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,
|
|
1455
|
+
.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 {
|
|
1456
|
+
padding: 0;
|
|
1583
1457
|
}
|
|
1584
|
-
.e-bigger .e-toolbar.e-
|
|
1585
|
-
.e-toolbar.e-bigger.e-
|
|
1586
|
-
|
|
1587
|
-
margin: 5px 10px;
|
|
1588
|
-
min-height: auto;
|
|
1458
|
+
.e-bigger .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1459
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1460
|
+
padding: 0 2.5px 0 2.5px;
|
|
1589
1461
|
}
|
|
1590
|
-
.e-bigger .e-toolbar.e-
|
|
1591
|
-
.e-toolbar.e-bigger.e-
|
|
1592
|
-
margin:
|
|
1462
|
+
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
1463
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
1464
|
+
margin-left: 3px;
|
|
1465
|
+
margin-right: initial;
|
|
1593
1466
|
}
|
|
1594
|
-
.e-bigger .e-toolbar.e-
|
|
1595
|
-
.e-toolbar.e-bigger.e-
|
|
1596
|
-
margin
|
|
1467
|
+
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
1468
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
1469
|
+
margin: 0;
|
|
1597
1470
|
}
|
|
1598
|
-
.e-bigger .e-toolbar.e-
|
|
1599
|
-
.e-toolbar.e-bigger.e-
|
|
1471
|
+
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
|
|
1472
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
1473
|
+
margin: 0;
|
|
1474
|
+
}
|
|
1475
|
+
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
|
|
1476
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
1477
|
+
margin-left: 3px;
|
|
1600
1478
|
margin-right: 0;
|
|
1601
1479
|
}
|
|
1602
|
-
.e-bigger .e-toolbar.e-
|
|
1603
|
-
.e-toolbar.e-bigger.e-
|
|
1604
|
-
|
|
1605
|
-
|
|
1480
|
+
.e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
1481
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1482
|
+
margin-left: 0;
|
|
1483
|
+
margin-right: 3px;
|
|
1484
|
+
}
|
|
1485
|
+
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
1486
|
+
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
1487
|
+
padding-right: 3px;
|
|
1606
1488
|
}
|
|
1607
1489
|
|
|
1608
1490
|
.e-toolbar {
|
|
@@ -1615,76 +1497,102 @@
|
|
|
1615
1497
|
-ms-user-select: none;
|
|
1616
1498
|
user-select: none;
|
|
1617
1499
|
white-space: nowrap;
|
|
1500
|
+
overflow: hidden;
|
|
1618
1501
|
}
|
|
1619
1502
|
.e-toolbar .e-blazor-toolbar-items {
|
|
1620
1503
|
position: absolute;
|
|
1621
1504
|
top: -9999px;
|
|
1622
1505
|
visibility: hidden;
|
|
1623
1506
|
}
|
|
1624
|
-
.e-toolbar.e-
|
|
1625
|
-
|
|
1626
|
-
right: auto;
|
|
1507
|
+
.e-toolbar.e-control[class*=e-toolbar] {
|
|
1508
|
+
box-sizing: content-box;
|
|
1627
1509
|
}
|
|
1628
|
-
.e-toolbar.e-
|
|
1629
|
-
|
|
1630
|
-
margin-left: 0;
|
|
1510
|
+
.e-toolbar.e-corner {
|
|
1511
|
+
border-radius: 0;
|
|
1631
1512
|
}
|
|
1632
|
-
.e-toolbar.e-
|
|
1633
|
-
|
|
1513
|
+
.e-toolbar.e-hidden {
|
|
1514
|
+
display: none;
|
|
1634
1515
|
}
|
|
1635
|
-
.e-toolbar
|
|
1516
|
+
.e-toolbar .e-toolbar-items {
|
|
1517
|
+
border-radius: 4px 0 0 4px;
|
|
1518
|
+
display: -ms-inline-flexbox;
|
|
1519
|
+
display: inline-flex;
|
|
1520
|
+
height: 100%;
|
|
1521
|
+
vertical-align: middle;
|
|
1522
|
+
-ms-flex-align: center;
|
|
1523
|
+
align-items: center;
|
|
1524
|
+
}
|
|
1525
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow {
|
|
1526
|
+
margin-bottom: 1px;
|
|
1527
|
+
margin-left: 18px;
|
|
1528
|
+
margin-right: 18px;
|
|
1529
|
+
white-space: normal;
|
|
1530
|
+
-ms-flex-wrap: wrap;
|
|
1531
|
+
flex-wrap: wrap;
|
|
1532
|
+
}
|
|
1533
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1534
|
+
margin: 0;
|
|
1535
|
+
}
|
|
1536
|
+
.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 {
|
|
1636
1537
|
display: none;
|
|
1637
1538
|
}
|
|
1638
|
-
.e-toolbar.e-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1539
|
+
.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
|
|
1540
|
+
.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
|
|
1541
|
+
.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
|
|
1542
|
+
display: inline;
|
|
1642
1543
|
}
|
|
1643
|
-
.e-toolbar.e-
|
|
1544
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos {
|
|
1545
|
+
display: block;
|
|
1546
|
+
}
|
|
1547
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
|
|
1548
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
|
|
1549
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
1644
1550
|
display: table;
|
|
1551
|
+
height: 100%;
|
|
1552
|
+
top: 0;
|
|
1645
1553
|
}
|
|
1646
|
-
.e-toolbar.e-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
border-top-right-radius: 0;
|
|
1650
|
-
min-height: 42px;
|
|
1651
|
-
padding-bottom: 0;
|
|
1652
|
-
padding-left: 3px;
|
|
1653
|
-
padding-right: 3px;
|
|
1654
|
-
padding-top: 0;
|
|
1655
|
-
margin-left: -1px;
|
|
1554
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
|
|
1555
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
1556
|
+
position: absolute;
|
|
1656
1557
|
}
|
|
1657
|
-
.e-toolbar
|
|
1658
|
-
|
|
1558
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
1559
|
+
right: 0;
|
|
1659
1560
|
}
|
|
1660
|
-
.e-toolbar.e-
|
|
1661
|
-
|
|
1561
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
1562
|
+
left: 0;
|
|
1662
1563
|
}
|
|
1663
|
-
.e-toolbar.e-
|
|
1664
|
-
|
|
1564
|
+
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
|
|
1565
|
+
margin: 0 auto;
|
|
1665
1566
|
}
|
|
1666
|
-
.e-toolbar
|
|
1667
|
-
|
|
1567
|
+
.e-toolbar .e-toolbar-items .e-toolbar-left,
|
|
1568
|
+
.e-toolbar .e-toolbar-items .e-toolbar-center,
|
|
1569
|
+
.e-toolbar .e-toolbar-items .e-toolbar-right {
|
|
1570
|
+
display: inline-block;
|
|
1668
1571
|
}
|
|
1669
|
-
.e-toolbar.e-
|
|
1670
|
-
|
|
1671
|
-
display: inline;
|
|
1672
|
-
white-space: normal;
|
|
1572
|
+
.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 {
|
|
1573
|
+
margin-left: 3px;
|
|
1673
1574
|
}
|
|
1674
|
-
.e-toolbar.e-
|
|
1575
|
+
.e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-item:last-child,
|
|
1576
|
+
.e-toolbar .e-toolbar-items:first-child:not(.e-toolbar-multirow) > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1577
|
+
margin-right: 3px;
|
|
1578
|
+
}
|
|
1579
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
|
|
1580
|
+
-ms-touch-action: pan-y pinch-zoom;
|
|
1581
|
+
touch-action: pan-y pinch-zoom;
|
|
1582
|
+
}
|
|
1583
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
1584
|
+
margin-right: 3px;
|
|
1585
|
+
}
|
|
1586
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
1675
1587
|
margin: 0;
|
|
1676
|
-
height: 100%;
|
|
1677
|
-
min-width: 34px;
|
|
1678
|
-
padding: 3.5px;
|
|
1679
1588
|
}
|
|
1680
|
-
.e-toolbar.e-
|
|
1681
|
-
|
|
1589
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
1590
|
+
margin: 0;
|
|
1682
1591
|
}
|
|
1683
|
-
.e-toolbar.e-
|
|
1684
|
-
|
|
1685
|
-
display: inline-flex;
|
|
1592
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
1593
|
+
margin-right: 3px;
|
|
1686
1594
|
}
|
|
1687
|
-
.e-toolbar
|
|
1595
|
+
.e-toolbar .e-toolbar-item {
|
|
1688
1596
|
-ms-flex-line-pack: center;
|
|
1689
1597
|
align-content: center;
|
|
1690
1598
|
-ms-flex-align: center;
|
|
@@ -1696,240 +1604,142 @@
|
|
|
1696
1604
|
vertical-align: middle;
|
|
1697
1605
|
width: auto;
|
|
1698
1606
|
}
|
|
1699
|
-
.e-toolbar
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
display: inline-block;
|
|
1705
|
-
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif";
|
|
1706
|
-
font-size: 14px;
|
|
1707
|
-
line-height: inherit;
|
|
1607
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1608
|
+
display: -ms-flexbox;
|
|
1609
|
+
display: flex;
|
|
1610
|
+
-ms-flex-align: center;
|
|
1611
|
+
align-items: center;
|
|
1708
1612
|
vertical-align: middle;
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1712
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1713
|
-
height: calc(100% - 10px);
|
|
1613
|
+
-ms-flex-pack: center;
|
|
1614
|
+
justify-content: center;
|
|
1714
1615
|
margin: 4px 0;
|
|
1715
1616
|
min-height: 0;
|
|
1716
1617
|
min-width: 0;
|
|
1717
1618
|
padding: 0 1.5px;
|
|
1718
|
-
|
|
1719
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1720
|
-
line-height: 25px;
|
|
1721
|
-
}
|
|
1722
|
-
.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 {
|
|
1723
|
-
padding: 0 1.5px;
|
|
1724
|
-
}
|
|
1725
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
1726
|
-
margin: 7.5px 3px;
|
|
1727
|
-
min-height: 25px;
|
|
1728
|
-
min-width: 1px;
|
|
1729
|
-
vertical-align: middle;
|
|
1730
|
-
}
|
|
1731
|
-
.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) {
|
|
1619
|
+
border-radius: 2px;
|
|
1732
1620
|
line-height: 25px;
|
|
1733
|
-
|
|
1734
|
-
min-width: 24px;
|
|
1735
|
-
padding: 0;
|
|
1736
|
-
font-size: 14px;
|
|
1737
|
-
}
|
|
1738
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1739
|
-
display: -ms-inline-flexbox;
|
|
1740
|
-
display: inline-flex;
|
|
1741
|
-
}
|
|
1742
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1743
|
-
height: auto;
|
|
1744
|
-
}
|
|
1745
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1746
|
-
font-size: 14px;
|
|
1747
|
-
vertical-align: middle;
|
|
1748
|
-
}
|
|
1749
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
1621
|
+
border: none;
|
|
1750
1622
|
cursor: pointer;
|
|
1751
|
-
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif";
|
|
1752
1623
|
font-size: 14px;
|
|
1753
1624
|
font-weight: 400;
|
|
1754
1625
|
overflow: hidden;
|
|
1755
|
-
padding: 0 1.5px;
|
|
1756
1626
|
text-align: center;
|
|
1757
1627
|
text-decoration: none;
|
|
1758
1628
|
text-transform: none;
|
|
1759
1629
|
}
|
|
1760
|
-
.e-toolbar.e-
|
|
1761
|
-
|
|
1630
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1631
|
+
padding: 0;
|
|
1762
1632
|
}
|
|
1763
|
-
.e-toolbar.e-
|
|
1764
|
-
|
|
1765
|
-
-ms-grid-row-align: center;
|
|
1766
|
-
align-self: center;
|
|
1767
|
-
text-overflow: ellipsis;
|
|
1633
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
|
|
1634
|
+
padding: 0;
|
|
1768
1635
|
}
|
|
1769
|
-
.e-toolbar.e-
|
|
1770
|
-
|
|
1636
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1637
|
+
margin: 0;
|
|
1638
|
+
min-width: 24px;
|
|
1639
|
+
width: auto;
|
|
1640
|
+
font-size: 14px;
|
|
1641
|
+
line-height: 25px;
|
|
1771
1642
|
}
|
|
1772
|
-
.e-toolbar.e-
|
|
1773
|
-
|
|
1643
|
+
.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 {
|
|
1644
|
+
padding: 0 1.5px;
|
|
1774
1645
|
}
|
|
1775
|
-
.e-toolbar .e-tbar-btn
|
|
1776
|
-
|
|
1777
|
-
display: inline-block;
|
|
1778
|
-
padding: 0 2px 0 2px;
|
|
1646
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
1647
|
+
outline: 0;
|
|
1779
1648
|
}
|
|
1780
|
-
.e-toolbar.e-
|
|
1781
|
-
|
|
1782
|
-
display: none;
|
|
1649
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn div {
|
|
1650
|
+
vertical-align: middle;
|
|
1783
1651
|
}
|
|
1784
|
-
.e-toolbar.e-
|
|
1785
|
-
|
|
1652
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
1653
|
+
font-size: 14px;
|
|
1654
|
+
padding: 0 2px 0 2px;
|
|
1786
1655
|
}
|
|
1787
|
-
.e-toolbar .e-toolbar-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
padding:
|
|
1791
|
-
position: absolute;
|
|
1656
|
+
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1657
|
+
height: inherit;
|
|
1658
|
+
min-width: 34px;
|
|
1659
|
+
padding: 3.5px;
|
|
1792
1660
|
}
|
|
1793
|
-
.e-toolbar .e-toolbar-
|
|
1794
|
-
margin:
|
|
1795
|
-
|
|
1661
|
+
.e-toolbar .e-toolbar-item.e-separator {
|
|
1662
|
+
margin: 7.5px 3px;
|
|
1663
|
+
min-height: 27px;
|
|
1664
|
+
min-width: 1px;
|
|
1665
|
+
height: calc(100% - 15px);
|
|
1796
1666
|
}
|
|
1797
|
-
.e-toolbar .e-toolbar-
|
|
1667
|
+
.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 {
|
|
1798
1668
|
display: none;
|
|
1799
1669
|
}
|
|
1800
|
-
.e-toolbar .e-toolbar-
|
|
1801
|
-
-ms-flex-align: center;
|
|
1802
|
-
align-items: center;
|
|
1803
|
-
display: -ms-inline-flexbox;
|
|
1804
|
-
display: inline-flex;
|
|
1805
|
-
-ms-flex-pack: start;
|
|
1806
|
-
justify-content: flex-start;
|
|
1807
|
-
min-height: 24px;
|
|
1808
|
-
padding: 0 4px;
|
|
1809
|
-
border: none;
|
|
1810
|
-
border-radius: 2px;
|
|
1811
|
-
margin: 0;
|
|
1812
|
-
}
|
|
1813
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1814
|
-
margin: 0;
|
|
1670
|
+
.e-toolbar .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1815
1671
|
padding: 0;
|
|
1816
|
-
width: auto;
|
|
1817
1672
|
}
|
|
1818
|
-
.e-toolbar .e-toolbar-
|
|
1819
|
-
|
|
1673
|
+
.e-toolbar .e-toolbar-item > * {
|
|
1674
|
+
text-overflow: ellipsis;
|
|
1820
1675
|
}
|
|
1821
|
-
.e-toolbar .e-toolbar-
|
|
1822
|
-
|
|
1676
|
+
.e-toolbar .e-toolbar-item.e-hidden {
|
|
1677
|
+
display: none;
|
|
1823
1678
|
}
|
|
1824
|
-
.e-toolbar .e-toolbar-
|
|
1825
|
-
|
|
1826
|
-
padding: 0;
|
|
1827
|
-
}
|
|
1828
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control {
|
|
1829
|
-
text-align: center;
|
|
1830
|
-
}
|
|
1831
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
|
|
1832
|
-
min-width: 100%;
|
|
1679
|
+
.e-toolbar .e-toolbar-item input[type=checkbox] {
|
|
1680
|
+
height: auto;
|
|
1833
1681
|
}
|
|
1834
|
-
.e-toolbar
|
|
1835
|
-
-ms-flex-line-pack: center;
|
|
1836
|
-
align-content: center;
|
|
1837
|
-
-ms-flex-align: center;
|
|
1838
|
-
align-items: center;
|
|
1682
|
+
.e-toolbar.e-vertical {
|
|
1839
1683
|
display: -ms-flexbox;
|
|
1840
1684
|
display: flex;
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
justify-content: center;
|
|
1844
|
-
}
|
|
1845
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item > * {
|
|
1846
|
-
height: 100%;
|
|
1847
|
-
min-width: 100%;
|
|
1848
|
-
text-overflow: ellipsis;
|
|
1849
|
-
}
|
|
1850
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
|
|
1851
|
-
display: none;
|
|
1852
|
-
}
|
|
1853
|
-
.e-toolbar .e-toolbar-pop .e-toolpopup {
|
|
1854
|
-
text-align: center;
|
|
1855
|
-
}
|
|
1856
|
-
.e-toolbar .e-toolbar-popup {
|
|
1857
|
-
text-align: center;
|
|
1858
|
-
}
|
|
1859
|
-
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
|
|
1860
|
-
margin: 0;
|
|
1861
|
-
}
|
|
1862
|
-
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
|
|
1863
|
-
margin: 0;
|
|
1864
|
-
margin-left: 3px;
|
|
1865
|
-
}
|
|
1866
|
-
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
|
|
1867
|
-
margin: 0;
|
|
1868
|
-
}
|
|
1869
|
-
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
1870
|
-
margin-left: 3px;
|
|
1871
|
-
margin-right: initial;
|
|
1872
|
-
}
|
|
1873
|
-
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
1874
|
-
margin: 0;
|
|
1685
|
+
-ms-flex-direction: column;
|
|
1686
|
+
flex-direction: column;
|
|
1875
1687
|
}
|
|
1876
|
-
.e-toolbar.e-
|
|
1877
|
-
|
|
1688
|
+
.e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
|
|
1689
|
+
-ms-touch-action: pan-x pinch-zoom;
|
|
1690
|
+
touch-action: pan-x pinch-zoom;
|
|
1878
1691
|
}
|
|
1879
|
-
.e-toolbar.e-
|
|
1880
|
-
|
|
1692
|
+
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
|
|
1693
|
+
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
|
|
1694
|
+
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
1695
|
+
height: auto;
|
|
1881
1696
|
}
|
|
1882
|
-
.e-toolbar.e-
|
|
1697
|
+
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
1883
1698
|
left: auto;
|
|
1884
|
-
right: 0;
|
|
1885
|
-
}
|
|
1886
|
-
.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
1887
|
-
left: 0;
|
|
1888
1699
|
right: auto;
|
|
1700
|
+
top: 0;
|
|
1889
1701
|
}
|
|
1890
|
-
.e-toolbar.e-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
margin-left: 3px;
|
|
1895
|
-
}
|
|
1896
|
-
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1897
|
-
margin-left: 0;
|
|
1898
|
-
margin-right: 3px;
|
|
1899
|
-
}
|
|
1900
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
|
|
1901
|
-
margin-left: 0;
|
|
1702
|
+
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
1703
|
+
bottom: 0;
|
|
1704
|
+
left: auto;
|
|
1705
|
+
right: auto;
|
|
1902
1706
|
}
|
|
1903
|
-
.e-toolbar.e-
|
|
1707
|
+
.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1904
1708
|
margin-left: 0;
|
|
1905
|
-
margin-right: 3px;
|
|
1906
|
-
}
|
|
1907
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
|
|
1908
|
-
margin-right: 0;
|
|
1909
|
-
}
|
|
1910
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
|
|
1911
|
-
margin-left: 3px;
|
|
1912
|
-
margin-right: 0;
|
|
1913
1709
|
}
|
|
1914
|
-
.e-toolbar.e-
|
|
1710
|
+
.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1915
1711
|
margin-right: 0;
|
|
1916
1712
|
}
|
|
1917
|
-
.e-toolbar.e-
|
|
1918
|
-
|
|
1919
|
-
|
|
1713
|
+
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
|
|
1714
|
+
display: -ms-flexbox;
|
|
1715
|
+
display: flex;
|
|
1716
|
+
height: auto;
|
|
1920
1717
|
}
|
|
1921
|
-
.e-toolbar.e-
|
|
1922
|
-
|
|
1923
|
-
margin-right: 0;
|
|
1718
|
+
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
1719
|
+
min-width: 33px;
|
|
1924
1720
|
}
|
|
1925
|
-
.e-toolbar.e-
|
|
1926
|
-
|
|
1927
|
-
margin
|
|
1721
|
+
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1722
|
+
height: auto;
|
|
1723
|
+
margin: 3px 7.5px;
|
|
1724
|
+
min-height: auto;
|
|
1928
1725
|
}
|
|
1929
|
-
.e-toolbar.e-
|
|
1726
|
+
.e-toolbar.e-vertical .e-hor-nav {
|
|
1727
|
+
bottom: 0;
|
|
1728
|
+
height: auto;
|
|
1930
1729
|
left: 0;
|
|
1730
|
+
min-height: 40px;
|
|
1731
|
+
min-width: 50px;
|
|
1931
1732
|
right: auto;
|
|
1932
|
-
|
|
1733
|
+
top: auto;
|
|
1734
|
+
width: auto;
|
|
1735
|
+
}
|
|
1736
|
+
.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
|
|
1737
|
+
bottom: 0;
|
|
1738
|
+
top: auto;
|
|
1739
|
+
}
|
|
1740
|
+
.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
|
|
1741
|
+
bottom: auto;
|
|
1742
|
+
top: 0;
|
|
1933
1743
|
}
|
|
1934
1744
|
.e-toolbar .e-hor-nav {
|
|
1935
1745
|
-ms-flex-align: center;
|
|
@@ -1952,551 +1762,373 @@
|
|
|
1952
1762
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1953
1763
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1954
1764
|
color: #fff;
|
|
1955
|
-
display:
|
|
1765
|
+
display: -ms-flexbox;
|
|
1766
|
+
display: flex;
|
|
1956
1767
|
text-align: center;
|
|
1957
1768
|
vertical-align: middle;
|
|
1769
|
+
-ms-flex-align: center;
|
|
1770
|
+
align-items: center;
|
|
1771
|
+
-ms-flex-pack: center;
|
|
1772
|
+
justify-content: center;
|
|
1958
1773
|
width: 100%;
|
|
1959
1774
|
font-size: 12px;
|
|
1960
1775
|
}
|
|
1961
|
-
.e-toolbar
|
|
1962
|
-
|
|
1963
|
-
}
|
|
1964
|
-
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1965
|
-
line-height: 25px;
|
|
1966
|
-
min-height: 25px;
|
|
1776
|
+
.e-toolbar.e-toolpop {
|
|
1777
|
+
overflow: visible;
|
|
1967
1778
|
}
|
|
1968
|
-
.e-toolbar .e-toolbar-items {
|
|
1969
|
-
|
|
1970
|
-
display: inline-block;
|
|
1971
|
-
height: 100%;
|
|
1972
|
-
min-height: 42px;
|
|
1973
|
-
vertical-align: middle;
|
|
1779
|
+
.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
|
|
1780
|
+
display: none;
|
|
1974
1781
|
}
|
|
1975
|
-
.e-toolbar .e-toolbar-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1782
|
+
.e-toolbar .e-toolbar-pop {
|
|
1783
|
+
border-radius: 4px;
|
|
1784
|
+
overflow: hidden;
|
|
1785
|
+
padding: 0;
|
|
1786
|
+
position: absolute;
|
|
1980
1787
|
}
|
|
1981
|
-
.e-toolbar .e-toolbar-
|
|
1982
|
-
|
|
1788
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item {
|
|
1789
|
+
display: -ms-flexbox;
|
|
1790
|
+
display: flex;
|
|
1791
|
+
height: auto;
|
|
1792
|
+
-ms-flex-pack: center;
|
|
1793
|
+
justify-content: center;
|
|
1794
|
+
min-height: 25px;
|
|
1983
1795
|
}
|
|
1984
|
-
.e-toolbar .e-toolbar-
|
|
1985
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1796
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
|
|
1986
1797
|
display: none;
|
|
1987
1798
|
}
|
|
1988
|
-
.e-toolbar .e-toolbar-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1799
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1800
|
+
min-height: 25px;
|
|
1801
|
+
min-width: 100%;
|
|
1802
|
+
padding: 0 4px;
|
|
1803
|
+
border: none;
|
|
1804
|
+
border-radius: 2px;
|
|
1805
|
+
-ms-flex-pack: start;
|
|
1806
|
+
justify-content: flex-start;
|
|
1996
1807
|
}
|
|
1997
|
-
.e-toolbar .e-toolbar-
|
|
1998
|
-
margin
|
|
1808
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1809
|
+
margin: 0;
|
|
1810
|
+
padding: 0;
|
|
1811
|
+
width: auto;
|
|
1999
1812
|
}
|
|
2000
|
-
.e-toolbar .e-toolbar-
|
|
2001
|
-
|
|
1813
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1814
|
+
padding: 0;
|
|
2002
1815
|
}
|
|
2003
|
-
.e-toolbar .e-toolbar-
|
|
2004
|
-
|
|
1816
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1817
|
+
min-width: 34px;
|
|
1818
|
+
padding: 0;
|
|
2005
1819
|
}
|
|
2006
|
-
.e-toolbar .e-toolbar-
|
|
2007
|
-
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
|
|
2008
|
-
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
2009
|
-
display: table;
|
|
1820
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item > * {
|
|
2010
1821
|
height: 100%;
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
|
|
2014
|
-
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
2015
|
-
position: absolute;
|
|
1822
|
+
min-width: 100%;
|
|
1823
|
+
text-overflow: ellipsis;
|
|
2016
1824
|
}
|
|
2017
|
-
.e-toolbar .e-toolbar-
|
|
2018
|
-
|
|
1825
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
|
|
1826
|
+
min-width: 100%;
|
|
2019
1827
|
}
|
|
2020
|
-
.e-toolbar .e-toolbar-
|
|
2021
|
-
|
|
2022
|
-
line-height: 35px;
|
|
1828
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
|
|
1829
|
+
display: none;
|
|
2023
1830
|
}
|
|
2024
|
-
.e-toolbar .e-toolbar-
|
|
2025
|
-
|
|
1831
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-popup,
|
|
1832
|
+
.e-toolbar .e-toolbar-pop .e-toolpopup {
|
|
1833
|
+
text-align: center;
|
|
2026
1834
|
}
|
|
2027
|
-
.e-toolbar
|
|
2028
|
-
|
|
2029
|
-
.e-toolbar .e-toolbar-items .e-toolbar-right {
|
|
2030
|
-
display: inline-block;
|
|
1835
|
+
.e-toolbar.e-extended-toolbar {
|
|
1836
|
+
overflow: visible;
|
|
2031
1837
|
}
|
|
2032
|
-
.e-toolbar
|
|
2033
|
-
|
|
1838
|
+
.e-toolbar.e-extended-toolbar.e-tbar-extended {
|
|
1839
|
+
border-bottom: 0;
|
|
1840
|
+
border-bottom-left-radius: 0;
|
|
1841
|
+
border-bottom-right-radius: 0;
|
|
2034
1842
|
}
|
|
2035
|
-
.e-toolbar
|
|
2036
|
-
|
|
1843
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended {
|
|
1844
|
+
border-top: 0;
|
|
1845
|
+
border-top-left-radius: 0;
|
|
1846
|
+
border-top-right-radius: 0;
|
|
1847
|
+
min-height: 42px;
|
|
1848
|
+
padding-bottom: 0;
|
|
1849
|
+
padding-left: 3px;
|
|
1850
|
+
padding-right: 3px;
|
|
1851
|
+
padding-top: 0;
|
|
1852
|
+
margin-left: -1px;
|
|
1853
|
+
box-shadow: none;
|
|
1854
|
+
display: inline;
|
|
1855
|
+
white-space: normal;
|
|
2037
1856
|
}
|
|
2038
|
-
.e-toolbar
|
|
2039
|
-
|
|
1857
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
|
|
1858
|
+
display: -ms-inline-flexbox;
|
|
1859
|
+
display: inline-flex;
|
|
1860
|
+
min-height: 42px;
|
|
2040
1861
|
}
|
|
2041
|
-
.e-toolbar
|
|
2042
|
-
|
|
1862
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1863
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1864
|
+
min-height: 0;
|
|
1865
|
+
min-width: 0;
|
|
1866
|
+
padding: 0 1.5px;
|
|
2043
1867
|
}
|
|
2044
|
-
.e-toolbar .e-toolbar-
|
|
2045
|
-
|
|
1868
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1869
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
|
|
1870
|
+
padding: 0 2px 0 2px;
|
|
1871
|
+
font-size: 14px;
|
|
2046
1872
|
}
|
|
2047
|
-
.e-toolbar .e-toolbar-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
margin-right: 3px;
|
|
2052
|
-
}
|
|
2053
|
-
.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
|
|
2054
|
-
margin-left: 0;
|
|
2055
|
-
}
|
|
2056
|
-
.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
|
|
2057
|
-
margin-right: 3px;
|
|
2058
|
-
}
|
|
2059
|
-
.e-toolbar .e-toolbar-items:first-child > .e-toolbar-item:last-child,
|
|
2060
|
-
.e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
2061
|
-
margin-right: 3px;
|
|
2062
|
-
}
|
|
2063
|
-
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
|
|
2064
|
-
-ms-touch-action: pan-y pinch-zoom;
|
|
2065
|
-
touch-action: pan-y pinch-zoom;
|
|
2066
|
-
}
|
|
2067
|
-
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
2068
|
-
margin-right: 3px;
|
|
2069
|
-
}
|
|
2070
|
-
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
2071
|
-
margin: 0;
|
|
2072
|
-
}
|
|
2073
|
-
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
2074
|
-
margin-right: 3px;
|
|
2075
|
-
}
|
|
2076
|
-
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
2077
|
-
margin: 0;
|
|
2078
|
-
}
|
|
2079
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2080
|
-
-ms-flex-line-pack: center;
|
|
2081
|
-
align-content: center;
|
|
1873
|
+
.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),
|
|
1874
|
+
.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) {
|
|
1875
|
+
display: -ms-flexbox;
|
|
1876
|
+
display: flex;
|
|
2082
1877
|
-ms-flex-align: center;
|
|
2083
1878
|
align-items: center;
|
|
2084
|
-
cursor: pointer;
|
|
2085
|
-
display: -ms-inline-flexbox;
|
|
2086
|
-
display: inline-flex;
|
|
2087
|
-
min-height: 42px;
|
|
2088
1879
|
vertical-align: middle;
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2092
|
-
height: inherit;
|
|
2093
|
-
min-width: 34px;
|
|
2094
|
-
padding: 3.5px;
|
|
2095
|
-
}
|
|
2096
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2097
|
-
margin: 7.5px 3px;
|
|
2098
|
-
min-height: 27px;
|
|
2099
|
-
min-width: 1px;
|
|
2100
|
-
}
|
|
2101
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item input[type=checkbox] {
|
|
2102
|
-
height: auto;
|
|
2103
|
-
}
|
|
2104
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1880
|
+
-ms-flex-pack: center;
|
|
1881
|
+
justify-content: center;
|
|
2105
1882
|
padding: 0;
|
|
1883
|
+
font-size: 14px;
|
|
2106
1884
|
}
|
|
2107
|
-
.e-toolbar .e-toolbar-
|
|
2108
|
-
|
|
2109
|
-
margin: 4px 0;
|
|
2110
|
-
min-height: 0;
|
|
2111
|
-
min-width: 0;
|
|
2112
|
-
padding: 0 1.5px;
|
|
2113
|
-
border-radius: 2px;
|
|
2114
|
-
line-height: 25px;
|
|
2115
|
-
}
|
|
2116
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
2117
|
-
padding: 0 1.5px;
|
|
2118
|
-
}
|
|
2119
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
2120
|
-
outline: 0;
|
|
2121
|
-
}
|
|
2122
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1885
|
+
.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),
|
|
1886
|
+
.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) {
|
|
2123
1887
|
padding: 0;
|
|
2124
1888
|
}
|
|
2125
|
-
.e-toolbar .e-toolbar-
|
|
1889
|
+
.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),
|
|
1890
|
+
.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) {
|
|
2126
1891
|
padding: 0;
|
|
2127
1892
|
}
|
|
2128
|
-
.e-toolbar .e-toolbar-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
padding
|
|
1893
|
+
.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,
|
|
1894
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1895
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1896
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1897
|
+
padding: 0 1.5px;
|
|
2133
1898
|
}
|
|
2134
|
-
.e-toolbar .e-toolbar-
|
|
2135
|
-
-
|
|
2136
|
-
|
|
2137
|
-
align-self: center;
|
|
2138
|
-
text-overflow: ellipsis;
|
|
1899
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1900
|
+
min-width: 34px;
|
|
1901
|
+
padding: 3.5px;
|
|
2139
1902
|
}
|
|
2140
|
-
.e-toolbar .e-toolbar-
|
|
2141
|
-
height:
|
|
2142
|
-
vertical-align: middle;
|
|
1903
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
1904
|
+
min-height: 25px;
|
|
2143
1905
|
}
|
|
2144
|
-
.e-toolbar .e-toolbar-
|
|
1906
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
|
|
2145
1907
|
display: none;
|
|
2146
1908
|
}
|
|
2147
|
-
.e-toolbar
|
|
1909
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
|
|
2148
1910
|
display: none;
|
|
2149
1911
|
}
|
|
2150
|
-
.e-toolbar
|
|
2151
|
-
display:
|
|
1912
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
1913
|
+
display: none;
|
|
2152
1914
|
}
|
|
2153
|
-
.e-toolbar .e-
|
|
2154
|
-
|
|
1915
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
|
|
1916
|
+
display: inline;
|
|
1917
|
+
}
|
|
1918
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop {
|
|
1919
|
+
width: inherit;
|
|
1920
|
+
}
|
|
1921
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2155
1922
|
cursor: pointer;
|
|
2156
|
-
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif";
|
|
2157
1923
|
font-size: 14px;
|
|
2158
|
-
font-weight: 400;
|
|
2159
1924
|
overflow: hidden;
|
|
2160
1925
|
padding: 0 1.5px;
|
|
2161
|
-
text-align: center;
|
|
2162
|
-
text-decoration: none;
|
|
2163
|
-
text-transform: none;
|
|
2164
|
-
}
|
|
2165
|
-
.e-toolbar .e-tbar-btn .e-icons.e-btn-icon {
|
|
2166
|
-
font-size: 14px;
|
|
2167
|
-
vertical-align: middle;
|
|
2168
|
-
}
|
|
2169
|
-
.e-toolbar .e-tbar-btn div {
|
|
2170
|
-
vertical-align: middle;
|
|
2171
1926
|
}
|
|
2172
|
-
.e-toolbar .e-tbar-btn .e-
|
|
2173
|
-
display: inline-block;
|
|
2174
|
-
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif";
|
|
1927
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
2175
1928
|
font-size: 14px;
|
|
2176
|
-
line-height: inherit;
|
|
2177
|
-
vertical-align: middle;
|
|
2178
|
-
width: auto;
|
|
2179
1929
|
}
|
|
2180
|
-
.e-toolbar.e-
|
|
2181
|
-
|
|
2182
|
-
display: flex;
|
|
2183
|
-
-ms-flex-direction: column;
|
|
2184
|
-
flex-direction: column;
|
|
1930
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1931
|
+
height: auto;
|
|
2185
1932
|
}
|
|
2186
|
-
.e-toolbar.e-
|
|
2187
|
-
|
|
2188
|
-
|
|
1933
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
1934
|
+
-ms-flex-item-align: center;
|
|
1935
|
+
-ms-grid-row-align: center;
|
|
1936
|
+
align-self: center;
|
|
1937
|
+
text-overflow: ellipsis;
|
|
2189
1938
|
}
|
|
2190
|
-
.e-toolbar.e-
|
|
2191
|
-
|
|
2192
|
-
top: 0;
|
|
1939
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
|
|
1940
|
+
display: none;
|
|
2193
1941
|
}
|
|
2194
|
-
.e-toolbar.e-
|
|
2195
|
-
-ms-
|
|
2196
|
-
|
|
1942
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1943
|
+
display: -ms-inline-flexbox;
|
|
1944
|
+
display: inline-flex;
|
|
2197
1945
|
}
|
|
2198
|
-
.e-toolbar.e-
|
|
2199
|
-
|
|
2200
|
-
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
2201
|
-
height: auto;
|
|
1946
|
+
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
1947
|
+
display: table;
|
|
2202
1948
|
}
|
|
2203
|
-
.e-toolbar.e-
|
|
2204
|
-
|
|
2205
|
-
right: auto;
|
|
2206
|
-
top: 0;
|
|
1949
|
+
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1950
|
+
padding: 0;
|
|
2207
1951
|
}
|
|
2208
|
-
.e-toolbar.e-
|
|
2209
|
-
|
|
2210
|
-
left: auto;
|
|
2211
|
-
right: auto;
|
|
1952
|
+
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon.e-icon-right {
|
|
1953
|
+
padding: 0;
|
|
2212
1954
|
}
|
|
2213
|
-
.e-toolbar.e-
|
|
2214
|
-
|
|
1955
|
+
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
1956
|
+
padding: 0 2px 0 2px;
|
|
2215
1957
|
}
|
|
2216
|
-
.e-toolbar.e-
|
|
2217
|
-
margin-
|
|
1958
|
+
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
1959
|
+
margin-left: 3px;
|
|
1960
|
+
margin-right: initial;
|
|
2218
1961
|
}
|
|
2219
|
-
.e-toolbar.e-
|
|
2220
|
-
|
|
2221
|
-
display: flex;
|
|
2222
|
-
height: auto;
|
|
1962
|
+
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
1963
|
+
margin: 0;
|
|
2223
1964
|
}
|
|
2224
|
-
.e-toolbar.e-
|
|
2225
|
-
|
|
1965
|
+
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
1966
|
+
margin: 0;
|
|
2226
1967
|
}
|
|
2227
|
-
.e-toolbar.e-
|
|
2228
|
-
|
|
2229
|
-
margin: 3px 7.5px;
|
|
2230
|
-
min-height: auto;
|
|
1968
|
+
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
1969
|
+
margin-right: 3px;
|
|
2231
1970
|
}
|
|
2232
|
-
.e-toolbar.e-
|
|
2233
|
-
|
|
1971
|
+
.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
1972
|
+
left: auto;
|
|
1973
|
+
right: 0;
|
|
2234
1974
|
}
|
|
2235
|
-
.e-toolbar.e-
|
|
2236
|
-
bottom: 0;
|
|
2237
|
-
height: auto;
|
|
1975
|
+
.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
2238
1976
|
left: 0;
|
|
2239
|
-
min-height: 40px;
|
|
2240
|
-
min-width: 50px;
|
|
2241
1977
|
right: auto;
|
|
2242
|
-
top: auto;
|
|
2243
|
-
width: auto;
|
|
2244
1978
|
}
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2248
|
-
.e-toolbar {
|
|
2249
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2250
|
-
background: #212121;
|
|
2251
|
-
border: 1px solid #616161;
|
|
2252
|
-
box-shadow: none;
|
|
2253
|
-
}
|
|
2254
|
-
.e-toolbar.e-vertical .e-hor-nav {
|
|
2255
|
-
border: solid #616161;
|
|
2256
|
-
border-width: 1px 0 0 0;
|
|
2257
|
-
}
|
|
2258
|
-
.e-toolbar.e-vertical.e-rtl .e-hor-nav {
|
|
2259
|
-
border: solid #616161;
|
|
2260
|
-
border-width: 0 0 1px 0;
|
|
2261
|
-
}
|
|
2262
|
-
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2263
|
-
border-width: 0 0 1px 0;
|
|
2264
|
-
}
|
|
2265
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
|
|
2266
|
-
background: #212121;
|
|
2267
|
-
}
|
|
2268
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
2269
|
-
border: solid rgba(255, 255, 255, 0.24);
|
|
2270
|
-
border-width: 0 1px 0 0;
|
|
2271
|
-
}
|
|
2272
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2273
|
-
color: #fff;
|
|
2274
|
-
}
|
|
2275
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
2276
|
-
background: #212121;
|
|
2277
|
-
box-shadow: none;
|
|
2278
|
-
color: #fff;
|
|
2279
|
-
border: none;
|
|
2280
|
-
}
|
|
2281
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
2282
|
-
color: #fff;
|
|
2283
|
-
}
|
|
2284
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2285
|
-
background: rgba(255, 255, 255, 0.1);
|
|
2286
|
-
border-radius: 0;
|
|
2287
|
-
color: #000;
|
|
2288
|
-
border-color: #000;
|
|
2289
|
-
border-style: solid;
|
|
2290
|
-
border-width: 0;
|
|
2291
|
-
box-shadow: none;
|
|
1979
|
+
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1980
|
+
margin-left: 0;
|
|
2292
1981
|
}
|
|
2293
|
-
.e-toolbar.e-
|
|
2294
|
-
|
|
1982
|
+
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1983
|
+
margin-left: 3px;
|
|
2295
1984
|
}
|
|
2296
|
-
.e-toolbar.e-
|
|
2297
|
-
|
|
1985
|
+
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1986
|
+
margin-left: 0;
|
|
1987
|
+
margin-right: 3px;
|
|
2298
1988
|
}
|
|
2299
|
-
.e-toolbar.e-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
color: #000;
|
|
2303
|
-
border-color: #000;
|
|
2304
|
-
border-style: solid;
|
|
2305
|
-
border-width: 0;
|
|
1989
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
1990
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1991
|
+
margin-right: 0;
|
|
2306
1992
|
}
|
|
2307
|
-
.e-toolbar.e-
|
|
2308
|
-
|
|
1993
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1994
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1995
|
+
margin-right: 3px;
|
|
2309
1996
|
}
|
|
2310
|
-
.e-toolbar.e-
|
|
2311
|
-
|
|
1997
|
+
.e-toolbar.e-rtl .e-hor-nav {
|
|
1998
|
+
left: 0;
|
|
1999
|
+
right: auto;
|
|
2000
|
+
border-radius: 4px 0 0 4px;
|
|
2312
2001
|
}
|
|
2313
|
-
.e-toolbar.e-
|
|
2314
|
-
|
|
2002
|
+
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
|
|
2003
|
+
margin: 0;
|
|
2315
2004
|
}
|
|
2316
|
-
.e-toolbar.e-
|
|
2317
|
-
|
|
2005
|
+
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
|
|
2006
|
+
margin: 0;
|
|
2318
2007
|
}
|
|
2319
|
-
.e-toolbar.e-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
box-shadow: none;
|
|
2323
|
-
color: #000;
|
|
2324
|
-
border-color: #616161;
|
|
2325
|
-
border-style: solid;
|
|
2326
|
-
border-width: 0;
|
|
2008
|
+
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
|
|
2009
|
+
margin: 0;
|
|
2010
|
+
margin-left: 3px;
|
|
2327
2011
|
}
|
|
2328
|
-
.e-toolbar.e-extended-toolbar
|
|
2329
|
-
|
|
2012
|
+
.e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
|
|
2013
|
+
left: 0;
|
|
2014
|
+
right: auto;
|
|
2330
2015
|
}
|
|
2331
|
-
.e-toolbar.e-extended-toolbar
|
|
2332
|
-
|
|
2016
|
+
.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
2017
|
+
padding-right: 3px;
|
|
2018
|
+
margin-left: 0;
|
|
2333
2019
|
}
|
|
2334
|
-
.e-toolbar .e-tbar-btn.e-btn .e-
|
|
2335
|
-
|
|
2020
|
+
.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
|
|
2021
|
+
padding-left: 0;
|
|
2336
2022
|
}
|
|
2337
|
-
|
|
2023
|
+
|
|
2024
|
+
/*! toolbar theme */
|
|
2025
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2026
|
+
.e-toolbar {
|
|
2027
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2338
2028
|
background: #212121;
|
|
2339
2029
|
border: 1px solid #616161;
|
|
2340
|
-
box-shadow:
|
|
2030
|
+
box-shadow: none;
|
|
2341
2031
|
}
|
|
2342
|
-
.e-toolbar .e-toolbar-
|
|
2032
|
+
.e-toolbar .e-toolbar-items {
|
|
2343
2033
|
background: #212121;
|
|
2344
2034
|
}
|
|
2345
|
-
.e-toolbar .e-toolbar-
|
|
2346
|
-
background:
|
|
2035
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
2036
|
+
background: #212121;
|
|
2347
2037
|
box-shadow: none;
|
|
2348
|
-
color: #000;
|
|
2349
|
-
border-color: #000;
|
|
2350
|
-
border-style: solid;
|
|
2351
|
-
border-width: 0;
|
|
2352
|
-
}
|
|
2353
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2354
2038
|
color: #fff;
|
|
2039
|
+
border: none;
|
|
2355
2040
|
}
|
|
2356
|
-
.e-toolbar .e-toolbar-
|
|
2357
|
-
color: #000;
|
|
2358
|
-
}
|
|
2359
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2360
|
-
background: #616161;
|
|
2361
|
-
box-shadow: none;
|
|
2362
|
-
color: #000;
|
|
2363
|
-
border-color: #616161;
|
|
2364
|
-
border-style: solid;
|
|
2365
|
-
border-width: 0;
|
|
2366
|
-
}
|
|
2367
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2041
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2368
2042
|
color: #fff;
|
|
2369
2043
|
}
|
|
2370
|
-
.e-toolbar .e-toolbar-
|
|
2371
|
-
color: #000;
|
|
2372
|
-
}
|
|
2373
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2374
|
-
background: rgba(255, 255, 255, 0.1);
|
|
2375
|
-
box-shadow: none;
|
|
2376
|
-
color: #000;
|
|
2377
|
-
border-color: #000;
|
|
2378
|
-
border-style: solid;
|
|
2379
|
-
border-width: 0;
|
|
2380
|
-
}
|
|
2381
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2044
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
2382
2045
|
color: #fff;
|
|
2383
2046
|
}
|
|
2384
|
-
.e-toolbar .e-toolbar-
|
|
2385
|
-
|
|
2386
|
-
}
|
|
2387
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2388
|
-
outline: 0;
|
|
2389
|
-
}
|
|
2390
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
2391
|
-
background: transparent;
|
|
2392
|
-
}
|
|
2393
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
2394
|
-
background: #212121;
|
|
2395
|
-
}
|
|
2396
|
-
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2397
|
-
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2398
|
-
background: rgba(255, 255, 255, 0.1);
|
|
2047
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
|
|
2048
|
+
background: rgba(255, 255, 255, 0.24);
|
|
2399
2049
|
box-shadow: none;
|
|
2400
|
-
border-color: rgba(255, 255, 255, 0.1);
|
|
2401
|
-
border-style: solid;
|
|
2402
|
-
border-width: 0;
|
|
2403
|
-
}
|
|
2404
|
-
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2405
|
-
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2406
|
-
border-color: rgba(255, 255, 255, 0.1);
|
|
2407
|
-
border-style: solid;
|
|
2408
|
-
border-width: 0;
|
|
2409
|
-
}
|
|
2410
|
-
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
2411
|
-
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
2412
|
-
color: #fff;
|
|
2413
2050
|
}
|
|
2414
|
-
.e-toolbar.e-
|
|
2415
|
-
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
|
|
2051
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2416
2052
|
color: #fff;
|
|
2417
2053
|
}
|
|
2418
|
-
.e-toolbar .e-tbar-btn {
|
|
2419
|
-
background: #212121;
|
|
2054
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
2420
2055
|
box-shadow: none;
|
|
2421
|
-
color: #fff;
|
|
2422
|
-
border: none;
|
|
2423
2056
|
}
|
|
2424
|
-
.e-toolbar .e-tbar-btn:focus {
|
|
2057
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
2425
2058
|
background: rgba(255, 255, 255, 0.1);
|
|
2426
|
-
border-radius:
|
|
2427
|
-
color: #
|
|
2059
|
+
border-radius: 2px;
|
|
2060
|
+
color: #fff;
|
|
2428
2061
|
border-color: #000;
|
|
2429
2062
|
border-style: solid;
|
|
2430
2063
|
border-width: 0;
|
|
2431
2064
|
box-shadow: none;
|
|
2432
2065
|
}
|
|
2433
|
-
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
2066
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2434
2067
|
color: #fff;
|
|
2435
2068
|
}
|
|
2436
|
-
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2069
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2437
2070
|
color: #fff;
|
|
2438
2071
|
}
|
|
2439
|
-
.e-toolbar .e-tbar-btn:hover {
|
|
2072
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
2440
2073
|
background: rgba(255, 255, 255, 0.1);
|
|
2441
2074
|
border-color: #000;
|
|
2442
2075
|
border-style: solid;
|
|
2443
2076
|
border-width: 0;
|
|
2444
|
-
border-radius:
|
|
2445
|
-
color: #000;
|
|
2446
|
-
}
|
|
2447
|
-
.e-toolbar .e-toolbar-items {
|
|
2448
|
-
background: #212121;
|
|
2449
|
-
}
|
|
2450
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
2451
|
-
background: #212121;
|
|
2452
|
-
opacity: 0.5;
|
|
2453
|
-
}
|
|
2454
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
2455
|
-
color: rgba(255, 255, 255, 0.3);
|
|
2456
|
-
}
|
|
2457
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
2458
|
-
color: rgba(255, 255, 255, 0.3);
|
|
2459
|
-
}
|
|
2460
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
2077
|
+
border-radius: 2px;
|
|
2461
2078
|
color: #fff;
|
|
2462
2079
|
}
|
|
2463
|
-
.e-toolbar .e-toolbar-
|
|
2080
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2464
2081
|
color: #fff;
|
|
2465
2082
|
}
|
|
2466
|
-
.e-toolbar .e-toolbar-
|
|
2467
|
-
box-shadow: none;
|
|
2468
|
-
}
|
|
2469
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2083
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2470
2084
|
color: #fff;
|
|
2471
2085
|
}
|
|
2472
|
-
.e-toolbar .e-toolbar-
|
|
2086
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2473
2087
|
color: #fff;
|
|
2474
2088
|
}
|
|
2475
|
-
.e-toolbar .e-toolbar-
|
|
2089
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2476
2090
|
color: #fff;
|
|
2477
2091
|
}
|
|
2478
|
-
.e-toolbar .e-toolbar-
|
|
2479
|
-
|
|
2092
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
2093
|
+
background: #616161;
|
|
2094
|
+
border-color: #616161;
|
|
2095
|
+
border-style: solid;
|
|
2096
|
+
border-width: 0;
|
|
2097
|
+
border-radius: 2px;
|
|
2098
|
+
box-shadow: none;
|
|
2099
|
+
color: #000;
|
|
2480
2100
|
}
|
|
2481
|
-
.e-toolbar .e-toolbar-
|
|
2101
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2482
2102
|
color: #fff;
|
|
2483
2103
|
}
|
|
2484
|
-
.e-toolbar .e-toolbar-
|
|
2104
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2485
2105
|
color: #fff;
|
|
2486
2106
|
}
|
|
2487
|
-
.e-toolbar .e-toolbar-
|
|
2107
|
+
.e-toolbar .e-toolbar-item.e-separator {
|
|
2488
2108
|
border: solid rgba(255, 255, 255, 0.24);
|
|
2489
2109
|
border-width: 0 1px 0 0;
|
|
2490
2110
|
}
|
|
2491
|
-
.e-toolbar.e-
|
|
2111
|
+
.e-toolbar .e-toolbar-item.e-overlay {
|
|
2492
2112
|
background: #212121;
|
|
2113
|
+
opacity: 0.5;
|
|
2114
|
+
color: rgba(255, 255, 255, 0.3);
|
|
2115
|
+
}
|
|
2116
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
2117
|
+
color: rgba(255, 255, 255, 0.3);
|
|
2118
|
+
}
|
|
2119
|
+
.e-toolbar .e-toolbar-item.e-overlay .e-icons {
|
|
2120
|
+
color: rgba(255, 255, 255, 0.3);
|
|
2121
|
+
}
|
|
2122
|
+
.e-toolbar.e-vertical .e-hor-nav {
|
|
2493
2123
|
border: solid #616161;
|
|
2494
|
-
border-
|
|
2495
|
-
border-width: 0 1px 0 0;
|
|
2124
|
+
border-width: 1px 0 0 0;
|
|
2496
2125
|
}
|
|
2497
|
-
.e-toolbar.e-rtl .e-hor-nav
|
|
2498
|
-
|
|
2499
|
-
|
|
2126
|
+
.e-toolbar.e-vertical.e-rtl .e-hor-nav {
|
|
2127
|
+
border: solid #616161;
|
|
2128
|
+
border-width: 0 0 1px 0;
|
|
2129
|
+
}
|
|
2130
|
+
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2131
|
+
border-width: 0 0 1px 0;
|
|
2500
2132
|
}
|
|
2501
2133
|
.e-toolbar .e-hor-nav {
|
|
2502
2134
|
background: #212121;
|
|
@@ -2522,7 +2154,7 @@
|
|
|
2522
2154
|
.e-toolbar .e-hor-nav:active {
|
|
2523
2155
|
border: 0;
|
|
2524
2156
|
box-shadow: none;
|
|
2525
|
-
color: #
|
|
2157
|
+
color: #fff;
|
|
2526
2158
|
background: #212121;
|
|
2527
2159
|
}
|
|
2528
2160
|
.e-toolbar .e-hor-nav:active .e-icons {
|
|
@@ -2535,7 +2167,7 @@
|
|
|
2535
2167
|
.e-toolbar .e-hor-nav:hover {
|
|
2536
2168
|
background: rgba(255, 255, 255, 0.1);
|
|
2537
2169
|
border-left: 0;
|
|
2538
|
-
color: #
|
|
2170
|
+
color: #fff;
|
|
2539
2171
|
}
|
|
2540
2172
|
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
2541
2173
|
color: #fff;
|
|
@@ -2561,19 +2193,109 @@
|
|
|
2561
2193
|
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
2562
2194
|
color: #fff;
|
|
2563
2195
|
}
|
|
2564
|
-
.e-toolbar .e-
|
|
2196
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2197
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2198
|
+
background: rgba(255, 255, 255, 0.1);
|
|
2199
|
+
box-shadow: none;
|
|
2200
|
+
border-color: rgba(255, 255, 255, 0.1);
|
|
2201
|
+
border-style: solid;
|
|
2202
|
+
border-width: 0;
|
|
2203
|
+
}
|
|
2204
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2205
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2206
|
+
border-color: rgba(255, 255, 255, 0.1);
|
|
2207
|
+
border-style: solid;
|
|
2208
|
+
border-width: 0;
|
|
2209
|
+
}
|
|
2210
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
2211
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
2212
|
+
color: #fff;
|
|
2213
|
+
}
|
|
2214
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
|
|
2215
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
|
|
2216
|
+
color: #fff;
|
|
2217
|
+
}
|
|
2218
|
+
.e-toolbar .e-toolbar-pop {
|
|
2219
|
+
background: #212121;
|
|
2220
|
+
border: 1px solid #616161;
|
|
2221
|
+
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
2222
|
+
}
|
|
2223
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2224
|
+
background: #212121;
|
|
2225
|
+
}
|
|
2226
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2227
|
+
background: rgba(255, 255, 255, 0.1);
|
|
2228
|
+
box-shadow: none;
|
|
2229
|
+
border-color: #000;
|
|
2230
|
+
border-style: solid;
|
|
2231
|
+
border-width: 0;
|
|
2232
|
+
}
|
|
2233
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2565
2234
|
background: #616161;
|
|
2235
|
+
box-shadow: none;
|
|
2566
2236
|
border-color: #616161;
|
|
2567
2237
|
border-style: solid;
|
|
2568
2238
|
border-width: 0;
|
|
2569
|
-
|
|
2239
|
+
}
|
|
2240
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2241
|
+
background: rgba(255, 255, 255, 0.1);
|
|
2570
2242
|
box-shadow: none;
|
|
2571
|
-
color: #000;
|
|
2243
|
+
border-color: #000;
|
|
2244
|
+
border-style: solid;
|
|
2245
|
+
border-width: 0;
|
|
2572
2246
|
}
|
|
2573
|
-
.e-toolbar .e-
|
|
2574
|
-
|
|
2247
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2248
|
+
outline: 0;
|
|
2249
|
+
}
|
|
2250
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
2251
|
+
background: transparent;
|
|
2252
|
+
}
|
|
2253
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
2254
|
+
background: #212121;
|
|
2255
|
+
box-shadow: none;
|
|
2256
|
+
border: none;
|
|
2257
|
+
}
|
|
2258
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2259
|
+
background: rgba(255, 255, 255, 0.1);
|
|
2260
|
+
border-radius: 2px;
|
|
2261
|
+
border-color: #000;
|
|
2262
|
+
border-style: solid;
|
|
2263
|
+
border-width: 0;
|
|
2264
|
+
box-shadow: none;
|
|
2265
|
+
}
|
|
2266
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2267
|
+
background: rgba(255, 255, 255, 0.1);
|
|
2268
|
+
border-radius: 2px;
|
|
2269
|
+
border-color: #000;
|
|
2270
|
+
border-style: solid;
|
|
2271
|
+
border-width: 0;
|
|
2272
|
+
}
|
|
2273
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2274
|
+
background: #616161;
|
|
2275
|
+
border-radius: 2px;
|
|
2276
|
+
box-shadow: none;
|
|
2277
|
+
border-color: #616161;
|
|
2278
|
+
border-style: solid;
|
|
2279
|
+
border-width: 0;
|
|
2280
|
+
}
|
|
2281
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
2282
|
+
border: solid rgba(255, 255, 255, 0.24);
|
|
2283
|
+
border-width: 0 1px 0 0;
|
|
2284
|
+
}
|
|
2285
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
|
|
2286
|
+
background: #212121;
|
|
2287
|
+
}
|
|
2288
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
2289
|
+
background: #212121;
|
|
2290
|
+
}
|
|
2291
|
+
.e-toolbar.e-rtl .e-hor-nav {
|
|
2292
|
+
background: #212121;
|
|
2293
|
+
border: solid #616161;
|
|
2294
|
+
border-left: 0;
|
|
2295
|
+
border-width: 0 1px 0 0;
|
|
2575
2296
|
}
|
|
2576
|
-
.e-toolbar .e-
|
|
2297
|
+
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
2298
|
+
background: rgba(255, 255, 255, 0.1);
|
|
2577
2299
|
color: #fff;
|
|
2578
2300
|
}
|
|
2579
2301
|
|
|
@@ -2740,7 +2462,6 @@
|
|
|
2740
2462
|
text-decoration: none;
|
|
2741
2463
|
text-overflow: ellipsis;
|
|
2742
2464
|
white-space: nowrap;
|
|
2743
|
-
margin-bottom: 0;
|
|
2744
2465
|
}
|
|
2745
2466
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
2746
2467
|
display: inline-block;
|
|
@@ -3174,6 +2895,10 @@
|
|
|
3174
2895
|
transform: translateX(calc(-100% / var(--carousel-items-count) * (var(--carousel-items-current))));
|
|
3175
2896
|
transition: transform 0.6s ease-in-out;
|
|
3176
2897
|
}
|
|
2898
|
+
.e-carousel.e-blazor-carousel.e-partial.e-rtl .e-carousel-items {
|
|
2899
|
+
transform: translateX(calc(100% / var(--carousel-items-count) * (var(--carousel-items-current))));
|
|
2900
|
+
transition: transform 0.6s ease-in-out;
|
|
2901
|
+
}
|
|
3177
2902
|
.e-carousel.e-carousel-slide-animation:not(.e-partial) .e-carousel-item {
|
|
3178
2903
|
backface-visibility: hidden;
|
|
3179
2904
|
display: none;
|
|
@@ -5678,6 +5403,10 @@
|
|
|
5678
5403
|
}
|
|
5679
5404
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
5680
5405
|
height: inherit;
|
|
5406
|
+
-ms-flex-direction: column;
|
|
5407
|
+
flex-direction: column;
|
|
5408
|
+
-ms-flex-align: normal;
|
|
5409
|
+
align-items: normal;
|
|
5681
5410
|
}
|
|
5682
5411
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
|
|
5683
5412
|
padding: 16px 0;
|
|
@@ -7781,7 +7510,6 @@
|
|
|
7781
7510
|
background: inherit;
|
|
7782
7511
|
color: rgba(255, 255, 255, 0.7);
|
|
7783
7512
|
font-size: 12px;
|
|
7784
|
-
line-height: 18px;
|
|
7785
7513
|
}
|
|
7786
7514
|
|
|
7787
7515
|
.e-tab-clone-element {
|
|
@@ -9606,11 +9334,11 @@ ejs-sidebar {
|
|
|
9606
9334
|
/*! menu theme */
|
|
9607
9335
|
.e-menu-wrapper,
|
|
9608
9336
|
.e-menu-container {
|
|
9609
|
-
background
|
|
9337
|
+
background: #212121;
|
|
9610
9338
|
}
|
|
9611
9339
|
.e-menu-wrapper .e-menu,
|
|
9612
9340
|
.e-menu-container .e-menu {
|
|
9613
|
-
background
|
|
9341
|
+
background: inherit;
|
|
9614
9342
|
color: #fff;
|
|
9615
9343
|
}
|
|
9616
9344
|
.e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
|
|
@@ -9642,7 +9370,7 @@ ejs-sidebar {
|
|
|
9642
9370
|
color: inherit;
|
|
9643
9371
|
outline: 0 solid #616161;
|
|
9644
9372
|
outline-offset: 0;
|
|
9645
|
-
background
|
|
9373
|
+
background: rgba(255, 255, 255, 0.1);
|
|
9646
9374
|
}
|
|
9647
9375
|
.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
|
|
9648
9376
|
.e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
|
|
@@ -9657,7 +9385,7 @@ ejs-sidebar {
|
|
|
9657
9385
|
color: #fff;
|
|
9658
9386
|
outline: 0 solid rgba(255, 255, 255, 0.18);
|
|
9659
9387
|
outline-offset: 0;
|
|
9660
|
-
background
|
|
9388
|
+
background: rgba(255, 255, 255, 0.18);
|
|
9661
9389
|
}
|
|
9662
9390
|
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
|
|
9663
9391
|
.e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
|
|
@@ -9691,7 +9419,7 @@ ejs-sidebar {
|
|
|
9691
9419
|
|
|
9692
9420
|
.e-menu-wrapper .e-ul,
|
|
9693
9421
|
.e-menu-container .e-ul {
|
|
9694
|
-
background
|
|
9422
|
+
background: inherit;
|
|
9695
9423
|
color: #fff;
|
|
9696
9424
|
}
|
|
9697
9425
|
.e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
|
|
@@ -9719,11 +9447,11 @@ ejs-sidebar {
|
|
|
9719
9447
|
|
|
9720
9448
|
.e-menu-wrapper.e-menu-popup,
|
|
9721
9449
|
.e-menu-container.e-menu-popup {
|
|
9722
|
-
background
|
|
9450
|
+
background: #424242;
|
|
9723
9451
|
}
|
|
9724
9452
|
.e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
|
|
9725
9453
|
.e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
|
|
9726
|
-
background
|
|
9454
|
+
background: inherit;
|
|
9727
9455
|
}
|
|
9728
9456
|
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
|
|
9729
9457
|
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
|
|
@@ -10242,6 +9970,9 @@ ejs-sidebar {
|
|
|
10242
9970
|
.e-appbar.e-horizontal-bottom.e-sticky {
|
|
10243
9971
|
position: fixed;
|
|
10244
9972
|
top: auto;
|
|
9973
|
+
max-width: inherit;
|
|
9974
|
+
left: auto;
|
|
9975
|
+
right: auto;
|
|
10245
9976
|
}
|
|
10246
9977
|
.e-appbar .e-appbar-separator {
|
|
10247
9978
|
height: 32px;
|