@syncfusion/ej2-navigations 25.2.4 → 26.1.35-750253
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +3 -2
- 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 +1311 -1106
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +960 -740
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -12
- package/src/accordion/accordion.d.ts +0 -3
- package/src/accordion/accordion.js +5 -5
- package/src/appbar/appbar.js +1 -1
- package/src/breadcrumb/breadcrumb-model.d.ts +7 -0
- package/src/breadcrumb/breadcrumb.d.ts +6 -0
- package/src/breadcrumb/breadcrumb.js +20 -6
- package/src/carousel/carousel.d.ts +1 -0
- package/src/carousel/carousel.js +12 -9
- package/src/common/menu-base.js +21 -13
- package/src/sidebar/sidebar-model.d.ts +5 -6
- package/src/sidebar/sidebar.d.ts +8 -6
- package/src/sidebar/sidebar.js +2 -3
- package/src/stepper/stepper-model.d.ts +7 -1
- package/src/stepper/stepper.d.ts +7 -3
- package/src/stepper/stepper.js +141 -76
- package/src/stepper-base/stepper-base-model.d.ts +1 -1
- package/src/stepper-base/stepper-base.d.ts +4 -4
- package/src/stepper-base/stepper-base.js +13 -8
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.d.ts +0 -3
- package/src/tab/tab.js +2 -2
- package/src/toolbar/toolbar-model.d.ts +1 -1
- package/src/toolbar/toolbar.js +13 -9
- package/src/treeview/treeview-model.d.ts +60 -53
- package/src/treeview/treeview.d.ts +134 -29
- package/src/treeview/treeview.js +572 -392
- package/styles/accordion/_bds-definition.scss +0 -13
- package/styles/accordion/_bootstrap-dark-definition.scss +0 -9
- package/styles/accordion/_bootstrap-definition.scss +0 -14
- package/styles/accordion/_bootstrap4-definition.scss +0 -9
- package/styles/accordion/_bootstrap5-definition.scss +8 -22
- package/styles/accordion/_bootstrap5.3-definition.scss +168 -0
- package/styles/accordion/_fabric-dark-definition.scss +0 -8
- package/styles/accordion/_fabric-definition.scss +0 -13
- package/styles/accordion/_fluent-definition.scss +0 -13
- package/styles/accordion/_fluent2-definition.scss +167 -0
- package/styles/accordion/_fusionnew-definition.scss +1 -15
- package/styles/accordion/_highcontrast-definition.scss +0 -13
- package/styles/accordion/_highcontrast-light-definition.scss +0 -11
- package/styles/accordion/_layout.scss +0 -2
- package/styles/accordion/_material-dark-definition.scss +0 -11
- package/styles/accordion/_material-definition.scss +0 -13
- package/styles/accordion/_material3-definition.scss +3 -17
- package/styles/accordion/_tailwind-definition.scss +0 -13
- package/styles/accordion/_theme.scss +0 -3
- package/styles/accordion/bootstrap-dark.css +11 -9
- package/styles/accordion/bootstrap.css +11 -10
- package/styles/accordion/bootstrap4.css +11 -9
- package/styles/accordion/bootstrap5-dark.css +20 -20
- package/styles/accordion/bootstrap5.css +20 -20
- package/styles/accordion/fabric-dark.css +11 -9
- package/styles/accordion/fabric.css +11 -10
- package/styles/accordion/fluent-dark.css +11 -10
- package/styles/accordion/fluent.css +11 -10
- package/styles/accordion/fluent2.css +1574 -0
- package/styles/accordion/fluent2.scss +4 -0
- package/styles/accordion/highcontrast-light.css +11 -9
- package/styles/accordion/highcontrast.css +11 -10
- package/styles/accordion/icons/_bds.scss +0 -2
- package/styles/accordion/icons/_bootstrap-dark.scss +0 -2
- package/styles/accordion/icons/_bootstrap.scss +0 -2
- package/styles/accordion/icons/_bootstrap4.scss +0 -2
- package/styles/accordion/icons/_bootstrap5.3.scss +15 -0
- package/styles/accordion/icons/_bootstrap5.scss +0 -2
- package/styles/accordion/icons/_fabric-dark.scss +0 -2
- package/styles/accordion/icons/_fabric.scss +0 -2
- package/styles/accordion/icons/_fluent.scss +0 -2
- package/styles/accordion/icons/_fluent2.scss +15 -0
- package/styles/accordion/icons/_fusionnew.scss +0 -2
- package/styles/accordion/icons/_highcontrast-light.scss +0 -2
- package/styles/accordion/icons/_highcontrast.scss +0 -2
- package/styles/accordion/icons/_material-dark.scss +0 -2
- package/styles/accordion/icons/_material.scss +0 -2
- package/styles/accordion/icons/_material3.scss +0 -2
- package/styles/accordion/icons/_tailwind.scss +0 -2
- package/styles/accordion/material-dark.css +11 -9
- package/styles/accordion/material.css +11 -10
- package/styles/accordion/material3-dark.css +12 -12
- package/styles/accordion/material3.css +12 -12
- package/styles/accordion/tailwind-dark.css +11 -10
- package/styles/accordion/tailwind.css +11 -10
- package/styles/appbar/_bds-definition.scss +1 -3
- package/styles/appbar/_bootstrap-dark-definition.scss +0 -2
- package/styles/appbar/_bootstrap-definition.scss +0 -2
- package/styles/appbar/_bootstrap4-definition.scss +0 -2
- package/styles/appbar/_bootstrap5-definition.scss +0 -2
- package/styles/appbar/_bootstrap5.3-definition.scss +6 -0
- package/styles/appbar/_fabric-dark-definition.scss +0 -2
- package/styles/appbar/_fabric-definition.scss +0 -2
- package/styles/appbar/_fluent-definition.scss +0 -2
- package/styles/appbar/_fluent2-definition.scss +24 -0
- package/styles/appbar/_fusionnew-definition.scss +0 -2
- package/styles/appbar/_highcontrast-definition.scss +0 -2
- package/styles/appbar/_highcontrast-light-definition.scss +0 -2
- package/styles/appbar/_layout.scss +3 -2
- package/styles/appbar/_material-dark-definition.scss +0 -2
- package/styles/appbar/_material-definition.scss +0 -2
- package/styles/appbar/_material3-definition.scss +0 -2
- package/styles/appbar/_tailwind-definition.scss +0 -2
- package/styles/appbar/_theme.scss +0 -2
- package/styles/appbar/bootstrap-dark.css +52 -23
- package/styles/appbar/bootstrap.css +52 -23
- package/styles/appbar/bootstrap4.css +52 -23
- package/styles/appbar/bootstrap5-dark.css +52 -23
- package/styles/appbar/bootstrap5.css +52 -23
- package/styles/appbar/fabric-dark.css +52 -23
- package/styles/appbar/fabric.css +52 -23
- package/styles/appbar/fluent-dark.css +52 -23
- package/styles/appbar/fluent.css +52 -23
- package/styles/appbar/fluent2.css +1332 -0
- package/styles/appbar/fluent2.scss +3 -0
- package/styles/appbar/highcontrast-light.css +52 -23
- package/styles/appbar/highcontrast.css +52 -23
- package/styles/appbar/material-dark.css +52 -23
- package/styles/appbar/material.css +52 -23
- package/styles/appbar/material3-dark.css +62 -26
- package/styles/appbar/material3.css +62 -26
- package/styles/appbar/tailwind-dark.css +52 -23
- package/styles/appbar/tailwind.css +52 -23
- package/styles/bootstrap-dark.css +1042 -643
- package/styles/bootstrap-dark.scss +47 -14
- package/styles/bootstrap.css +1050 -656
- package/styles/bootstrap.scss +47 -14
- package/styles/bootstrap4.css +1060 -673
- package/styles/bootstrap4.scss +47 -14
- package/styles/bootstrap5-dark.css +1101 -736
- package/styles/bootstrap5-dark.scss +47 -14
- package/styles/bootstrap5.css +1101 -736
- package/styles/bootstrap5.scss +47 -14
- package/styles/breadcrumb/_all.scss +0 -1
- package/styles/breadcrumb/_bds-definition.scss +1 -1
- package/styles/breadcrumb/_bootstrap5.3-definition.scss +57 -0
- package/styles/breadcrumb/_fluent-definition.scss +2 -1
- package/styles/breadcrumb/_fluent2-definition.scss +61 -0
- package/styles/breadcrumb/_layout.scss +92 -10
- package/styles/breadcrumb/_theme.scss +31 -2
- package/styles/breadcrumb/bootstrap-dark.css +37 -22
- package/styles/breadcrumb/bootstrap.css +37 -22
- package/styles/breadcrumb/bootstrap4.css +37 -22
- package/styles/breadcrumb/bootstrap5-dark.css +37 -22
- package/styles/breadcrumb/bootstrap5.css +37 -22
- package/styles/breadcrumb/fabric-dark.css +37 -22
- package/styles/breadcrumb/fabric.css +37 -22
- package/styles/breadcrumb/fluent-dark.css +39 -24
- package/styles/breadcrumb/fluent.css +39 -24
- package/styles/breadcrumb/fluent2.css +1489 -0
- package/styles/breadcrumb/fluent2.scss +4 -0
- package/styles/breadcrumb/highcontrast-light.css +37 -22
- package/styles/breadcrumb/highcontrast.css +37 -22
- package/styles/breadcrumb/icons/_bds.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap4.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap5.3.scss +23 -0
- package/styles/breadcrumb/icons/_bootstrap5.scss +0 -2
- package/styles/breadcrumb/icons/_fabric-dark.scss +0 -2
- package/styles/breadcrumb/icons/_fabric.scss +0 -2
- package/styles/breadcrumb/icons/_fluent.scss +0 -2
- package/styles/breadcrumb/icons/_fluent2.scss +23 -0
- package/styles/breadcrumb/icons/_fusionnew.scss +0 -2
- package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -2
- package/styles/breadcrumb/icons/_highcontrast.scss +0 -2
- package/styles/breadcrumb/icons/_material-dark.scss +0 -2
- package/styles/breadcrumb/icons/_material.scss +0 -2
- package/styles/breadcrumb/icons/_material3.scss +0 -2
- package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -2
- package/styles/breadcrumb/icons/_tailwind.scss +0 -2
- package/styles/breadcrumb/material-dark.css +37 -22
- package/styles/breadcrumb/material.css +37 -22
- package/styles/breadcrumb/material3-dark.css +39 -23
- package/styles/breadcrumb/material3.css +39 -23
- package/styles/breadcrumb/tailwind-dark.css +37 -22
- package/styles/breadcrumb/tailwind.css +37 -22
- package/styles/carousel/_bds-definition.scss +0 -7
- package/styles/carousel/_bootstrap-dark-definition.scss +0 -7
- package/styles/carousel/_bootstrap-definition.scss +0 -7
- package/styles/carousel/_bootstrap4-definition.scss +0 -7
- package/styles/carousel/_bootstrap5-definition.scss +0 -7
- package/styles/carousel/_bootstrap5.3-definition.scss +20 -0
- package/styles/carousel/_fabric-dark-definition.scss +0 -7
- package/styles/carousel/_fabric-definition.scss +0 -7
- package/styles/carousel/_fluent-definition.scss +0 -7
- package/styles/carousel/_fluent2-definition.scss +21 -0
- package/styles/carousel/_fusionnew-definition.scss +0 -7
- package/styles/carousel/_highcontrast-definition.scss +0 -7
- package/styles/carousel/_highcontrast-light-definition.scss +0 -7
- package/styles/carousel/_layout.scss +0 -2
- package/styles/carousel/_material-dark-definition.scss +0 -7
- package/styles/carousel/_material-definition.scss +0 -7
- package/styles/carousel/_material3-definition.scss +0 -7
- package/styles/carousel/_tailwind-definition.scss +0 -7
- package/styles/carousel/_theme.scss +8 -2
- package/styles/carousel/bootstrap-dark.css +93 -39
- package/styles/carousel/bootstrap.css +93 -39
- package/styles/carousel/bootstrap4.css +93 -39
- package/styles/carousel/bootstrap5-dark.css +93 -39
- package/styles/carousel/bootstrap5.css +93 -39
- package/styles/carousel/fabric-dark.css +93 -39
- package/styles/carousel/fabric.css +93 -39
- package/styles/carousel/fluent-dark.css +93 -39
- package/styles/carousel/fluent.css +93 -39
- package/styles/carousel/fluent2.css +1405 -0
- package/styles/carousel/fluent2.scss +5 -0
- package/styles/carousel/highcontrast-light.css +93 -39
- package/styles/carousel/highcontrast.css +93 -39
- package/styles/carousel/icons/_bootstrap5.3.scss +30 -0
- package/styles/carousel/icons/_fluent2.scss +30 -0
- package/styles/carousel/material-dark.css +93 -39
- package/styles/carousel/material.css +93 -39
- package/styles/carousel/material3-dark.css +98 -41
- package/styles/carousel/material3.css +98 -41
- package/styles/carousel/tailwind-dark.css +93 -39
- package/styles/carousel/tailwind.css +93 -39
- package/styles/context-menu/_bds-definition.scss +5 -2
- package/styles/context-menu/_bootstrap-dark-definition.scss +0 -3
- package/styles/context-menu/_bootstrap5-definition.scss +0 -1
- package/styles/context-menu/_bootstrap5.3-definition.scss +51 -0
- package/styles/context-menu/_fabric-dark-definition.scss +0 -3
- package/styles/context-menu/_fluent-definition.scss +0 -1
- package/styles/context-menu/_fluent2-definition.scss +52 -0
- package/styles/context-menu/_fusionnew-definition.scss +0 -1
- package/styles/context-menu/_highcontrast-light-definition.scss +0 -3
- package/styles/context-menu/_layout-mixin.scss +24 -0
- package/styles/context-menu/_layout.scss +44 -4
- package/styles/context-menu/_material-dark-definition.scss +0 -3
- package/styles/context-menu/_material3-definition.scss +0 -1
- package/styles/context-menu/_tailwind-definition.scss +0 -1
- package/styles/context-menu/_theme-mixin.scss +13 -0
- package/styles/context-menu/_theme.scss +6 -3
- package/styles/context-menu/bootstrap-dark.css +19 -11
- package/styles/context-menu/bootstrap.css +21 -12
- package/styles/context-menu/bootstrap4.css +21 -12
- package/styles/context-menu/bootstrap5-dark.css +36 -14
- package/styles/context-menu/bootstrap5.css +36 -14
- package/styles/context-menu/fabric-dark.css +19 -11
- package/styles/context-menu/fabric.css +19 -11
- package/styles/context-menu/fluent-dark.css +36 -14
- package/styles/context-menu/fluent.css +36 -14
- package/styles/context-menu/fluent2.css +1497 -0
- package/styles/context-menu/fluent2.scss +7 -0
- package/styles/context-menu/highcontrast-light.css +19 -11
- package/styles/context-menu/highcontrast.css +19 -11
- package/styles/context-menu/icons/_bds.scss +0 -2
- package/styles/context-menu/icons/_bootstrap-dark.scss +0 -2
- package/styles/context-menu/icons/_bootstrap.scss +0 -2
- package/styles/context-menu/icons/_bootstrap4.scss +0 -2
- package/styles/context-menu/icons/_bootstrap5.3.scss +31 -0
- package/styles/context-menu/icons/_bootstrap5.scss +0 -2
- package/styles/context-menu/icons/_fabric-dark.scss +0 -2
- package/styles/context-menu/icons/_fabric.scss +0 -2
- package/styles/context-menu/icons/_fluent.scss +0 -2
- package/styles/context-menu/icons/_fluent2.scss +31 -0
- package/styles/context-menu/icons/_fusionnew.scss +0 -2
- package/styles/context-menu/icons/_highcontrast-light.scss +0 -2
- package/styles/context-menu/icons/_highcontrast.scss +0 -2
- package/styles/context-menu/icons/_material-dark.scss +0 -2
- package/styles/context-menu/icons/_material.scss +0 -2
- package/styles/context-menu/icons/_material3.scss +0 -2
- package/styles/context-menu/icons/_tailwind-dark.scss +0 -2
- package/styles/context-menu/icons/_tailwind.scss +0 -2
- package/styles/context-menu/material-dark.css +49 -15
- package/styles/context-menu/material.css +49 -15
- package/styles/context-menu/material3-dark.css +38 -15
- package/styles/context-menu/material3.css +38 -15
- package/styles/context-menu/tailwind-dark.css +36 -14
- package/styles/context-menu/tailwind.css +36 -14
- package/styles/fabric-dark.css +1040 -641
- package/styles/fabric-dark.scss +47 -14
- package/styles/fabric.css +1042 -652
- package/styles/fabric.scss +47 -14
- package/styles/fluent-dark.css +1074 -698
- package/styles/fluent-dark.scss +47 -14
- package/styles/fluent.css +1074 -698
- package/styles/fluent.scss +47 -14
- package/styles/fluent2.css +13003 -0
- package/styles/fluent2.scss +47 -0
- package/styles/h-scroll/_bootstrap5.3-definition.scss +83 -0
- package/styles/h-scroll/_fluent2-definition.scss +83 -0
- package/styles/h-scroll/bootstrap-dark.css +22 -10
- package/styles/h-scroll/bootstrap.css +22 -10
- package/styles/h-scroll/bootstrap4.css +22 -10
- package/styles/h-scroll/bootstrap5-dark.css +41 -14
- package/styles/h-scroll/bootstrap5.css +41 -14
- package/styles/h-scroll/fabric-dark.css +22 -10
- package/styles/h-scroll/fabric.css +22 -10
- package/styles/h-scroll/fluent-dark.css +41 -14
- package/styles/h-scroll/fluent.css +41 -14
- package/styles/h-scroll/fluent2.css +1341 -0
- package/styles/h-scroll/fluent2.scss +4 -0
- package/styles/h-scroll/highcontrast-light.css +22 -10
- package/styles/h-scroll/highcontrast.css +22 -10
- package/styles/h-scroll/icons/_bootstrap5.3.scss +49 -0
- package/styles/h-scroll/icons/_fluent2.scss +49 -0
- package/styles/h-scroll/material-dark.css +41 -14
- package/styles/h-scroll/material.css +41 -14
- package/styles/h-scroll/material3-dark.css +44 -15
- package/styles/h-scroll/material3.css +44 -15
- package/styles/h-scroll/tailwind-dark.css +41 -14
- package/styles/h-scroll/tailwind.css +41 -14
- package/styles/highcontrast-light.css +1040 -641
- package/styles/highcontrast-light.scss +47 -14
- package/styles/highcontrast.css +1056 -655
- package/styles/highcontrast.scss +47 -14
- package/styles/material-dark.css +1144 -709
- package/styles/material-dark.scss +47 -14
- package/styles/material.css +1157 -726
- package/styles/material.scss +47 -14
- package/styles/material3-dark.css +1148 -731
- package/styles/material3-dark.scss +47 -14
- package/styles/material3.css +1148 -731
- package/styles/material3.scss +47 -14
- package/styles/menu/_bds-definition.scss +0 -1
- package/styles/menu/_bootstrap-dark-definition.scss +0 -3
- package/styles/menu/_bootstrap5-definition.scss +0 -1
- package/styles/menu/_bootstrap5.3-definition.scss +66 -0
- package/styles/menu/_fabric-dark-definition.scss +0 -3
- package/styles/menu/_fluent-definition.scss +0 -1
- package/styles/menu/_fluent2-definition.scss +67 -0
- package/styles/menu/_fusionnew-definition.scss +0 -1
- package/styles/menu/_layout.scss +38 -17
- package/styles/menu/_material-dark-definition.scss +0 -3
- package/styles/menu/_material3-definition.scss +0 -1
- package/styles/menu/_tailwind-definition.scss +0 -1
- package/styles/menu/_theme.scss +46 -14
- package/styles/menu/bootstrap-dark.css +41 -39
- package/styles/menu/bootstrap.css +43 -40
- package/styles/menu/bootstrap4.css +47 -50
- package/styles/menu/bootstrap5-dark.css +58 -42
- package/styles/menu/bootstrap5.css +58 -42
- package/styles/menu/fabric-dark.css +41 -39
- package/styles/menu/fabric.css +41 -39
- package/styles/menu/fluent-dark.css +60 -47
- package/styles/menu/fluent.css +60 -47
- package/styles/menu/fluent2.css +2226 -0
- package/styles/menu/fluent2.scss +8 -0
- package/styles/menu/highcontrast-light.css +41 -39
- package/styles/menu/highcontrast.css +41 -39
- package/styles/menu/icons/_bds.scss +2 -32
- package/styles/menu/icons/_bootstrap-dark.scss +2 -31
- package/styles/menu/icons/_bootstrap.scss +2 -32
- package/styles/menu/icons/_bootstrap4.scss +2 -32
- package/styles/menu/icons/_bootstrap5.3.scss +104 -0
- package/styles/menu/icons/_bootstrap5.scss +2 -32
- package/styles/menu/icons/_fabric-dark.scss +2 -32
- package/styles/menu/icons/_fabric.scss +2 -32
- package/styles/menu/icons/_fluent.scss +2 -32
- package/styles/menu/icons/_fluent2.scss +104 -0
- package/styles/menu/icons/_fusionnew.scss +2 -32
- package/styles/menu/icons/_highcontrast-light.scss +2 -32
- package/styles/menu/icons/_highcontrast.scss +2 -32
- package/styles/menu/icons/_material-dark.scss +2 -32
- package/styles/menu/icons/_material.scss +2 -32
- package/styles/menu/icons/_material3.scss +2 -32
- package/styles/menu/icons/_tailwind-dark.scss +2 -32
- package/styles/menu/icons/_tailwind.scss +2 -32
- package/styles/menu/material-dark.css +71 -43
- package/styles/menu/material.css +71 -43
- package/styles/menu/material3-dark.css +61 -43
- package/styles/menu/material3.css +61 -43
- package/styles/menu/tailwind-dark.css +58 -42
- package/styles/menu/tailwind.css +58 -42
- package/styles/pager/_bds-definition.scss +6 -6
- package/styles/pager/_bootstrap-dark-definition.scss +2 -2
- package/styles/pager/_bootstrap-definition.scss +8 -8
- package/styles/pager/_bootstrap4-definition.scss +10 -10
- package/styles/pager/_bootstrap5-definition.scss +19 -19
- package/styles/pager/_bootstrap5.3-definition.scss +166 -0
- package/styles/pager/_fabric-dark-definition.scss +3 -5
- package/styles/pager/_fabric-definition.scss +3 -3
- package/styles/pager/_fluent-definition.scss +11 -11
- package/styles/pager/_fluent2-definition.scss +152 -0
- package/styles/pager/_fusionnew-definition.scss +19 -19
- package/styles/pager/_highcontrast-definition.scss +2 -2
- package/styles/pager/_highcontrast-light-definition.scss +2 -4
- package/styles/pager/_layout.scss +340 -339
- package/styles/pager/_material-dark-definition.scss +4 -6
- package/styles/pager/_material-definition.scss +4 -4
- package/styles/pager/_material3-definition.scss +22 -22
- package/styles/pager/_tailwind-definition.scss +17 -17
- package/styles/pager/_theme.scss +43 -26
- package/styles/pager/bootstrap-dark.css +88 -76
- package/styles/pager/bootstrap.css +90 -78
- package/styles/pager/bootstrap4.css +90 -78
- package/styles/pager/bootstrap5-dark.css +114 -111
- package/styles/pager/bootstrap5.css +114 -111
- package/styles/pager/fabric-dark.css +86 -74
- package/styles/pager/fabric.css +86 -74
- package/styles/pager/fluent-dark.css +92 -80
- package/styles/pager/fluent.css +92 -80
- package/styles/pager/fluent2.css +1862 -0
- package/styles/pager/fluent2.scss +4 -0
- package/styles/pager/highcontrast-light.css +86 -74
- package/styles/pager/highcontrast.css +86 -74
- package/styles/pager/icons/_bootstrap5.3.scss +50 -0
- package/styles/pager/icons/_fluent2.scss +50 -0
- package/styles/pager/material-dark.css +86 -74
- package/styles/pager/material.css +86 -74
- package/styles/pager/material3-dark.css +107 -106
- package/styles/pager/material3.css +107 -106
- package/styles/pager/tailwind-dark.css +139 -144
- package/styles/pager/tailwind.css +139 -144
- package/styles/sidebar/_bds-definition.scss +8 -0
- package/styles/sidebar/_bootstrap5.3-definition.scss +6 -0
- package/styles/sidebar/_fluent2-definition.scss +8 -0
- package/styles/sidebar/_material3-definition.scss +0 -3
- package/styles/sidebar/_theme.scss +114 -45
- package/styles/sidebar/bootstrap-dark.css +124 -49
- package/styles/sidebar/bootstrap.css +124 -49
- package/styles/sidebar/bootstrap4.css +124 -49
- package/styles/sidebar/bootstrap5-dark.css +122 -47
- package/styles/sidebar/bootstrap5.css +122 -47
- package/styles/sidebar/fabric-dark.css +124 -49
- package/styles/sidebar/fabric.css +124 -49
- package/styles/sidebar/fluent-dark.css +122 -47
- package/styles/sidebar/fluent.css +122 -47
- package/styles/sidebar/fluent2.css +1263 -0
- package/styles/sidebar/fluent2.scss +3 -0
- package/styles/sidebar/highcontrast-light.css +124 -49
- package/styles/sidebar/highcontrast.css +124 -49
- package/styles/sidebar/material-dark.css +124 -49
- package/styles/sidebar/material.css +124 -49
- package/styles/sidebar/material3-dark.css +125 -49
- package/styles/sidebar/material3.css +125 -49
- package/styles/sidebar/tailwind-dark.css +122 -47
- package/styles/sidebar/tailwind.css +122 -47
- package/styles/stepper/_bds-definition.scss +0 -7
- package/styles/stepper/_bootstrap-dark-definition.scss +0 -7
- package/styles/stepper/_bootstrap-definition.scss +0 -7
- package/styles/stepper/_bootstrap4-definition.scss +0 -7
- package/styles/stepper/_bootstrap5-definition.scss +0 -7
- package/styles/stepper/_bootstrap5.3-definition.scss +73 -0
- package/styles/stepper/_fabric-dark-definition.scss +0 -7
- package/styles/stepper/_fabric-definition.scss +0 -7
- package/styles/stepper/_fluent-definition.scss +0 -7
- package/styles/stepper/_fluent2-definition.scss +72 -0
- package/styles/stepper/_fusionnew-definition.scss +0 -7
- package/styles/stepper/_highcontrast-definition.scss +0 -7
- package/styles/stepper/_highcontrast-light-definition.scss +0 -7
- package/styles/stepper/_layout.scss +90 -143
- package/styles/stepper/_material-dark-definition.scss +0 -7
- package/styles/stepper/_material-definition.scss +0 -7
- package/styles/stepper/_material3-definition.scss +0 -7
- package/styles/stepper/_tailwind-definition.scss +0 -7
- package/styles/stepper/_theme.scss +12 -20
- package/styles/stepper/bootstrap-dark.css +162 -118
- package/styles/stepper/bootstrap.css +162 -118
- package/styles/stepper/bootstrap4.css +162 -118
- package/styles/stepper/bootstrap5-dark.css +162 -118
- package/styles/stepper/bootstrap5.css +162 -118
- package/styles/stepper/fabric-dark.css +162 -118
- package/styles/stepper/fabric.css +162 -118
- package/styles/stepper/fluent-dark.css +162 -118
- package/styles/stepper/fluent.css +162 -118
- package/styles/stepper/fluent2.css +1742 -0
- package/styles/stepper/fluent2.scss +5 -0
- package/styles/stepper/highcontrast-light.css +162 -118
- package/styles/stepper/highcontrast.css +162 -118
- package/styles/stepper/icons/_bootstrap5.3.scss +5 -0
- package/styles/stepper/icons/_fluent2.scss +5 -0
- package/styles/stepper/material-dark.css +162 -118
- package/styles/stepper/material.css +162 -118
- package/styles/stepper/material3-dark.css +167 -119
- package/styles/stepper/material3.css +167 -119
- package/styles/stepper/tailwind-dark.css +162 -118
- package/styles/stepper/tailwind.css +162 -118
- package/styles/tab/_bds-definition.scss +5 -45
- package/styles/tab/_bootstrap-dark-definition.scss +0 -26
- package/styles/tab/_bootstrap-definition.scss +0 -35
- package/styles/tab/_bootstrap4-definition.scss +9 -42
- package/styles/tab/_bootstrap5-definition.scss +0 -26
- package/styles/tab/_bootstrap5.3-definition.scss +635 -0
- package/styles/tab/_fabric-dark-definition.scss +0 -22
- package/styles/tab/_fabric-definition.scss +1 -36
- package/styles/tab/_fluent-definition.scss +0 -31
- package/styles/tab/_fluent2-definition.scss +667 -0
- package/styles/tab/_fusionnew-definition.scss +0 -26
- package/styles/tab/_highcontrast-definition.scss +0 -35
- package/styles/tab/_highcontrast-light-definition.scss +0 -24
- package/styles/tab/_icons.scss +0 -2
- package/styles/tab/_layout.scss +29 -31
- package/styles/tab/_material-dark-definition.scss +0 -28
- package/styles/tab/_material-definition.scss +0 -39
- package/styles/tab/_material3-definition.scss +3 -28
- package/styles/tab/_tailwind-definition.scss +0 -39
- package/styles/tab/_theme.scss +21 -2
- package/styles/tab/bootstrap-dark.css +171 -78
- package/styles/tab/bootstrap.css +171 -83
- package/styles/tab/bootstrap4.css +177 -87
- package/styles/tab/bootstrap5-dark.css +171 -84
- package/styles/tab/bootstrap5.css +171 -84
- package/styles/tab/fabric-dark.css +171 -78
- package/styles/tab/fabric.css +173 -85
- package/styles/tab/fluent-dark.css +171 -81
- package/styles/tab/fluent.css +171 -81
- package/styles/tab/fluent2.css +5251 -0
- package/styles/tab/fluent2.scss +5 -0
- package/styles/tab/highcontrast-light.css +171 -78
- package/styles/tab/highcontrast.css +171 -83
- package/styles/tab/icons/_bds.scss +0 -2
- package/styles/tab/icons/_bootstrap-dark.scss +0 -2
- package/styles/tab/icons/_bootstrap.scss +0 -2
- package/styles/tab/icons/_bootstrap4.scss +0 -2
- package/styles/tab/icons/_bootstrap5.3.scss +90 -0
- package/styles/tab/icons/_bootstrap5.scss +0 -2
- package/styles/tab/icons/_fabric-dark.scss +0 -2
- package/styles/tab/icons/_fabric.scss +0 -2
- package/styles/tab/icons/_fluent.scss +0 -2
- package/styles/tab/icons/_fluent2.scss +98 -0
- package/styles/tab/icons/_fusionnew.scss +0 -2
- package/styles/tab/icons/_highcontrast-light.scss +0 -2
- package/styles/tab/icons/_highcontrast.scss +0 -2
- package/styles/tab/icons/_material-dark.scss +0 -2
- package/styles/tab/icons/_material.scss +0 -2
- package/styles/tab/icons/_material3.scss +0 -2
- package/styles/tab/icons/_tailwind.scss +0 -2
- package/styles/tab/material-dark.css +232 -84
- package/styles/tab/material.css +232 -90
- package/styles/tab/material3-dark.css +174 -85
- package/styles/tab/material3.css +174 -85
- package/styles/tab/tailwind-dark.css +217 -87
- package/styles/tab/tailwind.css +217 -87
- package/styles/tailwind-dark.css +1165 -763
- package/styles/tailwind-dark.scss +47 -14
- package/styles/tailwind.css +1165 -763
- package/styles/tailwind.scss +47 -14
- package/styles/toolbar/_bds-definition.scss +0 -18
- package/styles/toolbar/_bootstrap-dark-definition.scss +0 -15
- package/styles/toolbar/_bootstrap-definition.scss +0 -3
- package/styles/toolbar/_bootstrap4-definition.scss +0 -13
- package/styles/toolbar/_bootstrap5-definition.scss +0 -22
- package/styles/toolbar/_bootstrap5.3-definition.scss +198 -0
- package/styles/toolbar/_fabric-dark-definition.scss +0 -15
- package/styles/toolbar/_fabric-definition.scss +0 -13
- package/styles/toolbar/_fluent-definition.scss +0 -13
- package/styles/toolbar/_fluent2-definition.scss +197 -0
- package/styles/toolbar/_fusionnew-definition.scss +0 -22
- package/styles/toolbar/_highcontrast-definition.scss +0 -14
- package/styles/toolbar/_highcontrast-light-definition.scss +0 -15
- package/styles/toolbar/_layout.scss +18 -32
- package/styles/toolbar/_material-dark-definition.scss +0 -16
- package/styles/toolbar/_material-definition.scss +0 -16
- package/styles/toolbar/_material3-definition.scss +0 -21
- package/styles/toolbar/_tailwind-definition.scss +0 -13
- package/styles/toolbar/_theme.scss +66 -5
- package/styles/toolbar/bootstrap-dark.css +94 -61
- package/styles/toolbar/bootstrap.css +96 -62
- package/styles/toolbar/bootstrap4.css +96 -62
- package/styles/toolbar/bootstrap5-dark.css +111 -64
- package/styles/toolbar/bootstrap5.css +111 -64
- package/styles/toolbar/fabric-dark.css +94 -61
- package/styles/toolbar/fabric.css +94 -61
- package/styles/toolbar/fluent-dark.css +111 -64
- package/styles/toolbar/fluent.css +111 -64
- package/styles/toolbar/fluent2.css +2224 -0
- package/styles/toolbar/fluent2.scss +8 -0
- package/styles/toolbar/highcontrast-light.css +94 -61
- package/styles/toolbar/highcontrast.css +94 -61
- package/styles/toolbar/icons/_bds.scss +0 -2
- package/styles/toolbar/icons/_bootstrap-dark.scss +0 -2
- package/styles/toolbar/icons/_bootstrap.scss +0 -2
- package/styles/toolbar/icons/_bootstrap4.scss +0 -2
- package/styles/toolbar/icons/_bootstrap5.3.scss +14 -0
- package/styles/toolbar/icons/_bootstrap5.scss +0 -2
- package/styles/toolbar/icons/_fabric-dark.scss +0 -2
- package/styles/toolbar/icons/_fabric.scss +0 -2
- package/styles/toolbar/icons/_fluent.scss +0 -2
- package/styles/toolbar/icons/_fluent2.scss +14 -0
- package/styles/toolbar/icons/_fusionnew.scss +0 -2
- package/styles/toolbar/icons/_highcontrast-light.scss +0 -2
- package/styles/toolbar/icons/_highcontrast.scss +0 -2
- package/styles/toolbar/icons/_material-dark.scss +0 -2
- package/styles/toolbar/icons/_material.scss +0 -2
- package/styles/toolbar/icons/_material3.scss +0 -2
- package/styles/toolbar/icons/_tailwind.scss +0 -2
- package/styles/toolbar/material-dark.css +143 -69
- package/styles/toolbar/material.css +143 -70
- package/styles/toolbar/material3-dark.css +123 -65
- package/styles/toolbar/material3.css +123 -65
- package/styles/toolbar/tailwind-dark.css +111 -64
- package/styles/toolbar/tailwind.css +111 -64
- package/styles/treeview/_bootstrap5.3-definition.scss +119 -0
- package/styles/treeview/_fluent2-definition.scss +126 -0
- package/styles/treeview/_layout.scss +154 -146
- package/styles/treeview/_material3-definition.scss +1 -12
- package/styles/treeview/_theme.scss +154 -168
- package/styles/treeview/bootstrap-dark.css +106 -98
- package/styles/treeview/bootstrap.css +112 -100
- package/styles/treeview/bootstrap4.css +112 -104
- package/styles/treeview/bootstrap5-dark.css +112 -103
- package/styles/treeview/bootstrap5.css +112 -103
- package/styles/treeview/fabric-dark.css +106 -98
- package/styles/treeview/fabric.css +106 -98
- package/styles/treeview/fluent-dark.css +112 -103
- package/styles/treeview/fluent.css +112 -103
- package/styles/treeview/fluent2.css +2052 -0
- package/styles/treeview/fluent2.scss +6 -0
- package/styles/treeview/highcontrast-light.css +106 -98
- package/styles/treeview/highcontrast.css +122 -103
- package/styles/treeview/icons/_bootstrap5.3.scss +43 -0
- package/styles/treeview/icons/_fluent2.scss +43 -0
- package/styles/treeview/material-dark.css +115 -99
- package/styles/treeview/material.css +129 -101
- package/styles/treeview/material3-dark.css +136 -109
- package/styles/treeview/material3.css +136 -109
- package/styles/treeview/tailwind-dark.css +113 -105
- package/styles/treeview/tailwind.css +113 -105
- package/styles/v-scroll/_bootstrap5.3-definition.scss +49 -0
- package/styles/v-scroll/_fluent2-definition.scss +49 -0
- package/styles/v-scroll/bootstrap-dark.css +22 -10
- package/styles/v-scroll/bootstrap.css +22 -10
- package/styles/v-scroll/bootstrap4.css +22 -10
- package/styles/v-scroll/bootstrap5-dark.css +22 -10
- package/styles/v-scroll/bootstrap5.css +22 -10
- package/styles/v-scroll/fabric-dark.css +22 -10
- package/styles/v-scroll/fabric.css +22 -10
- package/styles/v-scroll/fluent-dark.css +22 -10
- package/styles/v-scroll/fluent.css +22 -10
- package/styles/v-scroll/fluent2.css +1248 -0
- package/styles/v-scroll/fluent2.scss +4 -0
- package/styles/v-scroll/highcontrast-light.css +22 -10
- package/styles/v-scroll/highcontrast.css +22 -10
- package/styles/v-scroll/icons/_bootstrap5.3.scss +27 -0
- package/styles/v-scroll/icons/_fluent2.scss +27 -0
- package/styles/v-scroll/material-dark.css +41 -14
- package/styles/v-scroll/material.css +41 -14
- package/styles/v-scroll/material3-dark.css +25 -11
- package/styles/v-scroll/material3.css +25 -11
- package/styles/v-scroll/tailwind-dark.css +22 -10
- package/styles/v-scroll/tailwind.css +22 -10
- package/CHANGELOG.md +0 -2355
package/styles/fluent-dark.css
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
.e-bigger .e-pager,
|
|
45
45
|
.e-pager.e-bigger {
|
|
46
46
|
font-size: 16px;
|
|
47
|
-
padding: 10px 10px 12px
|
|
47
|
+
padding: 10px 10px 12px;
|
|
48
48
|
}
|
|
49
49
|
.e-bigger .e-pager div.e-icons,
|
|
50
50
|
.e-pager.e-bigger div.e-icons {
|
|
@@ -63,6 +63,10 @@
|
|
|
63
63
|
margin-top: -31px;
|
|
64
64
|
width: 82px;
|
|
65
65
|
}
|
|
66
|
+
.e-bigger .e-pager .e-pagercontainer,
|
|
67
|
+
.e-pager.e-bigger .e-pagercontainer {
|
|
68
|
+
margin: 0 0 -6px 0.8px;
|
|
69
|
+
}
|
|
66
70
|
.e-bigger .e-pager .e-pagercontainer .e-firstpage,
|
|
67
71
|
.e-bigger .e-pager .e-pagercontainer .e-prevpage,
|
|
68
72
|
.e-bigger .e-pager .e-pagercontainer .e-firstpagedisabled,
|
|
@@ -86,14 +90,6 @@
|
|
|
86
90
|
margin-bottom: 5px;
|
|
87
91
|
margin-left: 16px;
|
|
88
92
|
}
|
|
89
|
-
.e-bigger .e-pager .e-pagercontainer,
|
|
90
|
-
.e-pager.e-bigger .e-pagercontainer {
|
|
91
|
-
margin: 0 0 -6px 0.8px;
|
|
92
|
-
}
|
|
93
|
-
.e-bigger .e-pager.e-rtl .e-pagercontainer,
|
|
94
|
-
.e-pager.e-bigger.e-rtl .e-pagercontainer {
|
|
95
|
-
margin: 0;
|
|
96
|
-
}
|
|
97
93
|
@media (max-width: 769px) {
|
|
98
94
|
.e-bigger .e-pager,
|
|
99
95
|
.e-pager.e-bigger {
|
|
@@ -114,17 +110,6 @@
|
|
|
114
110
|
.e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
|
|
115
111
|
margin-left: 0;
|
|
116
112
|
}
|
|
117
|
-
.e-bigger .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, .e-bigger .e-pager.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default,
|
|
118
|
-
.e-pager.e-bigger.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,
|
|
119
|
-
.e-pager.e-bigger.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
|
|
120
|
-
margin-left: 0;
|
|
121
|
-
margin-right: 0;
|
|
122
|
-
}
|
|
123
|
-
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
124
|
-
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
125
|
-
margin-left: 6px;
|
|
126
|
-
margin-top: 2px;
|
|
127
|
-
}
|
|
128
113
|
.e-bigger .e-pager .e-numericitem,
|
|
129
114
|
.e-pager.e-bigger .e-numericitem {
|
|
130
115
|
margin: 0;
|
|
@@ -137,7 +122,7 @@
|
|
|
137
122
|
.e-pager.e-bigger .e-np.e-spacing,
|
|
138
123
|
.e-pager.e-bigger .e-pp.e-spacing:hover,
|
|
139
124
|
.e-pager.e-bigger .e-np.e-spacing:hover {
|
|
140
|
-
padding: 14.5px 13px 10px
|
|
125
|
+
padding: 14.5px 13px 10px;
|
|
141
126
|
}
|
|
142
127
|
.e-bigger .e-pager .e-spacing,
|
|
143
128
|
.e-bigger .e-pager .e-numericitem:hover,
|
|
@@ -146,7 +131,39 @@
|
|
|
146
131
|
.e-pager.e-bigger .e-numericitem:hover,
|
|
147
132
|
.e-pager.e-bigger .e-currentitem {
|
|
148
133
|
border-radius: 0;
|
|
149
|
-
padding: 13px 13px 11px
|
|
134
|
+
padding: 13px 13px 11px;
|
|
135
|
+
}
|
|
136
|
+
.e-bigger .e-pager.e-rtl .e-spacing,
|
|
137
|
+
.e-bigger .e-pager.e-rtl .e-numericitem:hover,
|
|
138
|
+
.e-bigger .e-pager.e-rtl .e-currentitem,
|
|
139
|
+
.e-pager.e-bigger.e-rtl .e-spacing,
|
|
140
|
+
.e-pager.e-bigger.e-rtl .e-numericitem:hover,
|
|
141
|
+
.e-pager.e-bigger.e-rtl .e-currentitem {
|
|
142
|
+
padding: 14.5px 13px 10px;
|
|
143
|
+
}
|
|
144
|
+
.e-bigger .e-pager.e-rtl .e-pagerdropdown,
|
|
145
|
+
.e-pager.e-bigger.e-rtl .e-pagerdropdown {
|
|
146
|
+
margin: -40px 16px 0 0;
|
|
147
|
+
}
|
|
148
|
+
.e-bigger .e-pager.e-rtl .e-pagerconstant,
|
|
149
|
+
.e-pager.e-bigger.e-rtl .e-pagerconstant {
|
|
150
|
+
margin: 14px 16px 9px 0;
|
|
151
|
+
}
|
|
152
|
+
.e-bigger .e-pager.e-rtl .e-pagercontainer,
|
|
153
|
+
.e-pager.e-bigger.e-rtl .e-pagercontainer {
|
|
154
|
+
margin: 0;
|
|
155
|
+
}
|
|
156
|
+
.e-bigger .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,
|
|
157
|
+
.e-bigger .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default,
|
|
158
|
+
.e-pager.e-bigger.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,
|
|
159
|
+
.e-pager.e-bigger.e-rtl .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
|
|
160
|
+
margin-left: 0;
|
|
161
|
+
margin-right: 0;
|
|
162
|
+
}
|
|
163
|
+
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
164
|
+
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
165
|
+
margin-left: 6px;
|
|
166
|
+
margin-top: 2px;
|
|
150
167
|
}
|
|
151
168
|
.e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem:hover, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem:hover,
|
|
152
169
|
.e-pager.e-bigger.e-rtl .e-pp.e-spacing.e-numericitem,
|
|
@@ -156,13 +173,17 @@
|
|
|
156
173
|
font-size: 14px;
|
|
157
174
|
margin-top: -5px;
|
|
158
175
|
}
|
|
159
|
-
.e-bigger .e-pager.e-rtl .e-
|
|
160
|
-
.e-pager.e-bigger.e-rtl .e-
|
|
161
|
-
margin:
|
|
176
|
+
.e-bigger .e-pager.e-rtl.e-adaptive div.e-parentmsgbar,
|
|
177
|
+
.e-pager.e-bigger.e-rtl.e-adaptive div.e-parentmsgbar {
|
|
178
|
+
margin-top: 0;
|
|
162
179
|
}
|
|
163
|
-
.e-bigger .e-pager.e-rtl .e-
|
|
164
|
-
.e-pager.e-bigger.e-rtl .e-
|
|
165
|
-
margin:
|
|
180
|
+
.e-bigger .e-pager.e-rtl.e-adaptive div.e-pagerdropdown,
|
|
181
|
+
.e-pager.e-bigger.e-rtl.e-adaptive div.e-pagerdropdown {
|
|
182
|
+
margin: 0 4px 0 2px;
|
|
183
|
+
}
|
|
184
|
+
.e-bigger .e-pager.e-rtl.e-adaptive div.e-pagerconstant.e-page-all,
|
|
185
|
+
.e-pager.e-bigger.e-rtl.e-adaptive div.e-pagerconstant.e-page-all {
|
|
186
|
+
top: 10px;
|
|
166
187
|
}
|
|
167
188
|
.e-bigger .e-pager .e-pagercontainer .e-firstpage,
|
|
168
189
|
.e-bigger .e-pager .e-pagercontainer .e-prevpage,
|
|
@@ -205,18 +226,6 @@
|
|
|
205
226
|
.e-pager.e-bigger.e-adaptive .e-pagerconstant.e-page-all {
|
|
206
227
|
top: 9px;
|
|
207
228
|
}
|
|
208
|
-
.e-bigger .e-pager.e-rtl.e-adaptive.e-rtl div.e-parentmsgbar,
|
|
209
|
-
.e-pager.e-bigger.e-rtl.e-adaptive.e-rtl div.e-parentmsgbar {
|
|
210
|
-
margin-top: 0;
|
|
211
|
-
}
|
|
212
|
-
.e-bigger .e-pager.e-rtl.e-adaptive.e-rtl div.e-pagerdropdown,
|
|
213
|
-
.e-pager.e-bigger.e-rtl.e-adaptive.e-rtl div.e-pagerdropdown {
|
|
214
|
-
margin: 0 4px 0 2px;
|
|
215
|
-
}
|
|
216
|
-
.e-bigger .e-pager.e-rtl.e-adaptive.e-rtl div.e-pagerconstant.e-page-all,
|
|
217
|
-
.e-pager.e-bigger.e-rtl.e-adaptive.e-rtl div.e-pagerconstant.e-page-all {
|
|
218
|
-
top: 10px;
|
|
219
|
-
}
|
|
220
229
|
|
|
221
230
|
.e-pager {
|
|
222
231
|
border-style: solid;
|
|
@@ -230,7 +239,8 @@
|
|
|
230
239
|
/* stylelint-enable */
|
|
231
240
|
}
|
|
232
241
|
.e-pager [class^=e-] {
|
|
233
|
-
box-sizing: border-box;
|
|
242
|
+
-webkit-box-sizing: border-box;
|
|
243
|
+
box-sizing: border-box;
|
|
234
244
|
}
|
|
235
245
|
.e-pager .e-pager-default.e-hide,
|
|
236
246
|
.e-pager .e-pagesizes.e-hide,
|
|
@@ -273,7 +283,7 @@
|
|
|
273
283
|
line-height: 1;
|
|
274
284
|
margin-right: 0;
|
|
275
285
|
min-width: 26px;
|
|
276
|
-
padding: 13px 12px 10px
|
|
286
|
+
padding: 13px 12px 10px;
|
|
277
287
|
text-align: center;
|
|
278
288
|
}
|
|
279
289
|
.e-pager div.e-pagermsgdiv {
|
|
@@ -305,6 +315,7 @@
|
|
|
305
315
|
.e-pager a {
|
|
306
316
|
display: inline;
|
|
307
317
|
-webkit-user-select: none;
|
|
318
|
+
-moz-user-select: none;
|
|
308
319
|
-ms-user-select: none;
|
|
309
320
|
user-select: none;
|
|
310
321
|
}
|
|
@@ -367,7 +378,7 @@
|
|
|
367
378
|
.e-pager .e-pagermessage,
|
|
368
379
|
.e-pager .e-pagerexternalmsg {
|
|
369
380
|
display: block;
|
|
370
|
-
margin: 6px 6px 0
|
|
381
|
+
margin: 6px 6px 0;
|
|
371
382
|
overflow: hidden;
|
|
372
383
|
text-overflow: ellipsis;
|
|
373
384
|
}
|
|
@@ -394,9 +405,9 @@
|
|
|
394
405
|
.e-pager .e-pp:hover,
|
|
395
406
|
.e-pager .e-np:hover {
|
|
396
407
|
font-size: 14px;
|
|
408
|
+
padding: 8px 12px 10px 11px;
|
|
397
409
|
font-weight: 400;
|
|
398
410
|
letter-spacing: 0;
|
|
399
|
-
padding: 8px 12px 10px 11px;
|
|
400
411
|
}
|
|
401
412
|
.e-pager .e-np.e-focused,
|
|
402
413
|
.e-pager .e-pp.e-focused {
|
|
@@ -404,23 +415,28 @@
|
|
|
404
415
|
padding: 8px 12px 10px 11px;
|
|
405
416
|
}
|
|
406
417
|
.e-pager.e-adaptive {
|
|
418
|
+
display: -webkit-box;
|
|
407
419
|
display: -ms-flexbox;
|
|
408
420
|
display: flex;
|
|
409
|
-
-
|
|
410
|
-
align
|
|
411
|
-
|
|
412
|
-
|
|
421
|
+
-webkit-box-align: center;
|
|
422
|
+
-ms-flex-align: center;
|
|
423
|
+
align-items: center;
|
|
424
|
+
-webkit-box-pack: justify;
|
|
425
|
+
-ms-flex-pack: justify;
|
|
426
|
+
justify-content: space-between;
|
|
413
427
|
padding: 9px;
|
|
414
428
|
}
|
|
415
429
|
.e-pager.e-adaptive div.e-parentmsgbar {
|
|
416
430
|
margin: 0 5px;
|
|
417
431
|
margin-top: -5px;
|
|
418
|
-
-
|
|
419
|
-
flex-
|
|
432
|
+
-webkit-box-flex: 1;
|
|
433
|
+
-ms-flex-positive: 1;
|
|
434
|
+
flex-grow: 1;
|
|
420
435
|
min-width: 10px;
|
|
421
436
|
white-space: nowrap;
|
|
422
437
|
}
|
|
423
438
|
.e-pager.e-adaptive .e-pagesizes {
|
|
439
|
+
display: -webkit-inline-box;
|
|
424
440
|
display: -ms-inline-flexbox;
|
|
425
441
|
display: inline-flex;
|
|
426
442
|
width: auto;
|
|
@@ -429,8 +445,9 @@
|
|
|
429
445
|
margin: 2px 2px 0 4px;
|
|
430
446
|
width: 77px;
|
|
431
447
|
min-width: 77px;
|
|
432
|
-
-
|
|
433
|
-
order: 2;
|
|
448
|
+
-webkit-box-ordinal-group: 3;
|
|
449
|
+
-ms-flex-order: 2;
|
|
450
|
+
order: 2;
|
|
434
451
|
height: 40px;
|
|
435
452
|
padding-right: 5px;
|
|
436
453
|
}
|
|
@@ -438,8 +455,9 @@
|
|
|
438
455
|
font-size: 12px;
|
|
439
456
|
position: relative;
|
|
440
457
|
top: 4px;
|
|
441
|
-
-
|
|
442
|
-
order: 1;
|
|
458
|
+
-webkit-box-ordinal-group: 2;
|
|
459
|
+
-ms-flex-order: 1;
|
|
460
|
+
order: 1;
|
|
443
461
|
min-width: 52px;
|
|
444
462
|
max-height: 34px;
|
|
445
463
|
margin: 0 8px 0 10px;
|
|
@@ -464,21 +482,18 @@
|
|
|
464
482
|
padding: 13px 0;
|
|
465
483
|
}
|
|
466
484
|
.e-pager div.e-parentmsgbar {
|
|
467
|
-
box-sizing: border-box;
|
|
468
|
-
display: inline-block;
|
|
469
|
-
float: initial;
|
|
470
485
|
padding-bottom: 0;
|
|
471
486
|
padding-right: 0;
|
|
472
487
|
padding-top: 0;
|
|
488
|
+
-webkit-box-sizing: border-box;
|
|
489
|
+
box-sizing: border-box;
|
|
490
|
+
display: inline-block;
|
|
491
|
+
float: initial;
|
|
473
492
|
text-align: center;
|
|
474
493
|
width: calc(60% - 48px);
|
|
475
494
|
}
|
|
476
|
-
.e-pager .e-pagesizes
|
|
477
|
-
|
|
478
|
-
}
|
|
479
|
-
.e-pager .e-pagecountmsg {
|
|
480
|
-
display: none;
|
|
481
|
-
}
|
|
495
|
+
.e-pager .e-pagesizes,
|
|
496
|
+
.e-pager .e-pagecountmsg,
|
|
482
497
|
.e-pager .e-pagercontainer {
|
|
483
498
|
display: none;
|
|
484
499
|
}
|
|
@@ -490,7 +505,8 @@
|
|
|
490
505
|
.e-pager .e-mnext,
|
|
491
506
|
.e-pager .e-mlast {
|
|
492
507
|
border: 0;
|
|
493
|
-
box-sizing: border-box;
|
|
508
|
+
-webkit-box-sizing: border-box;
|
|
509
|
+
box-sizing: border-box;
|
|
494
510
|
display: inline-block;
|
|
495
511
|
padding: 1% 5%;
|
|
496
512
|
}
|
|
@@ -535,7 +551,7 @@
|
|
|
535
551
|
margin: -26px 16px 0 0;
|
|
536
552
|
}
|
|
537
553
|
.e-pager.e-rtl .e-pagerconstant {
|
|
538
|
-
margin: 8px 8px 6px
|
|
554
|
+
margin: 8px 8px 6px;
|
|
539
555
|
}
|
|
540
556
|
.e-pager.e-rtl .e-pagerexternalmsg {
|
|
541
557
|
float: none;
|
|
@@ -587,7 +603,7 @@
|
|
|
587
603
|
border-right-width: 0;
|
|
588
604
|
min-width: 26px;
|
|
589
605
|
}
|
|
590
|
-
.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, .e-pager.e-rtl.e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
|
|
606
|
+
.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
|
|
591
607
|
margin-left: 0;
|
|
592
608
|
margin-right: 0;
|
|
593
609
|
}
|
|
@@ -642,6 +658,9 @@
|
|
|
642
658
|
float: right;
|
|
643
659
|
}
|
|
644
660
|
}
|
|
661
|
+
.e-pager.sf-pager .e-pagercontainer {
|
|
662
|
+
font-size: 0;
|
|
663
|
+
}
|
|
645
664
|
.e-pager.sf-pager .e-pagercontainer .e-first,
|
|
646
665
|
.e-pager.sf-pager .e-pagercontainer .e-prev,
|
|
647
666
|
.e-pager.sf-pager .e-pagercontainer .e-next,
|
|
@@ -651,9 +670,6 @@
|
|
|
651
670
|
.e-pager.sf-pager .e-numericcontainer a {
|
|
652
671
|
font-size: 14px;
|
|
653
672
|
}
|
|
654
|
-
.e-pager.sf-pager .e-pagercontainer {
|
|
655
|
-
font-size: 0;
|
|
656
|
-
}
|
|
657
673
|
.e-pager.sf-pager .e-link,
|
|
658
674
|
.e-pager.sf-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
|
|
659
675
|
margin-left: 0;
|
|
@@ -661,8 +677,8 @@
|
|
|
661
677
|
|
|
662
678
|
/*! Pager theme */
|
|
663
679
|
.e-pager {
|
|
664
|
-
background-color: #1b1a19;
|
|
665
680
|
border-color: #292827;
|
|
681
|
+
background: #1b1a19;
|
|
666
682
|
color: #c8c6c4;
|
|
667
683
|
opacity: 1;
|
|
668
684
|
}
|
|
@@ -697,7 +713,6 @@
|
|
|
697
713
|
}
|
|
698
714
|
.e-pager .e-numericitem {
|
|
699
715
|
background: #1b1a19;
|
|
700
|
-
border-right-color: #292827;
|
|
701
716
|
color: #a19f9d;
|
|
702
717
|
}
|
|
703
718
|
.e-pager .e-prevpagedisabled,
|
|
@@ -719,6 +734,7 @@
|
|
|
719
734
|
background-color: #1b1a19;
|
|
720
735
|
border-color: #292827;
|
|
721
736
|
}
|
|
737
|
+
.e-pager .e-numericitem,
|
|
722
738
|
.e-pager .e-firstpage,
|
|
723
739
|
.e-pager .e-prevpage,
|
|
724
740
|
.e-pager .e-firstpagedisabled,
|
|
@@ -748,10 +764,12 @@
|
|
|
748
764
|
}
|
|
749
765
|
.e-pager .e-currentitem.e-numericitem.e-focused {
|
|
750
766
|
background: #1b1a19;
|
|
751
|
-
box-shadow: 0 0 0 1px #0078d4 inset;
|
|
767
|
+
-webkit-box-shadow: 0 0 0 1px #0078d4 inset;
|
|
768
|
+
box-shadow: 0 0 0 1px #0078d4 inset;
|
|
752
769
|
}
|
|
753
770
|
.e-pager .e-focused {
|
|
754
|
-
box-shadow: 0 0 0 1px #0078d4 inset;
|
|
771
|
+
-webkit-box-shadow: 0 0 0 1px #0078d4 inset;
|
|
772
|
+
box-shadow: 0 0 0 1px #0078d4 inset;
|
|
755
773
|
}
|
|
756
774
|
@media (max-width: 590px) {
|
|
757
775
|
.e-pager .e-pager-default:hover {
|
|
@@ -760,24 +778,31 @@
|
|
|
760
778
|
opacity: 1;
|
|
761
779
|
}
|
|
762
780
|
}
|
|
763
|
-
.e-pager.e-rtl .e-numericitem {
|
|
764
|
-
border-left-color: #292827;
|
|
765
|
-
}
|
|
766
|
-
.e-pager.e-rtl .e-firstpage, .e-pager.e-rtl .e-prevpage, .e-pager.e-rtl .e-firstpagedisabled, .e-pager.e-rtl .e-prevpagedisabled, .e-pager.e-rtl .e-nextpage, .e-pager.e-rtl .e-lastpage, .e-pager.e-rtl .e-nextpagedisabled, .e-pager.e-rtl .e-lastpagedisabled {
|
|
767
|
-
border-left-color: #292827;
|
|
768
|
-
}
|
|
769
|
-
.e-pager.e-rtl .e-nextpage, .e-pager.e-rtl .e-nextpagedisabled {
|
|
781
|
+
.e-pager.e-rtl .e-numericitem, .e-pager.e-rtl .e-firstpage, .e-pager.e-rtl .e-prevpage, .e-pager.e-rtl .e-firstpagedisabled, .e-pager.e-rtl .e-prevpagedisabled, .e-pager.e-rtl .e-nextpage, .e-pager.e-rtl .e-lastpage, .e-pager.e-rtl .e-nextpagedisabled, .e-pager.e-rtl .e-lastpagedisabled, .e-pager.e-rtl .e-nextpage, .e-pager.e-rtl .e-nextpagedisabled {
|
|
770
782
|
border-left-color: #292827;
|
|
771
783
|
}
|
|
772
784
|
|
|
773
785
|
/*! component's theme wise override definitions and variables */
|
|
786
|
+
@-webkit-keyframes hscroll-popup-shadow {
|
|
787
|
+
0% {
|
|
788
|
+
border-color: rgba(255, 255, 255, 0.5);
|
|
789
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
790
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
791
|
+
}
|
|
792
|
+
100% {
|
|
793
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
794
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
795
|
+
}
|
|
796
|
+
}
|
|
774
797
|
@keyframes hscroll-popup-shadow {
|
|
775
798
|
0% {
|
|
776
799
|
border-color: rgba(255, 255, 255, 0.5);
|
|
777
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
800
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
801
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
778
802
|
}
|
|
779
803
|
100% {
|
|
780
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
804
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
805
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
781
806
|
}
|
|
782
807
|
}
|
|
783
808
|
/*! hscroll icons */
|
|
@@ -854,12 +879,14 @@
|
|
|
854
879
|
padding-right: initial;
|
|
855
880
|
}
|
|
856
881
|
.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav {
|
|
857
|
-
transform: skewX(-16deg) translateX(-6px);
|
|
882
|
+
-webkit-transform: skewX(-16deg) translateX(-6px);
|
|
883
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
858
884
|
}
|
|
859
885
|
.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay {
|
|
860
886
|
left: 48px;
|
|
861
887
|
right: auto;
|
|
862
|
-
transform: skewX(-16deg) translateX(-6px);
|
|
888
|
+
-webkit-transform: skewX(-16deg) translateX(-6px);
|
|
889
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
863
890
|
}
|
|
864
891
|
.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay {
|
|
865
892
|
left: auto;
|
|
@@ -872,12 +899,14 @@
|
|
|
872
899
|
padding-right: 40px;
|
|
873
900
|
}
|
|
874
901
|
.e-hscroll.e-scroll-device .e-scroll-nav {
|
|
875
|
-
transform: skewX(-16deg) translateX(6px);
|
|
902
|
+
-webkit-transform: skewX(-16deg) translateX(6px);
|
|
903
|
+
transform: skewX(-16deg) translateX(6px);
|
|
876
904
|
width: 48px;
|
|
877
905
|
}
|
|
878
906
|
.e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
|
|
879
907
|
font-size: 18px;
|
|
880
|
-
transform: skewX(16deg);
|
|
908
|
+
-webkit-transform: skewX(16deg);
|
|
909
|
+
transform: skewX(16deg);
|
|
881
910
|
}
|
|
882
911
|
.e-hscroll.e-scroll-device .e-scroll-overlay {
|
|
883
912
|
opacity: 0.5;
|
|
@@ -889,7 +918,8 @@
|
|
|
889
918
|
.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay {
|
|
890
919
|
left: auto;
|
|
891
920
|
right: 48px;
|
|
892
|
-
transform: skewX(-16deg) translateX(6px);
|
|
921
|
+
-webkit-transform: skewX(-16deg) translateX(6px);
|
|
922
|
+
transform: skewX(-16deg) translateX(6px);
|
|
893
923
|
}
|
|
894
924
|
.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay {
|
|
895
925
|
left: 0;
|
|
@@ -919,10 +949,12 @@
|
|
|
919
949
|
right: 0;
|
|
920
950
|
}
|
|
921
951
|
.e-hscroll .e-scroll-nav {
|
|
922
|
-
-
|
|
923
|
-
align
|
|
952
|
+
-webkit-box-align: center;
|
|
953
|
+
-ms-flex-align: center;
|
|
954
|
+
align-items: center;
|
|
924
955
|
bottom: 0;
|
|
925
956
|
cursor: pointer;
|
|
957
|
+
display: -webkit-box;
|
|
926
958
|
display: -ms-flexbox;
|
|
927
959
|
display: flex;
|
|
928
960
|
min-height: 38px;
|
|
@@ -960,13 +992,15 @@
|
|
|
960
992
|
}
|
|
961
993
|
.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
962
994
|
border-color: #292827;
|
|
963
|
-
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
995
|
+
-webkit-box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
996
|
+
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
964
997
|
}
|
|
965
998
|
.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
966
999
|
background-color: #252423;
|
|
967
1000
|
border-color: #292827;
|
|
968
1001
|
border-width: 1px;
|
|
969
|
-
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
1002
|
+
-webkit-box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
1003
|
+
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
970
1004
|
}
|
|
971
1005
|
.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
|
|
972
1006
|
color: #a19f9d;
|
|
@@ -976,9 +1010,11 @@
|
|
|
976
1010
|
background-repeat: repeat-x;
|
|
977
1011
|
}
|
|
978
1012
|
.e-hscroll .e-scroll-overlay.e-scroll-left-overlay {
|
|
1013
|
+
background-image: -webkit-gradient(linear, left top, right top, from(#252423), to(rgba(37, 36, 35, 0)));
|
|
979
1014
|
background-image: linear-gradient(-270deg, #252423 0%, rgba(37, 36, 35, 0) 100%);
|
|
980
1015
|
}
|
|
981
1016
|
.e-hscroll .e-scroll-overlay.e-scroll-right-overlay {
|
|
1017
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(37, 36, 35, 0)), to(#252423));
|
|
982
1018
|
background-image: linear-gradient(-270deg, rgba(37, 36, 35, 0) 0%, #252423 100%);
|
|
983
1019
|
}
|
|
984
1020
|
.e-hscroll.e-rtl .e-scroll-nav {
|
|
@@ -1018,7 +1054,8 @@
|
|
|
1018
1054
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
1019
1055
|
background: #252423;
|
|
1020
1056
|
border: 0;
|
|
1021
|
-
box-shadow: none;
|
|
1057
|
+
-webkit-box-shadow: none;
|
|
1058
|
+
box-shadow: none;
|
|
1022
1059
|
color: #c8c6c4;
|
|
1023
1060
|
}
|
|
1024
1061
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
@@ -1037,7 +1074,8 @@
|
|
|
1037
1074
|
background-color: transparent;
|
|
1038
1075
|
border-radius: 50%;
|
|
1039
1076
|
border-width: 1px;
|
|
1040
|
-
box-sizing: border-box;
|
|
1077
|
+
-webkit-box-sizing: border-box;
|
|
1078
|
+
box-sizing: border-box;
|
|
1041
1079
|
content: "";
|
|
1042
1080
|
height: 1px;
|
|
1043
1081
|
left: 50%;
|
|
@@ -1047,7 +1085,8 @@
|
|
|
1047
1085
|
width: 1px;
|
|
1048
1086
|
}
|
|
1049
1087
|
.e-hscroll .e-scroll-nav:active::after {
|
|
1050
|
-
animation: hscroll-popup-shadow 0.6s ease-out 0ms;
|
|
1088
|
+
-webkit-animation: hscroll-popup-shadow 0.6s ease-out 0ms;
|
|
1089
|
+
animation: hscroll-popup-shadow 0.6s ease-out 0ms;
|
|
1051
1090
|
visibility: visible;
|
|
1052
1091
|
}
|
|
1053
1092
|
|
|
@@ -1096,12 +1135,14 @@
|
|
|
1096
1135
|
width: inherit;
|
|
1097
1136
|
}
|
|
1098
1137
|
.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav {
|
|
1099
|
-
transform: skewX(-16deg) translateX(-6px);
|
|
1138
|
+
-webkit-transform: skewX(-16deg) translateX(-6px);
|
|
1139
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
1100
1140
|
}
|
|
1101
1141
|
.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay {
|
|
1102
1142
|
left: 48px;
|
|
1103
1143
|
right: auto;
|
|
1104
|
-
transform: skewX(-16deg) translateX(-6px);
|
|
1144
|
+
-webkit-transform: skewX(-16deg) translateX(-6px);
|
|
1145
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
1105
1146
|
}
|
|
1106
1147
|
.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay {
|
|
1107
1148
|
left: auto;
|
|
@@ -1111,13 +1152,15 @@
|
|
|
1111
1152
|
padding: 0 28px;
|
|
1112
1153
|
}
|
|
1113
1154
|
.e-vscroll.e-scroll-device .e-scroll-nav {
|
|
1114
|
-
transform: skewX(-16deg) translateX(6px);
|
|
1155
|
+
-webkit-transform: skewX(-16deg) translateX(6px);
|
|
1156
|
+
transform: skewX(-16deg) translateX(6px);
|
|
1115
1157
|
width: 48px;
|
|
1116
1158
|
z-index: 1001;
|
|
1117
1159
|
}
|
|
1118
1160
|
.e-vscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
|
|
1119
1161
|
font-size: 14px;
|
|
1120
|
-
transform: skewX(16deg);
|
|
1162
|
+
-webkit-transform: skewX(16deg);
|
|
1163
|
+
transform: skewX(16deg);
|
|
1121
1164
|
}
|
|
1122
1165
|
.e-vscroll.e-scroll-device .e-scroll-overlay {
|
|
1123
1166
|
opacity: 0.5;
|
|
@@ -1129,7 +1172,8 @@
|
|
|
1129
1172
|
.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay {
|
|
1130
1173
|
left: auto;
|
|
1131
1174
|
right: 48px;
|
|
1132
|
-
transform: skewX(-16deg) translateX(6px);
|
|
1175
|
+
-webkit-transform: skewX(-16deg) translateX(6px);
|
|
1176
|
+
transform: skewX(-16deg) translateX(6px);
|
|
1133
1177
|
}
|
|
1134
1178
|
.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay {
|
|
1135
1179
|
left: 0;
|
|
@@ -1156,9 +1200,11 @@
|
|
|
1156
1200
|
right: auto;
|
|
1157
1201
|
}
|
|
1158
1202
|
.e-vscroll .e-scroll-nav {
|
|
1159
|
-
-
|
|
1160
|
-
align
|
|
1203
|
+
-webkit-box-align: center;
|
|
1204
|
+
-ms-flex-align: center;
|
|
1205
|
+
align-items: center;
|
|
1161
1206
|
cursor: pointer;
|
|
1207
|
+
display: -webkit-box;
|
|
1162
1208
|
display: -ms-flexbox;
|
|
1163
1209
|
display: flex;
|
|
1164
1210
|
height: 38px;
|
|
@@ -1191,13 +1237,15 @@
|
|
|
1191
1237
|
}
|
|
1192
1238
|
.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
1193
1239
|
border-color: #a19f9d;
|
|
1194
|
-
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
1240
|
+
-webkit-box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
1241
|
+
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
1195
1242
|
}
|
|
1196
1243
|
.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
1197
1244
|
background-color: #252423;
|
|
1198
1245
|
border-color: #a19f9d;
|
|
1199
1246
|
border-width: 1px;
|
|
1200
|
-
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
1247
|
+
-webkit-box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
1248
|
+
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
1201
1249
|
}
|
|
1202
1250
|
.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
|
|
1203
1251
|
color: #a19f9d;
|
|
@@ -1207,9 +1255,11 @@
|
|
|
1207
1255
|
background-repeat: repeat-x;
|
|
1208
1256
|
}
|
|
1209
1257
|
.e-vscroll .e-scroll-overlay.e-scroll-up-overlay {
|
|
1258
|
+
background-image: -webkit-gradient(linear, left top, right top, from(#252423), to(rgba(37, 36, 35, 0)));
|
|
1210
1259
|
background-image: linear-gradient(-270deg, #252423 0%, rgba(37, 36, 35, 0) 100%);
|
|
1211
1260
|
}
|
|
1212
1261
|
.e-vscroll .e-scroll-overlay.e-scroll-down-overlay {
|
|
1262
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(37, 36, 35, 0)), to(#252423));
|
|
1213
1263
|
background-image: linear-gradient(-270deg, rgba(37, 36, 35, 0) 0%, #252423 100%);
|
|
1214
1264
|
}
|
|
1215
1265
|
.e-vscroll.e-rtl .e-scroll-nav {
|
|
@@ -1235,7 +1285,8 @@
|
|
|
1235
1285
|
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
1236
1286
|
background: #292827;
|
|
1237
1287
|
border: 0;
|
|
1238
|
-
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
1288
|
+
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
1289
|
+
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
1239
1290
|
color: #c8c6c4;
|
|
1240
1291
|
}
|
|
1241
1292
|
.e-vscroll .e-scroll-nav {
|
|
@@ -1254,18 +1305,7 @@
|
|
|
1254
1305
|
content: "";
|
|
1255
1306
|
}
|
|
1256
1307
|
|
|
1257
|
-
|
|
1258
|
-
@keyframes hscroll-popup-shadow {
|
|
1259
|
-
0% {
|
|
1260
|
-
border-color: rgba(255, 255, 255, 0.5);
|
|
1261
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
1262
|
-
}
|
|
1263
|
-
100% {
|
|
1264
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
1265
|
-
}
|
|
1266
|
-
}
|
|
1267
|
-
/*! component's theme wise override definitions and variables */ /* stylelint-disable-line no-empty-source */
|
|
1268
|
-
/*! toolbar icons */
|
|
1308
|
+
/* stylelint-disable-line no-empty-source */
|
|
1269
1309
|
.e-toolbar .e-popup-down-icon::before {
|
|
1270
1310
|
content: "\e71c";
|
|
1271
1311
|
line-height: normal;
|
|
@@ -1275,7 +1315,6 @@
|
|
|
1275
1315
|
line-height: normal;
|
|
1276
1316
|
}
|
|
1277
1317
|
|
|
1278
|
-
/*! toolbar layout */
|
|
1279
1318
|
/* stylelint-disable property-no-vendor-prefix */
|
|
1280
1319
|
.e-bigger .e-toolbar,
|
|
1281
1320
|
.e-toolbar.e-bigger {
|
|
@@ -1519,10 +1558,8 @@
|
|
|
1519
1558
|
margin-right: initial;
|
|
1520
1559
|
}
|
|
1521
1560
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
1522
|
-
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
1523
|
-
margin: 0;
|
|
1524
|
-
}
|
|
1525
1561
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
|
|
1562
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
1526
1563
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
1527
1564
|
margin: 0;
|
|
1528
1565
|
}
|
|
@@ -1548,12 +1585,14 @@
|
|
|
1548
1585
|
min-height: 40px;
|
|
1549
1586
|
position: relative;
|
|
1550
1587
|
-webkit-user-select: none;
|
|
1588
|
+
-moz-user-select: none;
|
|
1551
1589
|
-ms-user-select: none;
|
|
1552
1590
|
user-select: none;
|
|
1553
1591
|
white-space: nowrap;
|
|
1554
1592
|
overflow: hidden;
|
|
1555
1593
|
}
|
|
1556
1594
|
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
1595
|
+
display: -webkit-box;
|
|
1557
1596
|
display: -ms-flexbox;
|
|
1558
1597
|
display: flex;
|
|
1559
1598
|
-ms-flex-wrap: nowrap;
|
|
@@ -1572,7 +1611,8 @@
|
|
|
1572
1611
|
visibility: hidden;
|
|
1573
1612
|
}
|
|
1574
1613
|
.e-toolbar.e-control[class*=e-toolbar] {
|
|
1575
|
-
box-sizing: content-box;
|
|
1614
|
+
-webkit-box-sizing: content-box;
|
|
1615
|
+
box-sizing: content-box;
|
|
1576
1616
|
}
|
|
1577
1617
|
.e-toolbar.e-corner {
|
|
1578
1618
|
border-radius: 4px;
|
|
@@ -1582,12 +1622,14 @@
|
|
|
1582
1622
|
}
|
|
1583
1623
|
.e-toolbar .e-toolbar-items {
|
|
1584
1624
|
border-radius: 0 0 0 0;
|
|
1625
|
+
display: -webkit-inline-box;
|
|
1585
1626
|
display: -ms-inline-flexbox;
|
|
1586
1627
|
display: inline-flex;
|
|
1587
1628
|
height: 100%;
|
|
1588
1629
|
vertical-align: middle;
|
|
1589
|
-
-
|
|
1590
|
-
align
|
|
1630
|
+
-webkit-box-align: center;
|
|
1631
|
+
-ms-flex-align: center;
|
|
1632
|
+
align-items: center;
|
|
1591
1633
|
}
|
|
1592
1634
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow {
|
|
1593
1635
|
margin-bottom: 1px;
|
|
@@ -1650,9 +1692,7 @@
|
|
|
1650
1692
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
1651
1693
|
margin-right: 8px;
|
|
1652
1694
|
}
|
|
1653
|
-
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item
|
|
1654
|
-
margin: 0;
|
|
1655
|
-
}
|
|
1695
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
1656
1696
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
1657
1697
|
margin: 0;
|
|
1658
1698
|
}
|
|
@@ -1662,29 +1702,36 @@
|
|
|
1662
1702
|
.e-toolbar .e-toolbar-item {
|
|
1663
1703
|
-ms-flex-line-pack: center;
|
|
1664
1704
|
align-content: center;
|
|
1665
|
-
-
|
|
1666
|
-
align
|
|
1705
|
+
-webkit-box-align: center;
|
|
1706
|
+
-ms-flex-align: center;
|
|
1707
|
+
align-items: center;
|
|
1667
1708
|
cursor: pointer;
|
|
1709
|
+
display: -webkit-inline-box;
|
|
1668
1710
|
display: -ms-inline-flexbox;
|
|
1669
1711
|
display: inline-flex;
|
|
1670
1712
|
min-height: 38px;
|
|
1671
1713
|
vertical-align: middle;
|
|
1672
1714
|
width: auto;
|
|
1673
|
-
-
|
|
1674
|
-
flex: 0 0 auto;
|
|
1715
|
+
-webkit-box-flex: 0;
|
|
1716
|
+
-ms-flex: 0 0 auto;
|
|
1717
|
+
flex: 0 0 auto;
|
|
1675
1718
|
}
|
|
1676
1719
|
.e-toolbar .e-toolbar-item.e-spacer {
|
|
1677
|
-
-
|
|
1678
|
-
flex-
|
|
1720
|
+
-webkit-box-flex: 1;
|
|
1721
|
+
-ms-flex-positive: 1;
|
|
1722
|
+
flex-grow: 1;
|
|
1679
1723
|
}
|
|
1680
1724
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1725
|
+
display: -webkit-box;
|
|
1681
1726
|
display: -ms-flexbox;
|
|
1682
1727
|
display: flex;
|
|
1683
|
-
-
|
|
1684
|
-
align
|
|
1728
|
+
-webkit-box-align: center;
|
|
1729
|
+
-ms-flex-align: center;
|
|
1730
|
+
align-items: center;
|
|
1685
1731
|
vertical-align: middle;
|
|
1686
|
-
-
|
|
1687
|
-
|
|
1732
|
+
-webkit-box-pack: center;
|
|
1733
|
+
-ms-flex-pack: center;
|
|
1734
|
+
justify-content: center;
|
|
1688
1735
|
margin: 0;
|
|
1689
1736
|
min-height: 40px;
|
|
1690
1737
|
min-width: 40px;
|
|
@@ -1753,10 +1800,13 @@
|
|
|
1753
1800
|
height: auto;
|
|
1754
1801
|
}
|
|
1755
1802
|
.e-toolbar.e-vertical {
|
|
1803
|
+
display: -webkit-box;
|
|
1756
1804
|
display: -ms-flexbox;
|
|
1757
1805
|
display: flex;
|
|
1758
|
-
-
|
|
1759
|
-
|
|
1806
|
+
-webkit-box-orient: vertical;
|
|
1807
|
+
-webkit-box-direction: normal;
|
|
1808
|
+
-ms-flex-direction: column;
|
|
1809
|
+
flex-direction: column;
|
|
1760
1810
|
}
|
|
1761
1811
|
.e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
|
|
1762
1812
|
-ms-touch-action: pan-x pinch-zoom;
|
|
@@ -1784,6 +1834,7 @@
|
|
|
1784
1834
|
margin-right: 0;
|
|
1785
1835
|
}
|
|
1786
1836
|
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
|
|
1837
|
+
display: -webkit-box;
|
|
1787
1838
|
display: -ms-flexbox;
|
|
1788
1839
|
display: flex;
|
|
1789
1840
|
height: auto;
|
|
@@ -1815,10 +1866,12 @@
|
|
|
1815
1866
|
top: 0;
|
|
1816
1867
|
}
|
|
1817
1868
|
.e-toolbar .e-hor-nav {
|
|
1818
|
-
-
|
|
1819
|
-
align
|
|
1869
|
+
-webkit-box-align: center;
|
|
1870
|
+
-ms-flex-align: center;
|
|
1871
|
+
align-items: center;
|
|
1820
1872
|
border-radius: 0 0 0 0;
|
|
1821
1873
|
cursor: pointer;
|
|
1874
|
+
display: -webkit-box;
|
|
1822
1875
|
display: -ms-flexbox;
|
|
1823
1876
|
display: flex;
|
|
1824
1877
|
height: 100%;
|
|
@@ -1835,14 +1888,17 @@
|
|
|
1835
1888
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1836
1889
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1837
1890
|
color: #a19f9d;
|
|
1891
|
+
display: -webkit-box;
|
|
1838
1892
|
display: -ms-flexbox;
|
|
1839
1893
|
display: flex;
|
|
1840
1894
|
text-align: center;
|
|
1841
1895
|
vertical-align: middle;
|
|
1842
|
-
-
|
|
1843
|
-
align
|
|
1844
|
-
|
|
1845
|
-
|
|
1896
|
+
-webkit-box-align: center;
|
|
1897
|
+
-ms-flex-align: center;
|
|
1898
|
+
align-items: center;
|
|
1899
|
+
-webkit-box-pack: center;
|
|
1900
|
+
-ms-flex-pack: center;
|
|
1901
|
+
justify-content: center;
|
|
1846
1902
|
width: 100%;
|
|
1847
1903
|
font-size: 12px;
|
|
1848
1904
|
}
|
|
@@ -1859,11 +1915,13 @@
|
|
|
1859
1915
|
position: absolute;
|
|
1860
1916
|
}
|
|
1861
1917
|
.e-toolbar .e-toolbar-pop .e-toolbar-item {
|
|
1918
|
+
display: -webkit-box;
|
|
1862
1919
|
display: -ms-flexbox;
|
|
1863
1920
|
display: flex;
|
|
1864
1921
|
height: auto;
|
|
1865
|
-
-
|
|
1866
|
-
|
|
1922
|
+
-webkit-box-pack: center;
|
|
1923
|
+
-ms-flex-pack: center;
|
|
1924
|
+
justify-content: center;
|
|
1867
1925
|
min-height: 38px;
|
|
1868
1926
|
}
|
|
1869
1927
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
|
|
@@ -1875,8 +1933,9 @@
|
|
|
1875
1933
|
padding: 6px 12px;
|
|
1876
1934
|
border: none;
|
|
1877
1935
|
border-radius: 2px;
|
|
1878
|
-
-
|
|
1879
|
-
|
|
1936
|
+
-webkit-box-pack: start;
|
|
1937
|
+
-ms-flex-pack: start;
|
|
1938
|
+
justify-content: flex-start;
|
|
1880
1939
|
}
|
|
1881
1940
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1882
1941
|
margin: 0;
|
|
@@ -1924,11 +1983,13 @@
|
|
|
1924
1983
|
padding-right: 8px;
|
|
1925
1984
|
padding-top: 0;
|
|
1926
1985
|
margin-left: -1px;
|
|
1927
|
-
box-shadow:
|
|
1986
|
+
-webkit-box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
|
|
1987
|
+
box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
|
|
1928
1988
|
display: inline;
|
|
1929
1989
|
white-space: normal;
|
|
1930
1990
|
}
|
|
1931
1991
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
|
|
1992
|
+
display: -webkit-inline-box;
|
|
1932
1993
|
display: -ms-inline-flexbox;
|
|
1933
1994
|
display: inline-flex;
|
|
1934
1995
|
min-height: 38px;
|
|
@@ -1946,13 +2007,16 @@
|
|
|
1946
2007
|
}
|
|
1947
2008
|
.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),
|
|
1948
2009
|
.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) {
|
|
2010
|
+
display: -webkit-box;
|
|
1949
2011
|
display: -ms-flexbox;
|
|
1950
2012
|
display: flex;
|
|
1951
|
-
-
|
|
1952
|
-
align
|
|
2013
|
+
-webkit-box-align: center;
|
|
2014
|
+
-ms-flex-align: center;
|
|
2015
|
+
align-items: center;
|
|
1953
2016
|
vertical-align: middle;
|
|
1954
|
-
-
|
|
1955
|
-
|
|
2017
|
+
-webkit-box-pack: center;
|
|
2018
|
+
-ms-flex-pack: center;
|
|
2019
|
+
justify-content: center;
|
|
1956
2020
|
padding: 0;
|
|
1957
2021
|
font-size: 14px;
|
|
1958
2022
|
}
|
|
@@ -2006,7 +2070,6 @@
|
|
|
2006
2070
|
}
|
|
2007
2071
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
2008
2072
|
-ms-flex-item-align: center;
|
|
2009
|
-
-ms-grid-row-align: center;
|
|
2010
2073
|
align-self: center;
|
|
2011
2074
|
text-overflow: ellipsis;
|
|
2012
2075
|
}
|
|
@@ -2014,6 +2077,7 @@
|
|
|
2014
2077
|
display: none;
|
|
2015
2078
|
}
|
|
2016
2079
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
2080
|
+
display: -webkit-inline-box;
|
|
2017
2081
|
display: -ms-inline-flexbox;
|
|
2018
2082
|
display: inline-flex;
|
|
2019
2083
|
}
|
|
@@ -2036,9 +2100,7 @@
|
|
|
2036
2100
|
margin-left: 8px;
|
|
2037
2101
|
margin-right: initial;
|
|
2038
2102
|
}
|
|
2039
|
-
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item
|
|
2040
|
-
margin: 0;
|
|
2041
|
-
}
|
|
2103
|
+
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
2042
2104
|
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
2043
2105
|
margin: 0;
|
|
2044
2106
|
}
|
|
@@ -2075,9 +2137,7 @@
|
|
|
2075
2137
|
right: auto;
|
|
2076
2138
|
border-radius: 0 0 0 0;
|
|
2077
2139
|
}
|
|
2078
|
-
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item
|
|
2079
|
-
margin: 0;
|
|
2080
|
-
}
|
|
2140
|
+
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
|
|
2081
2141
|
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
|
|
2082
2142
|
margin: 0;
|
|
2083
2143
|
}
|
|
@@ -2097,20 +2157,21 @@
|
|
|
2097
2157
|
padding-left: 0;
|
|
2098
2158
|
}
|
|
2099
2159
|
|
|
2100
|
-
/*! toolbar theme */
|
|
2101
2160
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2102
2161
|
.e-toolbar {
|
|
2103
2162
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2104
2163
|
background: #252423;
|
|
2105
2164
|
border: 0 solid #292827;
|
|
2106
|
-
box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
|
|
2165
|
+
-webkit-box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
|
|
2166
|
+
box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
|
|
2107
2167
|
}
|
|
2108
2168
|
.e-toolbar .e-toolbar-items {
|
|
2109
2169
|
background: #252423;
|
|
2110
2170
|
}
|
|
2111
2171
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
2112
2172
|
background: transparent;
|
|
2113
|
-
box-shadow: none;
|
|
2173
|
+
-webkit-box-shadow: none;
|
|
2174
|
+
box-shadow: none;
|
|
2114
2175
|
color: #a19f9d;
|
|
2115
2176
|
border: 1px solid transparent;
|
|
2116
2177
|
}
|
|
@@ -2122,13 +2183,15 @@
|
|
|
2122
2183
|
}
|
|
2123
2184
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
|
|
2124
2185
|
background: #292827;
|
|
2125
|
-
box-shadow: none;
|
|
2186
|
+
-webkit-box-shadow: none;
|
|
2187
|
+
box-shadow: none;
|
|
2126
2188
|
}
|
|
2127
2189
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2128
2190
|
color: #fff;
|
|
2129
2191
|
}
|
|
2130
2192
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
2131
|
-
box-shadow: none;
|
|
2193
|
+
-webkit-box-shadow: none;
|
|
2194
|
+
box-shadow: none;
|
|
2132
2195
|
}
|
|
2133
2196
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
2134
2197
|
background: none;
|
|
@@ -2137,7 +2200,8 @@
|
|
|
2137
2200
|
border-color: transparent;
|
|
2138
2201
|
border-style: solid;
|
|
2139
2202
|
border-width: 1px;
|
|
2140
|
-
box-shadow: inset 0 0 0 1px;
|
|
2203
|
+
-webkit-box-shadow: inset 0 0 0 1px;
|
|
2204
|
+
box-shadow: inset 0 0 0 1px;
|
|
2141
2205
|
}
|
|
2142
2206
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2143
2207
|
color: #a19f9d;
|
|
@@ -2171,7 +2235,8 @@
|
|
|
2171
2235
|
border-style: solid;
|
|
2172
2236
|
border-width: 1px;
|
|
2173
2237
|
border-radius: 0;
|
|
2174
|
-
box-shadow: none;
|
|
2238
|
+
-webkit-box-shadow: none;
|
|
2239
|
+
box-shadow: none;
|
|
2175
2240
|
color: #f3f2f1;
|
|
2176
2241
|
}
|
|
2177
2242
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
@@ -2219,7 +2284,8 @@
|
|
|
2219
2284
|
}
|
|
2220
2285
|
.e-toolbar .e-hor-nav:active {
|
|
2221
2286
|
border: 0;
|
|
2222
|
-
box-shadow: none;
|
|
2287
|
+
-webkit-box-shadow: none;
|
|
2288
|
+
box-shadow: none;
|
|
2223
2289
|
color: #f3f2f1;
|
|
2224
2290
|
background: #252423;
|
|
2225
2291
|
}
|
|
@@ -2261,7 +2327,8 @@
|
|
|
2261
2327
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2262
2328
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2263
2329
|
background: #252423;
|
|
2264
|
-
box-shadow: none;
|
|
2330
|
+
-webkit-box-shadow: none;
|
|
2331
|
+
box-shadow: none;
|
|
2265
2332
|
border-color: #252423;
|
|
2266
2333
|
border-style: solid;
|
|
2267
2334
|
border-width: 0;
|
|
@@ -2283,31 +2350,35 @@
|
|
|
2283
2350
|
.e-toolbar .e-toolbar-pop {
|
|
2284
2351
|
background: #252423;
|
|
2285
2352
|
border: 0 solid #292827;
|
|
2286
|
-
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
2353
|
+
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
2354
|
+
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
2287
2355
|
}
|
|
2288
2356
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2289
2357
|
background: transparent;
|
|
2290
2358
|
}
|
|
2291
2359
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2292
2360
|
background: #292827;
|
|
2293
|
-
box-shadow: none;
|
|
2361
|
+
-webkit-box-shadow: none;
|
|
2362
|
+
box-shadow: none;
|
|
2294
2363
|
border-color: #a19f9d;
|
|
2295
2364
|
border-style: solid;
|
|
2296
2365
|
border-width: 0;
|
|
2297
2366
|
}
|
|
2298
2367
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2299
2368
|
background: #323130;
|
|
2300
|
-
box-shadow: none;
|
|
2369
|
+
-webkit-box-shadow: none;
|
|
2370
|
+
box-shadow: none;
|
|
2301
2371
|
border-color: #323130;
|
|
2302
2372
|
border-style: solid;
|
|
2303
2373
|
border-width: 0;
|
|
2304
2374
|
}
|
|
2305
2375
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2306
2376
|
background: #323130;
|
|
2307
|
-
box-shadow: none;
|
|
2308
2377
|
border-color: transparent;
|
|
2309
2378
|
border-style: solid;
|
|
2310
2379
|
border-width: 0;
|
|
2380
|
+
-webkit-box-shadow: none;
|
|
2381
|
+
box-shadow: none;
|
|
2311
2382
|
}
|
|
2312
2383
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2313
2384
|
outline: none;
|
|
@@ -2317,7 +2388,8 @@
|
|
|
2317
2388
|
}
|
|
2318
2389
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
2319
2390
|
background: #252423;
|
|
2320
|
-
box-shadow: none;
|
|
2391
|
+
-webkit-box-shadow: none;
|
|
2392
|
+
box-shadow: none;
|
|
2321
2393
|
border: none;
|
|
2322
2394
|
}
|
|
2323
2395
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
@@ -2326,7 +2398,8 @@
|
|
|
2326
2398
|
border-color: transparent;
|
|
2327
2399
|
border-style: solid;
|
|
2328
2400
|
border-width: 1px;
|
|
2329
|
-
box-shadow: inset 0 0 0 1px;
|
|
2401
|
+
-webkit-box-shadow: inset 0 0 0 1px;
|
|
2402
|
+
box-shadow: inset 0 0 0 1px;
|
|
2330
2403
|
}
|
|
2331
2404
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2332
2405
|
background: #292827;
|
|
@@ -2338,7 +2411,8 @@
|
|
|
2338
2411
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2339
2412
|
background: #323130;
|
|
2340
2413
|
border-radius: 0;
|
|
2341
|
-
box-shadow: none;
|
|
2414
|
+
-webkit-box-shadow: none;
|
|
2415
|
+
box-shadow: none;
|
|
2342
2416
|
border-color: #323130;
|
|
2343
2417
|
border-style: solid;
|
|
2344
2418
|
border-width: 1px;
|
|
@@ -2365,16 +2439,14 @@
|
|
|
2365
2439
|
border-width: 0 0 0 0;
|
|
2366
2440
|
}
|
|
2367
2441
|
|
|
2368
|
-
/*! component's theme wise override fluent-definitions and variables */
|
|
2369
|
-
/*! accordion icons */
|
|
2370
2442
|
.e-accordion .e-tgl-collapse-icon::before {
|
|
2371
2443
|
content: "\e729";
|
|
2372
2444
|
}
|
|
2373
2445
|
.e-accordion .e-tgl-collapse-icon.e-expand-icon {
|
|
2374
|
-
transform: rotate(-180deg);
|
|
2446
|
+
-webkit-transform: rotate(-180deg);
|
|
2447
|
+
transform: rotate(-180deg);
|
|
2375
2448
|
}
|
|
2376
2449
|
|
|
2377
|
-
/*! accordion layout */
|
|
2378
2450
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
2379
2451
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2380
2452
|
font-size: 16px;
|
|
@@ -2390,7 +2462,8 @@
|
|
|
2390
2462
|
}
|
|
2391
2463
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header,
|
|
2392
2464
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
2393
|
-
box-shadow: none;
|
|
2465
|
+
-webkit-box-shadow: none;
|
|
2466
|
+
box-shadow: none;
|
|
2394
2467
|
padding: 12px 0 12px 28px;
|
|
2395
2468
|
}
|
|
2396
2469
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content,
|
|
@@ -2556,6 +2629,7 @@
|
|
|
2556
2629
|
vertical-align: middle;
|
|
2557
2630
|
}
|
|
2558
2631
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-animation {
|
|
2632
|
+
-webkit-transition: 0.5s ease 0s;
|
|
2559
2633
|
transition: 0.5s ease 0s;
|
|
2560
2634
|
}
|
|
2561
2635
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
@@ -2578,7 +2652,8 @@
|
|
|
2578
2652
|
padding: 8px 0 8px 26px;
|
|
2579
2653
|
}
|
|
2580
2654
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
2581
|
-
box-shadow: none;
|
|
2655
|
+
-webkit-box-shadow: none;
|
|
2656
|
+
box-shadow: none;
|
|
2582
2657
|
}
|
|
2583
2658
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
2584
2659
|
padding: 0;
|
|
@@ -2640,8 +2715,6 @@
|
|
|
2640
2715
|
padding: 0 0 0 8px;
|
|
2641
2716
|
}
|
|
2642
2717
|
|
|
2643
|
-
/*! accordion theme */
|
|
2644
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2645
2718
|
.e-accordion {
|
|
2646
2719
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2647
2720
|
background: #1b1a19;
|
|
@@ -2786,7 +2859,8 @@
|
|
|
2786
2859
|
}
|
|
2787
2860
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2788
2861
|
border: 1px solid #f3f2f1;
|
|
2789
|
-
box-shadow: none;
|
|
2862
|
+
-webkit-box-shadow: none;
|
|
2863
|
+
box-shadow: none;
|
|
2790
2864
|
background: #252423;
|
|
2791
2865
|
}
|
|
2792
2866
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
@@ -2864,7 +2938,8 @@
|
|
|
2864
2938
|
color: #a19f9d;
|
|
2865
2939
|
}
|
|
2866
2940
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2867
|
-
box-shadow: none;
|
|
2941
|
+
-webkit-box-shadow: none;
|
|
2942
|
+
box-shadow: none;
|
|
2868
2943
|
position: relative;
|
|
2869
2944
|
z-index: 2;
|
|
2870
2945
|
}
|
|
@@ -2905,7 +2980,6 @@
|
|
|
2905
2980
|
font-size: 14px;
|
|
2906
2981
|
}
|
|
2907
2982
|
|
|
2908
|
-
/*! Carousel component FluentUI theme definitions and variables */
|
|
2909
2983
|
.e-carousel .e-previous-icon::before {
|
|
2910
2984
|
content: "\e765";
|
|
2911
2985
|
}
|
|
@@ -2925,7 +2999,6 @@
|
|
|
2925
2999
|
content: "\e765";
|
|
2926
3000
|
}
|
|
2927
3001
|
|
|
2928
|
-
/*! carousel component styles */
|
|
2929
3002
|
.e-carousel {
|
|
2930
3003
|
display: block;
|
|
2931
3004
|
margin: 0;
|
|
@@ -2959,13 +3032,21 @@
|
|
|
2959
3032
|
}
|
|
2960
3033
|
.e-carousel .e-carousel-items {
|
|
2961
3034
|
width: calc(var(--carousel-items-count) * 100%);
|
|
3035
|
+
display: -webkit-box;
|
|
2962
3036
|
display: -ms-flexbox;
|
|
2963
3037
|
display: flex;
|
|
2964
|
-
-
|
|
2965
|
-
|
|
3038
|
+
-webkit-box-orient: horizontal;
|
|
3039
|
+
-webkit-box-direction: normal;
|
|
3040
|
+
-ms-flex-direction: row;
|
|
3041
|
+
flex-direction: row;
|
|
3042
|
+
-webkit-transition-property: -webkit-transform;
|
|
3043
|
+
transition-property: -webkit-transform;
|
|
2966
3044
|
transition-property: transform;
|
|
2967
|
-
transition-
|
|
2968
|
-
transition-
|
|
3045
|
+
transition-property: transform, -webkit-transform;
|
|
3046
|
+
-webkit-transition-duration: 0.6s;
|
|
3047
|
+
transition-duration: 0.6s;
|
|
3048
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
3049
|
+
transition-timing-function: ease-in-out;
|
|
2969
3050
|
}
|
|
2970
3051
|
.e-carousel .e-carousel-items .e-carousel-item {
|
|
2971
3052
|
height: 100%;
|
|
@@ -2975,16 +3056,34 @@
|
|
|
2975
3056
|
width: calc(100% / var(--carousel-items-count));
|
|
2976
3057
|
}
|
|
2977
3058
|
.e-carousel.e-blazor-carousel .e-carousel-items {
|
|
2978
|
-
transform: translateX(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3059
|
+
-webkit-transform: translateX(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3060
|
+
transform: translateX(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3061
|
+
-webkit-transition: -webkit-transform;
|
|
3062
|
+
transition: -webkit-transform;
|
|
2979
3063
|
transition: transform;
|
|
3064
|
+
transition: transform, -webkit-transform;
|
|
2980
3065
|
}
|
|
2981
3066
|
.e-carousel.e-blazor-carousel.e-rtl .e-carousel-items {
|
|
2982
|
-
transform: translateX(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3067
|
+
-webkit-transform: translateX(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3068
|
+
transform: translateX(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3069
|
+
-webkit-transition: -webkit-transform;
|
|
3070
|
+
transition: -webkit-transform;
|
|
2983
3071
|
transition: transform;
|
|
3072
|
+
transition: transform, -webkit-transform;
|
|
2984
3073
|
}
|
|
2985
3074
|
.e-carousel.e-carousel-fade-animation .e-carousel-items.e-fade-in-out {
|
|
3075
|
+
-webkit-transition-property: none;
|
|
2986
3076
|
transition-property: none;
|
|
2987
|
-
animation: fade-in-out 0.6s ease-in-out;
|
|
3077
|
+
-webkit-animation: fade-in-out 0.6s ease-in-out;
|
|
3078
|
+
animation: fade-in-out 0.6s ease-in-out;
|
|
3079
|
+
}
|
|
3080
|
+
@-webkit-keyframes fade-in-out {
|
|
3081
|
+
0% {
|
|
3082
|
+
opacity: 0;
|
|
3083
|
+
}
|
|
3084
|
+
100% {
|
|
3085
|
+
opacity: 1;
|
|
3086
|
+
}
|
|
2988
3087
|
}
|
|
2989
3088
|
@keyframes fade-in-out {
|
|
2990
3089
|
0% {
|
|
@@ -2995,7 +3094,8 @@
|
|
|
2995
3094
|
}
|
|
2996
3095
|
}
|
|
2997
3096
|
.e-carousel.e-carousel-slide-animation .e-carousel-items.e-slide {
|
|
2998
|
-
transition-duration: 0.6s;
|
|
3097
|
+
-webkit-transition-duration: 0.6s;
|
|
3098
|
+
transition-duration: 0.6s;
|
|
2999
3099
|
}
|
|
3000
3100
|
.e-carousel.e-carousel-custom-animation:not(.e-partial) .e-carousel-item {
|
|
3001
3101
|
display: block;
|
|
@@ -3010,13 +3110,16 @@
|
|
|
3010
3110
|
pointer-events: visible;
|
|
3011
3111
|
}
|
|
3012
3112
|
.e-carousel .e-carousel-navigators {
|
|
3013
|
-
-
|
|
3014
|
-
align
|
|
3113
|
+
-webkit-box-align: center;
|
|
3114
|
+
-ms-flex-align: center;
|
|
3115
|
+
align-items: center;
|
|
3116
|
+
display: -webkit-box;
|
|
3015
3117
|
display: -ms-flexbox;
|
|
3016
3118
|
display: flex;
|
|
3017
3119
|
height: 100%;
|
|
3018
|
-
-
|
|
3019
|
-
|
|
3120
|
+
-webkit-box-pack: justify;
|
|
3121
|
+
-ms-flex-pack: justify;
|
|
3122
|
+
justify-content: space-between;
|
|
3020
3123
|
pointer-events: none;
|
|
3021
3124
|
position: absolute;
|
|
3022
3125
|
top: 0;
|
|
@@ -3033,7 +3136,8 @@
|
|
|
3033
3136
|
.e-carousel .e-carousel-navigators .e-previous .e-btn,
|
|
3034
3137
|
.e-carousel .e-carousel-navigators .e-next .e-btn {
|
|
3035
3138
|
border: 0;
|
|
3036
|
-
box-shadow: none;
|
|
3139
|
+
-webkit-box-shadow: none;
|
|
3140
|
+
box-shadow: none;
|
|
3037
3141
|
}
|
|
3038
3142
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:hover,
|
|
3039
3143
|
.e-carousel .e-carousel-navigators .e-previous .e-btn:hover,
|
|
@@ -3043,7 +3147,8 @@
|
|
|
3043
3147
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn.e-rtl,
|
|
3044
3148
|
.e-carousel .e-carousel-navigators .e-previous .e-btn.e-rtl,
|
|
3045
3149
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3046
|
-
transform: rotate(180deg);
|
|
3150
|
+
-webkit-transform: rotate(180deg);
|
|
3151
|
+
transform: rotate(180deg);
|
|
3047
3152
|
}
|
|
3048
3153
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3049
3154
|
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
@@ -3057,13 +3162,16 @@
|
|
|
3057
3162
|
display: none;
|
|
3058
3163
|
}
|
|
3059
3164
|
.e-carousel .e-carousel-indicators {
|
|
3060
|
-
-
|
|
3061
|
-
align
|
|
3165
|
+
-webkit-box-align: center;
|
|
3166
|
+
-ms-flex-align: center;
|
|
3167
|
+
align-items: center;
|
|
3062
3168
|
bottom: 0;
|
|
3169
|
+
display: -webkit-box;
|
|
3063
3170
|
display: -ms-flexbox;
|
|
3064
3171
|
display: flex;
|
|
3065
|
-
-
|
|
3066
|
-
|
|
3172
|
+
-webkit-box-pack: center;
|
|
3173
|
+
-ms-flex-pack: center;
|
|
3174
|
+
justify-content: center;
|
|
3067
3175
|
min-height: 48px;
|
|
3068
3176
|
padding: 0;
|
|
3069
3177
|
pointer-events: none;
|
|
@@ -3072,33 +3180,41 @@
|
|
|
3072
3180
|
z-index: 1;
|
|
3073
3181
|
}
|
|
3074
3182
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars {
|
|
3183
|
+
display: -webkit-box;
|
|
3075
3184
|
display: -ms-flexbox;
|
|
3076
3185
|
display: flex;
|
|
3077
3186
|
-ms-flex-wrap: wrap;
|
|
3078
3187
|
flex-wrap: wrap;
|
|
3079
|
-
-
|
|
3080
|
-
|
|
3188
|
+
-webkit-box-pack: center;
|
|
3189
|
+
-ms-flex-pack: center;
|
|
3190
|
+
justify-content: center;
|
|
3081
3191
|
pointer-events: auto;
|
|
3082
3192
|
}
|
|
3083
3193
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar {
|
|
3084
3194
|
padding: 0;
|
|
3085
3195
|
}
|
|
3086
3196
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator {
|
|
3087
|
-
-
|
|
3088
|
-
align
|
|
3197
|
+
-webkit-box-align: center;
|
|
3198
|
+
-ms-flex-align: center;
|
|
3199
|
+
align-items: center;
|
|
3200
|
+
display: -webkit-box;
|
|
3089
3201
|
display: -ms-flexbox;
|
|
3090
3202
|
display: flex;
|
|
3091
|
-
-
|
|
3092
|
-
|
|
3203
|
+
-webkit-box-pack: center;
|
|
3204
|
+
-ms-flex-pack: center;
|
|
3205
|
+
justify-content: center;
|
|
3093
3206
|
padding: 6px;
|
|
3094
3207
|
}
|
|
3095
3208
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator div {
|
|
3096
3209
|
border: 1px solid rgba(27, 26, 25, 0.4);
|
|
3097
3210
|
border-radius: 50%;
|
|
3098
3211
|
height: 12px;
|
|
3099
|
-
transition-duration: 0.6s;
|
|
3212
|
+
-webkit-transition-duration: 0.6s;
|
|
3213
|
+
transition-duration: 0.6s;
|
|
3214
|
+
-webkit-transition-property: background-color, border-color;
|
|
3100
3215
|
transition-property: background-color, border-color;
|
|
3101
|
-
transition-timing-function: ease-in-out;
|
|
3216
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
3217
|
+
transition-timing-function: ease-in-out;
|
|
3102
3218
|
width: 12px;
|
|
3103
3219
|
}
|
|
3104
3220
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator .e-ripple-element {
|
|
@@ -3110,6 +3226,7 @@
|
|
|
3110
3226
|
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars {
|
|
3111
3227
|
display: block;
|
|
3112
3228
|
overflow: hidden;
|
|
3229
|
+
-webkit-transition: opacity 0.6s ease-in-out;
|
|
3113
3230
|
transition: opacity 0.6s ease-in-out;
|
|
3114
3231
|
white-space: nowrap;
|
|
3115
3232
|
width: 80px;
|
|
@@ -3122,18 +3239,26 @@
|
|
|
3122
3239
|
margin: 0 4px;
|
|
3123
3240
|
opacity: 1;
|
|
3124
3241
|
position: relative;
|
|
3125
|
-
transform: scale(0.33);
|
|
3126
|
-
|
|
3242
|
+
-webkit-transform: scale(0.33);
|
|
3243
|
+
transform: scale(0.33);
|
|
3244
|
+
-webkit-transition-duration: 0.6s;
|
|
3245
|
+
transition-duration: 0.6s;
|
|
3246
|
+
-webkit-transition-property: left, -webkit-transform;
|
|
3247
|
+
transition-property: left, -webkit-transform;
|
|
3127
3248
|
transition-property: transform, left;
|
|
3128
|
-
transition-
|
|
3249
|
+
transition-property: transform, left, -webkit-transform;
|
|
3250
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
3251
|
+
transition-timing-function: ease-in-out;
|
|
3129
3252
|
white-space: nowrap;
|
|
3130
3253
|
width: 8px;
|
|
3131
3254
|
}
|
|
3132
3255
|
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-active {
|
|
3133
|
-
transform: scale(1);
|
|
3256
|
+
-webkit-transform: scale(1);
|
|
3257
|
+
transform: scale(1);
|
|
3134
3258
|
}
|
|
3135
3259
|
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-prev, .e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-next {
|
|
3136
|
-
transform: scale(0.66);
|
|
3260
|
+
-webkit-transform: scale(0.66);
|
|
3261
|
+
transform: scale(0.66);
|
|
3137
3262
|
}
|
|
3138
3263
|
.e-carousel .e-carousel-indicators.e-fraction {
|
|
3139
3264
|
min-height: 36px;
|
|
@@ -3150,13 +3275,15 @@
|
|
|
3150
3275
|
left: 0;
|
|
3151
3276
|
position: absolute;
|
|
3152
3277
|
top: 0;
|
|
3153
|
-
transform: translate3d(0, 0, 0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);
|
|
3154
|
-
|
|
3155
|
-
|
|
3278
|
+
-webkit-transform: translate3d(0, 0, 0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);
|
|
3279
|
+
transform: translate3d(0, 0, 0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);
|
|
3280
|
+
-webkit-transition-duration: 0.6s;
|
|
3281
|
+
transition-duration: 0.6s;
|
|
3282
|
+
-webkit-transform-origin: left top;
|
|
3283
|
+
transform-origin: left top;
|
|
3156
3284
|
width: 100%;
|
|
3157
3285
|
}
|
|
3158
3286
|
|
|
3159
|
-
/*! carousel component theme */
|
|
3160
3287
|
.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled),
|
|
3161
3288
|
.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled),
|
|
3162
3289
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled) {
|
|
@@ -3180,7 +3307,8 @@
|
|
|
3180
3307
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator {
|
|
3181
3308
|
background-color: transparent;
|
|
3182
3309
|
border-color: transparent;
|
|
3183
|
-
box-shadow: none;
|
|
3310
|
+
-webkit-box-shadow: none;
|
|
3311
|
+
box-shadow: none;
|
|
3184
3312
|
}
|
|
3185
3313
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator div {
|
|
3186
3314
|
background: #1b1a19;
|
|
@@ -3189,7 +3317,8 @@
|
|
|
3189
3317
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:active, .e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:focus, .e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:hover {
|
|
3190
3318
|
background: transparent;
|
|
3191
3319
|
border-color: transparent;
|
|
3192
|
-
box-shadow: none;
|
|
3320
|
+
-webkit-box-shadow: none;
|
|
3321
|
+
box-shadow: none;
|
|
3193
3322
|
outline: none;
|
|
3194
3323
|
}
|
|
3195
3324
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:focus-visible {
|
|
@@ -3215,18 +3344,6 @@
|
|
|
3215
3344
|
background-color: #0078d4;
|
|
3216
3345
|
}
|
|
3217
3346
|
|
|
3218
|
-
/*! component's theme wise override definitions and variables */
|
|
3219
|
-
@keyframes hscroll-popup-shadow {
|
|
3220
|
-
0% {
|
|
3221
|
-
border-color: rgba(255, 255, 255, 0.5);
|
|
3222
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
3223
|
-
}
|
|
3224
|
-
100% {
|
|
3225
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
3226
|
-
}
|
|
3227
|
-
}
|
|
3228
|
-
/*! component's theme wise override definitions and variables */ /* stylelint-disable-line no-empty-source */
|
|
3229
|
-
/*! contextmenu layout */
|
|
3230
3347
|
.e-contextmenu-wrapper ul .e-menu-item .e-previous::before,
|
|
3231
3348
|
.e-contextmenu-container ul .e-menu-item .e-previous::before {
|
|
3232
3349
|
content: "\e773";
|
|
@@ -3241,7 +3358,6 @@
|
|
|
3241
3358
|
content: "\e765";
|
|
3242
3359
|
}
|
|
3243
3360
|
|
|
3244
|
-
/*! contextmenu layout */
|
|
3245
3361
|
.e-contextmenu-wrapper ul,
|
|
3246
3362
|
.e-contextmenu-container ul {
|
|
3247
3363
|
font-weight: 400;
|
|
@@ -3251,13 +3367,15 @@
|
|
|
3251
3367
|
margin: 0;
|
|
3252
3368
|
overflow: hidden;
|
|
3253
3369
|
-webkit-user-select: none;
|
|
3370
|
+
-moz-user-select: none;
|
|
3254
3371
|
-ms-user-select: none;
|
|
3255
3372
|
user-select: none;
|
|
3256
3373
|
font-size: 14px;
|
|
3257
3374
|
padding: 0;
|
|
3258
3375
|
border: 1px solid #292827;
|
|
3259
3376
|
border-radius: 4px;
|
|
3260
|
-
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3377
|
+
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3378
|
+
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3261
3379
|
display: none;
|
|
3262
3380
|
min-width: 120px;
|
|
3263
3381
|
position: absolute;
|
|
@@ -3265,7 +3383,8 @@
|
|
|
3265
3383
|
.e-contextmenu-wrapper ul.e-ul, .e-contextmenu-wrapper ul.e-ul *,
|
|
3266
3384
|
.e-contextmenu-container ul.e-ul,
|
|
3267
3385
|
.e-contextmenu-container ul.e-ul * {
|
|
3268
|
-
box-sizing: border-box;
|
|
3386
|
+
-webkit-box-sizing: border-box;
|
|
3387
|
+
box-sizing: border-box;
|
|
3269
3388
|
}
|
|
3270
3389
|
.e-contextmenu-wrapper ul.e-ul:focus, .e-contextmenu-wrapper ul.e-ul *:focus,
|
|
3271
3390
|
.e-contextmenu-container ul.e-ul:focus,
|
|
@@ -3274,7 +3393,8 @@
|
|
|
3274
3393
|
}
|
|
3275
3394
|
.e-contextmenu-wrapper ul.e-contextmenu,
|
|
3276
3395
|
.e-contextmenu-container ul.e-contextmenu {
|
|
3277
|
-
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3396
|
+
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3397
|
+
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3278
3398
|
}
|
|
3279
3399
|
.e-contextmenu-wrapper ul.e-ul,
|
|
3280
3400
|
.e-contextmenu-container ul.e-ul {
|
|
@@ -3358,6 +3478,8 @@
|
|
|
3358
3478
|
}
|
|
3359
3479
|
.e-contextmenu-wrapper ul .e-menu-item .e-checkbox-wrapper,
|
|
3360
3480
|
.e-contextmenu-container ul .e-menu-item .e-checkbox-wrapper {
|
|
3481
|
+
width: -webkit-max-content;
|
|
3482
|
+
width: -moz-max-content;
|
|
3361
3483
|
width: max-content;
|
|
3362
3484
|
}
|
|
3363
3485
|
|
|
@@ -3377,7 +3499,8 @@
|
|
|
3377
3499
|
.e-contextmenu-container.e-sfcontextmenu ul.e-transparent {
|
|
3378
3500
|
background: transparent;
|
|
3379
3501
|
border: 0;
|
|
3380
|
-
box-shadow: none;
|
|
3502
|
+
-webkit-box-shadow: none;
|
|
3503
|
+
box-shadow: none;
|
|
3381
3504
|
height: 1px;
|
|
3382
3505
|
left: 0;
|
|
3383
3506
|
min-width: 0;
|
|
@@ -3397,7 +3520,8 @@
|
|
|
3397
3520
|
}
|
|
3398
3521
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3399
3522
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3400
|
-
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3523
|
+
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3524
|
+
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3401
3525
|
}
|
|
3402
3526
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar,
|
|
3403
3527
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar {
|
|
@@ -3414,7 +3538,8 @@
|
|
|
3414
3538
|
}
|
|
3415
3539
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul,
|
|
3416
3540
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul {
|
|
3417
|
-
box-shadow: none;
|
|
3541
|
+
-webkit-box-shadow: none;
|
|
3542
|
+
box-shadow: none;
|
|
3418
3543
|
margin-top: -12px;
|
|
3419
3544
|
width: inherit;
|
|
3420
3545
|
}
|
|
@@ -3457,7 +3582,8 @@
|
|
|
3457
3582
|
font-size: 16px;
|
|
3458
3583
|
padding: 4px 0;
|
|
3459
3584
|
white-space: nowrap;
|
|
3460
|
-
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3585
|
+
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3586
|
+
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3461
3587
|
max-width: 280px;
|
|
3462
3588
|
min-width: 112px;
|
|
3463
3589
|
}
|
|
@@ -3495,13 +3621,13 @@
|
|
|
3495
3621
|
font-size: 18px;
|
|
3496
3622
|
}
|
|
3497
3623
|
|
|
3498
|
-
.e-contextmenu-wrapper .e-menu-item
|
|
3624
|
+
.e-contextmenu-wrapper .e-menu-item,
|
|
3625
|
+
.e-contextmenu-container .e-menu-item {
|
|
3499
3626
|
white-space: nowrap;
|
|
3500
3627
|
overflow: hidden;
|
|
3501
3628
|
text-overflow: ellipsis;
|
|
3502
3629
|
}
|
|
3503
3630
|
|
|
3504
|
-
/*! contextmenu theme */
|
|
3505
3631
|
.e-contextmenu-wrapper ul,
|
|
3506
3632
|
.e-contextmenu-container ul {
|
|
3507
3633
|
background-color: #252423;
|
|
@@ -3585,10 +3711,6 @@
|
|
|
3585
3711
|
border-color: #292827;
|
|
3586
3712
|
}
|
|
3587
3713
|
|
|
3588
|
-
/*! Horizontal Tab */
|
|
3589
|
-
/*! Bootstrap specific themes definition's */
|
|
3590
|
-
/*! Vertical Tab */
|
|
3591
|
-
/*! tab icons */
|
|
3592
3714
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
3593
3715
|
content: "\e7e7";
|
|
3594
3716
|
position: relative;
|
|
@@ -3637,7 +3759,6 @@
|
|
|
3637
3759
|
position: relative;
|
|
3638
3760
|
}
|
|
3639
3761
|
|
|
3640
|
-
/*! tab layout */
|
|
3641
3762
|
.e-bigger .e-tab .e-tab-header,
|
|
3642
3763
|
.e-tab.e-bigger .e-tab-header {
|
|
3643
3764
|
height: 48px;
|
|
@@ -4794,6 +4915,7 @@
|
|
|
4794
4915
|
left: 8px;
|
|
4795
4916
|
position: absolute;
|
|
4796
4917
|
right: 8px;
|
|
4918
|
+
-webkit-transition: left 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s, right 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s;
|
|
4797
4919
|
transition: left 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s, right 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s;
|
|
4798
4920
|
}
|
|
4799
4921
|
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
@@ -4845,6 +4967,7 @@
|
|
|
4845
4967
|
left: 0;
|
|
4846
4968
|
right: 0;
|
|
4847
4969
|
border-radius: 0;
|
|
4970
|
+
-webkit-transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4848
4971
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4849
4972
|
}
|
|
4850
4973
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -4877,8 +5000,10 @@
|
|
|
4877
5000
|
.e-tab .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4878
5001
|
-ms-flex-line-pack: center;
|
|
4879
5002
|
align-content: center;
|
|
4880
|
-
-
|
|
4881
|
-
align
|
|
5003
|
+
-webkit-box-align: center;
|
|
5004
|
+
-ms-flex-align: center;
|
|
5005
|
+
align-items: center;
|
|
5006
|
+
display: -webkit-inline-box;
|
|
4882
5007
|
display: -ms-inline-flexbox;
|
|
4883
5008
|
display: inline-flex;
|
|
4884
5009
|
height: 44px;
|
|
@@ -4895,7 +5020,6 @@
|
|
|
4895
5020
|
font-weight: 400;
|
|
4896
5021
|
text-transform: capitalize;
|
|
4897
5022
|
-ms-flex-item-align: auto;
|
|
4898
|
-
-ms-grid-row-align: auto;
|
|
4899
5023
|
align-self: auto;
|
|
4900
5024
|
margin-bottom: 0;
|
|
4901
5025
|
}
|
|
@@ -4969,6 +5093,7 @@
|
|
|
4969
5093
|
top: 1px;
|
|
4970
5094
|
}
|
|
4971
5095
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
5096
|
+
display: -webkit-inline-box;
|
|
4972
5097
|
display: -ms-inline-flexbox;
|
|
4973
5098
|
display: inline-flex;
|
|
4974
5099
|
height: 16px;
|
|
@@ -5002,8 +5127,9 @@
|
|
|
5002
5127
|
left: 0;
|
|
5003
5128
|
}
|
|
5004
5129
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
5005
|
-
-
|
|
5006
|
-
|
|
5130
|
+
-webkit-box-pack: center;
|
|
5131
|
+
-ms-flex-pack: center;
|
|
5132
|
+
justify-content: center;
|
|
5007
5133
|
padding: 0 15px;
|
|
5008
5134
|
}
|
|
5009
5135
|
@media screen and (max-width: 480px) {
|
|
@@ -5036,8 +5162,10 @@
|
|
|
5036
5162
|
}
|
|
5037
5163
|
}
|
|
5038
5164
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
5039
|
-
-
|
|
5040
|
-
align
|
|
5165
|
+
-webkit-box-align: center;
|
|
5166
|
+
-ms-flex-align: center;
|
|
5167
|
+
align-items: center;
|
|
5168
|
+
display: -webkit-box;
|
|
5041
5169
|
display: -ms-flexbox;
|
|
5042
5170
|
display: flex;
|
|
5043
5171
|
height: 62px;
|
|
@@ -5089,14 +5217,19 @@
|
|
|
5089
5217
|
}
|
|
5090
5218
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-top,
|
|
5091
5219
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-bottom {
|
|
5092
|
-
-
|
|
5093
|
-
align
|
|
5220
|
+
-webkit-box-align: center;
|
|
5221
|
+
-ms-flex-align: center;
|
|
5222
|
+
align-items: center;
|
|
5223
|
+
display: -webkit-box;
|
|
5094
5224
|
display: -ms-flexbox;
|
|
5095
5225
|
display: flex;
|
|
5096
|
-
-
|
|
5097
|
-
|
|
5098
|
-
|
|
5099
|
-
|
|
5226
|
+
-webkit-box-orient: vertical;
|
|
5227
|
+
-webkit-box-direction: normal;
|
|
5228
|
+
-ms-flex-direction: column;
|
|
5229
|
+
flex-direction: column;
|
|
5230
|
+
-webkit-box-pack: center;
|
|
5231
|
+
-ms-flex-pack: center;
|
|
5232
|
+
justify-content: center;
|
|
5100
5233
|
margin: auto;
|
|
5101
5234
|
}
|
|
5102
5235
|
.e-tab .e-tab-header .e-toolbar-pop {
|
|
@@ -5134,6 +5267,7 @@
|
|
|
5134
5267
|
width: 100%;
|
|
5135
5268
|
}
|
|
5136
5269
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
5270
|
+
display: -webkit-inline-box;
|
|
5137
5271
|
display: -ms-inline-flexbox;
|
|
5138
5272
|
display: inline-flex;
|
|
5139
5273
|
width: 100%;
|
|
@@ -5177,22 +5311,25 @@
|
|
|
5177
5311
|
}
|
|
5178
5312
|
}
|
|
5179
5313
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-text-wrap {
|
|
5314
|
+
display: -webkit-inline-box;
|
|
5180
5315
|
display: -ms-inline-flexbox;
|
|
5181
5316
|
display: inline-flex;
|
|
5182
5317
|
height: auto;
|
|
5183
5318
|
}
|
|
5184
5319
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
5185
5320
|
display: block;
|
|
5186
|
-
-
|
|
5187
|
-
|
|
5321
|
+
-webkit-box-pack: center;
|
|
5322
|
+
-ms-flex-pack: center;
|
|
5323
|
+
justify-content: center;
|
|
5188
5324
|
margin: 0 0 0 10px;
|
|
5189
5325
|
padding-left: 0;
|
|
5190
5326
|
padding-right: 10px;
|
|
5191
5327
|
}
|
|
5192
5328
|
@media screen and (max-width: 480px) {
|
|
5193
5329
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
5194
|
-
-
|
|
5195
|
-
|
|
5330
|
+
-webkit-box-pack: center;
|
|
5331
|
+
-ms-flex-pack: center;
|
|
5332
|
+
justify-content: center;
|
|
5196
5333
|
margin: 0 0 0 12px;
|
|
5197
5334
|
padding-left: 0;
|
|
5198
5335
|
padding-right: 0;
|
|
@@ -5207,14 +5344,17 @@
|
|
|
5207
5344
|
}
|
|
5208
5345
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-top,
|
|
5209
5346
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-bottom {
|
|
5347
|
+
display: -webkit-inline-box;
|
|
5210
5348
|
display: -ms-inline-flexbox;
|
|
5211
5349
|
display: inline-flex;
|
|
5212
5350
|
}
|
|
5213
5351
|
.e-tab .e-tab-header.e-close-show .e-icons.e-close-icon {
|
|
5214
|
-
-
|
|
5215
|
-
align
|
|
5352
|
+
-webkit-box-align: center;
|
|
5353
|
+
-ms-flex-align: center;
|
|
5354
|
+
align-items: center;
|
|
5216
5355
|
-ms-flex-item-align: center;
|
|
5217
5356
|
align-self: center;
|
|
5357
|
+
display: -webkit-inline-box;
|
|
5218
5358
|
display: -ms-inline-flexbox;
|
|
5219
5359
|
display: inline-flex;
|
|
5220
5360
|
}
|
|
@@ -5225,6 +5365,7 @@
|
|
|
5225
5365
|
}
|
|
5226
5366
|
@media screen and (max-width: 480px) {
|
|
5227
5367
|
.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-active .e-close-icon {
|
|
5368
|
+
display: -webkit-inline-box;
|
|
5228
5369
|
display: -ms-inline-flexbox;
|
|
5229
5370
|
display: inline-flex;
|
|
5230
5371
|
}
|
|
@@ -5338,22 +5479,30 @@
|
|
|
5338
5479
|
}
|
|
5339
5480
|
}
|
|
5340
5481
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
|
|
5341
|
-
transform: rotate(0deg);
|
|
5482
|
+
-webkit-transform: rotate(0deg);
|
|
5483
|
+
transform: rotate(0deg);
|
|
5484
|
+
-webkit-transition: none;
|
|
5342
5485
|
transition: none;
|
|
5343
5486
|
}
|
|
5344
5487
|
@media screen and (max-width: 480px) {
|
|
5345
5488
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
|
|
5346
|
-
transform: none;
|
|
5489
|
+
-webkit-transform: none;
|
|
5490
|
+
transform: none;
|
|
5491
|
+
-webkit-transition: none;
|
|
5347
5492
|
transition: none;
|
|
5348
5493
|
}
|
|
5349
5494
|
}
|
|
5350
5495
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5351
|
-
transform: rotate(0deg);
|
|
5496
|
+
-webkit-transform: rotate(0deg);
|
|
5497
|
+
transform: rotate(0deg);
|
|
5498
|
+
-webkit-transition: none;
|
|
5352
5499
|
transition: none;
|
|
5353
5500
|
}
|
|
5354
5501
|
@media screen and (max-width: 480px) {
|
|
5355
5502
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5356
|
-
transform: none;
|
|
5503
|
+
-webkit-transform: none;
|
|
5504
|
+
transform: none;
|
|
5505
|
+
-webkit-transition: none;
|
|
5357
5506
|
transition: none;
|
|
5358
5507
|
}
|
|
5359
5508
|
}
|
|
@@ -5392,6 +5541,7 @@
|
|
|
5392
5541
|
position: absolute;
|
|
5393
5542
|
right: 8px;
|
|
5394
5543
|
top: 0;
|
|
5544
|
+
-webkit-transition: left 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s, right 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s;
|
|
5395
5545
|
transition: left 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s, right 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s;
|
|
5396
5546
|
}
|
|
5397
5547
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
@@ -5485,15 +5635,19 @@
|
|
|
5485
5635
|
}
|
|
5486
5636
|
.e-tab .e-tab-header.e-vertical .e-indicator {
|
|
5487
5637
|
display: none;
|
|
5638
|
+
-webkit-transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
5488
5639
|
transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
5489
5640
|
width: 2px;
|
|
5490
5641
|
}
|
|
5491
5642
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
5492
5643
|
height: inherit;
|
|
5493
|
-
-
|
|
5494
|
-
|
|
5495
|
-
|
|
5496
|
-
|
|
5644
|
+
-webkit-box-orient: vertical;
|
|
5645
|
+
-webkit-box-direction: normal;
|
|
5646
|
+
-ms-flex-direction: column;
|
|
5647
|
+
flex-direction: column;
|
|
5648
|
+
-webkit-box-align: normal;
|
|
5649
|
+
-ms-flex-align: normal;
|
|
5650
|
+
align-items: normal;
|
|
5497
5651
|
}
|
|
5498
5652
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
|
|
5499
5653
|
padding: 16px 0;
|
|
@@ -5559,6 +5713,7 @@
|
|
|
5559
5713
|
left: 98%;
|
|
5560
5714
|
position: absolute;
|
|
5561
5715
|
right: 0;
|
|
5716
|
+
-webkit-transition: bottom 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s, height 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s;
|
|
5562
5717
|
transition: bottom 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s, height 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s;
|
|
5563
5718
|
width: 2px;
|
|
5564
5719
|
}
|
|
@@ -5599,6 +5754,7 @@
|
|
|
5599
5754
|
left: 0;
|
|
5600
5755
|
position: absolute;
|
|
5601
5756
|
right: 98%;
|
|
5757
|
+
-webkit-transition: bottom 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s, height 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s;
|
|
5602
5758
|
transition: bottom 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s, height 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s;
|
|
5603
5759
|
width: 2px;
|
|
5604
5760
|
}
|
|
@@ -5613,8 +5769,9 @@
|
|
|
5613
5769
|
}
|
|
5614
5770
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
5615
5771
|
height: 16px;
|
|
5616
|
-
-
|
|
5617
|
-
|
|
5772
|
+
-webkit-box-pack: center;
|
|
5773
|
+
-ms-flex-pack: center;
|
|
5774
|
+
justify-content: center;
|
|
5618
5775
|
min-height: 16px;
|
|
5619
5776
|
width: 100%;
|
|
5620
5777
|
}
|
|
@@ -5632,7 +5789,9 @@
|
|
|
5632
5789
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
5633
5790
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
|
|
5634
5791
|
height: 100%;
|
|
5635
|
-
transform: none;
|
|
5792
|
+
-webkit-transform: none;
|
|
5793
|
+
transform: none;
|
|
5794
|
+
-webkit-transition: none;
|
|
5636
5795
|
transition: none;
|
|
5637
5796
|
width: 100%;
|
|
5638
5797
|
}
|
|
@@ -5645,7 +5804,9 @@
|
|
|
5645
5804
|
line-height: 36px;
|
|
5646
5805
|
text-align: left;
|
|
5647
5806
|
text-transform: capitalize;
|
|
5648
|
-
transform: none;
|
|
5807
|
+
-webkit-transform: none;
|
|
5808
|
+
transform: none;
|
|
5809
|
+
-webkit-transition: none;
|
|
5649
5810
|
transition: none;
|
|
5650
5811
|
}
|
|
5651
5812
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
|
|
@@ -5712,14 +5873,17 @@
|
|
|
5712
5873
|
overflow: hidden;
|
|
5713
5874
|
}
|
|
5714
5875
|
.e-tab.e-vertical-tab .e-content {
|
|
5876
|
+
display: -webkit-box;
|
|
5715
5877
|
display: -ms-flexbox;
|
|
5716
5878
|
display: flex;
|
|
5717
5879
|
}
|
|
5718
5880
|
.e-tab.e-vertical-tab .e-content .e-item.e-active {
|
|
5881
|
+
display: -webkit-box;
|
|
5719
5882
|
display: -ms-flexbox;
|
|
5720
5883
|
display: flex;
|
|
5721
|
-
-
|
|
5722
|
-
flex: none;
|
|
5884
|
+
-webkit-box-flex: 0;
|
|
5885
|
+
-ms-flex: none;
|
|
5886
|
+
flex: none;
|
|
5723
5887
|
}
|
|
5724
5888
|
.e-tab.e-vertical-tab .e-content .e-item,
|
|
5725
5889
|
.e-tab.e-vertical-tab .e-content .e-item > :first-child {
|
|
@@ -5841,6 +6005,7 @@
|
|
|
5841
6005
|
}
|
|
5842
6006
|
.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align,
|
|
5843
6007
|
.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align {
|
|
6008
|
+
display: -webkit-box;
|
|
5844
6009
|
display: -ms-flexbox;
|
|
5845
6010
|
display: flex;
|
|
5846
6011
|
}
|
|
@@ -5860,31 +6025,42 @@
|
|
|
5860
6025
|
}
|
|
5861
6026
|
.e-tab.e-ie .e-tab-header .e-popup-up-icon,
|
|
5862
6027
|
.e-tab.e-ie .e-tab-header .e-popup-down-icon {
|
|
5863
|
-
transform: none;
|
|
6028
|
+
-webkit-transform: none;
|
|
6029
|
+
transform: none;
|
|
6030
|
+
-webkit-transition: none;
|
|
5864
6031
|
transition: none;
|
|
5865
6032
|
}
|
|
5866
6033
|
.e-tab.e-ie .e-tab-header .e-popup-up-icon::before {
|
|
5867
|
-
transform: rotate(0deg);
|
|
6034
|
+
-webkit-transform: rotate(0deg);
|
|
6035
|
+
transform: rotate(0deg);
|
|
6036
|
+
-webkit-transition: none;
|
|
5868
6037
|
transition: none;
|
|
5869
6038
|
}
|
|
5870
6039
|
@media screen and (max-width: 480px) {
|
|
5871
6040
|
.e-tab.e-ie .e-tab-header .e-popup-up-icon::before {
|
|
5872
|
-
transform: none;
|
|
6041
|
+
-webkit-transform: none;
|
|
6042
|
+
transform: none;
|
|
6043
|
+
-webkit-transition: none;
|
|
5873
6044
|
transition: none;
|
|
5874
6045
|
}
|
|
5875
6046
|
}
|
|
5876
6047
|
.e-tab.e-ie .e-tab-header .e-popup-down-icon::before {
|
|
5877
|
-
transform: rotate(0deg);
|
|
6048
|
+
-webkit-transform: rotate(0deg);
|
|
6049
|
+
transform: rotate(0deg);
|
|
6050
|
+
-webkit-transition: none;
|
|
5878
6051
|
transition: none;
|
|
5879
6052
|
}
|
|
5880
6053
|
@media screen and (max-width: 480px) {
|
|
5881
6054
|
.e-tab.e-ie .e-tab-header .e-popup-down-icon::before {
|
|
5882
|
-
transform: none;
|
|
6055
|
+
-webkit-transform: none;
|
|
6056
|
+
transform: none;
|
|
6057
|
+
-webkit-transition: none;
|
|
5883
6058
|
transition: none;
|
|
5884
6059
|
}
|
|
5885
6060
|
}
|
|
5886
6061
|
.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align,
|
|
5887
6062
|
.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align {
|
|
6063
|
+
display: -webkit-box;
|
|
5888
6064
|
display: -ms-flexbox;
|
|
5889
6065
|
display: flex;
|
|
5890
6066
|
}
|
|
@@ -5905,48 +6081,66 @@
|
|
|
5905
6081
|
position: relative;
|
|
5906
6082
|
}
|
|
5907
6083
|
.e-tab.e-edge .e-tab-header .e-popup-up-icon {
|
|
5908
|
-
transform: rotate(0deg);
|
|
6084
|
+
-webkit-transform: rotate(0deg);
|
|
6085
|
+
transform: rotate(0deg);
|
|
6086
|
+
-webkit-transition: none;
|
|
5909
6087
|
transition: none;
|
|
5910
6088
|
}
|
|
5911
6089
|
@media screen and (max-width: 480px) {
|
|
5912
6090
|
.e-tab.e-edge .e-tab-header .e-popup-up-icon {
|
|
5913
|
-
transform: none;
|
|
6091
|
+
-webkit-transform: none;
|
|
6092
|
+
transform: none;
|
|
6093
|
+
-webkit-transition: none;
|
|
5914
6094
|
transition: none;
|
|
5915
6095
|
}
|
|
5916
6096
|
}
|
|
5917
6097
|
.e-tab.e-edge .e-tab-header .e-popup-down-icon {
|
|
5918
|
-
transform: rotate(0deg);
|
|
6098
|
+
-webkit-transform: rotate(0deg);
|
|
6099
|
+
transform: rotate(0deg);
|
|
6100
|
+
-webkit-transition: none;
|
|
5919
6101
|
transition: none;
|
|
5920
6102
|
}
|
|
5921
6103
|
@media screen and (max-width: 480px) {
|
|
5922
6104
|
.e-tab.e-edge .e-tab-header .e-popup-down-icon {
|
|
5923
|
-
transform: none;
|
|
6105
|
+
-webkit-transform: none;
|
|
6106
|
+
transform: none;
|
|
6107
|
+
-webkit-transition: none;
|
|
5924
6108
|
transition: none;
|
|
5925
6109
|
}
|
|
5926
6110
|
}
|
|
5927
6111
|
@media screen and (max-width: 480px) and (max-width: 480px) {
|
|
5928
6112
|
.e-tab.e-edge .e-tab-header .e-popup-down-icon {
|
|
5929
|
-
transform: none;
|
|
6113
|
+
-webkit-transform: none;
|
|
6114
|
+
transform: none;
|
|
6115
|
+
-webkit-transition: none;
|
|
5930
6116
|
transition: none;
|
|
5931
6117
|
}
|
|
5932
6118
|
}
|
|
5933
6119
|
.e-tab.e-edge .e-tab-header .e-popup-up-icon::before {
|
|
5934
|
-
transform: rotate(0deg);
|
|
6120
|
+
-webkit-transform: rotate(0deg);
|
|
6121
|
+
transform: rotate(0deg);
|
|
6122
|
+
-webkit-transition: none;
|
|
5935
6123
|
transition: none;
|
|
5936
6124
|
}
|
|
5937
6125
|
@media screen and (max-width: 480px) {
|
|
5938
6126
|
.e-tab.e-edge .e-tab-header .e-popup-up-icon::before {
|
|
5939
|
-
transform: none;
|
|
6127
|
+
-webkit-transform: none;
|
|
6128
|
+
transform: none;
|
|
6129
|
+
-webkit-transition: none;
|
|
5940
6130
|
transition: none;
|
|
5941
6131
|
}
|
|
5942
6132
|
}
|
|
5943
6133
|
.e-tab.e-edge .e-tab-header .e-popup-down-icon::before {
|
|
5944
|
-
transform: rotate(0deg);
|
|
6134
|
+
-webkit-transform: rotate(0deg);
|
|
6135
|
+
transform: rotate(0deg);
|
|
6136
|
+
-webkit-transition: none;
|
|
5945
6137
|
transition: none;
|
|
5946
6138
|
}
|
|
5947
6139
|
@media screen and (max-width: 480px) {
|
|
5948
6140
|
.e-tab.e-edge .e-tab-header .e-popup-down-icon::before {
|
|
5949
|
-
transform: none;
|
|
6141
|
+
-webkit-transform: none;
|
|
6142
|
+
transform: none;
|
|
6143
|
+
-webkit-transition: none;
|
|
5950
6144
|
transition: none;
|
|
5951
6145
|
}
|
|
5952
6146
|
}
|
|
@@ -6277,8 +6471,10 @@
|
|
|
6277
6471
|
.e-tab-clone-element .e-text-wrap {
|
|
6278
6472
|
-ms-flex-line-pack: center;
|
|
6279
6473
|
align-content: center;
|
|
6280
|
-
-
|
|
6281
|
-
align
|
|
6474
|
+
-webkit-box-align: center;
|
|
6475
|
+
-ms-flex-align: center;
|
|
6476
|
+
align-items: center;
|
|
6477
|
+
display: -webkit-inline-box;
|
|
6282
6478
|
display: -ms-inline-flexbox;
|
|
6283
6479
|
display: inline-flex;
|
|
6284
6480
|
height: 44px;
|
|
@@ -6295,7 +6491,6 @@
|
|
|
6295
6491
|
font-weight: 400;
|
|
6296
6492
|
text-transform: capitalize;
|
|
6297
6493
|
-ms-flex-item-align: auto;
|
|
6298
|
-
-ms-grid-row-align: auto;
|
|
6299
6494
|
align-self: auto;
|
|
6300
6495
|
}
|
|
6301
6496
|
@media screen and (max-width: 480px) {
|
|
@@ -6320,6 +6515,7 @@
|
|
|
6320
6515
|
top: 1px;
|
|
6321
6516
|
}
|
|
6322
6517
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
6518
|
+
display: -webkit-inline-box;
|
|
6323
6519
|
display: -ms-inline-flexbox;
|
|
6324
6520
|
display: inline-flex;
|
|
6325
6521
|
height: 16px;
|
|
@@ -6344,8 +6540,9 @@
|
|
|
6344
6540
|
}
|
|
6345
6541
|
}
|
|
6346
6542
|
.e-tab-clone-element.e-icon .e-tab-wrap {
|
|
6347
|
-
-
|
|
6348
|
-
|
|
6543
|
+
-webkit-box-pack: center;
|
|
6544
|
+
-ms-flex-pack: center;
|
|
6545
|
+
justify-content: center;
|
|
6349
6546
|
padding: 0 15px;
|
|
6350
6547
|
}
|
|
6351
6548
|
@media screen and (max-width: 480px) {
|
|
@@ -6378,8 +6575,10 @@
|
|
|
6378
6575
|
}
|
|
6379
6576
|
}
|
|
6380
6577
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
6381
|
-
-
|
|
6382
|
-
align
|
|
6578
|
+
-webkit-box-align: center;
|
|
6579
|
+
-ms-flex-align: center;
|
|
6580
|
+
align-items: center;
|
|
6581
|
+
display: -webkit-box;
|
|
6383
6582
|
display: -ms-flexbox;
|
|
6384
6583
|
display: flex;
|
|
6385
6584
|
height: 62px;
|
|
@@ -6425,21 +6624,28 @@
|
|
|
6425
6624
|
}
|
|
6426
6625
|
.e-tab-clone-element .e-tab-icon.e-icon-top,
|
|
6427
6626
|
.e-tab-clone-element .e-tab-icon.e-icon-bottom {
|
|
6428
|
-
-
|
|
6429
|
-
align
|
|
6627
|
+
-webkit-box-align: center;
|
|
6628
|
+
-ms-flex-align: center;
|
|
6629
|
+
align-items: center;
|
|
6630
|
+
display: -webkit-box;
|
|
6430
6631
|
display: -ms-flexbox;
|
|
6431
6632
|
display: flex;
|
|
6432
|
-
-
|
|
6433
|
-
|
|
6434
|
-
|
|
6435
|
-
|
|
6633
|
+
-webkit-box-orient: vertical;
|
|
6634
|
+
-webkit-box-direction: normal;
|
|
6635
|
+
-ms-flex-direction: column;
|
|
6636
|
+
flex-direction: column;
|
|
6637
|
+
-webkit-box-pack: center;
|
|
6638
|
+
-ms-flex-pack: center;
|
|
6639
|
+
justify-content: center;
|
|
6436
6640
|
margin: auto;
|
|
6437
6641
|
}
|
|
6438
6642
|
.e-tab-clone-element.e-close-show .e-icons.e-close-icon {
|
|
6439
|
-
-
|
|
6440
|
-
align
|
|
6643
|
+
-webkit-box-align: center;
|
|
6644
|
+
-ms-flex-align: center;
|
|
6645
|
+
align-items: center;
|
|
6441
6646
|
-ms-flex-item-align: center;
|
|
6442
6647
|
align-self: center;
|
|
6648
|
+
display: -webkit-inline-box;
|
|
6443
6649
|
display: -ms-inline-flexbox;
|
|
6444
6650
|
display: inline-flex;
|
|
6445
6651
|
}
|
|
@@ -6484,7 +6690,6 @@
|
|
|
6484
6690
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
6485
6691
|
font-size: 16px;
|
|
6486
6692
|
-ms-flex-item-align: auto;
|
|
6487
|
-
-ms-grid-row-align: auto;
|
|
6488
6693
|
align-self: auto;
|
|
6489
6694
|
}
|
|
6490
6695
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
@@ -6560,7 +6765,6 @@
|
|
|
6560
6765
|
margin: 0 0 10px;
|
|
6561
6766
|
}
|
|
6562
6767
|
|
|
6563
|
-
/*! tab theme */
|
|
6564
6768
|
.e-tab {
|
|
6565
6769
|
background: transparent;
|
|
6566
6770
|
border: none;
|
|
@@ -6569,7 +6773,8 @@
|
|
|
6569
6773
|
background: inherit;
|
|
6570
6774
|
border: 0;
|
|
6571
6775
|
border-radius: 0;
|
|
6572
|
-
box-shadow: none;
|
|
6776
|
+
-webkit-box-shadow: none;
|
|
6777
|
+
box-shadow: none;
|
|
6573
6778
|
font-weight: 400;
|
|
6574
6779
|
border-bottom: 0;
|
|
6575
6780
|
}
|
|
@@ -6696,7 +6901,8 @@
|
|
|
6696
6901
|
background: #252423;
|
|
6697
6902
|
border: 1px #000;
|
|
6698
6903
|
border-radius: 4px;
|
|
6699
|
-
box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
|
|
6904
|
+
-webkit-box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
|
|
6905
|
+
box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
|
|
6700
6906
|
overflow-y: auto;
|
|
6701
6907
|
}
|
|
6702
6908
|
.e-tab .e-tab-header .e-toolbar-pop[e-animate=true] {
|
|
@@ -6704,7 +6910,8 @@
|
|
|
6704
6910
|
}
|
|
6705
6911
|
@media screen and (max-width: 480px) {
|
|
6706
6912
|
.e-tab .e-tab-header .e-toolbar-pop {
|
|
6707
|
-
box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
|
|
6913
|
+
-webkit-box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
|
|
6914
|
+
box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
|
|
6708
6915
|
}
|
|
6709
6916
|
}
|
|
6710
6917
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
@@ -6759,7 +6966,8 @@
|
|
|
6759
6966
|
}
|
|
6760
6967
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
6761
6968
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
6762
|
-
box-shadow: none;
|
|
6969
|
+
-webkit-box-shadow: none;
|
|
6970
|
+
box-shadow: none;
|
|
6763
6971
|
border: 0;
|
|
6764
6972
|
}
|
|
6765
6973
|
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
@@ -6785,7 +6993,8 @@
|
|
|
6785
6993
|
}
|
|
6786
6994
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
6787
6995
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
6788
|
-
box-shadow: none;
|
|
6996
|
+
-webkit-box-shadow: none;
|
|
6997
|
+
box-shadow: none;
|
|
6789
6998
|
background: inherit;
|
|
6790
6999
|
border: 0;
|
|
6791
7000
|
}
|
|
@@ -6852,7 +7061,8 @@
|
|
|
6852
7061
|
color: #a19f9d;
|
|
6853
7062
|
border: 1px solid #292827;
|
|
6854
7063
|
border-radius: 0;
|
|
6855
|
-
box-shadow: inset 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
|
|
7064
|
+
-webkit-box-shadow: inset 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
|
|
7065
|
+
box-shadow: inset 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
|
|
6856
7066
|
}
|
|
6857
7067
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
6858
7068
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
@@ -6865,14 +7075,16 @@
|
|
|
6865
7075
|
}
|
|
6866
7076
|
.e-tab .e-tab-header .e-hor-nav:active,
|
|
6867
7077
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
6868
|
-
box-shadow: none;
|
|
7078
|
+
-webkit-box-shadow: none;
|
|
7079
|
+
box-shadow: none;
|
|
6869
7080
|
background: transparent;
|
|
6870
7081
|
}
|
|
6871
7082
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
6872
7083
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
6873
7084
|
background: inherit;
|
|
6874
7085
|
border: 0;
|
|
6875
|
-
box-shadow: none;
|
|
7086
|
+
-webkit-box-shadow: none;
|
|
7087
|
+
box-shadow: none;
|
|
6876
7088
|
border-radius: 0;
|
|
6877
7089
|
}
|
|
6878
7090
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
@@ -6933,7 +7145,8 @@
|
|
|
6933
7145
|
border-radius: 0;
|
|
6934
7146
|
}
|
|
6935
7147
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
6936
|
-
box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
|
|
7148
|
+
-webkit-box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
|
|
7149
|
+
box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
|
|
6937
7150
|
}
|
|
6938
7151
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
6939
7152
|
background: inherit;
|
|
@@ -6998,7 +7211,8 @@
|
|
|
6998
7211
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active:hover {
|
|
6999
7212
|
background: inherit;
|
|
7000
7213
|
border: 0;
|
|
7001
|
-
box-shadow: none;
|
|
7214
|
+
-webkit-box-shadow: none;
|
|
7215
|
+
box-shadow: none;
|
|
7002
7216
|
}
|
|
7003
7217
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7004
7218
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
@@ -7393,7 +7607,8 @@
|
|
|
7393
7607
|
}
|
|
7394
7608
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
7395
7609
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
7396
|
-
animation: none;
|
|
7610
|
+
-webkit-animation: none;
|
|
7611
|
+
animation: none;
|
|
7397
7612
|
}
|
|
7398
7613
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
7399
7614
|
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
@@ -7445,7 +7660,8 @@
|
|
|
7445
7660
|
}
|
|
7446
7661
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
7447
7662
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
7448
|
-
animation: none;
|
|
7663
|
+
-webkit-animation: none;
|
|
7664
|
+
animation: none;
|
|
7449
7665
|
}
|
|
7450
7666
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
|
|
7451
7667
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
@@ -7657,11 +7873,23 @@
|
|
|
7657
7873
|
}
|
|
7658
7874
|
|
|
7659
7875
|
/* stylelint-disable property-no-vendor-prefix */
|
|
7876
|
+
@-webkit-keyframes rotation {
|
|
7877
|
+
from {
|
|
7878
|
+
-webkit-transform: rotate(0deg);
|
|
7879
|
+
transform: rotate(0deg);
|
|
7880
|
+
}
|
|
7881
|
+
to {
|
|
7882
|
+
-webkit-transform: rotate(359deg);
|
|
7883
|
+
transform: rotate(359deg);
|
|
7884
|
+
}
|
|
7885
|
+
}
|
|
7660
7886
|
@keyframes rotation {
|
|
7661
7887
|
from {
|
|
7888
|
+
-webkit-transform: rotate(0deg);
|
|
7662
7889
|
transform: rotate(0deg);
|
|
7663
7890
|
}
|
|
7664
7891
|
to {
|
|
7892
|
+
-webkit-transform: rotate(359deg);
|
|
7665
7893
|
transform: rotate(359deg);
|
|
7666
7894
|
}
|
|
7667
7895
|
}
|
|
@@ -7690,13 +7918,13 @@
|
|
|
7690
7918
|
line-height: 17px;
|
|
7691
7919
|
width: 18px;
|
|
7692
7920
|
}
|
|
7693
|
-
.e-bigger .e-treeview .e-list-item .e-small.e-css.e-checkbox-wrapper .e-check,
|
|
7694
|
-
.e-treeview.e-bigger .e-list-item .e-small.e-css.e-checkbox-wrapper .e-check
|
|
7921
|
+
.e-bigger .e-treeview .e-list-item .e-small.e-css.e-checkbox-wrapper .e-check, .e-bigger .e-treeview .e-list-item .e-small.e-css.e-checkbox-wrapper .e-stop,
|
|
7922
|
+
.e-treeview.e-bigger .e-list-item .e-small.e-css.e-checkbox-wrapper .e-check,
|
|
7923
|
+
.e-treeview.e-bigger .e-list-item .e-small.e-css.e-checkbox-wrapper .e-stop {
|
|
7695
7924
|
font-size: 12px;
|
|
7696
7925
|
}
|
|
7697
7926
|
.e-bigger .e-treeview .e-list-item .e-small.e-css.e-checkbox-wrapper .e-stop,
|
|
7698
7927
|
.e-treeview.e-bigger .e-list-item .e-small.e-css.e-checkbox-wrapper .e-stop {
|
|
7699
|
-
font-size: 12px;
|
|
7700
7928
|
line-height: 17px;
|
|
7701
7929
|
}
|
|
7702
7930
|
.e-bigger .e-treeview .e-list-item .e-checkbox-wrapper + .e-list-text,
|
|
@@ -7708,8 +7936,8 @@
|
|
|
7708
7936
|
.e-treeview.e-bigger .e-icon-collapsible,
|
|
7709
7937
|
.e-treeview.e-bigger .e-icon-expandable {
|
|
7710
7938
|
height: 24px;
|
|
7711
|
-
margin: 0 0 0 -24px;
|
|
7712
7939
|
width: 24px;
|
|
7940
|
+
margin: 0 0 0 -24px;
|
|
7713
7941
|
}
|
|
7714
7942
|
.e-bigger .e-treeview.e-drag-item .e-icon-expandable,
|
|
7715
7943
|
.e-bigger .e-treeview.e-drag-item .e-icon-collapsible,
|
|
@@ -7722,13 +7950,6 @@
|
|
|
7722
7950
|
.e-treeview.e-bigger.e-drag-item .e-drop-count {
|
|
7723
7951
|
padding: 3px 5px 4px;
|
|
7724
7952
|
}
|
|
7725
|
-
.e-bigger .e-treeview .e-navigable .e-text-content,
|
|
7726
|
-
.e-treeview.e-bigger .e-navigable .e-text-content {
|
|
7727
|
-
-ms-flex-align: center;
|
|
7728
|
-
align-items: center;
|
|
7729
|
-
display: -ms-flexbox;
|
|
7730
|
-
display: flex;
|
|
7731
|
-
}
|
|
7732
7953
|
.e-bigger .e-treeview .e-navigable .e-list-text,
|
|
7733
7954
|
.e-treeview.e-bigger .e-navigable .e-list-text {
|
|
7734
7955
|
padding: 0;
|
|
@@ -7921,6 +8142,16 @@
|
|
|
7921
8142
|
position: relative;
|
|
7922
8143
|
white-space: nowrap;
|
|
7923
8144
|
}
|
|
8145
|
+
.e-treeview.e-virtualization {
|
|
8146
|
+
overflow: auto;
|
|
8147
|
+
}
|
|
8148
|
+
.e-treeview.e-virtualization .e-virtual-mask {
|
|
8149
|
+
display: block;
|
|
8150
|
+
margin-bottom: 20px;
|
|
8151
|
+
}
|
|
8152
|
+
.e-treeview.e-virtualization .e-ul {
|
|
8153
|
+
overflow: unset;
|
|
8154
|
+
}
|
|
7924
8155
|
.e-treeview > .e-ul {
|
|
7925
8156
|
-webkit-overflow-scrolling: touch;
|
|
7926
8157
|
overflow: auto;
|
|
@@ -7956,26 +8187,10 @@
|
|
|
7956
8187
|
margin: 0;
|
|
7957
8188
|
padding: 0 0 0 12px;
|
|
7958
8189
|
}
|
|
7959
|
-
.e-treeview
|
|
7960
|
-
display: none;
|
|
7961
|
-
}
|
|
8190
|
+
.e-treeview .e-node-collapsed .e-list-item .e-fullrow,
|
|
7962
8191
|
.e-treeview .e-display-none {
|
|
7963
8192
|
display: none;
|
|
7964
8193
|
}
|
|
7965
|
-
.e-treeview .e-list-item div.e-icons.interaction {
|
|
7966
|
-
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
7967
|
-
border-radius: 15px;
|
|
7968
|
-
transition: transform 0.3s ease-in-out;
|
|
7969
|
-
}
|
|
7970
|
-
.e-treeview .e-list-item .e-icons.e-icon-collapsible {
|
|
7971
|
-
transform: rotate(90deg);
|
|
7972
|
-
}
|
|
7973
|
-
.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next {
|
|
7974
|
-
transform: rotate(180deg);
|
|
7975
|
-
}
|
|
7976
|
-
.e-treeview.e-rtl div.e-icons {
|
|
7977
|
-
transform: rotate(180deg);
|
|
7978
|
-
}
|
|
7979
8194
|
.e-treeview .e-list-item {
|
|
7980
8195
|
list-style: none;
|
|
7981
8196
|
padding: 2px 0;
|
|
@@ -7992,6 +8207,17 @@
|
|
|
7992
8207
|
pointer-events: none;
|
|
7993
8208
|
touch-action: none;
|
|
7994
8209
|
}
|
|
8210
|
+
.e-treeview .e-list-item div.e-icons.interaction {
|
|
8211
|
+
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
8212
|
+
border-radius: 15px;
|
|
8213
|
+
transition: -webkit-transform 0.3s ease-in-out;
|
|
8214
|
+
transition: transform 0.3s ease-in-out;
|
|
8215
|
+
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
8216
|
+
}
|
|
8217
|
+
.e-treeview .e-list-item .e-icons.e-icon-collapsible {
|
|
8218
|
+
-webkit-transform: rotate(90deg);
|
|
8219
|
+
transform: rotate(90deg);
|
|
8220
|
+
}
|
|
7995
8221
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
7996
8222
|
content: none;
|
|
7997
8223
|
}
|
|
@@ -8005,6 +8231,7 @@
|
|
|
8005
8231
|
position: relative;
|
|
8006
8232
|
}
|
|
8007
8233
|
.e-treeview .e-text-content {
|
|
8234
|
+
-moz-user-select: none;
|
|
8008
8235
|
-ms-user-select: none;
|
|
8009
8236
|
-webkit-user-select: none;
|
|
8010
8237
|
user-select: none;
|
|
@@ -8013,12 +8240,17 @@
|
|
|
8013
8240
|
margin: 0;
|
|
8014
8241
|
padding: 0 12px 0 20px;
|
|
8015
8242
|
}
|
|
8243
|
+
.e-treeview .e-text-content + .e-sibling {
|
|
8244
|
+
margin-top: 1px;
|
|
8245
|
+
}
|
|
8016
8246
|
.e-treeview .e-fullrow {
|
|
8247
|
+
-moz-user-select: none;
|
|
8017
8248
|
-ms-user-select: none;
|
|
8018
8249
|
-webkit-user-select: none;
|
|
8019
8250
|
user-select: none;
|
|
8020
8251
|
border: 1px solid;
|
|
8021
|
-
box-sizing: border-box;
|
|
8252
|
+
-webkit-box-sizing: border-box;
|
|
8253
|
+
box-sizing: border-box;
|
|
8022
8254
|
cursor: pointer;
|
|
8023
8255
|
height: 38px;
|
|
8024
8256
|
left: 0;
|
|
@@ -8046,7 +8278,8 @@
|
|
|
8046
8278
|
width: 32px;
|
|
8047
8279
|
}
|
|
8048
8280
|
.e-treeview .e-list-text {
|
|
8049
|
-
box-sizing: border-box;
|
|
8281
|
+
-webkit-box-sizing: border-box;
|
|
8282
|
+
box-sizing: border-box;
|
|
8050
8283
|
display: inline-block;
|
|
8051
8284
|
line-height: 36px;
|
|
8052
8285
|
margin: 0;
|
|
@@ -8095,24 +8328,24 @@
|
|
|
8095
8328
|
padding: 0px;
|
|
8096
8329
|
}
|
|
8097
8330
|
.e-treeview .e-load {
|
|
8331
|
+
-webkit-animation: rotation 0.5s infinite linear;
|
|
8098
8332
|
animation: rotation 0.5s infinite linear;
|
|
8099
8333
|
}
|
|
8100
8334
|
.e-treeview .e-sibling {
|
|
8101
8335
|
width: 144px;
|
|
8102
|
-
position: absolute;
|
|
8103
|
-
z-index: 2;
|
|
8104
|
-
}
|
|
8105
|
-
.e-treeview .e-text-content + .e-sibling {
|
|
8106
|
-
margin-top: 1px;
|
|
8107
8336
|
}
|
|
8108
8337
|
.e-treeview .e-sibling::before {
|
|
8109
8338
|
left: 0;
|
|
8110
8339
|
height: 2px;
|
|
8111
8340
|
top: -1.5px;
|
|
8341
|
+
}
|
|
8342
|
+
.e-treeview .e-sibling,
|
|
8343
|
+
.e-treeview .e-sibling::before {
|
|
8112
8344
|
position: absolute;
|
|
8113
8345
|
z-index: 2;
|
|
8114
8346
|
}
|
|
8115
8347
|
.e-treeview .e-popup {
|
|
8348
|
+
-moz-user-select: none;
|
|
8116
8349
|
-ms-user-select: none;
|
|
8117
8350
|
-webkit-user-select: none;
|
|
8118
8351
|
user-select: none;
|
|
@@ -8136,8 +8369,7 @@
|
|
|
8136
8369
|
padding: 4px;
|
|
8137
8370
|
width: 26px;
|
|
8138
8371
|
}
|
|
8139
|
-
.e-treeview .e-popup .e-downtail::before,
|
|
8140
|
-
.e-treeview .e-popup .e-downtail::after {
|
|
8372
|
+
.e-treeview .e-popup .e-downtail::before, .e-treeview .e-popup .e-downtail::after {
|
|
8141
8373
|
border: 10px solid transparent;
|
|
8142
8374
|
content: "";
|
|
8143
8375
|
height: 0;
|
|
@@ -8159,8 +8391,10 @@
|
|
|
8159
8391
|
pointer-events: auto;
|
|
8160
8392
|
}
|
|
8161
8393
|
.e-treeview .e-navigable .e-text-content {
|
|
8162
|
-
-
|
|
8163
|
-
align
|
|
8394
|
+
-webkit-box-align: center;
|
|
8395
|
+
-ms-flex-align: center;
|
|
8396
|
+
align-items: center;
|
|
8397
|
+
display: -webkit-box;
|
|
8164
8398
|
display: -ms-flexbox;
|
|
8165
8399
|
display: flex;
|
|
8166
8400
|
}
|
|
@@ -8197,7 +8431,8 @@
|
|
|
8197
8431
|
}
|
|
8198
8432
|
.e-treeview.e-drag-item .e-icon-collapsible,
|
|
8199
8433
|
.e-treeview.e-drag-item .e-icon-expandable {
|
|
8200
|
-
box-sizing: content-box;
|
|
8434
|
+
-webkit-box-sizing: content-box;
|
|
8435
|
+
box-sizing: content-box;
|
|
8201
8436
|
padding-left: 12px;
|
|
8202
8437
|
padding-top: 8px;
|
|
8203
8438
|
}
|
|
@@ -8208,7 +8443,8 @@
|
|
|
8208
8443
|
.e-treeview.e-drag-item .e-drop-count {
|
|
8209
8444
|
border: 1px solid;
|
|
8210
8445
|
border-radius: 15px;
|
|
8211
|
-
box-sizing: content-box;
|
|
8446
|
+
-webkit-box-sizing: content-box;
|
|
8447
|
+
box-sizing: content-box;
|
|
8212
8448
|
font-size: 12px;
|
|
8213
8449
|
line-height: normal;
|
|
8214
8450
|
min-width: 12px;
|
|
@@ -8271,12 +8507,20 @@
|
|
|
8271
8507
|
.e-treeview.e-rtl .e-sibling::before {
|
|
8272
8508
|
right: 0;
|
|
8273
8509
|
}
|
|
8510
|
+
.e-treeview.e-rtl.e-drag-item .e-icons.e-drop-next {
|
|
8511
|
+
-webkit-transform: rotate(180deg);
|
|
8512
|
+
transform: rotate(180deg);
|
|
8513
|
+
}
|
|
8274
8514
|
.e-treeview.e-rtl.e-drag-item .e-text-content {
|
|
8275
8515
|
float: right;
|
|
8276
8516
|
}
|
|
8277
8517
|
.e-treeview.e-rtl.e-drag-item .e-drop-count {
|
|
8278
8518
|
margin-right: -12px;
|
|
8279
8519
|
}
|
|
8520
|
+
.e-treeview.e-rtl div.e-icons {
|
|
8521
|
+
-webkit-transform: rotate(180deg);
|
|
8522
|
+
transform: rotate(180deg);
|
|
8523
|
+
}
|
|
8280
8524
|
.e-treeview.e-disabled .e-fullrow,
|
|
8281
8525
|
.e-treeview.e-disabled .e-icons,
|
|
8282
8526
|
.e-treeview.e-disabled .e-text-content,
|
|
@@ -8328,25 +8572,41 @@
|
|
|
8328
8572
|
.e-treeview .e-icon-expandable::before {
|
|
8329
8573
|
font-size: 20px;
|
|
8330
8574
|
}
|
|
8331
|
-
.e-treeview .e-list-item.e-
|
|
8332
|
-
.e-treeview .e-list-item.e-hover,
|
|
8333
|
-
.e-treeview .e-list-item.e-node-focus {
|
|
8575
|
+
.e-treeview .e-list-item.e-hover, .e-treeview .e-list-item.e-node-focus {
|
|
8334
8576
|
background: transparent;
|
|
8335
8577
|
}
|
|
8336
|
-
.e-treeview .e-list-item.e-hover > .e-
|
|
8337
|
-
|
|
8578
|
+
.e-treeview .e-list-item.e-hover > .e-fullrow, .e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
8579
|
+
background-color: #252423;
|
|
8580
|
+
border-color: #252423;
|
|
8581
|
+
}
|
|
8582
|
+
.e-treeview .e-list-item.e-hover > .e-text-content, .e-treeview .e-list-item.e-node-focus > .e-text-content {
|
|
8338
8583
|
color: #f3f2f1;
|
|
8339
8584
|
}
|
|
8340
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text,
|
|
8341
|
-
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
8585
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text, .e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
8342
8586
|
color: #f3f2f1;
|
|
8343
8587
|
}
|
|
8344
8588
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
|
|
8345
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable,
|
|
8346
|
-
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8589
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable, .e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8347
8590
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8348
8591
|
color: #f3f2f1;
|
|
8349
8592
|
}
|
|
8593
|
+
.e-treeview .e-list-item.e-active {
|
|
8594
|
+
background: transparent;
|
|
8595
|
+
}
|
|
8596
|
+
.e-treeview .e-list-item.e-active > .e-fullrow {
|
|
8597
|
+
background-color: #292827;
|
|
8598
|
+
border-color: #292827;
|
|
8599
|
+
}
|
|
8600
|
+
.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow {
|
|
8601
|
+
background-color: transparent;
|
|
8602
|
+
border-color: transparent;
|
|
8603
|
+
}
|
|
8604
|
+
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content {
|
|
8605
|
+
color: #f3f2f1;
|
|
8606
|
+
}
|
|
8607
|
+
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text {
|
|
8608
|
+
color: #f3f2f1;
|
|
8609
|
+
}
|
|
8350
8610
|
.e-treeview .e-list-item.e-active > .e-text-content {
|
|
8351
8611
|
color: #f3f2f1;
|
|
8352
8612
|
}
|
|
@@ -8363,67 +8623,36 @@
|
|
|
8363
8623
|
.e-treeview .e-list-item.e-active > .e-text-content .e-stop {
|
|
8364
8624
|
border-color: #f3f2f1;
|
|
8365
8625
|
}
|
|
8366
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-
|
|
8367
|
-
|
|
8626
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
8627
|
+
background-color: #363533;
|
|
8628
|
+
border-color: #292827;
|
|
8629
|
+
}
|
|
8630
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8368
8631
|
color: #f3f2f1;
|
|
8369
8632
|
}
|
|
8370
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text,
|
|
8371
|
-
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-list-text {
|
|
8633
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-list-text {
|
|
8372
8634
|
color: #f3f2f1;
|
|
8373
8635
|
}
|
|
8374
8636
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible,
|
|
8375
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable,
|
|
8376
|
-
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8637
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8377
8638
|
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8378
8639
|
color: #f3f2f1;
|
|
8379
8640
|
}
|
|
8380
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-
|
|
8381
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content,
|
|
8382
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8383
|
-
color: #f3f2f1;
|
|
8384
|
-
}
|
|
8385
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text,
|
|
8386
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text,
|
|
8387
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-list-text {
|
|
8388
|
-
color: #f3f2f1;
|
|
8389
|
-
}
|
|
8390
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
8391
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable,
|
|
8392
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
8393
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable,
|
|
8394
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8395
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8396
|
-
color: #a19f9d;
|
|
8397
|
-
}
|
|
8398
|
-
.e-treeview .e-list-item.e-hover > .e-fullrow,
|
|
8399
|
-
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
8400
|
-
background-color: #252423;
|
|
8401
|
-
border-color: #252423;
|
|
8402
|
-
}
|
|
8403
|
-
.e-treeview .e-list-item.e-active > .e-fullrow {
|
|
8404
|
-
background-color: #292827;
|
|
8405
|
-
border-color: #292827;
|
|
8406
|
-
}
|
|
8407
|
-
.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow {
|
|
8641
|
+
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
8408
8642
|
background-color: transparent;
|
|
8409
8643
|
border-color: transparent;
|
|
8410
8644
|
}
|
|
8411
|
-
.e-treeview .e-list-item.e-active.e-
|
|
8645
|
+
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8412
8646
|
color: #f3f2f1;
|
|
8413
8647
|
}
|
|
8414
|
-
.e-treeview .e-list-item.e-active.e-
|
|
8648
|
+
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-list-text {
|
|
8415
8649
|
color: #f3f2f1;
|
|
8416
8650
|
}
|
|
8417
|
-
.e-treeview .e-list-item.e-
|
|
8418
|
-
.e-treeview .e-list-item.e-active.e-
|
|
8419
|
-
|
|
8420
|
-
|
|
8421
|
-
|
|
8422
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
8423
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow,
|
|
8424
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
8425
|
-
background-color: transparent;
|
|
8426
|
-
border-color: transparent;
|
|
8651
|
+
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
8652
|
+
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
8653
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8654
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8655
|
+
color: #a19f9d;
|
|
8427
8656
|
}
|
|
8428
8657
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
8429
8658
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8456,8 +8685,7 @@
|
|
|
8456
8685
|
.e-treeview .e-popup .e-downtail::after {
|
|
8457
8686
|
border-top-color: #252423;
|
|
8458
8687
|
}
|
|
8459
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content,
|
|
8460
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
8688
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
8461
8689
|
background-color: #252423;
|
|
8462
8690
|
border-color: #252423;
|
|
8463
8691
|
}
|
|
@@ -8465,14 +8693,11 @@
|
|
|
8465
8693
|
background-color: #292827;
|
|
8466
8694
|
border-color: #292827;
|
|
8467
8695
|
}
|
|
8468
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
|
|
8469
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8696
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8470
8697
|
background-color: #363533;
|
|
8471
8698
|
border-color: #292827;
|
|
8472
8699
|
}
|
|
8473
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
8474
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content,
|
|
8475
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8700
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8476
8701
|
background-color: transparent;
|
|
8477
8702
|
border-color: transparent;
|
|
8478
8703
|
}
|
|
@@ -8502,7 +8727,8 @@
|
|
|
8502
8727
|
border: 1px solid #0078d4;
|
|
8503
8728
|
}
|
|
8504
8729
|
|
|
8505
|
-
/* stylelint-disable-line no-empty-source */
|
|
8730
|
+
/* stylelint-disable-line no-empty-source */
|
|
8731
|
+
/* stylelint-disable-line no-empty-source */
|
|
8506
8732
|
ejs-sidebar {
|
|
8507
8733
|
display: none;
|
|
8508
8734
|
}
|
|
@@ -8519,40 +8745,39 @@ ejs-sidebar {
|
|
|
8519
8745
|
overflow: auto;
|
|
8520
8746
|
position: fixed;
|
|
8521
8747
|
top: 0;
|
|
8748
|
+
-webkit-transition: none;
|
|
8522
8749
|
transition: none;
|
|
8523
8750
|
vertical-align: middle;
|
|
8524
8751
|
visibility: hidden;
|
|
8525
8752
|
will-change: transform;
|
|
8526
8753
|
}
|
|
8527
|
-
.e-sidebar.e-right.e-open {
|
|
8528
|
-
transform: translateX(0%);
|
|
8754
|
+
.e-sidebar.e-right.e-open, .e-sidebar.e-left.e-open {
|
|
8755
|
+
-webkit-transform: translateX(0%);
|
|
8756
|
+
transform: translateX(0%);
|
|
8757
|
+
-webkit-transition: -webkit-transform 0.5s ease;
|
|
8758
|
+
transition: -webkit-transform 0.5s ease;
|
|
8529
8759
|
transition: transform 0.5s ease;
|
|
8760
|
+
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
|
|
8530
8761
|
visibility: visible;
|
|
8531
8762
|
}
|
|
8532
|
-
.e-sidebar.e-right.e-close {
|
|
8533
|
-
box-shadow: none;
|
|
8534
|
-
|
|
8535
|
-
transition: transform 0.5s ease, visibility 500ms;
|
|
8763
|
+
.e-sidebar.e-right.e-close, .e-sidebar.e-left.e-close {
|
|
8764
|
+
-webkit-box-shadow: none;
|
|
8765
|
+
box-shadow: none;
|
|
8536
8766
|
visibility: hidden;
|
|
8537
8767
|
}
|
|
8538
|
-
.e-sidebar.e-
|
|
8539
|
-
transform: translateX(
|
|
8540
|
-
|
|
8541
|
-
visibility: visible;
|
|
8542
|
-
}
|
|
8543
|
-
.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close {
|
|
8544
|
-
transition: transform 0.5s ease, visibility 500ms;
|
|
8768
|
+
.e-sidebar.e-right.e-close {
|
|
8769
|
+
-webkit-transform: translateX(100%);
|
|
8770
|
+
transform: translateX(100%);
|
|
8545
8771
|
}
|
|
8546
8772
|
.e-sidebar.e-left.e-close {
|
|
8547
|
-
|
|
8548
|
-
|
|
8549
|
-
visibility: hidden;
|
|
8773
|
+
-webkit-transform: translateX(-100%);
|
|
8774
|
+
transform: translateX(-100%);
|
|
8550
8775
|
}
|
|
8551
|
-
.e-sidebar.e-right.e-close {
|
|
8552
|
-
|
|
8553
|
-
|
|
8776
|
+
.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close, .e-sidebar.e-right.e-close {
|
|
8777
|
+
-webkit-transition: visibility 500ms, -webkit-transform 0.5s ease;
|
|
8778
|
+
transition: visibility 500ms, -webkit-transform 0.5s ease;
|
|
8554
8779
|
transition: transform 0.5s ease, visibility 500ms;
|
|
8555
|
-
|
|
8780
|
+
transition: transform 0.5s ease, visibility 500ms, -webkit-transform 0.5s ease;
|
|
8556
8781
|
}
|
|
8557
8782
|
.e-sidebar.e-right {
|
|
8558
8783
|
border-left: 1px solid #292827;
|
|
@@ -8566,27 +8791,104 @@ ejs-sidebar {
|
|
|
8566
8791
|
right: auto;
|
|
8567
8792
|
top: 0;
|
|
8568
8793
|
}
|
|
8569
|
-
.e-sidebar.e-left.e-close.e-dock {
|
|
8570
|
-
transform: translateX(0%);
|
|
8571
|
-
|
|
8572
|
-
|
|
8573
|
-
}
|
|
8574
|
-
.e-sidebar.e-right.e-close.e-dock {
|
|
8575
|
-
transform: translateX(0%);
|
|
8794
|
+
.e-sidebar.e-left.e-close.e-dock, .e-sidebar.e-right.e-close.e-dock {
|
|
8795
|
+
-webkit-transform: translateX(0%);
|
|
8796
|
+
transform: translateX(0%);
|
|
8797
|
+
-webkit-transition: width 0.5s ease, visibility 500ms;
|
|
8576
8798
|
transition: width 0.5s ease, visibility 500ms;
|
|
8577
8799
|
visibility: visible;
|
|
8578
8800
|
}
|
|
8579
8801
|
.e-sidebar.e-left.e-open.e-dock.e-blazor-dock, .e-sidebar.e-right.e-open.e-dock.e-blazor-dock {
|
|
8802
|
+
-webkit-transition: width 0.5s ease, visibility 500ms;
|
|
8580
8803
|
transition: width 0.5s ease, visibility 500ms;
|
|
8581
8804
|
}
|
|
8582
8805
|
.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation {
|
|
8806
|
+
-webkit-transition: none;
|
|
8583
8807
|
transition: none;
|
|
8584
8808
|
}
|
|
8585
8809
|
.e-sidebar.e-visibility {
|
|
8586
8810
|
visibility: hidden;
|
|
8587
8811
|
}
|
|
8588
8812
|
.e-sidebar.e-over {
|
|
8589
|
-
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
8813
|
+
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
8814
|
+
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
8815
|
+
}
|
|
8816
|
+
|
|
8817
|
+
.e-sidebarcontainer.e-sidebar.e-over, .e-sidebarcontainer.e-sidebar.e-auto, .e-sidebarcontainer.e-sidebar.e-push, .e-sidebarcontainer.e-sidebar.e-slide + div {
|
|
8818
|
+
-webkit-transition: margin 0.5s ease, -webkit-transform 0.5s ease;
|
|
8819
|
+
transition: margin 0.5s ease, -webkit-transform 0.5s ease;
|
|
8820
|
+
transition: margin 0.5s ease, transform 0.5s ease;
|
|
8821
|
+
transition: margin 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
|
|
8822
|
+
}
|
|
8823
|
+
.e-sidebarcontainer.e-left.e-open.e-auto + div {
|
|
8824
|
+
margin-right: 0;
|
|
8825
|
+
-webkit-transform: translateX(0);
|
|
8826
|
+
transform: translateX(0);
|
|
8827
|
+
margin-left: var(--sidebar-width);
|
|
8828
|
+
}
|
|
8829
|
+
.e-sidebarcontainer.e-left.e-close.e-auto + div {
|
|
8830
|
+
margin-right: 0;
|
|
8831
|
+
-webkit-transform: translateX(0);
|
|
8832
|
+
transform: translateX(0);
|
|
8833
|
+
margin-left: 0;
|
|
8834
|
+
}
|
|
8835
|
+
.e-sidebarcontainer.e-right.e-open.e-auto + div {
|
|
8836
|
+
margin-left: 0;
|
|
8837
|
+
-webkit-transform: translateX(0);
|
|
8838
|
+
transform: translateX(0);
|
|
8839
|
+
margin-right: var(--sidebar-width);
|
|
8840
|
+
}
|
|
8841
|
+
.e-sidebarcontainer.e-right.e-close.e-auto + div {
|
|
8842
|
+
margin-right: 0;
|
|
8843
|
+
-webkit-transform: translateX(0);
|
|
8844
|
+
transform: translateX(0);
|
|
8845
|
+
margin-left: 0;
|
|
8846
|
+
}
|
|
8847
|
+
.e-sidebarcontainer.e-left.e-open.e-push + div {
|
|
8848
|
+
margin-right: 0;
|
|
8849
|
+
-webkit-transform: translateX(0);
|
|
8850
|
+
transform: translateX(0);
|
|
8851
|
+
margin-left: var(--sidebar-width);
|
|
8852
|
+
}
|
|
8853
|
+
.e-sidebarcontainer.e-left.e-close.e-push + div {
|
|
8854
|
+
margin-right: 0;
|
|
8855
|
+
-webkit-transform: translateX(0);
|
|
8856
|
+
transform: translateX(0);
|
|
8857
|
+
margin-left: 0;
|
|
8858
|
+
}
|
|
8859
|
+
.e-sidebarcontainer.e-right.e-open.e-push + div {
|
|
8860
|
+
margin-left: 0;
|
|
8861
|
+
-webkit-transform: translateX(0);
|
|
8862
|
+
transform: translateX(0);
|
|
8863
|
+
margin-right: var(--sidebar-width);
|
|
8864
|
+
}
|
|
8865
|
+
.e-sidebarcontainer.e-right.e-close.e-push + div {
|
|
8866
|
+
margin-right: 0;
|
|
8867
|
+
-webkit-transform: translateX(0);
|
|
8868
|
+
transform: translateX(0);
|
|
8869
|
+
margin-left: 0;
|
|
8870
|
+
}
|
|
8871
|
+
.e-sidebarcontainer.e-left.e-open.e-slide + div {
|
|
8872
|
+
margin-left: 0;
|
|
8873
|
+
-webkit-transform: translate(var(--sidebar-width));
|
|
8874
|
+
transform: translate(var(--sidebar-width));
|
|
8875
|
+
}
|
|
8876
|
+
.e-sidebarcontainer.e-left.e-close.e-slide + div {
|
|
8877
|
+
margin-left: 0;
|
|
8878
|
+
-webkit-transform: translate(0);
|
|
8879
|
+
transform: translate(0);
|
|
8880
|
+
}
|
|
8881
|
+
.e-sidebarcontainer.e-right.e-open.e-slide + div {
|
|
8882
|
+
margin-right: 0;
|
|
8883
|
+
margin-left: 0;
|
|
8884
|
+
-webkit-transform: translate(calc(-1 * var(--sidebar-width)));
|
|
8885
|
+
transform: translate(calc(-1 * var(--sidebar-width)));
|
|
8886
|
+
}
|
|
8887
|
+
.e-sidebarcontainer.e-right.e-close.e-slide + div {
|
|
8888
|
+
margin-right: 0;
|
|
8889
|
+
margin-left: 0;
|
|
8890
|
+
-webkit-transform: translate(0);
|
|
8891
|
+
transform: translate(0);
|
|
8590
8892
|
}
|
|
8591
8893
|
|
|
8592
8894
|
.e-sidebar-absolute {
|
|
@@ -8598,23 +8900,34 @@ ejs-sidebar {
|
|
|
8598
8900
|
position: relative;
|
|
8599
8901
|
}
|
|
8600
8902
|
|
|
8601
|
-
.e-backdrop
|
|
8903
|
+
.e-backdrop,
|
|
8904
|
+
.e-sidebar-overlay {
|
|
8602
8905
|
background-color: rgba(0, 0, 0, 0.4);
|
|
8603
8906
|
height: 100%;
|
|
8604
8907
|
left: 0;
|
|
8605
8908
|
pointer-events: auto;
|
|
8606
8909
|
top: 0;
|
|
8607
|
-
width: auto;
|
|
8608
8910
|
z-index: 999;
|
|
8609
8911
|
}
|
|
8610
8912
|
|
|
8913
|
+
.e-backdrop {
|
|
8914
|
+
width: auto;
|
|
8915
|
+
}
|
|
8916
|
+
|
|
8917
|
+
.e-sidebar-overlay {
|
|
8918
|
+
position: fixed;
|
|
8919
|
+
width: 100%;
|
|
8920
|
+
}
|
|
8921
|
+
|
|
8611
8922
|
.e-content-animation {
|
|
8612
|
-
transition: margin 0.5s ease, transform 0.5s ease;
|
|
8923
|
+
transition: margin 0.5s ease, -webkit-transform 0.5s ease, transform 0.5s ease;
|
|
8613
8924
|
}
|
|
8614
8925
|
.e-content-animation.e-overlay {
|
|
8615
|
-
box-sizing: border-box;
|
|
8926
|
+
-webkit-box-sizing: border-box;
|
|
8927
|
+
box-sizing: border-box;
|
|
8616
8928
|
overflow: auto;
|
|
8617
8929
|
-webkit-user-select: none;
|
|
8930
|
+
-moz-user-select: none;
|
|
8618
8931
|
-ms-user-select: none;
|
|
8619
8932
|
user-select: none;
|
|
8620
8933
|
}
|
|
@@ -8625,21 +8938,8 @@ ejs-sidebar {
|
|
|
8625
8938
|
touch-action: none;
|
|
8626
8939
|
}
|
|
8627
8940
|
|
|
8628
|
-
/* stylelint-disable */
|
|
8629
8941
|
.e-sidebar-overflow {
|
|
8630
|
-
overflow-x: hidden
|
|
8631
|
-
}
|
|
8632
|
-
|
|
8633
|
-
/* stylelint-enable */
|
|
8634
|
-
.e-sidebar-overlay {
|
|
8635
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
8636
|
-
height: 100%;
|
|
8637
|
-
left: 0;
|
|
8638
|
-
pointer-events: auto;
|
|
8639
|
-
position: fixed;
|
|
8640
|
-
top: 0;
|
|
8641
|
-
width: 100%;
|
|
8642
|
-
z-index: 999;
|
|
8942
|
+
overflow-x: hidden;
|
|
8643
8943
|
}
|
|
8644
8944
|
|
|
8645
8945
|
.e-content-placeholder.e-sidebar.e-placeholder-sidebar {
|
|
@@ -8650,18 +8950,6 @@ ejs-sidebar {
|
|
|
8650
8950
|
visibility: visible;
|
|
8651
8951
|
}
|
|
8652
8952
|
|
|
8653
|
-
/*! component's theme wise override definitions and variables */
|
|
8654
|
-
@keyframes hscroll-popup-shadow {
|
|
8655
|
-
0% {
|
|
8656
|
-
border-color: rgba(255, 255, 255, 0.5);
|
|
8657
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
8658
|
-
}
|
|
8659
|
-
100% {
|
|
8660
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
8661
|
-
}
|
|
8662
|
-
}
|
|
8663
|
-
/*! component's theme wise override definitions and variables */ /* stylelint-disable-line no-empty-source */
|
|
8664
|
-
/*! menu layout */
|
|
8665
8953
|
.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret::before,
|
|
8666
8954
|
.e-menu-container ul.e-vertical .e-menu-item .e-caret::before {
|
|
8667
8955
|
content: "\e748";
|
|
@@ -8704,24 +8992,16 @@ ejs-sidebar {
|
|
|
8704
8992
|
content: "\e729";
|
|
8705
8993
|
}
|
|
8706
8994
|
|
|
8707
|
-
.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before,
|
|
8708
|
-
.e-rtl.e-menu-container ul.e-vertical .e-caret::before
|
|
8709
|
-
|
|
8710
|
-
}
|
|
8711
|
-
.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,
|
|
8712
|
-
.e-rtl.e-menu-container ul.e-ul .e-caret::before {
|
|
8713
|
-
content: "\e765";
|
|
8714
|
-
}
|
|
8715
|
-
|
|
8995
|
+
.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before, .e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,
|
|
8996
|
+
.e-rtl.e-menu-container ul.e-vertical .e-caret::before,
|
|
8997
|
+
.e-rtl.e-menu-container ul.e-ul .e-caret::before,
|
|
8716
8998
|
.e-bigger .e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before,
|
|
8717
|
-
.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before,
|
|
8718
|
-
.e-bigger .e-rtl.e-menu-container ul.e-vertical .e-caret::before,
|
|
8719
|
-
.e-bigger.e-rtl.e-menu-container ul.e-vertical .e-caret::before {
|
|
8720
|
-
content: "\e765";
|
|
8721
|
-
}
|
|
8722
8999
|
.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,
|
|
9000
|
+
.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before,
|
|
8723
9001
|
.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,
|
|
9002
|
+
.e-bigger .e-rtl.e-menu-container ul.e-vertical .e-caret::before,
|
|
8724
9003
|
.e-bigger .e-rtl.e-menu-container ul.e-ul .e-caret::before,
|
|
9004
|
+
.e-bigger.e-rtl.e-menu-container ul.e-vertical .e-caret::before,
|
|
8725
9005
|
.e-bigger.e-rtl.e-menu-container ul.e-ul .e-caret::before {
|
|
8726
9006
|
content: "\e765";
|
|
8727
9007
|
}
|
|
@@ -8733,7 +9013,6 @@ ejs-sidebar {
|
|
|
8733
9013
|
content: "\e729";
|
|
8734
9014
|
}
|
|
8735
9015
|
|
|
8736
|
-
/*! menu layout */
|
|
8737
9016
|
.e-menu-wrapper,
|
|
8738
9017
|
.e-menu-container {
|
|
8739
9018
|
border: none;
|
|
@@ -8754,6 +9033,7 @@ ejs-sidebar {
|
|
|
8754
9033
|
margin: 0;
|
|
8755
9034
|
overflow: hidden;
|
|
8756
9035
|
-webkit-user-select: none;
|
|
9036
|
+
-moz-user-select: none;
|
|
8757
9037
|
-ms-user-select: none;
|
|
8758
9038
|
user-select: none;
|
|
8759
9039
|
font-size: 14px;
|
|
@@ -8764,7 +9044,8 @@ ejs-sidebar {
|
|
|
8764
9044
|
.e-menu-wrapper ul.e-ul, .e-menu-wrapper ul.e-ul *,
|
|
8765
9045
|
.e-menu-container ul.e-ul,
|
|
8766
9046
|
.e-menu-container ul.e-ul * {
|
|
8767
|
-
box-sizing: border-box;
|
|
9047
|
+
-webkit-box-sizing: border-box;
|
|
9048
|
+
box-sizing: border-box;
|
|
8768
9049
|
}
|
|
8769
9050
|
.e-menu-wrapper ul.e-ul:focus, .e-menu-wrapper ul.e-ul *:focus,
|
|
8770
9051
|
.e-menu-container ul.e-ul:focus,
|
|
@@ -8807,6 +9088,7 @@ ejs-sidebar {
|
|
|
8807
9088
|
.e-menu-container ul .e-menu-item {
|
|
8808
9089
|
cursor: pointer;
|
|
8809
9090
|
position: relative;
|
|
9091
|
+
display: -webkit-inline-box;
|
|
8810
9092
|
display: -ms-inline-flexbox;
|
|
8811
9093
|
display: inline-flex;
|
|
8812
9094
|
height: 40px;
|
|
@@ -8979,26 +9261,27 @@ ejs-sidebar {
|
|
|
8979
9261
|
.e-menu-container .e-scroll-nav .e-nav-arrow {
|
|
8980
9262
|
font-size: 16px;
|
|
8981
9263
|
}
|
|
8982
|
-
.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,
|
|
8983
|
-
.e-menu-container .e-scroll-nav .e-nav-arrow.e-nav-left-arrow
|
|
8984
|
-
transform: rotate(180deg);
|
|
8985
|
-
}
|
|
8986
|
-
.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-up-arrow,
|
|
9264
|
+
.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-left-arrow, .e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-up-arrow,
|
|
9265
|
+
.e-menu-container .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,
|
|
8987
9266
|
.e-menu-container .e-scroll-nav .e-nav-arrow.e-nav-up-arrow {
|
|
8988
|
-
transform: rotate(180deg);
|
|
9267
|
+
-webkit-transform: rotate(180deg);
|
|
9268
|
+
transform: rotate(180deg);
|
|
8989
9269
|
}
|
|
8990
9270
|
.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,
|
|
8991
9271
|
.e-menu-container.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow {
|
|
8992
|
-
transform: rotate(0deg);
|
|
9272
|
+
-webkit-transform: rotate(0deg);
|
|
9273
|
+
transform: rotate(0deg);
|
|
8993
9274
|
}
|
|
8994
9275
|
.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow,
|
|
8995
9276
|
.e-menu-container.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow {
|
|
8996
|
-
transform: rotate(180deg);
|
|
9277
|
+
-webkit-transform: rotate(180deg);
|
|
9278
|
+
transform: rotate(180deg);
|
|
8997
9279
|
}
|
|
8998
9280
|
.e-menu-wrapper.e-popup.e-menu-popup,
|
|
8999
9281
|
.e-menu-container.e-popup.e-menu-popup {
|
|
9000
9282
|
border: 1px solid #292827;
|
|
9001
|
-
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
9283
|
+
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
9284
|
+
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
9002
9285
|
overflow: hidden;
|
|
9003
9286
|
position: absolute;
|
|
9004
9287
|
}
|
|
@@ -9008,12 +9291,14 @@ ejs-sidebar {
|
|
|
9008
9291
|
}
|
|
9009
9292
|
.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav,
|
|
9010
9293
|
.e-menu-container .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav {
|
|
9011
|
-
transform: none;
|
|
9294
|
+
-webkit-transform: none;
|
|
9295
|
+
transform: none;
|
|
9012
9296
|
width: 100%;
|
|
9013
9297
|
}
|
|
9014
9298
|
.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow,
|
|
9015
9299
|
.e-menu-container .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow {
|
|
9016
|
-
transform: none;
|
|
9300
|
+
-webkit-transform: none;
|
|
9301
|
+
transform: none;
|
|
9017
9302
|
}
|
|
9018
9303
|
.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar,
|
|
9019
9304
|
.e-menu-container .e-menu-vscroll.e-vscroll .e-vscroll-bar {
|
|
@@ -9048,7 +9333,8 @@ ejs-sidebar {
|
|
|
9048
9333
|
.e-menu-wrapper.e-contextmenu-container .e-menu-vscroll,
|
|
9049
9334
|
.e-menu-container.e-contextmenu-container .e-menu-vscroll {
|
|
9050
9335
|
border: 1px solid #292827;
|
|
9051
|
-
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
9336
|
+
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
9337
|
+
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
9052
9338
|
}
|
|
9053
9339
|
|
|
9054
9340
|
.e-menu-container:not(.e-hamburger):not(.e-rtl) .e-menu.e-vertical .e-blankicon {
|
|
@@ -9252,7 +9538,8 @@ ejs-sidebar {
|
|
|
9252
9538
|
.e-bigger.e-menu-wrapper.e-menu-popup,
|
|
9253
9539
|
.e-bigger .e-menu-container.e-menu-popup,
|
|
9254
9540
|
.e-bigger.e-menu-container.e-menu-popup {
|
|
9255
|
-
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
9541
|
+
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
9542
|
+
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
9256
9543
|
}
|
|
9257
9544
|
.e-bigger .e-menu-wrapper .e-scroll-nav .e-icons,
|
|
9258
9545
|
.e-bigger.e-menu-wrapper .e-scroll-nav .e-icons,
|
|
@@ -9341,7 +9628,8 @@ ejs-sidebar {
|
|
|
9341
9628
|
.e-menu-container.e-hamburger .e-popup.e-menu-popup {
|
|
9342
9629
|
border: 0;
|
|
9343
9630
|
border-radius: 0;
|
|
9344
|
-
box-shadow: none;
|
|
9631
|
+
-webkit-box-shadow: none;
|
|
9632
|
+
box-shadow: none;
|
|
9345
9633
|
display: block;
|
|
9346
9634
|
position: relative;
|
|
9347
9635
|
width: 100%;
|
|
@@ -9377,13 +9665,21 @@ ejs-sidebar {
|
|
|
9377
9665
|
}
|
|
9378
9666
|
.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item[aria-expanded=true] .e-caret,
|
|
9379
9667
|
.e-menu-container.e-hamburger ul.e-menu .e-menu-item[aria-expanded=true] .e-caret {
|
|
9668
|
+
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
9669
|
+
transition: -webkit-transform 0.3s ease-in-out;
|
|
9380
9670
|
transition: transform 0.3s ease-in-out;
|
|
9671
|
+
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
9672
|
+
-webkit-transform: rotate(-180deg);
|
|
9381
9673
|
transform: rotate(-180deg);
|
|
9382
9674
|
text-indent: 0;
|
|
9383
9675
|
}
|
|
9384
9676
|
.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item[aria-expanded=false] .e-caret,
|
|
9385
9677
|
.e-menu-container.e-hamburger ul.e-menu .e-menu-item[aria-expanded=false] .e-caret {
|
|
9678
|
+
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
9679
|
+
transition: -webkit-transform 0.3s ease-in-out;
|
|
9386
9680
|
transition: transform 0.3s ease-in-out;
|
|
9681
|
+
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
9682
|
+
-webkit-transform: rotate(0deg);
|
|
9387
9683
|
transform: rotate(0deg);
|
|
9388
9684
|
text-indent: 0;
|
|
9389
9685
|
}
|
|
@@ -9420,8 +9716,9 @@ ejs-sidebar {
|
|
|
9420
9716
|
height: auto;
|
|
9421
9717
|
padding: 0;
|
|
9422
9718
|
}
|
|
9423
|
-
.e-menu-wrapper.e-hamburger ul .e-menu-item.e-menu-caret-icon,
|
|
9424
|
-
.e-menu-container.e-hamburger ul .e-menu-item.e-menu-caret-icon
|
|
9719
|
+
.e-menu-wrapper.e-hamburger ul .e-menu-item.e-menu-caret-icon, .e-menu-wrapper.e-hamburger ul .e-menu-item.e-blankicon,
|
|
9720
|
+
.e-menu-container.e-hamburger ul .e-menu-item.e-menu-caret-icon,
|
|
9721
|
+
.e-menu-container.e-hamburger ul .e-menu-item.e-blankicon {
|
|
9425
9722
|
padding: 0;
|
|
9426
9723
|
}
|
|
9427
9724
|
.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-url,
|
|
@@ -9431,10 +9728,6 @@ ejs-sidebar {
|
|
|
9431
9728
|
text-indent: 0;
|
|
9432
9729
|
width: 100%;
|
|
9433
9730
|
}
|
|
9434
|
-
.e-menu-wrapper.e-hamburger ul .e-menu-item.e-blankicon,
|
|
9435
|
-
.e-menu-container.e-hamburger ul .e-menu-item.e-blankicon {
|
|
9436
|
-
padding: 0;
|
|
9437
|
-
}
|
|
9438
9731
|
.e-menu-wrapper.e-hamburger ul .e-menu-item.e-separator,
|
|
9439
9732
|
.e-menu-container.e-hamburger ul .e-menu-item.e-separator {
|
|
9440
9733
|
border-bottom-style: solid;
|
|
@@ -9558,7 +9851,6 @@ ejs-sidebar {
|
|
|
9558
9851
|
position: relative;
|
|
9559
9852
|
}
|
|
9560
9853
|
|
|
9561
|
-
/*! menu theme */
|
|
9562
9854
|
.e-menu-wrapper,
|
|
9563
9855
|
.e-menu-container {
|
|
9564
9856
|
background: transparent;
|
|
@@ -9652,11 +9944,8 @@ ejs-sidebar {
|
|
|
9652
9944
|
background: inherit;
|
|
9653
9945
|
color: #f3f2f1;
|
|
9654
9946
|
}
|
|
9655
|
-
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
9656
|
-
.e-menu-container .e-ul .e-menu-item .e-caret
|
|
9657
|
-
color: #a19f9d;
|
|
9658
|
-
}
|
|
9659
|
-
.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon,
|
|
9947
|
+
.e-menu-wrapper .e-ul .e-menu-item .e-caret, .e-menu-wrapper .e-ul .e-menu-item .e-menu-icon,
|
|
9948
|
+
.e-menu-container .e-ul .e-menu-item .e-caret,
|
|
9660
9949
|
.e-menu-container .e-ul .e-menu-item .e-menu-icon {
|
|
9661
9950
|
color: #a19f9d;
|
|
9662
9951
|
}
|
|
@@ -9683,7 +9972,6 @@ ejs-sidebar {
|
|
|
9683
9972
|
.e-menu-container .e-ul .e-menu-item.e-separator {
|
|
9684
9973
|
border-bottom-color: #292827;
|
|
9685
9974
|
}
|
|
9686
|
-
|
|
9687
9975
|
.e-menu-wrapper.e-menu-popup,
|
|
9688
9976
|
.e-menu-container.e-menu-popup {
|
|
9689
9977
|
background: #252423;
|
|
@@ -9765,7 +10053,6 @@ ejs-sidebar {
|
|
|
9765
10053
|
color: #f3f2f1;
|
|
9766
10054
|
}
|
|
9767
10055
|
|
|
9768
|
-
/*! breadcrumb icons */
|
|
9769
10056
|
.e-breadcrumb .e-breadcrumb-collapsed::before,
|
|
9770
10057
|
.e-breadcrumb .e-breadcrumb-menu::before {
|
|
9771
10058
|
content: "\e71c";
|
|
@@ -9782,17 +10069,18 @@ ejs-sidebar {
|
|
|
9782
10069
|
height: 18px;
|
|
9783
10070
|
}
|
|
9784
10071
|
|
|
9785
|
-
/*! breadcrumb layout */
|
|
9786
10072
|
.e-breadcrumb {
|
|
9787
10073
|
display: block;
|
|
9788
10074
|
}
|
|
9789
10075
|
.e-breadcrumb.e-breadcrumb-wrap-mode {
|
|
10076
|
+
display: -webkit-box;
|
|
9790
10077
|
display: -ms-flexbox;
|
|
9791
10078
|
display: flex;
|
|
9792
10079
|
}
|
|
9793
10080
|
.e-breadcrumb .e-breadcrumb-first-ol {
|
|
9794
|
-
-
|
|
9795
|
-
align
|
|
10081
|
+
-webkit-box-align: start;
|
|
10082
|
+
-ms-flex-align: start;
|
|
10083
|
+
align-items: flex-start;
|
|
9796
10084
|
-ms-flex-negative: 0;
|
|
9797
10085
|
flex-shrink: 0;
|
|
9798
10086
|
padding-right: 0;
|
|
@@ -9808,8 +10096,10 @@ ejs-sidebar {
|
|
|
9808
10096
|
overflow: auto;
|
|
9809
10097
|
}
|
|
9810
10098
|
.e-breadcrumb ol {
|
|
9811
|
-
-
|
|
9812
|
-
align
|
|
10099
|
+
-webkit-box-align: center;
|
|
10100
|
+
-ms-flex-align: center;
|
|
10101
|
+
align-items: center;
|
|
10102
|
+
display: -webkit-inline-box;
|
|
9813
10103
|
display: -ms-inline-flexbox;
|
|
9814
10104
|
display: inline-flex;
|
|
9815
10105
|
line-height: normal;
|
|
@@ -9823,8 +10113,10 @@ ejs-sidebar {
|
|
|
9823
10113
|
white-space: nowrap;
|
|
9824
10114
|
}
|
|
9825
10115
|
.e-breadcrumb .e-breadcrumb-item {
|
|
9826
|
-
-
|
|
9827
|
-
align
|
|
10116
|
+
-webkit-box-align: center;
|
|
10117
|
+
-ms-flex-align: center;
|
|
10118
|
+
align-items: center;
|
|
10119
|
+
display: -webkit-box;
|
|
9828
10120
|
display: -ms-flexbox;
|
|
9829
10121
|
display: flex;
|
|
9830
10122
|
-ms-flex-negative: 0;
|
|
@@ -9834,15 +10126,18 @@ ejs-sidebar {
|
|
|
9834
10126
|
padding: 4px;
|
|
9835
10127
|
}
|
|
9836
10128
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
9837
|
-
-
|
|
9838
|
-
align
|
|
10129
|
+
-webkit-box-align: center;
|
|
10130
|
+
-ms-flex-align: center;
|
|
10131
|
+
align-items: center;
|
|
10132
|
+
display: -webkit-box;
|
|
9839
10133
|
display: -ms-flexbox;
|
|
9840
10134
|
display: flex;
|
|
9841
10135
|
font-size: 16px;
|
|
9842
10136
|
}
|
|
9843
10137
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text .e-anchor-wrap {
|
|
9844
|
-
-
|
|
9845
|
-
align
|
|
10138
|
+
-webkit-box-align: inherit;
|
|
10139
|
+
-ms-flex-align: inherit;
|
|
10140
|
+
align-items: inherit;
|
|
9846
10141
|
display: inherit;
|
|
9847
10142
|
}
|
|
9848
10143
|
.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text {
|
|
@@ -9856,7 +10151,7 @@ ejs-sidebar {
|
|
|
9856
10151
|
}
|
|
9857
10152
|
.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:focus {
|
|
9858
10153
|
border: 1px solid #d2d0ce;
|
|
9859
|
-
color: #
|
|
10154
|
+
color: #a19f9d;
|
|
9860
10155
|
}
|
|
9861
10156
|
.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:active {
|
|
9862
10157
|
background-color: #323130;
|
|
@@ -9884,6 +10179,7 @@ ejs-sidebar {
|
|
|
9884
10179
|
pointer-events: none;
|
|
9885
10180
|
}
|
|
9886
10181
|
.e-breadcrumb .e-breadcrumb-separator {
|
|
10182
|
+
display: -webkit-box;
|
|
9887
10183
|
display: -ms-flexbox;
|
|
9888
10184
|
display: flex;
|
|
9889
10185
|
font-size: 16px;
|
|
@@ -9911,6 +10207,7 @@ ejs-sidebar {
|
|
|
9911
10207
|
display: inline-block;
|
|
9912
10208
|
}
|
|
9913
10209
|
.e-breadcrumb .e-breadcrumb-item-wrapper {
|
|
10210
|
+
display: -webkit-box;
|
|
9914
10211
|
display: -ms-flexbox;
|
|
9915
10212
|
display: flex;
|
|
9916
10213
|
}
|
|
@@ -9936,7 +10233,8 @@ ejs-sidebar {
|
|
|
9936
10233
|
.e-breadcrumb-popup {
|
|
9937
10234
|
border: 1px solid #292827;
|
|
9938
10235
|
border-radius: 4px;
|
|
9939
|
-
box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
|
|
10236
|
+
-webkit-box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
|
|
10237
|
+
box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
|
|
9940
10238
|
position: absolute;
|
|
9941
10239
|
}
|
|
9942
10240
|
.e-breadcrumb-popup ul {
|
|
@@ -9948,8 +10246,10 @@ ejs-sidebar {
|
|
|
9948
10246
|
white-space: nowrap;
|
|
9949
10247
|
}
|
|
9950
10248
|
.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text {
|
|
9951
|
-
-
|
|
9952
|
-
align
|
|
10249
|
+
-webkit-box-align: center;
|
|
10250
|
+
-ms-flex-align: center;
|
|
10251
|
+
align-items: center;
|
|
10252
|
+
display: -webkit-box;
|
|
9953
10253
|
display: -ms-flexbox;
|
|
9954
10254
|
display: flex;
|
|
9955
10255
|
font-size: 16px;
|
|
@@ -9959,8 +10259,9 @@ ejs-sidebar {
|
|
|
9959
10259
|
width: 100%;
|
|
9960
10260
|
}
|
|
9961
10261
|
.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text .e-anchor-wrap {
|
|
9962
|
-
-
|
|
9963
|
-
align
|
|
10262
|
+
-webkit-box-align: inherit;
|
|
10263
|
+
-ms-flex-align: inherit;
|
|
10264
|
+
align-items: inherit;
|
|
9964
10265
|
display: inherit;
|
|
9965
10266
|
width: inherit;
|
|
9966
10267
|
}
|
|
@@ -9981,12 +10282,15 @@ ejs-sidebar {
|
|
|
9981
10282
|
}
|
|
9982
10283
|
.e-breadcrumb-popup.e-icon-right .e-breadcrumb-icon,
|
|
9983
10284
|
.e-breadcrumb-popup .e-icon-right .e-breadcrumb-icon {
|
|
10285
|
+
display: -webkit-box;
|
|
9984
10286
|
display: -ms-flexbox;
|
|
9985
10287
|
display: flex;
|
|
9986
|
-
-
|
|
9987
|
-
flex-
|
|
9988
|
-
|
|
9989
|
-
|
|
10288
|
+
-webkit-box-flex: 1;
|
|
10289
|
+
-ms-flex-positive: 1;
|
|
10290
|
+
flex-grow: 1;
|
|
10291
|
+
-webkit-box-pack: end;
|
|
10292
|
+
-ms-flex-pack: end;
|
|
10293
|
+
justify-content: flex-end;
|
|
9990
10294
|
}
|
|
9991
10295
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon, .e-breadcrumb-popup.e-rtl .e-icon-right .e-breadcrumb-icon {
|
|
9992
10296
|
padding-left: 0;
|
|
@@ -10074,7 +10378,6 @@ ejs-sidebar {
|
|
|
10074
10378
|
padding-right: 8px;
|
|
10075
10379
|
}
|
|
10076
10380
|
|
|
10077
|
-
/*! breadcrumb theme */
|
|
10078
10381
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
10079
10382
|
color: #a19f9d;
|
|
10080
10383
|
}
|
|
@@ -10082,7 +10385,7 @@ ejs-sidebar {
|
|
|
10082
10385
|
color: #a19f9d;
|
|
10083
10386
|
}
|
|
10084
10387
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:active {
|
|
10085
|
-
color: #
|
|
10388
|
+
color: #a19f9d;
|
|
10086
10389
|
}
|
|
10087
10390
|
.e-breadcrumb .e-breadcrumb-item[data-active-item] .e-breadcrumb-text {
|
|
10088
10391
|
color: #d2d0ce;
|
|
@@ -10137,8 +10440,6 @@ ejs-sidebar {
|
|
|
10137
10440
|
color: #f3f2f1;
|
|
10138
10441
|
}
|
|
10139
10442
|
|
|
10140
|
-
/*! AppBar component FluentUI theme definitions and variables */
|
|
10141
|
-
/*! appbar component styles */
|
|
10142
10443
|
.e-bigger .e-appbar,
|
|
10143
10444
|
.e-appbar.e-bigger {
|
|
10144
10445
|
height: 56px;
|
|
@@ -10154,26 +10455,32 @@ ejs-sidebar {
|
|
|
10154
10455
|
}
|
|
10155
10456
|
|
|
10156
10457
|
.e-appbar {
|
|
10458
|
+
display: -webkit-box;
|
|
10157
10459
|
display: -ms-flexbox;
|
|
10158
10460
|
display: flex;
|
|
10159
10461
|
width: 100%;
|
|
10160
10462
|
height: 48px;
|
|
10161
10463
|
-ms-flex-negative: 0;
|
|
10162
10464
|
flex-shrink: 0;
|
|
10163
|
-
-
|
|
10164
|
-
|
|
10465
|
+
-webkit-box-orient: horizontal;
|
|
10466
|
+
-webkit-box-direction: normal;
|
|
10467
|
+
-ms-flex-direction: row;
|
|
10468
|
+
flex-direction: row;
|
|
10165
10469
|
position: relative;
|
|
10166
|
-
-
|
|
10167
|
-
align
|
|
10470
|
+
-webkit-box-align: center;
|
|
10471
|
+
-ms-flex-align: center;
|
|
10472
|
+
align-items: center;
|
|
10168
10473
|
padding: 8px;
|
|
10169
10474
|
overflow: hidden;
|
|
10170
10475
|
font-size: 14px;
|
|
10171
10476
|
}
|
|
10172
10477
|
.e-appbar > div:first-child {
|
|
10478
|
+
display: -webkit-box;
|
|
10173
10479
|
display: -ms-flexbox;
|
|
10174
10480
|
display: flex;
|
|
10175
|
-
-
|
|
10176
|
-
align
|
|
10481
|
+
-webkit-box-align: center;
|
|
10482
|
+
-ms-flex-align: center;
|
|
10483
|
+
align-items: center;
|
|
10177
10484
|
width: 100%;
|
|
10178
10485
|
height: 100%;
|
|
10179
10486
|
}
|
|
@@ -10184,12 +10491,14 @@ ejs-sidebar {
|
|
|
10184
10491
|
}
|
|
10185
10492
|
.e-appbar.e-prominent {
|
|
10186
10493
|
height: 94px;
|
|
10187
|
-
-
|
|
10188
|
-
align
|
|
10494
|
+
-webkit-box-align: start;
|
|
10495
|
+
-ms-flex-align: start;
|
|
10496
|
+
align-items: flex-start;
|
|
10189
10497
|
}
|
|
10190
10498
|
.e-appbar.e-prominent > div:first-child {
|
|
10191
|
-
-
|
|
10192
|
-
align
|
|
10499
|
+
-webkit-box-align: start;
|
|
10500
|
+
-ms-flex-align: start;
|
|
10501
|
+
align-items: flex-start;
|
|
10193
10502
|
}
|
|
10194
10503
|
.e-appbar.e-dense {
|
|
10195
10504
|
height: 40px;
|
|
@@ -10211,12 +10520,14 @@ ejs-sidebar {
|
|
|
10211
10520
|
height: 24px;
|
|
10212
10521
|
}
|
|
10213
10522
|
.e-appbar .e-appbar-spacer {
|
|
10214
|
-
-
|
|
10215
|
-
flex-
|
|
10523
|
+
-webkit-box-flex: 1;
|
|
10524
|
+
-ms-flex-positive: 1;
|
|
10525
|
+
flex-grow: 1;
|
|
10216
10526
|
}
|
|
10217
10527
|
.e-appbar .e-btn,
|
|
10218
10528
|
.e-appbar .e-css.e-btn {
|
|
10219
|
-
border-image: unset;
|
|
10529
|
+
-o-border-image: unset;
|
|
10530
|
+
border-image: unset;
|
|
10220
10531
|
}
|
|
10221
10532
|
|
|
10222
10533
|
.e-inherit.e-menu-wrapper.e-scrollable .e-menu,
|
|
@@ -10224,9 +10535,9 @@ ejs-sidebar {
|
|
|
10224
10535
|
overflow: hidden;
|
|
10225
10536
|
}
|
|
10226
10537
|
|
|
10227
|
-
/*! appbar component theme */
|
|
10228
10538
|
.e-appbar {
|
|
10229
|
-
box-shadow: 0 1.6px 3.6px rgba(0, 0, 0, 0.13), 0 0.3px 0.9px rgba(0, 0, 0, 0.1);
|
|
10539
|
+
-webkit-box-shadow: 0 1.6px 3.6px rgba(0, 0, 0, 0.13), 0 0.3px 0.9px rgba(0, 0, 0, 0.1);
|
|
10540
|
+
box-shadow: 0 1.6px 3.6px rgba(0, 0, 0, 0.13), 0 0.3px 0.9px rgba(0, 0, 0, 0.1);
|
|
10230
10541
|
}
|
|
10231
10542
|
.e-appbar.e-light {
|
|
10232
10543
|
background: #292827;
|
|
@@ -10256,7 +10567,8 @@ ejs-sidebar {
|
|
|
10256
10567
|
.e-appbar.e-light .e-menu-container.e-inherit {
|
|
10257
10568
|
background: #292827;
|
|
10258
10569
|
color: #faf9f8;
|
|
10259
|
-
box-shadow: none;
|
|
10570
|
+
-webkit-box-shadow: none;
|
|
10571
|
+
box-shadow: none;
|
|
10260
10572
|
border-color: #292827;
|
|
10261
10573
|
}
|
|
10262
10574
|
.e-appbar.e-light .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-selected, .e-appbar.e-light .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-focused,
|
|
@@ -10292,7 +10604,8 @@ ejs-sidebar {
|
|
|
10292
10604
|
background: #b3b0ad;
|
|
10293
10605
|
color: #201f1e;
|
|
10294
10606
|
border-color: #b3b0ad;
|
|
10295
|
-
box-shadow: none;
|
|
10607
|
+
-webkit-box-shadow: none;
|
|
10608
|
+
box-shadow: none;
|
|
10296
10609
|
}
|
|
10297
10610
|
.e-appbar.e-dark .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-selected, .e-appbar.e-dark .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-focused,
|
|
10298
10611
|
.e-appbar.e-dark .e-menu-container.e-inherit .e-menu .e-menu-item.e-selected,
|
|
@@ -10312,7 +10625,8 @@ ejs-sidebar {
|
|
|
10312
10625
|
background: #0078d4;
|
|
10313
10626
|
color: #1b1a19;
|
|
10314
10627
|
border-color: #0078d4;
|
|
10315
|
-
box-shadow: none;
|
|
10628
|
+
-webkit-box-shadow: none;
|
|
10629
|
+
box-shadow: none;
|
|
10316
10630
|
}
|
|
10317
10631
|
.e-appbar.e-inherit {
|
|
10318
10632
|
background: inherit;
|
|
@@ -10328,10 +10642,12 @@ ejs-sidebar {
|
|
|
10328
10642
|
background: inherit;
|
|
10329
10643
|
color: inherit;
|
|
10330
10644
|
border-color: inherit;
|
|
10331
|
-
box-shadow: none;
|
|
10645
|
+
-webkit-box-shadow: none;
|
|
10646
|
+
box-shadow: none;
|
|
10332
10647
|
}
|
|
10333
10648
|
.e-appbar.e-horizontal-bottom {
|
|
10334
|
-
box-shadow: 0 -1.6px 3.6px rgba(0, 0, 0, 0.13), 0 -0.3px 0.9px rgba(0, 0, 0, 0.1);
|
|
10649
|
+
-webkit-box-shadow: 0 -1.6px 3.6px rgba(0, 0, 0, 0.13), 0 -0.3px 0.9px rgba(0, 0, 0, 0.1);
|
|
10650
|
+
box-shadow: 0 -1.6px 3.6px rgba(0, 0, 0, 0.13), 0 -0.3px 0.9px rgba(0, 0, 0, 0.1);
|
|
10335
10651
|
}
|
|
10336
10652
|
|
|
10337
10653
|
.e-light.e-inherit.e-input-group, .e-light.e-inherit.e-input-group.e-control-wrapper, .e-light.e-inherit.e-float-input, .e-light.e-inherit.e-float-input.e-input-group, .e-light.e-inherit.e-float-input.e-control-wrapper, .e-light.e-inherit.e-float-input.e-input-group.e-control-wrapper, .e-light.e-inherit.e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-light.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
|
|
@@ -10365,7 +10681,18 @@ ejs-sidebar {
|
|
|
10365
10681
|
.e-inherit.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
10366
10682
|
.e-inherit.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
|
|
10367
10683
|
.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
|
|
10368
|
-
box-shadow: none;
|
|
10684
|
+
-webkit-box-shadow: none;
|
|
10685
|
+
box-shadow: none;
|
|
10686
|
+
}
|
|
10687
|
+
|
|
10688
|
+
.e-inherit.e-input-group.e-control-wrapper .e-searchinput::-webkit-input-placeholder {
|
|
10689
|
+
color: inherit;
|
|
10690
|
+
opacity: 0.8;
|
|
10691
|
+
}
|
|
10692
|
+
|
|
10693
|
+
.e-inherit.e-input-group.e-control-wrapper .e-searchinput::-moz-placeholder {
|
|
10694
|
+
color: inherit;
|
|
10695
|
+
opacity: 0.8;
|
|
10369
10696
|
}
|
|
10370
10697
|
|
|
10371
10698
|
.e-inherit.e-input-group.e-control-wrapper .e-searchinput:-ms-input-placeholder {
|
|
@@ -10373,6 +10700,11 @@ ejs-sidebar {
|
|
|
10373
10700
|
opacity: 0.8;
|
|
10374
10701
|
}
|
|
10375
10702
|
|
|
10703
|
+
.e-inherit.e-input-group.e-control-wrapper .e-searchinput::-ms-input-placeholder {
|
|
10704
|
+
color: inherit;
|
|
10705
|
+
opacity: 0.8;
|
|
10706
|
+
}
|
|
10707
|
+
|
|
10376
10708
|
.e-inherit.e-input-group.e-control-wrapper .e-searchinput::placeholder {
|
|
10377
10709
|
color: inherit;
|
|
10378
10710
|
opacity: 0.8;
|
|
@@ -10396,77 +10728,95 @@ ejs-sidebar {
|
|
|
10396
10728
|
.e-stepper {
|
|
10397
10729
|
position: relative;
|
|
10398
10730
|
}
|
|
10731
|
+
.e-stepper .e-step-selected .e-text,
|
|
10732
|
+
.e-stepper .e-step-selected .e-label {
|
|
10733
|
+
font-weight: 600;
|
|
10734
|
+
}
|
|
10399
10735
|
.e-stepper.e-stepper-readonly,
|
|
10400
10736
|
.e-stepper .e-step-disabled {
|
|
10401
10737
|
cursor: default;
|
|
10402
10738
|
pointer-events: none;
|
|
10403
10739
|
}
|
|
10404
|
-
.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10740
|
+
.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator {
|
|
10405
10741
|
font-size: 32px;
|
|
10406
10742
|
border-radius: 9999px;
|
|
10407
10743
|
}
|
|
10408
|
-
.e-stepper.e-step-type-indicator .e-step-
|
|
10744
|
+
.e-stepper.e-step-type-indicator .e-step-content, .e-stepper.e-step-type-label .e-step-content {
|
|
10409
10745
|
padding: 0 8px;
|
|
10410
10746
|
}
|
|
10411
|
-
.e-stepper .e-step-container:has(.e-tooltip-wrap.e-stepper-tooltip), .e-stepper.e-vertical.e-label-after .e-step-
|
|
10747
|
+
.e-stepper .e-step-container:has(.e-tooltip-wrap.e-stepper-tooltip), .e-stepper.e-vertical.e-label-after .e-step-item.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip), .e-stepper.e-vertical.e-label-before .e-step-item.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
10412
10748
|
position: relative;
|
|
10413
10749
|
}
|
|
10414
|
-
.e-stepper.e-horizontal .e-step-
|
|
10750
|
+
.e-stepper.e-horizontal .e-step-item.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
10415
10751
|
position: unset;
|
|
10416
10752
|
}
|
|
10417
10753
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip {
|
|
10418
10754
|
display: none;
|
|
10419
|
-
-
|
|
10420
|
-
|
|
10755
|
+
-webkit-box-pack: center;
|
|
10756
|
+
-ms-flex-pack: center;
|
|
10757
|
+
justify-content: center;
|
|
10421
10758
|
left: 50%;
|
|
10422
10759
|
top: -12.5px;
|
|
10423
|
-
transform: translate(-50%, -100%);
|
|
10760
|
+
-webkit-transform: translate(-50%, -100%);
|
|
10761
|
+
transform: translate(-50%, -100%);
|
|
10424
10762
|
}
|
|
10425
10763
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip.e-show-tooltip {
|
|
10764
|
+
display: -webkit-inline-box;
|
|
10426
10765
|
display: -ms-inline-flexbox;
|
|
10427
10766
|
display: inline-flex;
|
|
10428
10767
|
}
|
|
10429
10768
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-tip-content {
|
|
10769
|
+
width: -webkit-max-content;
|
|
10770
|
+
width: -moz-max-content;
|
|
10430
10771
|
width: max-content;
|
|
10431
10772
|
}
|
|
10432
10773
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-arrow-tip.e-tip-bottom {
|
|
10433
10774
|
left: 50%;
|
|
10434
10775
|
top: 100%;
|
|
10435
|
-
transform: translate(-50%, 0);
|
|
10776
|
+
-webkit-transform: translate(-50%, 0);
|
|
10777
|
+
transform: translate(-50%, 0);
|
|
10436
10778
|
}
|
|
10437
10779
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-arrow-tip-inner.e-tip-bottom {
|
|
10438
10780
|
top: -6px;
|
|
10439
10781
|
}
|
|
10440
|
-
.e-stepper .e-step-
|
|
10782
|
+
.e-stepper .e-step-item.e-step-label .e-tooltip-wrap.e-stepper-tooltip {
|
|
10441
10783
|
left: unset;
|
|
10442
10784
|
top: 0;
|
|
10443
|
-
transform: translate(0%, -135%);
|
|
10785
|
+
-webkit-transform: translate(0%, -135%);
|
|
10786
|
+
transform: translate(0%, -135%);
|
|
10444
10787
|
}
|
|
10445
10788
|
.e-stepper.e-step-type-indicator .e-tooltip-wrap.e-stepper-tooltip {
|
|
10446
|
-
transform: translate(-50%, -115%);
|
|
10789
|
+
-webkit-transform: translate(-50%, -115%);
|
|
10790
|
+
transform: translate(-50%, -115%);
|
|
10447
10791
|
}
|
|
10448
10792
|
.e-stepper .e-stepper-steps {
|
|
10793
|
+
display: -webkit-box;
|
|
10449
10794
|
display: -ms-flexbox;
|
|
10450
10795
|
display: flex;
|
|
10451
10796
|
padding: 0;
|
|
10452
10797
|
margin: 0;
|
|
10453
|
-
-
|
|
10454
|
-
|
|
10798
|
+
-webkit-box-pack: justify;
|
|
10799
|
+
-ms-flex-pack: justify;
|
|
10800
|
+
justify-content: space-between;
|
|
10455
10801
|
position: relative;
|
|
10456
|
-
-
|
|
10457
|
-
align
|
|
10802
|
+
-webkit-box-align: start;
|
|
10803
|
+
-ms-flex-align: start;
|
|
10804
|
+
align-items: flex-start;
|
|
10458
10805
|
}
|
|
10459
10806
|
.e-stepper .e-stepper-steps .e-step-container,
|
|
10460
10807
|
.e-stepper .e-stepper-steps .e-step,
|
|
10461
10808
|
.e-stepper .e-stepper-steps .e-step-valid.e-step-text.e-step-text-only .e-step-text-container,
|
|
10462
10809
|
.e-stepper .e-stepper-steps .e-step-error.e-step-text.e-step-text-only .e-step-text-container,
|
|
10463
10810
|
.e-stepper .e-stepper-steps .e-step-label-container {
|
|
10811
|
+
display: -webkit-box;
|
|
10464
10812
|
display: -ms-flexbox;
|
|
10465
10813
|
display: flex;
|
|
10466
|
-
-
|
|
10467
|
-
align
|
|
10468
|
-
|
|
10469
|
-
|
|
10814
|
+
-webkit-box-align: center;
|
|
10815
|
+
-ms-flex-align: center;
|
|
10816
|
+
align-items: center;
|
|
10817
|
+
-webkit-box-pack: center;
|
|
10818
|
+
-ms-flex-pack: center;
|
|
10819
|
+
justify-content: center;
|
|
10470
10820
|
}
|
|
10471
10821
|
.e-stepper .e-step-container {
|
|
10472
10822
|
max-width: var(--max-width);
|
|
@@ -10478,6 +10828,7 @@ ejs-sidebar {
|
|
|
10478
10828
|
.e-stepper .e-step-container .e-step-text-container {
|
|
10479
10829
|
max-width: clamp(100%, 10em, 100%);
|
|
10480
10830
|
white-space: nowrap;
|
|
10831
|
+
font-size: 14px;
|
|
10481
10832
|
}
|
|
10482
10833
|
.e-stepper .e-step-container .e-step-label-optional {
|
|
10483
10834
|
font-size: 12px;
|
|
@@ -10485,10 +10836,13 @@ ejs-sidebar {
|
|
|
10485
10836
|
flex-basis: 100%;
|
|
10486
10837
|
}
|
|
10487
10838
|
.e-stepper .e-step-container .e-step-optional-container {
|
|
10839
|
+
display: -webkit-box;
|
|
10488
10840
|
display: -ms-flexbox;
|
|
10489
10841
|
display: flex;
|
|
10490
|
-
-
|
|
10491
|
-
|
|
10842
|
+
-webkit-box-orient: vertical;
|
|
10843
|
+
-webkit-box-direction: normal;
|
|
10844
|
+
-ms-flex-direction: column;
|
|
10845
|
+
flex-direction: column;
|
|
10492
10846
|
}
|
|
10493
10847
|
.e-stepper .e-step-container .e-step-content {
|
|
10494
10848
|
font-size: 16px;
|
|
@@ -10505,17 +10859,15 @@ ejs-sidebar {
|
|
|
10505
10859
|
padding-block: 5px;
|
|
10506
10860
|
}
|
|
10507
10861
|
.e-stepper .e-step-container.e-step-text-only.e-step-error .e-step-text-container, .e-stepper .e-step-container.e-step-text-only.e-step-valid .e-step-text-container, .e-stepper .e-step-container.e-step-label-only.e-step-error .e-step-label-container, .e-stepper .e-step-container.e-step-label-only.e-step-valid .e-step-label-container {
|
|
10508
|
-
-
|
|
10509
|
-
|
|
10862
|
+
-webkit-box-orient: vertical;
|
|
10863
|
+
-webkit-box-direction: normal;
|
|
10864
|
+
-ms-flex-direction: column;
|
|
10865
|
+
flex-direction: column;
|
|
10510
10866
|
}
|
|
10511
10867
|
.e-stepper .e-step-container.e-step-text-only.e-step-error .e-step-text-container .e-step-validation-icon, .e-stepper .e-step-container.e-step-text-only.e-step-valid .e-step-text-container .e-step-validation-icon, .e-stepper .e-step-container.e-step-label-only.e-step-error .e-step-label-container .e-step-validation-icon, .e-stepper .e-step-container.e-step-label-only.e-step-valid .e-step-label-container .e-step-validation-icon {
|
|
10512
10868
|
position: relative;
|
|
10513
10869
|
top: 0.25em;
|
|
10514
10870
|
}
|
|
10515
|
-
.e-stepper .e-step-container .e-step-label-container,
|
|
10516
|
-
.e-stepper .e-step-container .e-step-text-container {
|
|
10517
|
-
font-size: 14px;
|
|
10518
|
-
}
|
|
10519
10871
|
.e-stepper .e-step-container .e-step,
|
|
10520
10872
|
.e-stepper .e-step-container .e-indicator {
|
|
10521
10873
|
border-radius: 9999px;
|
|
@@ -10530,54 +10882,63 @@ ejs-sidebar {
|
|
|
10530
10882
|
display: block;
|
|
10531
10883
|
}
|
|
10532
10884
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10533
|
-
-
|
|
10534
|
-
|
|
10885
|
+
-webkit-box-orient: horizontal;
|
|
10886
|
+
-webkit-box-direction: normal;
|
|
10887
|
+
-ms-flex-direction: row;
|
|
10888
|
+
flex-direction: row;
|
|
10535
10889
|
}
|
|
10536
|
-
.e-stepper.e-horizontal.e-label-before:has(.e-step-
|
|
10890
|
+
.e-stepper.e-horizontal.e-label-before:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar, .e-stepper.e-horizontal.e-label-after:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
10537
10891
|
margin-left: var(--progress-left-position);
|
|
10538
10892
|
top: var(--progress-top-position);
|
|
10539
10893
|
width: var(--progress-bar-width);
|
|
10540
10894
|
}
|
|
10541
|
-
.e-stepper.e-horizontal.e-label-before.e-rtl:has(.e-step-
|
|
10895
|
+
.e-stepper.e-horizontal.e-label-before.e-rtl:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar, .e-stepper.e-horizontal.e-label-after.e-rtl:has(.e-step-item.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
10542
10896
|
margin-right: var(--progress-left-position);
|
|
10543
10897
|
margin-left: unset;
|
|
10544
10898
|
}
|
|
10545
|
-
.e-stepper.e-horizontal .e-step-
|
|
10899
|
+
.e-stepper.e-horizontal .e-step-item.e-step-label {
|
|
10546
10900
|
gap: 1em;
|
|
10547
|
-
-
|
|
10548
|
-
|
|
10901
|
+
-webkit-box-orient: vertical;
|
|
10902
|
+
-webkit-box-direction: normal;
|
|
10903
|
+
-ms-flex-direction: column;
|
|
10904
|
+
flex-direction: column;
|
|
10549
10905
|
}
|
|
10550
|
-
.e-stepper.e-horizontal .e-step-
|
|
10906
|
+
.e-stepper.e-horizontal .e-step-item.e-step-label .e-step-label-container {
|
|
10551
10907
|
position: relative;
|
|
10552
10908
|
}
|
|
10553
|
-
.e-stepper.e-horizontal .e-step-
|
|
10554
|
-
-
|
|
10555
|
-
order: -1;
|
|
10909
|
+
.e-stepper.e-horizontal .e-step-item.e-step-label .e-step-label-container.e-label-before {
|
|
10910
|
+
-webkit-box-ordinal-group: 0;
|
|
10911
|
+
-ms-flex-order: -1;
|
|
10912
|
+
order: -1;
|
|
10556
10913
|
}
|
|
10557
10914
|
.e-stepper.e-horizontal.e-label-start .e-step-text-container {
|
|
10558
|
-
-
|
|
10559
|
-
order: -1;
|
|
10915
|
+
-webkit-box-ordinal-group: 0;
|
|
10916
|
+
-ms-flex-order: -1;
|
|
10917
|
+
order: -1;
|
|
10560
10918
|
}
|
|
10561
|
-
.e-stepper.e-horizontal .e-step-
|
|
10919
|
+
.e-stepper.e-horizontal .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
10562
10920
|
position: absolute;
|
|
10563
10921
|
top: 2.5em;
|
|
10564
10922
|
margin-left: 2.5em;
|
|
10565
10923
|
}
|
|
10566
|
-
.e-stepper.e-horizontal.e-label-start .e-step-
|
|
10924
|
+
.e-stepper.e-horizontal.e-label-start .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional, .e-stepper.e-horizontal.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
10567
10925
|
margin-right: 2.5em;
|
|
10568
10926
|
margin-left: unset;
|
|
10569
10927
|
}
|
|
10570
|
-
.e-stepper.e-horizontal.e-label-start.e-rtl .e-step-
|
|
10928
|
+
.e-stepper.e-horizontal.e-label-start.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
10571
10929
|
margin-right: unset;
|
|
10572
10930
|
margin-left: 2.5em;
|
|
10573
10931
|
}
|
|
10574
10932
|
.e-stepper.e-horizontal.e-label-before .e-stepper-steps:has(.e-step-label-optional) {
|
|
10575
|
-
-
|
|
10576
|
-
align
|
|
10933
|
+
-webkit-box-align: end;
|
|
10934
|
+
-ms-flex-align: end;
|
|
10935
|
+
align-items: flex-end;
|
|
10577
10936
|
}
|
|
10578
10937
|
.e-stepper.e-horizontal.e-label-before .e-stepper-steps .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
10579
|
-
-
|
|
10580
|
-
|
|
10938
|
+
-webkit-box-orient: vertical;
|
|
10939
|
+
-webkit-box-direction: normal;
|
|
10940
|
+
-ms-flex-direction: column;
|
|
10941
|
+
flex-direction: column;
|
|
10581
10942
|
gap: 0.5em;
|
|
10582
10943
|
}
|
|
10583
10944
|
.e-stepper.e-horizontal .e-text,
|
|
@@ -10588,19 +10949,16 @@ ejs-sidebar {
|
|
|
10588
10949
|
}
|
|
10589
10950
|
.e-stepper.e-horizontal .e-step-text.e-step-text-only:has(.e-step-label-optional),
|
|
10590
10951
|
.e-stepper.e-horizontal .e-step-label.e-step-label-only:has(.e-step-label-optional),
|
|
10591
|
-
.e-stepper.e-horizontal .e-step-
|
|
10592
|
-
.e-stepper.e-horizontal .e-step-
|
|
10952
|
+
.e-stepper.e-horizontal .e-step-item:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
10953
|
+
.e-stepper.e-horizontal .e-step-container:not(.e-step-item):not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
10954
|
+
.e-stepper.e-horizontal .e-step-label-container.e-label-after:has(.e-step-label-optional), .e-stepper.e-horizontal.e-step-type-indicator .e-step-container {
|
|
10593
10955
|
-ms-flex-wrap: wrap;
|
|
10594
10956
|
flex-wrap: wrap;
|
|
10595
10957
|
}
|
|
10596
|
-
.e-stepper.e-horizontal.e-step-
|
|
10597
|
-
-ms-flex-wrap: wrap;
|
|
10598
|
-
flex-wrap: wrap;
|
|
10599
|
-
}
|
|
10600
|
-
.e-stepper.e-horizontal .e-step-icon:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
10958
|
+
.e-stepper.e-horizontal .e-step-item:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
10601
10959
|
margin-top: 0.5em;
|
|
10602
10960
|
}
|
|
10603
|
-
.e-stepper.e-horizontal.e-label-after .e-step-
|
|
10961
|
+
.e-stepper.e-horizontal.e-label-after .e-step-item.e-step-label:not(.e-step-text) .e-step-label-optional {
|
|
10604
10962
|
margin-top: 0.2em;
|
|
10605
10963
|
}
|
|
10606
10964
|
.e-stepper.e-vertical {
|
|
@@ -10614,71 +10972,80 @@ ejs-sidebar {
|
|
|
10614
10972
|
.e-stepper.e-vertical:not(.e-label-top):not(.e-label-bottom) .e-step-label-optional {
|
|
10615
10973
|
position: absolute;
|
|
10616
10974
|
}
|
|
10617
|
-
.e-stepper.e-vertical:not(.e-label-bottom):not(.e-label-top) .e-step-
|
|
10975
|
+
.e-stepper.e-vertical:not(.e-label-bottom):not(.e-label-top) .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
10618
10976
|
margin-top: 3em;
|
|
10619
10977
|
margin-left: 4em;
|
|
10620
10978
|
}
|
|
10621
|
-
.e-stepper.e-vertical.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-step-
|
|
10979
|
+
.e-stepper.e-vertical.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
10622
10980
|
margin-left: unset;
|
|
10623
10981
|
margin-right: 4em;
|
|
10624
10982
|
}
|
|
10625
10983
|
.e-stepper.e-vertical .e-stepper-steps {
|
|
10626
|
-
-
|
|
10627
|
-
|
|
10984
|
+
-webkit-box-orient: vertical;
|
|
10985
|
+
-webkit-box-direction: normal;
|
|
10986
|
+
-ms-flex-direction: column;
|
|
10987
|
+
flex-direction: column;
|
|
10628
10988
|
min-height: inherit;
|
|
10629
10989
|
float: left;
|
|
10630
|
-
-
|
|
10631
|
-
align
|
|
10990
|
+
-webkit-box-align: start;
|
|
10991
|
+
-ms-flex-align: start;
|
|
10992
|
+
align-items: start;
|
|
10632
10993
|
margin: 0;
|
|
10633
|
-
-
|
|
10634
|
-
|
|
10994
|
+
-webkit-box-pack: justify;
|
|
10995
|
+
-ms-flex-pack: justify;
|
|
10996
|
+
justify-content: space-between;
|
|
10635
10997
|
}
|
|
10636
10998
|
.e-stepper.e-vertical.e-rtl .e-stepper-steps {
|
|
10637
10999
|
float: right;
|
|
10638
11000
|
}
|
|
10639
|
-
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-
|
|
11001
|
+
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-item:not(.e-step-text):not(.e-step-label)),
|
|
10640
11002
|
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-text.e-step-text-only),
|
|
10641
|
-
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-label.e-step-label-only), .e-stepper.e-vertical.e-label-after .e-stepper-steps:has(.e-step-label.e-step-text:not(.e-step-
|
|
10642
|
-
-
|
|
10643
|
-
align
|
|
11003
|
+
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-label.e-step-label-only), .e-stepper.e-vertical.e-label-after .e-stepper-steps:has(.e-step-label.e-step-text:not(.e-step-item)), .e-stepper.e-vertical.e-step-type-indicator .e-stepper-steps {
|
|
11004
|
+
-webkit-box-align: center;
|
|
11005
|
+
-ms-flex-align: center;
|
|
11006
|
+
align-items: center;
|
|
10644
11007
|
}
|
|
10645
|
-
.e-stepper.e-vertical .e-step-
|
|
10646
|
-
.e-stepper.e-vertical .e-step-
|
|
11008
|
+
.e-stepper.e-vertical .e-step-item.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
11009
|
+
.e-stepper.e-vertical .e-step-item.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
10647
11010
|
margin-left: 10px;
|
|
10648
11011
|
}
|
|
10649
|
-
.e-stepper.e-vertical.e-rtl .e-step-
|
|
10650
|
-
.e-stepper.e-vertical.e-rtl .e-step-
|
|
11012
|
+
.e-stepper.e-vertical.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
11013
|
+
.e-stepper.e-vertical.e-rtl .e-step-item.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
10651
11014
|
margin-left: unset;
|
|
10652
11015
|
margin-right: 10px;
|
|
10653
11016
|
}
|
|
10654
|
-
.e-stepper.e-vertical .e-step-
|
|
11017
|
+
.e-stepper.e-vertical .e-step-item:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional), .e-stepper.e-vertical.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional),
|
|
10655
11018
|
.e-stepper.e-vertical .e-step-text-only.e-step-text:has(.e-step-label-optional),
|
|
10656
11019
|
.e-stepper.e-vertical .e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
10657
|
-
-
|
|
10658
|
-
|
|
11020
|
+
-webkit-box-orient: vertical;
|
|
11021
|
+
-webkit-box-direction: normal;
|
|
11022
|
+
-ms-flex-direction: column;
|
|
11023
|
+
flex-direction: column;
|
|
10659
11024
|
}
|
|
10660
|
-
.e-stepper.e-vertical .e-step-
|
|
11025
|
+
.e-stepper.e-vertical .e-step-item:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional) .e-step-label-optional, .e-stepper.e-vertical.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional) .e-step-label-optional,
|
|
10661
11026
|
.e-stepper.e-vertical .e-step-text-only.e-step-text:has(.e-step-label-optional) .e-step-label-optional,
|
|
10662
11027
|
.e-stepper.e-vertical .e-step-label-only.e-step-label:has(.e-step-label-optional) .e-step-label-optional {
|
|
10663
11028
|
position: unset;
|
|
10664
11029
|
}
|
|
10665
|
-
.e-stepper.e-vertical .e-step-
|
|
11030
|
+
.e-stepper.e-vertical .e-step-item:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional), .e-stepper.e-vertical.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
10666
11031
|
gap: 0.5em;
|
|
10667
11032
|
}
|
|
10668
|
-
.e-stepper.e-vertical.e-label-before .e-step-
|
|
10669
|
-
-
|
|
10670
|
-
|
|
11033
|
+
.e-stepper.e-vertical.e-label-before .e-step-item.e-step-label .e-step-label-container.e-label-after:has(.e-step-label-optional), .e-stepper.e-vertical.e-label-after .e-step-item.e-step-label .e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
11034
|
+
-webkit-box-orient: vertical;
|
|
11035
|
+
-webkit-box-direction: normal;
|
|
11036
|
+
-ms-flex-direction: column;
|
|
11037
|
+
flex-direction: column;
|
|
10671
11038
|
}
|
|
10672
|
-
.e-stepper.e-vertical.e-label-before .e-step-
|
|
11039
|
+
.e-stepper.e-vertical.e-label-before .e-step-item.e-step-label .e-step-label-container.e-label-after:has(.e-step-label-optional) .e-label, .e-stepper.e-vertical.e-label-after .e-step-item.e-step-label .e-step-label-container.e-label-after:has(.e-step-label-optional) .e-label {
|
|
10673
11040
|
line-height: 2em;
|
|
10674
11041
|
}
|
|
10675
|
-
.e-stepper.e-vertical.e-label-before .e-step-
|
|
11042
|
+
.e-stepper.e-vertical.e-label-before .e-step-item.e-step-label .e-step-label-optional, .e-stepper.e-vertical.e-label-after .e-step-item.e-step-label .e-step-label-optional {
|
|
10676
11043
|
position: unset;
|
|
10677
11044
|
}
|
|
10678
|
-
.e-stepper.e-vertical .e-step-container.e-step-label.e-step-text:not(.e-step-
|
|
11045
|
+
.e-stepper.e-vertical .e-step-container.e-step-label.e-step-text:not(.e-step-item) .e-step-label-container.e-label-after {
|
|
10679
11046
|
position: absolute;
|
|
10680
11047
|
}
|
|
10681
|
-
.e-stepper.e-vertical .e-step-container.e-step-label.e-step-text:not(.e-step-
|
|
11048
|
+
.e-stepper.e-vertical .e-step-container.e-step-label.e-step-text:not(.e-step-item) .e-step-label-container.e-label-after .e-step-label-optional {
|
|
10682
11049
|
left: 0;
|
|
10683
11050
|
}
|
|
10684
11051
|
.e-stepper.e-vertical .e-step-container .e-step-label-container.e-label-after .e-step-label-optional {
|
|
@@ -10699,20 +11066,24 @@ ejs-sidebar {
|
|
|
10699
11066
|
padding-bottom: 6px;
|
|
10700
11067
|
}
|
|
10701
11068
|
.e-stepper.e-vertical.e-label-top .e-stepper-steps, .e-stepper.e-vertical.e-label-bottom .e-stepper-steps {
|
|
10702
|
-
-
|
|
10703
|
-
align
|
|
11069
|
+
-webkit-box-align: center;
|
|
11070
|
+
-ms-flex-align: center;
|
|
11071
|
+
align-items: center;
|
|
10704
11072
|
}
|
|
10705
11073
|
.e-stepper.e-vertical.e-label-top .e-stepper-steps .e-step-container, .e-stepper.e-vertical.e-label-bottom .e-stepper-steps .e-step-container {
|
|
10706
|
-
-
|
|
10707
|
-
|
|
11074
|
+
-webkit-box-orient: vertical;
|
|
11075
|
+
-webkit-box-direction: normal;
|
|
11076
|
+
-ms-flex-direction: column;
|
|
11077
|
+
flex-direction: column;
|
|
10708
11078
|
}
|
|
10709
11079
|
.e-stepper.e-vertical.e-label-top .e-stepper-steps .e-step-container .e-step-text-container, .e-stepper.e-vertical.e-label-bottom .e-stepper-steps .e-step-container .e-step-text-container {
|
|
10710
11080
|
margin-left: 0;
|
|
10711
11081
|
}
|
|
10712
11082
|
.e-stepper.e-vertical.e-label-top .e-step-container .e-step-label-optional,
|
|
10713
11083
|
.e-stepper.e-vertical.e-label-top .e-step-container .e-step-text-container {
|
|
10714
|
-
-
|
|
10715
|
-
order: -1;
|
|
11084
|
+
-webkit-box-ordinal-group: 0;
|
|
11085
|
+
-ms-flex-order: -1;
|
|
11086
|
+
order: -1;
|
|
10716
11087
|
}
|
|
10717
11088
|
.e-stepper .e-stepper-progressbar {
|
|
10718
11089
|
height: 1.6px;
|
|
@@ -10723,9 +11094,12 @@ ejs-sidebar {
|
|
|
10723
11094
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
10724
11095
|
height: 100%;
|
|
10725
11096
|
width: var(--progress-value);
|
|
11097
|
+
-webkit-transition-property: width;
|
|
10726
11098
|
transition-property: width;
|
|
10727
|
-
transition-duration: var(--duration);
|
|
10728
|
-
|
|
11099
|
+
-webkit-transition-duration: var(--duration);
|
|
11100
|
+
transition-duration: var(--duration);
|
|
11101
|
+
-webkit-transition-delay: var(--delay);
|
|
11102
|
+
transition-delay: var(--delay);
|
|
10729
11103
|
}
|
|
10730
11104
|
.e-stepper.e-vertical .e-stepper-progressbar {
|
|
10731
11105
|
min-height: inherit;
|
|
@@ -10736,6 +11110,7 @@ ejs-sidebar {
|
|
|
10736
11110
|
.e-stepper.e-vertical .e-stepper-progressbar > .e-progressbar-value {
|
|
10737
11111
|
width: 100%;
|
|
10738
11112
|
height: var(--progress-value);
|
|
11113
|
+
-webkit-transition-property: height;
|
|
10739
11114
|
transition-property: height;
|
|
10740
11115
|
}
|
|
10741
11116
|
.e-stepper.e-vertical.e-rtl .e-stepper-progressbar {
|
|
@@ -10754,12 +11129,12 @@ ejs-sidebar {
|
|
|
10754
11129
|
top: 90% !important; /* stylelint-disable-line declaration-no-important */
|
|
10755
11130
|
}
|
|
10756
11131
|
|
|
10757
|
-
.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10758
|
-
.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
11132
|
+
.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,
|
|
11133
|
+
.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator {
|
|
10759
11134
|
font-size: 28px;
|
|
10760
11135
|
}
|
|
10761
|
-
.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10762
|
-
.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
11136
|
+
.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator,
|
|
11137
|
+
.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator {
|
|
10763
11138
|
width: 28px;
|
|
10764
11139
|
height: 28px;
|
|
10765
11140
|
}
|
|
@@ -10793,12 +11168,12 @@ ejs-sidebar {
|
|
|
10793
11168
|
font-size: 10px;
|
|
10794
11169
|
}
|
|
10795
11170
|
|
|
10796
|
-
.e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10797
|
-
.e-bigger .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
11171
|
+
.e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,
|
|
11172
|
+
.e-bigger .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator {
|
|
10798
11173
|
font-size: 40px;
|
|
10799
11174
|
}
|
|
10800
|
-
.e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10801
|
-
.e-bigger .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
11175
|
+
.e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator,
|
|
11176
|
+
.e-bigger .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator {
|
|
10802
11177
|
width: 40px;
|
|
10803
11178
|
height: 40px;
|
|
10804
11179
|
}
|
|
@@ -10832,16 +11207,16 @@ ejs-sidebar {
|
|
|
10832
11207
|
font-size: 14px;
|
|
10833
11208
|
}
|
|
10834
11209
|
|
|
10835
|
-
.e-bigger.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10836
|
-
.e-bigger.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10837
|
-
.e-bigger .e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10838
|
-
.e-small .e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
11210
|
+
.e-bigger.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,
|
|
11211
|
+
.e-bigger.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,
|
|
11212
|
+
.e-bigger .e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,
|
|
11213
|
+
.e-small .e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator {
|
|
10839
11214
|
font-size: 36px;
|
|
10840
11215
|
}
|
|
10841
|
-
.e-bigger.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10842
|
-
.e-bigger.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10843
|
-
.e-bigger .e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10844
|
-
.e-small .e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
11216
|
+
.e-bigger.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator,
|
|
11217
|
+
.e-bigger.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator,
|
|
11218
|
+
.e-bigger .e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator,
|
|
11219
|
+
.e-small .e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text).e-step-notstarted .e-icons.e-step-indicator {
|
|
10845
11220
|
width: 36px;
|
|
10846
11221
|
height: 36px;
|
|
10847
11222
|
}
|
|
@@ -10935,10 +11310,6 @@ ejs-sidebar {
|
|
|
10935
11310
|
.e-stepper .e-step-error .e-indicator:hover {
|
|
10936
11311
|
color: #f3f2f1;
|
|
10937
11312
|
}
|
|
10938
|
-
.e-stepper .e-step-selected .e-text,
|
|
10939
|
-
.e-stepper .e-step-selected .e-label {
|
|
10940
|
-
font-weight: 600;
|
|
10941
|
-
}
|
|
10942
11313
|
.e-stepper .e-step-valid.e-step-text-only .e-step-validation-icon,
|
|
10943
11314
|
.e-stepper .e-step-valid.e-step-label-only .e-step-validation-icon {
|
|
10944
11315
|
color: #0b6a0b;
|
|
@@ -10957,7 +11328,7 @@ ejs-sidebar {
|
|
|
10957
11328
|
.e-stepper .e-step-completed:not(.e-step-error) .e-label {
|
|
10958
11329
|
color: #0078d4;
|
|
10959
11330
|
}
|
|
10960
|
-
.e-stepper .e-step-label:not(.e-step-
|
|
11331
|
+
.e-stepper .e-step-label:not(.e-step-item) .e-step-label-container {
|
|
10961
11332
|
background-color: #1b1a19;
|
|
10962
11333
|
}
|
|
10963
11334
|
.e-stepper .e-step-text-container {
|
|
@@ -10973,7 +11344,7 @@ ejs-sidebar {
|
|
|
10973
11344
|
.e-stepper .e-step-disabled .e-step-validation-icon {
|
|
10974
11345
|
color: #484644;
|
|
10975
11346
|
}
|
|
10976
|
-
.e-stepper.e-vertical .e-step-text-only.e-step-text .e-step-label-optional, .e-stepper.e-vertical .e-step-label-only.e-step-label .e-step-label-optional, .e-stepper.e-vertical .e-step-
|
|
11347
|
+
.e-stepper.e-vertical .e-step-text-only.e-step-text .e-step-label-optional, .e-stepper.e-vertical .e-step-label-only.e-step-label .e-step-label-optional, .e-stepper.e-vertical .e-step-item:not(.e-step-text):not(.e-step-label) .e-step-label-optional, .e-stepper.e-vertical.e-label-top .e-step-label-optional, .e-stepper.e-vertical.e-label-bottom .e-step-label-optional {
|
|
10977
11348
|
background-color: #1b1a19;
|
|
10978
11349
|
}
|
|
10979
11350
|
.e-stepper .e-stepper-progressbar {
|
|
@@ -10983,31 +11354,36 @@ ejs-sidebar {
|
|
|
10983
11354
|
background-color: #0078d4;
|
|
10984
11355
|
}
|
|
10985
11356
|
.e-stepper:not(.e-steps-focus) .e-step-selected .e-step {
|
|
10986
|
-
box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #0078d4, 0 0 0 8px #1b1a19;
|
|
11357
|
+
-webkit-box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #0078d4, 0 0 0 8px #1b1a19;
|
|
11358
|
+
box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #0078d4, 0 0 0 8px #1b1a19;
|
|
10987
11359
|
}
|
|
10988
11360
|
.e-stepper .e-step-focus .e-step,
|
|
10989
11361
|
.e-stepper .e-step-label-only.e-step-focus .e-label,
|
|
10990
11362
|
.e-stepper .e-step-text-only.e-step-focus .e-text,
|
|
10991
11363
|
.e-stepper .e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) :focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-step-label-only:focus-visible .e-label {
|
|
10992
|
-
box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #f3f2f1, 0 0 0 8px #1b1a19;
|
|
11364
|
+
-webkit-box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #f3f2f1, 0 0 0 8px #1b1a19;
|
|
11365
|
+
box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #f3f2f1, 0 0 0 8px #1b1a19;
|
|
10993
11366
|
}
|
|
10994
11367
|
.e-stepper:not(.e-steps-focus) .e-step-valid.e-step-selected .e-step,
|
|
10995
11368
|
.e-stepper .e-step-valid.e-step-focus .e-step,
|
|
10996
11369
|
.e-stepper .e-step-valid.e-step-label-only.e-step-focus .e-label,
|
|
10997
11370
|
.e-stepper .e-step-valid.e-step-text-only.e-step-focus .e-text,
|
|
10998
11371
|
.e-stepper .e-step-valid.e-step-template.e-step-focus {
|
|
10999
|
-
box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #0b6a0b, 0 0 0 8px #1b1a19;
|
|
11372
|
+
-webkit-box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #0b6a0b, 0 0 0 8px #1b1a19;
|
|
11373
|
+
box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #0b6a0b, 0 0 0 8px #1b1a19;
|
|
11000
11374
|
}
|
|
11001
11375
|
.e-stepper:not(.e-steps-focus) .e-step-error.e-step-selected .e-step,
|
|
11002
11376
|
.e-stepper .e-step-error.e-step-focus .e-step,
|
|
11003
11377
|
.e-stepper .e-step-error.e-step-label-only.e-step-focus .e-label,
|
|
11004
11378
|
.e-stepper .e-step-error.e-step-text-only.e-step-focus .e-text,
|
|
11005
11379
|
.e-stepper .e-step-error.e-step-template.e-step-focus {
|
|
11006
|
-
box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #d13438, 0 0 0 8px #1b1a19;
|
|
11380
|
+
-webkit-box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #d13438, 0 0 0 8px #1b1a19;
|
|
11381
|
+
box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #d13438, 0 0 0 8px #1b1a19;
|
|
11007
11382
|
}
|
|
11008
11383
|
.e-stepper .e-step-container:not(.e-step-focus).e-step-notstarted .e-step,
|
|
11009
11384
|
.e-stepper .e-step-container:not(.e-step-focus).e-step-completed .e-step, .e-stepper.e-steps-focus .e-step-container:not(.e-step-focus).e-step-selected .e-step {
|
|
11010
|
-
box-shadow: 0 0 0 8px #1b1a19;
|
|
11385
|
+
-webkit-box-shadow: 0 0 0 8px #1b1a19;
|
|
11386
|
+
box-shadow: 0 0 0 8px #1b1a19;
|
|
11011
11387
|
}
|
|
11012
11388
|
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-step:hover,
|
|
11013
11389
|
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-indicator:hover {
|