@syncfusion/ej2-navigations 25.2.6 → 26.1.38
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 +1317 -1107
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +966 -741
- 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 +10 -0
- package/src/breadcrumb/breadcrumb.js +26 -7
- 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 +26 -5
- 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 +1582 -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 +13017 -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 +155 -147
- 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 +2058 -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 -2357
package/styles/material.css
CHANGED
|
@@ -63,6 +63,10 @@
|
|
|
63
63
|
margin-top: -36px;
|
|
64
64
|
width: 90px;
|
|
65
65
|
}
|
|
66
|
+
.e-bigger .e-pager .e-pagercontainer,
|
|
67
|
+
.e-pager.e-bigger .e-pagercontainer {
|
|
68
|
+
margin: 5px 8px 5px 24px;
|
|
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: 15px;
|
|
87
91
|
margin-left: 16px;
|
|
88
92
|
}
|
|
89
|
-
.e-bigger .e-pager .e-pagercontainer,
|
|
90
|
-
.e-pager.e-bigger .e-pagercontainer {
|
|
91
|
-
margin: 5px 8px 5px 24px;
|
|
92
|
-
}
|
|
93
|
-
.e-bigger .e-pager.e-rtl .e-pagercontainer,
|
|
94
|
-
.e-pager.e-bigger.e-rtl .e-pagercontainer {
|
|
95
|
-
margin: 5px 0 5px 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: 12px;
|
|
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: 12px;
|
|
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: -6px;
|
|
127
|
-
}
|
|
128
113
|
.e-bigger .e-pager .e-numericitem,
|
|
129
114
|
.e-pager.e-bigger .e-numericitem {
|
|
130
115
|
margin: 0 8px;
|
|
@@ -148,6 +133,38 @@
|
|
|
148
133
|
border-radius: 16px;
|
|
149
134
|
padding: 10px 13px;
|
|
150
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: 10px 13px;
|
|
143
|
+
}
|
|
144
|
+
.e-bigger .e-pager.e-rtl .e-pagerdropdown,
|
|
145
|
+
.e-pager.e-bigger.e-rtl .e-pagerdropdown {
|
|
146
|
+
margin: -35px 18px 0 0;
|
|
147
|
+
}
|
|
148
|
+
.e-bigger .e-pager.e-rtl .e-pagerconstant,
|
|
149
|
+
.e-pager.e-bigger.e-rtl .e-pagerconstant {
|
|
150
|
+
margin: 8px 16px 16px 0;
|
|
151
|
+
}
|
|
152
|
+
.e-bigger .e-pager.e-rtl .e-pagercontainer,
|
|
153
|
+
.e-pager.e-bigger.e-rtl .e-pagercontainer {
|
|
154
|
+
margin: 5px 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: 12px;
|
|
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: -6px;
|
|
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,
|
|
153
170
|
.e-pager.e-bigger.e-rtl .e-np.e-spacing.e-numericitem,
|
|
@@ -156,13 +173,17 @@
|
|
|
156
173
|
font-size: 22px;
|
|
157
174
|
margin-top: -10px;
|
|
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: 2px 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: 14px;
|
|
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: 14px;
|
|
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: 2px 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: 14px;
|
|
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,
|
|
@@ -303,6 +313,7 @@
|
|
|
303
313
|
.e-pager a {
|
|
304
314
|
display: inline;
|
|
305
315
|
-webkit-user-select: none;
|
|
316
|
+
-moz-user-select: none;
|
|
306
317
|
-ms-user-select: none;
|
|
307
318
|
user-select: none;
|
|
308
319
|
}
|
|
@@ -392,9 +403,9 @@
|
|
|
392
403
|
.e-pager .e-pp:hover,
|
|
393
404
|
.e-pager .e-np:hover {
|
|
394
405
|
font-size: 22px;
|
|
406
|
+
padding: 0 6px;
|
|
395
407
|
font-weight: normal;
|
|
396
408
|
letter-spacing: -0.1em;
|
|
397
|
-
padding: 0 6px;
|
|
398
409
|
}
|
|
399
410
|
.e-pager .e-np.e-focused,
|
|
400
411
|
.e-pager .e-pp.e-focused {
|
|
@@ -402,23 +413,28 @@
|
|
|
402
413
|
padding: 2.5px 0 9px;
|
|
403
414
|
}
|
|
404
415
|
.e-pager.e-adaptive {
|
|
416
|
+
display: -webkit-box;
|
|
405
417
|
display: -ms-flexbox;
|
|
406
418
|
display: flex;
|
|
407
|
-
-
|
|
408
|
-
align
|
|
409
|
-
|
|
410
|
-
|
|
419
|
+
-webkit-box-align: center;
|
|
420
|
+
-ms-flex-align: center;
|
|
421
|
+
align-items: center;
|
|
422
|
+
-webkit-box-pack: justify;
|
|
423
|
+
-ms-flex-pack: justify;
|
|
424
|
+
justify-content: space-between;
|
|
411
425
|
padding: 6px;
|
|
412
426
|
}
|
|
413
427
|
.e-pager.e-adaptive div.e-parentmsgbar {
|
|
414
428
|
margin: 0 5px;
|
|
415
429
|
margin-top: -4px;
|
|
416
|
-
-
|
|
417
|
-
flex-
|
|
430
|
+
-webkit-box-flex: 1;
|
|
431
|
+
-ms-flex-positive: 1;
|
|
432
|
+
flex-grow: 1;
|
|
418
433
|
min-width: 10px;
|
|
419
434
|
white-space: nowrap;
|
|
420
435
|
}
|
|
421
436
|
.e-pager.e-adaptive .e-pagesizes {
|
|
437
|
+
display: -webkit-inline-box;
|
|
422
438
|
display: -ms-inline-flexbox;
|
|
423
439
|
display: inline-flex;
|
|
424
440
|
width: auto;
|
|
@@ -427,8 +443,9 @@
|
|
|
427
443
|
margin: 6px 2px 0 4px;
|
|
428
444
|
width: 77px;
|
|
429
445
|
min-width: 77px;
|
|
430
|
-
-
|
|
431
|
-
order: 2;
|
|
446
|
+
-webkit-box-ordinal-group: 3;
|
|
447
|
+
-ms-flex-order: 2;
|
|
448
|
+
order: 2;
|
|
432
449
|
height: 40px;
|
|
433
450
|
padding-right: 5px;
|
|
434
451
|
}
|
|
@@ -436,8 +453,9 @@
|
|
|
436
453
|
font-size: 12px;
|
|
437
454
|
position: relative;
|
|
438
455
|
top: 9px;
|
|
439
|
-
-
|
|
440
|
-
order: 1;
|
|
456
|
+
-webkit-box-ordinal-group: 2;
|
|
457
|
+
-ms-flex-order: 1;
|
|
458
|
+
order: 1;
|
|
441
459
|
min-width: 52px;
|
|
442
460
|
max-height: 34px;
|
|
443
461
|
margin: 0 8px 0 10px;
|
|
@@ -462,21 +480,18 @@
|
|
|
462
480
|
padding: 13px 0;
|
|
463
481
|
}
|
|
464
482
|
.e-pager div.e-parentmsgbar {
|
|
465
|
-
box-sizing: border-box;
|
|
466
|
-
display: inline-block;
|
|
467
|
-
float: initial;
|
|
468
483
|
padding-bottom: 0;
|
|
469
484
|
padding-right: 0;
|
|
470
485
|
padding-top: 0;
|
|
486
|
+
-webkit-box-sizing: border-box;
|
|
487
|
+
box-sizing: border-box;
|
|
488
|
+
display: inline-block;
|
|
489
|
+
float: initial;
|
|
471
490
|
text-align: center;
|
|
472
491
|
width: calc(60% - 48px);
|
|
473
492
|
}
|
|
474
|
-
.e-pager .e-pagesizes
|
|
475
|
-
|
|
476
|
-
}
|
|
477
|
-
.e-pager .e-pagecountmsg {
|
|
478
|
-
display: none;
|
|
479
|
-
}
|
|
493
|
+
.e-pager .e-pagesizes,
|
|
494
|
+
.e-pager .e-pagecountmsg,
|
|
480
495
|
.e-pager .e-pagercontainer {
|
|
481
496
|
display: none;
|
|
482
497
|
}
|
|
@@ -488,7 +503,8 @@
|
|
|
488
503
|
.e-pager .e-mnext,
|
|
489
504
|
.e-pager .e-mlast {
|
|
490
505
|
border: 0;
|
|
491
|
-
box-sizing: border-box;
|
|
506
|
+
-webkit-box-sizing: border-box;
|
|
507
|
+
box-sizing: border-box;
|
|
492
508
|
display: inline-block;
|
|
493
509
|
padding: 1% 5%;
|
|
494
510
|
}
|
|
@@ -585,7 +601,7 @@
|
|
|
585
601
|
border-right-width: 0;
|
|
586
602
|
min-width: 26px;
|
|
587
603
|
}
|
|
588
|
-
.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 {
|
|
604
|
+
.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 {
|
|
589
605
|
margin-left: 0;
|
|
590
606
|
margin-right: 9px;
|
|
591
607
|
}
|
|
@@ -640,6 +656,9 @@
|
|
|
640
656
|
float: right;
|
|
641
657
|
}
|
|
642
658
|
}
|
|
659
|
+
.e-pager.sf-pager .e-pagercontainer {
|
|
660
|
+
font-size: 0;
|
|
661
|
+
}
|
|
643
662
|
.e-pager.sf-pager .e-pagercontainer .e-first,
|
|
644
663
|
.e-pager.sf-pager .e-pagercontainer .e-prev,
|
|
645
664
|
.e-pager.sf-pager .e-pagercontainer .e-next,
|
|
@@ -649,9 +668,6 @@
|
|
|
649
668
|
.e-pager.sf-pager .e-numericcontainer a {
|
|
650
669
|
font-size: 13px;
|
|
651
670
|
}
|
|
652
|
-
.e-pager.sf-pager .e-pagercontainer {
|
|
653
|
-
font-size: 0;
|
|
654
|
-
}
|
|
655
671
|
.e-pager.sf-pager .e-link,
|
|
656
672
|
.e-pager.sf-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
|
|
657
673
|
margin-left: 0;
|
|
@@ -659,8 +675,8 @@
|
|
|
659
675
|
|
|
660
676
|
/*! Pager theme */
|
|
661
677
|
.e-pager {
|
|
662
|
-
background-color: #fff;
|
|
663
678
|
border-color: #e0e0e0;
|
|
679
|
+
background: #fff;
|
|
664
680
|
color: #000;
|
|
665
681
|
opacity: 0.87;
|
|
666
682
|
}
|
|
@@ -695,7 +711,6 @@
|
|
|
695
711
|
}
|
|
696
712
|
.e-pager .e-numericitem {
|
|
697
713
|
background: #fff;
|
|
698
|
-
border-right-color: #e0e0e0;
|
|
699
714
|
color: #000;
|
|
700
715
|
}
|
|
701
716
|
.e-pager .e-prevpagedisabled,
|
|
@@ -717,6 +732,7 @@
|
|
|
717
732
|
background-color: #fff;
|
|
718
733
|
border-color: #e0e0e0;
|
|
719
734
|
}
|
|
735
|
+
.e-pager .e-numericitem,
|
|
720
736
|
.e-pager .e-firstpage,
|
|
721
737
|
.e-pager .e-prevpage,
|
|
722
738
|
.e-pager .e-firstpagedisabled,
|
|
@@ -746,10 +762,12 @@
|
|
|
746
762
|
}
|
|
747
763
|
.e-pager .e-currentitem.e-numericitem.e-focused {
|
|
748
764
|
background: #e3165b;
|
|
749
|
-
box-shadow: none;
|
|
765
|
+
-webkit-box-shadow: none;
|
|
766
|
+
box-shadow: none;
|
|
750
767
|
}
|
|
751
768
|
.e-pager .e-focused {
|
|
752
|
-
box-shadow: 0 0 0 1px #9e9e9e inset;
|
|
769
|
+
-webkit-box-shadow: 0 0 0 1px #9e9e9e inset;
|
|
770
|
+
box-shadow: 0 0 0 1px #9e9e9e inset;
|
|
753
771
|
}
|
|
754
772
|
@media (max-width: 590px) {
|
|
755
773
|
.e-pager .e-pager-default:hover {
|
|
@@ -758,24 +776,31 @@
|
|
|
758
776
|
opacity: 0.87;
|
|
759
777
|
}
|
|
760
778
|
}
|
|
761
|
-
.e-pager.e-rtl .e-numericitem {
|
|
762
|
-
border-left-color: #e0e0e0;
|
|
763
|
-
}
|
|
764
|
-
.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 {
|
|
765
|
-
border-left-color: #e0e0e0;
|
|
766
|
-
}
|
|
767
|
-
.e-pager.e-rtl .e-nextpage, .e-pager.e-rtl .e-nextpagedisabled {
|
|
779
|
+
.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 {
|
|
768
780
|
border-left-color: #e0e0e0;
|
|
769
781
|
}
|
|
770
782
|
|
|
771
783
|
/*! component's theme wise override definitions and variables */
|
|
784
|
+
@-webkit-keyframes hscroll-popup-shadow {
|
|
785
|
+
0% {
|
|
786
|
+
border-color: rgba(255, 255, 255, 0.5);
|
|
787
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
788
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
789
|
+
}
|
|
790
|
+
100% {
|
|
791
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
792
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
793
|
+
}
|
|
794
|
+
}
|
|
772
795
|
@keyframes hscroll-popup-shadow {
|
|
773
796
|
0% {
|
|
774
797
|
border-color: rgba(255, 255, 255, 0.5);
|
|
775
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
798
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
799
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
776
800
|
}
|
|
777
801
|
100% {
|
|
778
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
802
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
803
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
779
804
|
}
|
|
780
805
|
}
|
|
781
806
|
/*! hscroll icons */
|
|
@@ -852,12 +877,14 @@
|
|
|
852
877
|
padding-right: initial;
|
|
853
878
|
}
|
|
854
879
|
.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav {
|
|
855
|
-
transform: skewX(-16deg) translateX(-6px);
|
|
880
|
+
-webkit-transform: skewX(-16deg) translateX(-6px);
|
|
881
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
856
882
|
}
|
|
857
883
|
.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay {
|
|
858
884
|
left: 56px;
|
|
859
885
|
right: auto;
|
|
860
|
-
transform: skewX(-16deg) translateX(-6px);
|
|
886
|
+
-webkit-transform: skewX(-16deg) translateX(-6px);
|
|
887
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
861
888
|
}
|
|
862
889
|
.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay {
|
|
863
890
|
left: auto;
|
|
@@ -870,12 +897,14 @@
|
|
|
870
897
|
padding-right: 50px;
|
|
871
898
|
}
|
|
872
899
|
.e-hscroll.e-scroll-device .e-scroll-nav {
|
|
873
|
-
transform: skewX(-16deg) translateX(6px);
|
|
900
|
+
-webkit-transform: skewX(-16deg) translateX(6px);
|
|
901
|
+
transform: skewX(-16deg) translateX(6px);
|
|
874
902
|
width: 56px;
|
|
875
903
|
}
|
|
876
904
|
.e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
|
|
877
905
|
font-size: 14px;
|
|
878
|
-
transform: skewX(16deg);
|
|
906
|
+
-webkit-transform: skewX(16deg);
|
|
907
|
+
transform: skewX(16deg);
|
|
879
908
|
}
|
|
880
909
|
.e-hscroll.e-scroll-device .e-scroll-overlay {
|
|
881
910
|
opacity: 0.5;
|
|
@@ -887,7 +916,8 @@
|
|
|
887
916
|
.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay {
|
|
888
917
|
left: auto;
|
|
889
918
|
right: 56px;
|
|
890
|
-
transform: skewX(-16deg) translateX(6px);
|
|
919
|
+
-webkit-transform: skewX(-16deg) translateX(6px);
|
|
920
|
+
transform: skewX(-16deg) translateX(6px);
|
|
891
921
|
}
|
|
892
922
|
.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay {
|
|
893
923
|
left: 0;
|
|
@@ -917,10 +947,12 @@
|
|
|
917
947
|
right: 0;
|
|
918
948
|
}
|
|
919
949
|
.e-hscroll .e-scroll-nav {
|
|
920
|
-
-
|
|
921
|
-
align
|
|
950
|
+
-webkit-box-align: center;
|
|
951
|
+
-ms-flex-align: center;
|
|
952
|
+
align-items: center;
|
|
922
953
|
bottom: 0;
|
|
923
954
|
cursor: pointer;
|
|
955
|
+
display: -webkit-box;
|
|
924
956
|
display: -ms-flexbox;
|
|
925
957
|
display: flex;
|
|
926
958
|
min-height: 42px;
|
|
@@ -958,13 +990,15 @@
|
|
|
958
990
|
}
|
|
959
991
|
.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
960
992
|
border-color: rgba(0, 0, 0, 0.12);
|
|
961
|
-
box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
993
|
+
-webkit-box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
994
|
+
box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
962
995
|
}
|
|
963
996
|
.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
964
997
|
background-color: #fafafa;
|
|
965
998
|
border-color: rgba(0, 0, 0, 0.12);
|
|
966
999
|
border-width: 1px;
|
|
967
|
-
box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
1000
|
+
-webkit-box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
1001
|
+
box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
968
1002
|
}
|
|
969
1003
|
.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
|
|
970
1004
|
color: #e3165b;
|
|
@@ -974,9 +1008,11 @@
|
|
|
974
1008
|
background-repeat: repeat-x;
|
|
975
1009
|
}
|
|
976
1010
|
.e-hscroll .e-scroll-overlay.e-scroll-left-overlay {
|
|
1011
|
+
background-image: -webkit-gradient(linear, left top, right top, from(#fafafa), to(rgba(250, 250, 250, 0)));
|
|
977
1012
|
background-image: linear-gradient(-270deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
|
|
978
1013
|
}
|
|
979
1014
|
.e-hscroll .e-scroll-overlay.e-scroll-right-overlay {
|
|
1015
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0)), to(#fafafa));
|
|
980
1016
|
background-image: linear-gradient(-270deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
|
|
981
1017
|
}
|
|
982
1018
|
.e-hscroll.e-rtl .e-scroll-nav {
|
|
@@ -1016,7 +1052,8 @@
|
|
|
1016
1052
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
1017
1053
|
background: #bdbdbd;
|
|
1018
1054
|
border: 0;
|
|
1019
|
-
box-shadow: none;
|
|
1055
|
+
-webkit-box-shadow: none;
|
|
1056
|
+
box-shadow: none;
|
|
1020
1057
|
color: #000;
|
|
1021
1058
|
}
|
|
1022
1059
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
@@ -1035,7 +1072,8 @@
|
|
|
1035
1072
|
background-color: transparent;
|
|
1036
1073
|
border-radius: 50%;
|
|
1037
1074
|
border-width: 1px;
|
|
1038
|
-
box-sizing: border-box;
|
|
1075
|
+
-webkit-box-sizing: border-box;
|
|
1076
|
+
box-sizing: border-box;
|
|
1039
1077
|
content: "";
|
|
1040
1078
|
height: 1px;
|
|
1041
1079
|
left: 50%;
|
|
@@ -1045,18 +1083,32 @@
|
|
|
1045
1083
|
width: 1px;
|
|
1046
1084
|
}
|
|
1047
1085
|
.e-hscroll .e-scroll-nav:active::after {
|
|
1048
|
-
animation: hscroll-popup-shadow 0.6s ease-out 0ms;
|
|
1086
|
+
-webkit-animation: hscroll-popup-shadow 0.6s ease-out 0ms;
|
|
1087
|
+
animation: hscroll-popup-shadow 0.6s ease-out 0ms;
|
|
1049
1088
|
visibility: visible;
|
|
1050
1089
|
}
|
|
1051
1090
|
|
|
1052
1091
|
/*! component's theme wise override definitions and variables */
|
|
1092
|
+
@-webkit-keyframes vscroll-popup-shadow {
|
|
1093
|
+
0% {
|
|
1094
|
+
border-color: rgba(255, 255, 255, 0.5);
|
|
1095
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
1096
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
1097
|
+
}
|
|
1098
|
+
100% {
|
|
1099
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
1100
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1053
1103
|
@keyframes vscroll-popup-shadow {
|
|
1054
1104
|
0% {
|
|
1055
1105
|
border-color: rgba(255, 255, 255, 0.5);
|
|
1056
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
1106
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
1107
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
1057
1108
|
}
|
|
1058
1109
|
100% {
|
|
1059
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
1110
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
1111
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
1060
1112
|
}
|
|
1061
1113
|
}
|
|
1062
1114
|
/*! vscroll icons */
|
|
@@ -1103,12 +1155,14 @@
|
|
|
1103
1155
|
width: inherit;
|
|
1104
1156
|
}
|
|
1105
1157
|
.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav {
|
|
1106
|
-
transform: skewX(-16deg) translateX(-6px);
|
|
1158
|
+
-webkit-transform: skewX(-16deg) translateX(-6px);
|
|
1159
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
1107
1160
|
}
|
|
1108
1161
|
.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay {
|
|
1109
1162
|
left: 56px;
|
|
1110
1163
|
right: auto;
|
|
1111
|
-
transform: skewX(-16deg) translateX(-6px);
|
|
1164
|
+
-webkit-transform: skewX(-16deg) translateX(-6px);
|
|
1165
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
1112
1166
|
}
|
|
1113
1167
|
.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay {
|
|
1114
1168
|
left: auto;
|
|
@@ -1118,13 +1172,15 @@
|
|
|
1118
1172
|
padding: 0 16px;
|
|
1119
1173
|
}
|
|
1120
1174
|
.e-vscroll.e-scroll-device .e-scroll-nav {
|
|
1121
|
-
transform: skewX(-16deg) translateX(6px);
|
|
1175
|
+
-webkit-transform: skewX(-16deg) translateX(6px);
|
|
1176
|
+
transform: skewX(-16deg) translateX(6px);
|
|
1122
1177
|
width: 56px;
|
|
1123
1178
|
z-index: 1001;
|
|
1124
1179
|
}
|
|
1125
1180
|
.e-vscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
|
|
1126
1181
|
font-size: 14px;
|
|
1127
|
-
transform: skewX(16deg);
|
|
1182
|
+
-webkit-transform: skewX(16deg);
|
|
1183
|
+
transform: skewX(16deg);
|
|
1128
1184
|
}
|
|
1129
1185
|
.e-vscroll.e-scroll-device .e-scroll-overlay {
|
|
1130
1186
|
opacity: 0.5;
|
|
@@ -1136,7 +1192,8 @@
|
|
|
1136
1192
|
.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay {
|
|
1137
1193
|
left: auto;
|
|
1138
1194
|
right: 56px;
|
|
1139
|
-
transform: skewX(-16deg) translateX(6px);
|
|
1195
|
+
-webkit-transform: skewX(-16deg) translateX(6px);
|
|
1196
|
+
transform: skewX(-16deg) translateX(6px);
|
|
1140
1197
|
}
|
|
1141
1198
|
.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay {
|
|
1142
1199
|
left: 0;
|
|
@@ -1163,9 +1220,11 @@
|
|
|
1163
1220
|
right: auto;
|
|
1164
1221
|
}
|
|
1165
1222
|
.e-vscroll .e-scroll-nav {
|
|
1166
|
-
-
|
|
1167
|
-
align
|
|
1223
|
+
-webkit-box-align: center;
|
|
1224
|
+
-ms-flex-align: center;
|
|
1225
|
+
align-items: center;
|
|
1168
1226
|
cursor: pointer;
|
|
1227
|
+
display: -webkit-box;
|
|
1169
1228
|
display: -ms-flexbox;
|
|
1170
1229
|
display: flex;
|
|
1171
1230
|
height: 40px;
|
|
@@ -1198,13 +1257,15 @@
|
|
|
1198
1257
|
}
|
|
1199
1258
|
.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
1200
1259
|
border-color: rgba(0, 0, 0, 0.12);
|
|
1201
|
-
box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
1260
|
+
-webkit-box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
1261
|
+
box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
1202
1262
|
}
|
|
1203
1263
|
.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
1204
1264
|
background-color: #fafafa;
|
|
1205
1265
|
border-color: rgba(0, 0, 0, 0.12);
|
|
1206
1266
|
border-width: 1px;
|
|
1207
|
-
box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
1267
|
+
-webkit-box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
1268
|
+
box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06);
|
|
1208
1269
|
}
|
|
1209
1270
|
.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
|
|
1210
1271
|
color: #e3165b;
|
|
@@ -1214,9 +1275,11 @@
|
|
|
1214
1275
|
background-repeat: repeat-x;
|
|
1215
1276
|
}
|
|
1216
1277
|
.e-vscroll .e-scroll-overlay.e-scroll-up-overlay {
|
|
1278
|
+
background-image: -webkit-gradient(linear, left top, right top, from(#fafafa), to(rgba(250, 250, 250, 0)));
|
|
1217
1279
|
background-image: linear-gradient(-270deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
|
|
1218
1280
|
}
|
|
1219
1281
|
.e-vscroll .e-scroll-overlay.e-scroll-down-overlay {
|
|
1282
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0)), to(#fafafa));
|
|
1220
1283
|
background-image: linear-gradient(-270deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
|
|
1221
1284
|
}
|
|
1222
1285
|
.e-vscroll.e-rtl .e-scroll-nav {
|
|
@@ -1242,7 +1305,8 @@
|
|
|
1242
1305
|
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
1243
1306
|
background: #bdbdbd;
|
|
1244
1307
|
border: 0;
|
|
1245
|
-
box-shadow: none;
|
|
1308
|
+
-webkit-box-shadow: none;
|
|
1309
|
+
box-shadow: none;
|
|
1246
1310
|
color: #000;
|
|
1247
1311
|
}
|
|
1248
1312
|
.e-vscroll .e-scroll-nav {
|
|
@@ -1258,7 +1322,8 @@
|
|
|
1258
1322
|
background-color: transparent;
|
|
1259
1323
|
border-radius: 50%;
|
|
1260
1324
|
border-width: 1px;
|
|
1261
|
-
box-sizing: border-box;
|
|
1325
|
+
-webkit-box-sizing: border-box;
|
|
1326
|
+
box-sizing: border-box;
|
|
1262
1327
|
content: "";
|
|
1263
1328
|
height: 1px;
|
|
1264
1329
|
left: 50%;
|
|
@@ -1268,41 +1333,34 @@
|
|
|
1268
1333
|
width: 1px;
|
|
1269
1334
|
}
|
|
1270
1335
|
.e-vscroll .e-scroll-nav:active::after {
|
|
1271
|
-
animation: vscroll-popup-shadow 0.6s ease-out 0ms;
|
|
1336
|
+
-webkit-animation: vscroll-popup-shadow 0.6s ease-out 0ms;
|
|
1337
|
+
animation: vscroll-popup-shadow 0.6s ease-out 0ms;
|
|
1272
1338
|
visibility: visible;
|
|
1273
1339
|
}
|
|
1274
1340
|
|
|
1275
|
-
|
|
1276
|
-
@keyframes hscroll-popup-shadow {
|
|
1341
|
+
@-webkit-keyframes tbar-popup-shadow {
|
|
1277
1342
|
0% {
|
|
1278
1343
|
border-color: rgba(255, 255, 255, 0.5);
|
|
1279
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
1344
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
1345
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
1280
1346
|
}
|
|
1281
1347
|
100% {
|
|
1282
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
1348
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
1349
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
1283
1350
|
}
|
|
1284
1351
|
}
|
|
1285
|
-
|
|
1286
|
-
@keyframes vscroll-popup-shadow {
|
|
1287
|
-
0% {
|
|
1288
|
-
border-color: rgba(255, 255, 255, 0.5);
|
|
1289
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
1290
|
-
}
|
|
1291
|
-
100% {
|
|
1292
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
1293
|
-
}
|
|
1294
|
-
}
|
|
1295
|
-
/*! component's theme wise override definitions and variables */
|
|
1352
|
+
|
|
1296
1353
|
@keyframes tbar-popup-shadow {
|
|
1297
1354
|
0% {
|
|
1298
1355
|
border-color: rgba(255, 255, 255, 0.5);
|
|
1299
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
1356
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
1357
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
1300
1358
|
}
|
|
1301
1359
|
100% {
|
|
1302
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
1360
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
1361
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
1303
1362
|
}
|
|
1304
1363
|
}
|
|
1305
|
-
/*! toolbar icons */
|
|
1306
1364
|
.e-toolbar .e-popup-down-icon::before {
|
|
1307
1365
|
content: "\e916";
|
|
1308
1366
|
line-height: normal;
|
|
@@ -1312,7 +1370,6 @@
|
|
|
1312
1370
|
line-height: normal;
|
|
1313
1371
|
}
|
|
1314
1372
|
|
|
1315
|
-
/*! toolbar layout */
|
|
1316
1373
|
/* stylelint-disable property-no-vendor-prefix */
|
|
1317
1374
|
.e-bigger .e-toolbar,
|
|
1318
1375
|
.e-toolbar.e-bigger {
|
|
@@ -1556,10 +1613,8 @@
|
|
|
1556
1613
|
margin-right: initial;
|
|
1557
1614
|
}
|
|
1558
1615
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
1559
|
-
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
1560
|
-
margin: 0;
|
|
1561
|
-
}
|
|
1562
1616
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
|
|
1617
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
1563
1618
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
1564
1619
|
margin: 0;
|
|
1565
1620
|
}
|
|
@@ -1585,12 +1640,14 @@
|
|
|
1585
1640
|
min-height: 42px;
|
|
1586
1641
|
position: relative;
|
|
1587
1642
|
-webkit-user-select: none;
|
|
1643
|
+
-moz-user-select: none;
|
|
1588
1644
|
-ms-user-select: none;
|
|
1589
1645
|
user-select: none;
|
|
1590
1646
|
white-space: nowrap;
|
|
1591
1647
|
overflow: hidden;
|
|
1592
1648
|
}
|
|
1593
1649
|
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
1650
|
+
display: -webkit-box;
|
|
1594
1651
|
display: -ms-flexbox;
|
|
1595
1652
|
display: flex;
|
|
1596
1653
|
-ms-flex-wrap: nowrap;
|
|
@@ -1609,7 +1666,8 @@
|
|
|
1609
1666
|
visibility: hidden;
|
|
1610
1667
|
}
|
|
1611
1668
|
.e-toolbar.e-control[class*=e-toolbar] {
|
|
1612
|
-
box-sizing: content-box;
|
|
1669
|
+
-webkit-box-sizing: content-box;
|
|
1670
|
+
box-sizing: content-box;
|
|
1613
1671
|
}
|
|
1614
1672
|
.e-toolbar.e-corner {
|
|
1615
1673
|
border-radius: 0;
|
|
@@ -1619,12 +1677,14 @@
|
|
|
1619
1677
|
}
|
|
1620
1678
|
.e-toolbar .e-toolbar-items {
|
|
1621
1679
|
border-radius: 0 0 0 0;
|
|
1680
|
+
display: -webkit-inline-box;
|
|
1622
1681
|
display: -ms-inline-flexbox;
|
|
1623
1682
|
display: inline-flex;
|
|
1624
1683
|
height: 100%;
|
|
1625
1684
|
vertical-align: middle;
|
|
1626
|
-
-
|
|
1627
|
-
align
|
|
1685
|
+
-webkit-box-align: center;
|
|
1686
|
+
-ms-flex-align: center;
|
|
1687
|
+
align-items: center;
|
|
1628
1688
|
}
|
|
1629
1689
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow {
|
|
1630
1690
|
margin-bottom: 1px;
|
|
@@ -1687,9 +1747,7 @@
|
|
|
1687
1747
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
1688
1748
|
margin-right: 3px;
|
|
1689
1749
|
}
|
|
1690
|
-
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item
|
|
1691
|
-
margin: 0;
|
|
1692
|
-
}
|
|
1750
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
1693
1751
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
1694
1752
|
margin: 0;
|
|
1695
1753
|
}
|
|
@@ -1699,29 +1757,36 @@
|
|
|
1699
1757
|
.e-toolbar .e-toolbar-item {
|
|
1700
1758
|
-ms-flex-line-pack: center;
|
|
1701
1759
|
align-content: center;
|
|
1702
|
-
-
|
|
1703
|
-
align
|
|
1760
|
+
-webkit-box-align: center;
|
|
1761
|
+
-ms-flex-align: center;
|
|
1762
|
+
align-items: center;
|
|
1704
1763
|
cursor: pointer;
|
|
1764
|
+
display: -webkit-inline-box;
|
|
1705
1765
|
display: -ms-inline-flexbox;
|
|
1706
1766
|
display: inline-flex;
|
|
1707
1767
|
min-height: 42px;
|
|
1708
1768
|
vertical-align: middle;
|
|
1709
1769
|
width: auto;
|
|
1710
|
-
-
|
|
1711
|
-
flex: 0 0 auto;
|
|
1770
|
+
-webkit-box-flex: 0;
|
|
1771
|
+
-ms-flex: 0 0 auto;
|
|
1772
|
+
flex: 0 0 auto;
|
|
1712
1773
|
}
|
|
1713
1774
|
.e-toolbar .e-toolbar-item.e-spacer {
|
|
1714
|
-
-
|
|
1715
|
-
flex-
|
|
1775
|
+
-webkit-box-flex: 1;
|
|
1776
|
+
-ms-flex-positive: 1;
|
|
1777
|
+
flex-grow: 1;
|
|
1716
1778
|
}
|
|
1717
1779
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1780
|
+
display: -webkit-box;
|
|
1718
1781
|
display: -ms-flexbox;
|
|
1719
1782
|
display: flex;
|
|
1720
|
-
-
|
|
1721
|
-
align
|
|
1783
|
+
-webkit-box-align: center;
|
|
1784
|
+
-ms-flex-align: center;
|
|
1785
|
+
align-items: center;
|
|
1722
1786
|
vertical-align: middle;
|
|
1723
|
-
-
|
|
1724
|
-
|
|
1787
|
+
-webkit-box-pack: center;
|
|
1788
|
+
-ms-flex-pack: center;
|
|
1789
|
+
justify-content: center;
|
|
1725
1790
|
margin: 4px 0;
|
|
1726
1791
|
min-height: 0;
|
|
1727
1792
|
min-width: 0;
|
|
@@ -1790,10 +1855,13 @@
|
|
|
1790
1855
|
height: auto;
|
|
1791
1856
|
}
|
|
1792
1857
|
.e-toolbar.e-vertical {
|
|
1858
|
+
display: -webkit-box;
|
|
1793
1859
|
display: -ms-flexbox;
|
|
1794
1860
|
display: flex;
|
|
1795
|
-
-
|
|
1796
|
-
|
|
1861
|
+
-webkit-box-orient: vertical;
|
|
1862
|
+
-webkit-box-direction: normal;
|
|
1863
|
+
-ms-flex-direction: column;
|
|
1864
|
+
flex-direction: column;
|
|
1797
1865
|
}
|
|
1798
1866
|
.e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
|
|
1799
1867
|
-ms-touch-action: pan-x pinch-zoom;
|
|
@@ -1821,6 +1889,7 @@
|
|
|
1821
1889
|
margin-right: 0;
|
|
1822
1890
|
}
|
|
1823
1891
|
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
|
|
1892
|
+
display: -webkit-box;
|
|
1824
1893
|
display: -ms-flexbox;
|
|
1825
1894
|
display: flex;
|
|
1826
1895
|
height: auto;
|
|
@@ -1852,10 +1921,12 @@
|
|
|
1852
1921
|
top: 0;
|
|
1853
1922
|
}
|
|
1854
1923
|
.e-toolbar .e-hor-nav {
|
|
1855
|
-
-
|
|
1856
|
-
align
|
|
1924
|
+
-webkit-box-align: center;
|
|
1925
|
+
-ms-flex-align: center;
|
|
1926
|
+
align-items: center;
|
|
1857
1927
|
border-radius: 0 0 0 0;
|
|
1858
1928
|
cursor: pointer;
|
|
1929
|
+
display: -webkit-box;
|
|
1859
1930
|
display: -ms-flexbox;
|
|
1860
1931
|
display: flex;
|
|
1861
1932
|
height: 100%;
|
|
@@ -1872,14 +1943,17 @@
|
|
|
1872
1943
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1873
1944
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1874
1945
|
color: rgba(0, 0, 0, 0.54);
|
|
1946
|
+
display: -webkit-box;
|
|
1875
1947
|
display: -ms-flexbox;
|
|
1876
1948
|
display: flex;
|
|
1877
1949
|
text-align: center;
|
|
1878
1950
|
vertical-align: middle;
|
|
1879
|
-
-
|
|
1880
|
-
align
|
|
1881
|
-
|
|
1882
|
-
|
|
1951
|
+
-webkit-box-align: center;
|
|
1952
|
+
-ms-flex-align: center;
|
|
1953
|
+
align-items: center;
|
|
1954
|
+
-webkit-box-pack: center;
|
|
1955
|
+
-ms-flex-pack: center;
|
|
1956
|
+
justify-content: center;
|
|
1883
1957
|
width: 100%;
|
|
1884
1958
|
font-size: 12px;
|
|
1885
1959
|
}
|
|
@@ -1896,11 +1970,13 @@
|
|
|
1896
1970
|
position: absolute;
|
|
1897
1971
|
}
|
|
1898
1972
|
.e-toolbar .e-toolbar-pop .e-toolbar-item {
|
|
1973
|
+
display: -webkit-box;
|
|
1899
1974
|
display: -ms-flexbox;
|
|
1900
1975
|
display: flex;
|
|
1901
1976
|
height: 36px;
|
|
1902
|
-
-
|
|
1903
|
-
|
|
1977
|
+
-webkit-box-pack: center;
|
|
1978
|
+
-ms-flex-pack: center;
|
|
1979
|
+
justify-content: center;
|
|
1904
1980
|
min-height: 25px;
|
|
1905
1981
|
}
|
|
1906
1982
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
|
|
@@ -1912,8 +1988,9 @@
|
|
|
1912
1988
|
padding: 0 16px;
|
|
1913
1989
|
border: none;
|
|
1914
1990
|
border-radius: 2px;
|
|
1915
|
-
-
|
|
1916
|
-
|
|
1991
|
+
-webkit-box-pack: start;
|
|
1992
|
+
-ms-flex-pack: start;
|
|
1993
|
+
justify-content: flex-start;
|
|
1917
1994
|
}
|
|
1918
1995
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1919
1996
|
margin: 0;
|
|
@@ -1961,11 +2038,13 @@
|
|
|
1961
2038
|
padding-right: 3px;
|
|
1962
2039
|
padding-top: 0;
|
|
1963
2040
|
margin-left: -1px;
|
|
1964
|
-
box-shadow: none;
|
|
2041
|
+
-webkit-box-shadow: none;
|
|
2042
|
+
box-shadow: none;
|
|
1965
2043
|
display: inline;
|
|
1966
2044
|
white-space: normal;
|
|
1967
2045
|
}
|
|
1968
2046
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
|
|
2047
|
+
display: -webkit-inline-box;
|
|
1969
2048
|
display: -ms-inline-flexbox;
|
|
1970
2049
|
display: inline-flex;
|
|
1971
2050
|
min-height: 42px;
|
|
@@ -1983,13 +2062,16 @@
|
|
|
1983
2062
|
}
|
|
1984
2063
|
.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),
|
|
1985
2064
|
.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) {
|
|
2065
|
+
display: -webkit-box;
|
|
1986
2066
|
display: -ms-flexbox;
|
|
1987
2067
|
display: flex;
|
|
1988
|
-
-
|
|
1989
|
-
align
|
|
2068
|
+
-webkit-box-align: center;
|
|
2069
|
+
-ms-flex-align: center;
|
|
2070
|
+
align-items: center;
|
|
1990
2071
|
vertical-align: middle;
|
|
1991
|
-
-
|
|
1992
|
-
|
|
2072
|
+
-webkit-box-pack: center;
|
|
2073
|
+
-ms-flex-pack: center;
|
|
2074
|
+
justify-content: center;
|
|
1993
2075
|
padding: 0;
|
|
1994
2076
|
font-size: 14px;
|
|
1995
2077
|
}
|
|
@@ -2043,7 +2125,6 @@
|
|
|
2043
2125
|
}
|
|
2044
2126
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
2045
2127
|
-ms-flex-item-align: center;
|
|
2046
|
-
-ms-grid-row-align: center;
|
|
2047
2128
|
align-self: center;
|
|
2048
2129
|
text-overflow: ellipsis;
|
|
2049
2130
|
}
|
|
@@ -2051,6 +2132,7 @@
|
|
|
2051
2132
|
display: none;
|
|
2052
2133
|
}
|
|
2053
2134
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
2135
|
+
display: -webkit-inline-box;
|
|
2054
2136
|
display: -ms-inline-flexbox;
|
|
2055
2137
|
display: inline-flex;
|
|
2056
2138
|
}
|
|
@@ -2073,9 +2155,7 @@
|
|
|
2073
2155
|
margin-left: 3px;
|
|
2074
2156
|
margin-right: initial;
|
|
2075
2157
|
}
|
|
2076
|
-
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item
|
|
2077
|
-
margin: 0;
|
|
2078
|
-
}
|
|
2158
|
+
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
2079
2159
|
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
2080
2160
|
margin: 0;
|
|
2081
2161
|
}
|
|
@@ -2112,9 +2192,7 @@
|
|
|
2112
2192
|
right: auto;
|
|
2113
2193
|
border-radius: 0 0 0 0;
|
|
2114
2194
|
}
|
|
2115
|
-
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item
|
|
2116
|
-
margin: 0;
|
|
2117
|
-
}
|
|
2195
|
+
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
|
|
2118
2196
|
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
|
|
2119
2197
|
margin: 0;
|
|
2120
2198
|
}
|
|
@@ -2134,20 +2212,21 @@
|
|
|
2134
2212
|
padding-left: 0;
|
|
2135
2213
|
}
|
|
2136
2214
|
|
|
2137
|
-
/*! toolbar theme */
|
|
2138
2215
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2139
2216
|
.e-toolbar {
|
|
2140
2217
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2141
2218
|
background: #fafafa;
|
|
2142
2219
|
border: 1px none rgba(0, 0, 0, 0.12);
|
|
2143
|
-
box-shadow: none;
|
|
2220
|
+
-webkit-box-shadow: none;
|
|
2221
|
+
box-shadow: none;
|
|
2144
2222
|
}
|
|
2145
2223
|
.e-toolbar .e-toolbar-items {
|
|
2146
2224
|
background: #fafafa;
|
|
2147
2225
|
}
|
|
2148
2226
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
2149
2227
|
background: #fafafa;
|
|
2150
|
-
box-shadow: none;
|
|
2228
|
+
-webkit-box-shadow: none;
|
|
2229
|
+
box-shadow: none;
|
|
2151
2230
|
color: rgba(0, 0, 0, 0.87);
|
|
2152
2231
|
border: none;
|
|
2153
2232
|
}
|
|
@@ -2159,13 +2238,15 @@
|
|
|
2159
2238
|
}
|
|
2160
2239
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
|
|
2161
2240
|
background: rgba(0, 0, 0, 0.2088);
|
|
2162
|
-
box-shadow: none;
|
|
2241
|
+
-webkit-box-shadow: none;
|
|
2242
|
+
box-shadow: none;
|
|
2163
2243
|
}
|
|
2164
2244
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2165
2245
|
color: rgba(0, 0, 0, 0.87);
|
|
2166
2246
|
}
|
|
2167
2247
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
2168
|
-
box-shadow: none;
|
|
2248
|
+
-webkit-box-shadow: none;
|
|
2249
|
+
box-shadow: none;
|
|
2169
2250
|
}
|
|
2170
2251
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
2171
2252
|
background: rgba(0, 0, 0, 0.12);
|
|
@@ -2174,7 +2255,8 @@
|
|
|
2174
2255
|
border-color: rgba(0, 0, 0, 0.12);
|
|
2175
2256
|
border-style: solid;
|
|
2176
2257
|
border-width: 0;
|
|
2177
|
-
box-shadow: none;
|
|
2258
|
+
-webkit-box-shadow: none;
|
|
2259
|
+
box-shadow: none;
|
|
2178
2260
|
}
|
|
2179
2261
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2180
2262
|
color: rgba(0, 0, 0, 0.54);
|
|
@@ -2208,7 +2290,8 @@
|
|
|
2208
2290
|
border-style: solid;
|
|
2209
2291
|
border-width: 0;
|
|
2210
2292
|
border-radius: 2px;
|
|
2211
|
-
box-shadow: none;
|
|
2293
|
+
-webkit-box-shadow: none;
|
|
2294
|
+
box-shadow: none;
|
|
2212
2295
|
color: rgba(0, 0, 0, 0.87);
|
|
2213
2296
|
}
|
|
2214
2297
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
@@ -2252,7 +2335,8 @@
|
|
|
2252
2335
|
background-color: transparent;
|
|
2253
2336
|
border-radius: 50%;
|
|
2254
2337
|
border-width: 1px;
|
|
2255
|
-
box-sizing: border-box;
|
|
2338
|
+
-webkit-box-sizing: border-box;
|
|
2339
|
+
box-sizing: border-box;
|
|
2256
2340
|
content: "";
|
|
2257
2341
|
height: 1px;
|
|
2258
2342
|
left: 50%;
|
|
@@ -2266,7 +2350,8 @@
|
|
|
2266
2350
|
}
|
|
2267
2351
|
.e-toolbar .e-hor-nav:active {
|
|
2268
2352
|
border: 0;
|
|
2269
|
-
box-shadow: none;
|
|
2353
|
+
-webkit-box-shadow: none;
|
|
2354
|
+
box-shadow: none;
|
|
2270
2355
|
color: rgba(0, 0, 0, 0.87);
|
|
2271
2356
|
background: #fafafa;
|
|
2272
2357
|
}
|
|
@@ -2274,7 +2359,8 @@
|
|
|
2274
2359
|
color: rgba(0, 0, 0, 0.54);
|
|
2275
2360
|
}
|
|
2276
2361
|
.e-toolbar .e-hor-nav:active::after {
|
|
2277
|
-
animation: tbar-popup-shadow 0.6s ease-out 0ms;
|
|
2362
|
+
-webkit-animation: tbar-popup-shadow 0.6s ease-out 0ms;
|
|
2363
|
+
animation: tbar-popup-shadow 0.6s ease-out 0ms;
|
|
2278
2364
|
visibility: visible;
|
|
2279
2365
|
}
|
|
2280
2366
|
.e-toolbar .e-hor-nav:hover {
|
|
@@ -2309,7 +2395,8 @@
|
|
|
2309
2395
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2310
2396
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2311
2397
|
background: rgba(0, 0, 0, 0.12);
|
|
2312
|
-
box-shadow: none;
|
|
2398
|
+
-webkit-box-shadow: none;
|
|
2399
|
+
box-shadow: none;
|
|
2313
2400
|
border-color: rgba(0, 0, 0, 0.12);
|
|
2314
2401
|
border-style: solid;
|
|
2315
2402
|
border-width: 0;
|
|
@@ -2331,31 +2418,35 @@
|
|
|
2331
2418
|
.e-toolbar .e-toolbar-pop {
|
|
2332
2419
|
background: #fafafa;
|
|
2333
2420
|
border: 1px none rgba(0, 0, 0, 0.12);
|
|
2334
|
-
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
2421
|
+
-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
2422
|
+
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
2335
2423
|
}
|
|
2336
2424
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2337
2425
|
background: #fafafa;
|
|
2338
2426
|
}
|
|
2339
2427
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2340
2428
|
background: rgba(0, 0, 0, 0.12);
|
|
2341
|
-
box-shadow: none;
|
|
2429
|
+
-webkit-box-shadow: none;
|
|
2430
|
+
box-shadow: none;
|
|
2342
2431
|
border-color: rgba(0, 0, 0, 0.12);
|
|
2343
2432
|
border-style: solid;
|
|
2344
2433
|
border-width: 0;
|
|
2345
2434
|
}
|
|
2346
2435
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2347
2436
|
background: #bdbdbd;
|
|
2348
|
-
box-shadow: none;
|
|
2437
|
+
-webkit-box-shadow: none;
|
|
2438
|
+
box-shadow: none;
|
|
2349
2439
|
border-color: #bdbdbd;
|
|
2350
2440
|
border-style: solid;
|
|
2351
2441
|
border-width: 0;
|
|
2352
2442
|
}
|
|
2353
2443
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2354
2444
|
background: rgba(0, 0, 0, 0.12);
|
|
2355
|
-
box-shadow: none;
|
|
2356
2445
|
border-color: rgba(0, 0, 0, 0.12);
|
|
2357
2446
|
border-style: solid;
|
|
2358
2447
|
border-width: 0;
|
|
2448
|
+
-webkit-box-shadow: none;
|
|
2449
|
+
box-shadow: none;
|
|
2359
2450
|
}
|
|
2360
2451
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2361
2452
|
outline: 0;
|
|
@@ -2365,7 +2456,8 @@
|
|
|
2365
2456
|
}
|
|
2366
2457
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
2367
2458
|
background: #fafafa;
|
|
2368
|
-
box-shadow: none;
|
|
2459
|
+
-webkit-box-shadow: none;
|
|
2460
|
+
box-shadow: none;
|
|
2369
2461
|
border: none;
|
|
2370
2462
|
}
|
|
2371
2463
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
@@ -2374,7 +2466,8 @@
|
|
|
2374
2466
|
border-color: rgba(0, 0, 0, 0.12);
|
|
2375
2467
|
border-style: solid;
|
|
2376
2468
|
border-width: 0;
|
|
2377
|
-
box-shadow: none;
|
|
2469
|
+
-webkit-box-shadow: none;
|
|
2470
|
+
box-shadow: none;
|
|
2378
2471
|
}
|
|
2379
2472
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2380
2473
|
background: rgba(0, 0, 0, 0.12);
|
|
@@ -2386,7 +2479,8 @@
|
|
|
2386
2479
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2387
2480
|
background: #bdbdbd;
|
|
2388
2481
|
border-radius: 2px;
|
|
2389
|
-
box-shadow: none;
|
|
2482
|
+
-webkit-box-shadow: none;
|
|
2483
|
+
box-shadow: none;
|
|
2390
2484
|
border-color: #bdbdbd;
|
|
2391
2485
|
border-style: solid;
|
|
2392
2486
|
border-width: 0;
|
|
@@ -2413,16 +2507,14 @@
|
|
|
2413
2507
|
border-width: 0 1px 0 0;
|
|
2414
2508
|
}
|
|
2415
2509
|
|
|
2416
|
-
/*! component's theme wise override material-definitions and variables */
|
|
2417
|
-
/*! accordion icons */
|
|
2418
2510
|
.e-accordion .e-tgl-collapse-icon::before {
|
|
2419
2511
|
content: "\e916";
|
|
2420
2512
|
}
|
|
2421
2513
|
.e-accordion .e-tgl-collapse-icon.e-expand-icon {
|
|
2422
|
-
transform: rotate(-180deg);
|
|
2514
|
+
-webkit-transform: rotate(-180deg);
|
|
2515
|
+
transform: rotate(-180deg);
|
|
2423
2516
|
}
|
|
2424
2517
|
|
|
2425
|
-
/*! accordion layout */
|
|
2426
2518
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
2427
2519
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2428
2520
|
font-size: 16px;
|
|
@@ -2438,7 +2530,8 @@
|
|
|
2438
2530
|
}
|
|
2439
2531
|
.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,
|
|
2440
2532
|
.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 {
|
|
2441
|
-
box-shadow: none;
|
|
2533
|
+
-webkit-box-shadow: none;
|
|
2534
|
+
box-shadow: none;
|
|
2442
2535
|
padding: 0 46px 0 32px;
|
|
2443
2536
|
}
|
|
2444
2537
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content,
|
|
@@ -2604,6 +2697,7 @@
|
|
|
2604
2697
|
vertical-align: middle;
|
|
2605
2698
|
}
|
|
2606
2699
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-animation {
|
|
2700
|
+
-webkit-transition: 0.5s ease 0s;
|
|
2607
2701
|
transition: 0.5s ease 0s;
|
|
2608
2702
|
}
|
|
2609
2703
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
@@ -2626,7 +2720,8 @@
|
|
|
2626
2720
|
padding: 0 40px 0 32px;
|
|
2627
2721
|
}
|
|
2628
2722
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
2629
|
-
box-shadow: none;
|
|
2723
|
+
-webkit-box-shadow: none;
|
|
2724
|
+
box-shadow: none;
|
|
2630
2725
|
}
|
|
2631
2726
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
2632
2727
|
padding: 0;
|
|
@@ -2688,8 +2783,6 @@
|
|
|
2688
2783
|
padding: 0 0 0 8px;
|
|
2689
2784
|
}
|
|
2690
2785
|
|
|
2691
|
-
/*! accordion theme */
|
|
2692
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2693
2786
|
.e-accordion {
|
|
2694
2787
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2695
2788
|
background: #fff;
|
|
@@ -2834,8 +2927,9 @@
|
|
|
2834
2927
|
}
|
|
2835
2928
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2836
2929
|
border: 0;
|
|
2837
|
-
box-shadow: none;
|
|
2838
2930
|
background: #eee;
|
|
2931
|
+
-webkit-box-shadow: none;
|
|
2932
|
+
box-shadow: none;
|
|
2839
2933
|
}
|
|
2840
2934
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2841
2935
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2912,9 +3006,10 @@
|
|
|
2912
3006
|
color: rgba(0, 0, 0, 0.54);
|
|
2913
3007
|
}
|
|
2914
3008
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2915
|
-
box-shadow: none;
|
|
2916
3009
|
position: relative;
|
|
2917
3010
|
z-index: 2;
|
|
3011
|
+
-webkit-box-shadow: none;
|
|
3012
|
+
box-shadow: none;
|
|
2918
3013
|
}
|
|
2919
3014
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2920
3015
|
border-color: transparent transparent rgba(0, 0, 0, 0.12);
|
|
@@ -2953,7 +3048,6 @@
|
|
|
2953
3048
|
font-size: 13px;
|
|
2954
3049
|
}
|
|
2955
3050
|
|
|
2956
|
-
/*! Carousel component material theme definitions and variables */
|
|
2957
3051
|
.e-carousel .e-previous-icon::before {
|
|
2958
3052
|
content: "\e904";
|
|
2959
3053
|
}
|
|
@@ -2973,7 +3067,6 @@
|
|
|
2973
3067
|
content: "\e904";
|
|
2974
3068
|
}
|
|
2975
3069
|
|
|
2976
|
-
/*! carousel component styles */
|
|
2977
3070
|
.e-carousel {
|
|
2978
3071
|
display: block;
|
|
2979
3072
|
margin: 0;
|
|
@@ -3007,13 +3100,21 @@
|
|
|
3007
3100
|
}
|
|
3008
3101
|
.e-carousel .e-carousel-items {
|
|
3009
3102
|
width: calc(var(--carousel-items-count) * 100%);
|
|
3103
|
+
display: -webkit-box;
|
|
3010
3104
|
display: -ms-flexbox;
|
|
3011
3105
|
display: flex;
|
|
3012
|
-
-
|
|
3013
|
-
|
|
3106
|
+
-webkit-box-orient: horizontal;
|
|
3107
|
+
-webkit-box-direction: normal;
|
|
3108
|
+
-ms-flex-direction: row;
|
|
3109
|
+
flex-direction: row;
|
|
3110
|
+
-webkit-transition-property: -webkit-transform;
|
|
3111
|
+
transition-property: -webkit-transform;
|
|
3014
3112
|
transition-property: transform;
|
|
3015
|
-
transition-
|
|
3016
|
-
transition-
|
|
3113
|
+
transition-property: transform, -webkit-transform;
|
|
3114
|
+
-webkit-transition-duration: 0.6s;
|
|
3115
|
+
transition-duration: 0.6s;
|
|
3116
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
3117
|
+
transition-timing-function: ease-in-out;
|
|
3017
3118
|
}
|
|
3018
3119
|
.e-carousel .e-carousel-items .e-carousel-item {
|
|
3019
3120
|
height: 100%;
|
|
@@ -3023,16 +3124,34 @@
|
|
|
3023
3124
|
width: calc(100% / var(--carousel-items-count));
|
|
3024
3125
|
}
|
|
3025
3126
|
.e-carousel.e-blazor-carousel .e-carousel-items {
|
|
3026
|
-
transform: translateX(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3127
|
+
-webkit-transform: translateX(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3128
|
+
transform: translateX(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3129
|
+
-webkit-transition: -webkit-transform;
|
|
3130
|
+
transition: -webkit-transform;
|
|
3027
3131
|
transition: transform;
|
|
3132
|
+
transition: transform, -webkit-transform;
|
|
3028
3133
|
}
|
|
3029
3134
|
.e-carousel.e-blazor-carousel.e-rtl .e-carousel-items {
|
|
3030
|
-
transform: translateX(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3135
|
+
-webkit-transform: translateX(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3136
|
+
transform: translateX(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3137
|
+
-webkit-transition: -webkit-transform;
|
|
3138
|
+
transition: -webkit-transform;
|
|
3031
3139
|
transition: transform;
|
|
3140
|
+
transition: transform, -webkit-transform;
|
|
3032
3141
|
}
|
|
3033
3142
|
.e-carousel.e-carousel-fade-animation .e-carousel-items.e-fade-in-out {
|
|
3143
|
+
-webkit-transition-property: none;
|
|
3034
3144
|
transition-property: none;
|
|
3035
|
-
animation: fade-in-out 0.6s ease-in-out;
|
|
3145
|
+
-webkit-animation: fade-in-out 0.6s ease-in-out;
|
|
3146
|
+
animation: fade-in-out 0.6s ease-in-out;
|
|
3147
|
+
}
|
|
3148
|
+
@-webkit-keyframes fade-in-out {
|
|
3149
|
+
0% {
|
|
3150
|
+
opacity: 0;
|
|
3151
|
+
}
|
|
3152
|
+
100% {
|
|
3153
|
+
opacity: 1;
|
|
3154
|
+
}
|
|
3036
3155
|
}
|
|
3037
3156
|
@keyframes fade-in-out {
|
|
3038
3157
|
0% {
|
|
@@ -3043,7 +3162,8 @@
|
|
|
3043
3162
|
}
|
|
3044
3163
|
}
|
|
3045
3164
|
.e-carousel.e-carousel-slide-animation .e-carousel-items.e-slide {
|
|
3046
|
-
transition-duration: 0.6s;
|
|
3165
|
+
-webkit-transition-duration: 0.6s;
|
|
3166
|
+
transition-duration: 0.6s;
|
|
3047
3167
|
}
|
|
3048
3168
|
.e-carousel.e-carousel-custom-animation:not(.e-partial) .e-carousel-item {
|
|
3049
3169
|
display: block;
|
|
@@ -3058,13 +3178,16 @@
|
|
|
3058
3178
|
pointer-events: visible;
|
|
3059
3179
|
}
|
|
3060
3180
|
.e-carousel .e-carousel-navigators {
|
|
3061
|
-
-
|
|
3062
|
-
align
|
|
3181
|
+
-webkit-box-align: center;
|
|
3182
|
+
-ms-flex-align: center;
|
|
3183
|
+
align-items: center;
|
|
3184
|
+
display: -webkit-box;
|
|
3063
3185
|
display: -ms-flexbox;
|
|
3064
3186
|
display: flex;
|
|
3065
3187
|
height: 100%;
|
|
3066
|
-
-
|
|
3067
|
-
|
|
3188
|
+
-webkit-box-pack: justify;
|
|
3189
|
+
-ms-flex-pack: justify;
|
|
3190
|
+
justify-content: space-between;
|
|
3068
3191
|
pointer-events: none;
|
|
3069
3192
|
position: absolute;
|
|
3070
3193
|
top: 0;
|
|
@@ -3081,7 +3204,8 @@
|
|
|
3081
3204
|
.e-carousel .e-carousel-navigators .e-previous .e-btn,
|
|
3082
3205
|
.e-carousel .e-carousel-navigators .e-next .e-btn {
|
|
3083
3206
|
border: 0;
|
|
3084
|
-
box-shadow: none;
|
|
3207
|
+
-webkit-box-shadow: none;
|
|
3208
|
+
box-shadow: none;
|
|
3085
3209
|
}
|
|
3086
3210
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:hover,
|
|
3087
3211
|
.e-carousel .e-carousel-navigators .e-previous .e-btn:hover,
|
|
@@ -3091,7 +3215,8 @@
|
|
|
3091
3215
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn.e-rtl,
|
|
3092
3216
|
.e-carousel .e-carousel-navigators .e-previous .e-btn.e-rtl,
|
|
3093
3217
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3094
|
-
transform: rotate(180deg);
|
|
3218
|
+
-webkit-transform: rotate(180deg);
|
|
3219
|
+
transform: rotate(180deg);
|
|
3095
3220
|
}
|
|
3096
3221
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3097
3222
|
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
@@ -3105,13 +3230,16 @@
|
|
|
3105
3230
|
display: none;
|
|
3106
3231
|
}
|
|
3107
3232
|
.e-carousel .e-carousel-indicators {
|
|
3108
|
-
-
|
|
3109
|
-
align
|
|
3233
|
+
-webkit-box-align: center;
|
|
3234
|
+
-ms-flex-align: center;
|
|
3235
|
+
align-items: center;
|
|
3110
3236
|
bottom: 0;
|
|
3237
|
+
display: -webkit-box;
|
|
3111
3238
|
display: -ms-flexbox;
|
|
3112
3239
|
display: flex;
|
|
3113
|
-
-
|
|
3114
|
-
|
|
3240
|
+
-webkit-box-pack: center;
|
|
3241
|
+
-ms-flex-pack: center;
|
|
3242
|
+
justify-content: center;
|
|
3115
3243
|
min-height: 48px;
|
|
3116
3244
|
padding: 0;
|
|
3117
3245
|
pointer-events: none;
|
|
@@ -3120,33 +3248,41 @@
|
|
|
3120
3248
|
z-index: 1;
|
|
3121
3249
|
}
|
|
3122
3250
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars {
|
|
3251
|
+
display: -webkit-box;
|
|
3123
3252
|
display: -ms-flexbox;
|
|
3124
3253
|
display: flex;
|
|
3125
3254
|
-ms-flex-wrap: wrap;
|
|
3126
3255
|
flex-wrap: wrap;
|
|
3127
|
-
-
|
|
3128
|
-
|
|
3256
|
+
-webkit-box-pack: center;
|
|
3257
|
+
-ms-flex-pack: center;
|
|
3258
|
+
justify-content: center;
|
|
3129
3259
|
pointer-events: auto;
|
|
3130
3260
|
}
|
|
3131
3261
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar {
|
|
3132
3262
|
padding: 0;
|
|
3133
3263
|
}
|
|
3134
3264
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator {
|
|
3135
|
-
-
|
|
3136
|
-
align
|
|
3265
|
+
-webkit-box-align: center;
|
|
3266
|
+
-ms-flex-align: center;
|
|
3267
|
+
align-items: center;
|
|
3268
|
+
display: -webkit-box;
|
|
3137
3269
|
display: -ms-flexbox;
|
|
3138
3270
|
display: flex;
|
|
3139
|
-
-
|
|
3140
|
-
|
|
3271
|
+
-webkit-box-pack: center;
|
|
3272
|
+
-ms-flex-pack: center;
|
|
3273
|
+
justify-content: center;
|
|
3141
3274
|
padding: 6px;
|
|
3142
3275
|
}
|
|
3143
3276
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator div {
|
|
3144
3277
|
border: 1px solid rgba(255, 255, 255, 0.4);
|
|
3145
3278
|
border-radius: 50%;
|
|
3146
3279
|
height: 12px;
|
|
3147
|
-
transition-duration: 0.6s;
|
|
3280
|
+
-webkit-transition-duration: 0.6s;
|
|
3281
|
+
transition-duration: 0.6s;
|
|
3282
|
+
-webkit-transition-property: background-color, border-color;
|
|
3148
3283
|
transition-property: background-color, border-color;
|
|
3149
|
-
transition-timing-function: ease-in-out;
|
|
3284
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
3285
|
+
transition-timing-function: ease-in-out;
|
|
3150
3286
|
width: 12px;
|
|
3151
3287
|
}
|
|
3152
3288
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator .e-ripple-element {
|
|
@@ -3158,6 +3294,7 @@
|
|
|
3158
3294
|
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars {
|
|
3159
3295
|
display: block;
|
|
3160
3296
|
overflow: hidden;
|
|
3297
|
+
-webkit-transition: opacity 0.6s ease-in-out;
|
|
3161
3298
|
transition: opacity 0.6s ease-in-out;
|
|
3162
3299
|
white-space: nowrap;
|
|
3163
3300
|
width: 80px;
|
|
@@ -3170,18 +3307,26 @@
|
|
|
3170
3307
|
margin: 0 4px;
|
|
3171
3308
|
opacity: 1;
|
|
3172
3309
|
position: relative;
|
|
3173
|
-
transform: scale(0.33);
|
|
3174
|
-
|
|
3310
|
+
-webkit-transform: scale(0.33);
|
|
3311
|
+
transform: scale(0.33);
|
|
3312
|
+
-webkit-transition-duration: 0.6s;
|
|
3313
|
+
transition-duration: 0.6s;
|
|
3314
|
+
-webkit-transition-property: left, -webkit-transform;
|
|
3315
|
+
transition-property: left, -webkit-transform;
|
|
3175
3316
|
transition-property: transform, left;
|
|
3176
|
-
transition-
|
|
3317
|
+
transition-property: transform, left, -webkit-transform;
|
|
3318
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
3319
|
+
transition-timing-function: ease-in-out;
|
|
3177
3320
|
white-space: nowrap;
|
|
3178
3321
|
width: 8px;
|
|
3179
3322
|
}
|
|
3180
3323
|
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-active {
|
|
3181
|
-
transform: scale(1);
|
|
3324
|
+
-webkit-transform: scale(1);
|
|
3325
|
+
transform: scale(1);
|
|
3182
3326
|
}
|
|
3183
3327
|
.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 {
|
|
3184
|
-
transform: scale(0.66);
|
|
3328
|
+
-webkit-transform: scale(0.66);
|
|
3329
|
+
transform: scale(0.66);
|
|
3185
3330
|
}
|
|
3186
3331
|
.e-carousel .e-carousel-indicators.e-fraction {
|
|
3187
3332
|
min-height: 36px;
|
|
@@ -3198,13 +3343,15 @@
|
|
|
3198
3343
|
left: 0;
|
|
3199
3344
|
position: absolute;
|
|
3200
3345
|
top: 0;
|
|
3201
|
-
transform: translate3d(0, 0, 0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);
|
|
3202
|
-
|
|
3203
|
-
|
|
3346
|
+
-webkit-transform: translate3d(0, 0, 0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);
|
|
3347
|
+
transform: translate3d(0, 0, 0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);
|
|
3348
|
+
-webkit-transition-duration: 0.6s;
|
|
3349
|
+
transition-duration: 0.6s;
|
|
3350
|
+
-webkit-transform-origin: left top;
|
|
3351
|
+
transform-origin: left top;
|
|
3204
3352
|
width: 100%;
|
|
3205
3353
|
}
|
|
3206
3354
|
|
|
3207
|
-
/*! carousel component theme */
|
|
3208
3355
|
.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled),
|
|
3209
3356
|
.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled),
|
|
3210
3357
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled) {
|
|
@@ -3228,7 +3375,8 @@
|
|
|
3228
3375
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator {
|
|
3229
3376
|
background-color: transparent;
|
|
3230
3377
|
border-color: transparent;
|
|
3231
|
-
box-shadow: none;
|
|
3378
|
+
-webkit-box-shadow: none;
|
|
3379
|
+
box-shadow: none;
|
|
3232
3380
|
}
|
|
3233
3381
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator div {
|
|
3234
3382
|
background: #fff;
|
|
@@ -3237,7 +3385,8 @@
|
|
|
3237
3385
|
.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 {
|
|
3238
3386
|
background: transparent;
|
|
3239
3387
|
border-color: transparent;
|
|
3240
|
-
box-shadow: none;
|
|
3388
|
+
-webkit-box-shadow: none;
|
|
3389
|
+
box-shadow: none;
|
|
3241
3390
|
outline: none;
|
|
3242
3391
|
}
|
|
3243
3392
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:focus-visible {
|
|
@@ -3263,27 +3412,6 @@
|
|
|
3263
3412
|
background-color: #e3165b;
|
|
3264
3413
|
}
|
|
3265
3414
|
|
|
3266
|
-
/*! component's theme wise override definitions and variables */
|
|
3267
|
-
@keyframes hscroll-popup-shadow {
|
|
3268
|
-
0% {
|
|
3269
|
-
border-color: rgba(255, 255, 255, 0.5);
|
|
3270
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
3271
|
-
}
|
|
3272
|
-
100% {
|
|
3273
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
3274
|
-
}
|
|
3275
|
-
}
|
|
3276
|
-
/*! component's theme wise override definitions and variables */
|
|
3277
|
-
@keyframes vscroll-popup-shadow {
|
|
3278
|
-
0% {
|
|
3279
|
-
border-color: rgba(255, 255, 255, 0.5);
|
|
3280
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
3281
|
-
}
|
|
3282
|
-
100% {
|
|
3283
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
3284
|
-
}
|
|
3285
|
-
}
|
|
3286
|
-
/*! contextmenu layout */
|
|
3287
3415
|
.e-contextmenu-wrapper ul .e-menu-item .e-previous::before,
|
|
3288
3416
|
.e-contextmenu-container ul .e-menu-item .e-previous::before {
|
|
3289
3417
|
content: "\e977";
|
|
@@ -3298,7 +3426,6 @@
|
|
|
3298
3426
|
content: "\e937";
|
|
3299
3427
|
}
|
|
3300
3428
|
|
|
3301
|
-
/*! contextmenu layout */
|
|
3302
3429
|
.e-contextmenu-wrapper ul,
|
|
3303
3430
|
.e-contextmenu-container ul {
|
|
3304
3431
|
font-weight: normal;
|
|
@@ -3308,13 +3435,15 @@
|
|
|
3308
3435
|
margin: 0;
|
|
3309
3436
|
overflow: hidden;
|
|
3310
3437
|
-webkit-user-select: none;
|
|
3438
|
+
-moz-user-select: none;
|
|
3311
3439
|
-ms-user-select: none;
|
|
3312
3440
|
user-select: none;
|
|
3313
3441
|
font-size: 14px;
|
|
3314
3442
|
padding: 0;
|
|
3315
3443
|
border: none;
|
|
3316
3444
|
border-radius: 0;
|
|
3317
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
3445
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
3446
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
3318
3447
|
display: none;
|
|
3319
3448
|
min-width: 120px;
|
|
3320
3449
|
position: absolute;
|
|
@@ -3322,7 +3451,8 @@
|
|
|
3322
3451
|
.e-contextmenu-wrapper ul.e-ul, .e-contextmenu-wrapper ul.e-ul *,
|
|
3323
3452
|
.e-contextmenu-container ul.e-ul,
|
|
3324
3453
|
.e-contextmenu-container ul.e-ul * {
|
|
3325
|
-
box-sizing: border-box;
|
|
3454
|
+
-webkit-box-sizing: border-box;
|
|
3455
|
+
box-sizing: border-box;
|
|
3326
3456
|
}
|
|
3327
3457
|
.e-contextmenu-wrapper ul.e-ul:focus, .e-contextmenu-wrapper ul.e-ul *:focus,
|
|
3328
3458
|
.e-contextmenu-container ul.e-ul:focus,
|
|
@@ -3331,7 +3461,8 @@
|
|
|
3331
3461
|
}
|
|
3332
3462
|
.e-contextmenu-wrapper ul.e-contextmenu,
|
|
3333
3463
|
.e-contextmenu-container ul.e-contextmenu {
|
|
3334
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
3464
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
3465
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
3335
3466
|
}
|
|
3336
3467
|
.e-contextmenu-wrapper ul.e-ul,
|
|
3337
3468
|
.e-contextmenu-container ul.e-ul {
|
|
@@ -3415,6 +3546,8 @@
|
|
|
3415
3546
|
}
|
|
3416
3547
|
.e-contextmenu-wrapper ul .e-menu-item .e-checkbox-wrapper,
|
|
3417
3548
|
.e-contextmenu-container ul .e-menu-item .e-checkbox-wrapper {
|
|
3549
|
+
width: -webkit-max-content;
|
|
3550
|
+
width: -moz-max-content;
|
|
3418
3551
|
width: max-content;
|
|
3419
3552
|
}
|
|
3420
3553
|
|
|
@@ -3434,7 +3567,8 @@
|
|
|
3434
3567
|
.e-contextmenu-container.e-sfcontextmenu ul.e-transparent {
|
|
3435
3568
|
background: transparent;
|
|
3436
3569
|
border: 0;
|
|
3437
|
-
box-shadow: none;
|
|
3570
|
+
-webkit-box-shadow: none;
|
|
3571
|
+
box-shadow: none;
|
|
3438
3572
|
height: 1px;
|
|
3439
3573
|
left: 0;
|
|
3440
3574
|
min-width: 0;
|
|
@@ -3454,7 +3588,8 @@
|
|
|
3454
3588
|
}
|
|
3455
3589
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3456
3590
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3457
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
3591
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
3592
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
3458
3593
|
}
|
|
3459
3594
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar,
|
|
3460
3595
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar {
|
|
@@ -3471,7 +3606,8 @@
|
|
|
3471
3606
|
}
|
|
3472
3607
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul,
|
|
3473
3608
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul {
|
|
3474
|
-
box-shadow: none;
|
|
3609
|
+
-webkit-box-shadow: none;
|
|
3610
|
+
box-shadow: none;
|
|
3475
3611
|
margin-top: -12px;
|
|
3476
3612
|
width: inherit;
|
|
3477
3613
|
}
|
|
@@ -3515,7 +3651,8 @@
|
|
|
3515
3651
|
font-size: 15px;
|
|
3516
3652
|
padding: 8px 0;
|
|
3517
3653
|
white-space: nowrap;
|
|
3518
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
3654
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
3655
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
3519
3656
|
max-width: 280px;
|
|
3520
3657
|
min-width: 112px;
|
|
3521
3658
|
}
|
|
@@ -3566,13 +3703,13 @@
|
|
|
3566
3703
|
padding-left: 36px;
|
|
3567
3704
|
}
|
|
3568
3705
|
|
|
3569
|
-
.e-contextmenu-wrapper .e-menu-item
|
|
3706
|
+
.e-contextmenu-wrapper .e-menu-item,
|
|
3707
|
+
.e-contextmenu-container .e-menu-item {
|
|
3570
3708
|
white-space: nowrap;
|
|
3571
3709
|
overflow: hidden;
|
|
3572
3710
|
text-overflow: ellipsis;
|
|
3573
3711
|
}
|
|
3574
3712
|
|
|
3575
|
-
/*! contextmenu theme */
|
|
3576
3713
|
.e-contextmenu-wrapper ul,
|
|
3577
3714
|
.e-contextmenu-container ul {
|
|
3578
3715
|
background-color: #fff;
|
|
@@ -3656,40 +3793,51 @@
|
|
|
3656
3793
|
border-color: rgba(0, 0, 0, 0.12);
|
|
3657
3794
|
}
|
|
3658
3795
|
|
|
3659
|
-
|
|
3660
|
-
@keyframes tbar-popup-shadow {
|
|
3796
|
+
@-webkit-keyframes tbar-alt-popup-shadow {
|
|
3661
3797
|
0% {
|
|
3662
|
-
border-color: rgba(
|
|
3663
|
-
box-shadow: 0 0 0 0 rgba(
|
|
3798
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
3799
|
+
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
3800
|
+
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
3664
3801
|
}
|
|
3665
3802
|
100% {
|
|
3666
|
-
box-shadow: 0 0 0 200px rgba(
|
|
3803
|
+
-webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
3804
|
+
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
3667
3805
|
}
|
|
3668
3806
|
}
|
|
3669
|
-
|
|
3670
|
-
/*! component's theme wise override definitions and variables */
|
|
3671
|
-
/*! Horizontal Tab */
|
|
3807
|
+
|
|
3672
3808
|
@keyframes tbar-alt-popup-shadow {
|
|
3673
3809
|
0% {
|
|
3674
3810
|
border-color: rgba(0, 0, 0, 0.12);
|
|
3675
|
-
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
3811
|
+
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
3812
|
+
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
3813
|
+
}
|
|
3814
|
+
100% {
|
|
3815
|
+
-webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
3816
|
+
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
3817
|
+
}
|
|
3818
|
+
}
|
|
3819
|
+
@-webkit-keyframes hscroll-alt-popup-shadow {
|
|
3820
|
+
0% {
|
|
3821
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
3822
|
+
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
3823
|
+
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
3676
3824
|
}
|
|
3677
3825
|
100% {
|
|
3678
|
-
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
3826
|
+
-webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
3827
|
+
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
3679
3828
|
}
|
|
3680
3829
|
}
|
|
3681
3830
|
@keyframes hscroll-alt-popup-shadow {
|
|
3682
3831
|
0% {
|
|
3683
3832
|
border-color: rgba(0, 0, 0, 0.12);
|
|
3684
|
-
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
3833
|
+
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
3834
|
+
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
3685
3835
|
}
|
|
3686
3836
|
100% {
|
|
3687
|
-
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
3837
|
+
-webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
3838
|
+
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
3688
3839
|
}
|
|
3689
3840
|
}
|
|
3690
|
-
/*! Material specific themes definition's */
|
|
3691
|
-
/*! Vertical Tab */
|
|
3692
|
-
/*! tab icons */
|
|
3693
3841
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
3694
3842
|
content: "\e7fc";
|
|
3695
3843
|
position: relative;
|
|
@@ -3732,7 +3880,6 @@
|
|
|
3732
3880
|
position: relative;
|
|
3733
3881
|
}
|
|
3734
3882
|
|
|
3735
|
-
/*! tab layout */
|
|
3736
3883
|
.e-bigger .e-tab .e-tab-header,
|
|
3737
3884
|
.e-tab.e-bigger .e-tab-header {
|
|
3738
3885
|
height: 48px;
|
|
@@ -4889,6 +5036,7 @@
|
|
|
4889
5036
|
left: unset;
|
|
4890
5037
|
position: unset;
|
|
4891
5038
|
right: unset;
|
|
5039
|
+
-webkit-transition: unset;
|
|
4892
5040
|
transition: unset;
|
|
4893
5041
|
}
|
|
4894
5042
|
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
@@ -4940,6 +5088,7 @@
|
|
|
4940
5088
|
left: 0;
|
|
4941
5089
|
right: 0;
|
|
4942
5090
|
border-radius: 0;
|
|
5091
|
+
-webkit-transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4943
5092
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4944
5093
|
}
|
|
4945
5094
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -4972,8 +5121,10 @@
|
|
|
4972
5121
|
.e-tab .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4973
5122
|
-ms-flex-line-pack: center;
|
|
4974
5123
|
align-content: center;
|
|
4975
|
-
-
|
|
4976
|
-
align
|
|
5124
|
+
-webkit-box-align: center;
|
|
5125
|
+
-ms-flex-align: center;
|
|
5126
|
+
align-items: center;
|
|
5127
|
+
display: -webkit-inline-box;
|
|
4977
5128
|
display: -ms-inline-flexbox;
|
|
4978
5129
|
display: inline-flex;
|
|
4979
5130
|
height: 36px;
|
|
@@ -4990,7 +5141,6 @@
|
|
|
4990
5141
|
font-weight: 500;
|
|
4991
5142
|
text-transform: uppercase;
|
|
4992
5143
|
-ms-flex-item-align: auto;
|
|
4993
|
-
-ms-grid-row-align: auto;
|
|
4994
5144
|
align-self: auto;
|
|
4995
5145
|
margin-bottom: 0;
|
|
4996
5146
|
}
|
|
@@ -5064,6 +5214,7 @@
|
|
|
5064
5214
|
top: 1px;
|
|
5065
5215
|
}
|
|
5066
5216
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
5217
|
+
display: -webkit-inline-box;
|
|
5067
5218
|
display: -ms-inline-flexbox;
|
|
5068
5219
|
display: inline-flex;
|
|
5069
5220
|
height: 20px;
|
|
@@ -5097,8 +5248,9 @@
|
|
|
5097
5248
|
left: 0;
|
|
5098
5249
|
}
|
|
5099
5250
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
5100
|
-
-
|
|
5101
|
-
|
|
5251
|
+
-webkit-box-pack: center;
|
|
5252
|
+
-ms-flex-pack: center;
|
|
5253
|
+
justify-content: center;
|
|
5102
5254
|
padding: 0 18px;
|
|
5103
5255
|
}
|
|
5104
5256
|
@media screen and (max-width: 480px) {
|
|
@@ -5131,8 +5283,10 @@
|
|
|
5131
5283
|
}
|
|
5132
5284
|
}
|
|
5133
5285
|
.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 {
|
|
5134
|
-
-
|
|
5135
|
-
align
|
|
5286
|
+
-webkit-box-align: center;
|
|
5287
|
+
-ms-flex-align: center;
|
|
5288
|
+
align-items: center;
|
|
5289
|
+
display: -webkit-box;
|
|
5136
5290
|
display: -ms-flexbox;
|
|
5137
5291
|
display: flex;
|
|
5138
5292
|
height: 62px;
|
|
@@ -5184,14 +5338,19 @@
|
|
|
5184
5338
|
}
|
|
5185
5339
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-top,
|
|
5186
5340
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-bottom {
|
|
5187
|
-
-
|
|
5188
|
-
align
|
|
5341
|
+
-webkit-box-align: center;
|
|
5342
|
+
-ms-flex-align: center;
|
|
5343
|
+
align-items: center;
|
|
5344
|
+
display: -webkit-box;
|
|
5189
5345
|
display: -ms-flexbox;
|
|
5190
5346
|
display: flex;
|
|
5191
|
-
-
|
|
5192
|
-
|
|
5193
|
-
|
|
5194
|
-
|
|
5347
|
+
-webkit-box-orient: vertical;
|
|
5348
|
+
-webkit-box-direction: normal;
|
|
5349
|
+
-ms-flex-direction: column;
|
|
5350
|
+
flex-direction: column;
|
|
5351
|
+
-webkit-box-pack: center;
|
|
5352
|
+
-ms-flex-pack: center;
|
|
5353
|
+
justify-content: center;
|
|
5195
5354
|
margin: auto;
|
|
5196
5355
|
}
|
|
5197
5356
|
.e-tab .e-tab-header .e-toolbar-pop {
|
|
@@ -5229,6 +5388,7 @@
|
|
|
5229
5388
|
width: 100%;
|
|
5230
5389
|
}
|
|
5231
5390
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
5391
|
+
display: -webkit-inline-box;
|
|
5232
5392
|
display: -ms-inline-flexbox;
|
|
5233
5393
|
display: inline-flex;
|
|
5234
5394
|
width: 100%;
|
|
@@ -5272,22 +5432,25 @@
|
|
|
5272
5432
|
}
|
|
5273
5433
|
}
|
|
5274
5434
|
.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 {
|
|
5435
|
+
display: -webkit-inline-box;
|
|
5275
5436
|
display: -ms-inline-flexbox;
|
|
5276
5437
|
display: inline-flex;
|
|
5277
5438
|
height: auto;
|
|
5278
5439
|
}
|
|
5279
5440
|
.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 {
|
|
5280
5441
|
display: block;
|
|
5281
|
-
-
|
|
5282
|
-
|
|
5442
|
+
-webkit-box-pack: center;
|
|
5443
|
+
-ms-flex-pack: center;
|
|
5444
|
+
justify-content: center;
|
|
5283
5445
|
margin: 0 0 0 10px;
|
|
5284
5446
|
padding-left: 0;
|
|
5285
5447
|
padding-right: 10px;
|
|
5286
5448
|
}
|
|
5287
5449
|
@media screen and (max-width: 480px) {
|
|
5288
5450
|
.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 {
|
|
5289
|
-
-
|
|
5290
|
-
|
|
5451
|
+
-webkit-box-pack: center;
|
|
5452
|
+
-ms-flex-pack: center;
|
|
5453
|
+
justify-content: center;
|
|
5291
5454
|
margin: 0 0 0 12px;
|
|
5292
5455
|
padding-left: 0;
|
|
5293
5456
|
padding-right: 0;
|
|
@@ -5302,14 +5465,17 @@
|
|
|
5302
5465
|
}
|
|
5303
5466
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-top,
|
|
5304
5467
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-bottom {
|
|
5468
|
+
display: -webkit-inline-box;
|
|
5305
5469
|
display: -ms-inline-flexbox;
|
|
5306
5470
|
display: inline-flex;
|
|
5307
5471
|
}
|
|
5308
5472
|
.e-tab .e-tab-header.e-close-show .e-icons.e-close-icon {
|
|
5309
|
-
-
|
|
5310
|
-
align
|
|
5473
|
+
-webkit-box-align: center;
|
|
5474
|
+
-ms-flex-align: center;
|
|
5475
|
+
align-items: center;
|
|
5311
5476
|
-ms-flex-item-align: center;
|
|
5312
5477
|
align-self: center;
|
|
5478
|
+
display: -webkit-inline-box;
|
|
5313
5479
|
display: -ms-inline-flexbox;
|
|
5314
5480
|
display: inline-flex;
|
|
5315
5481
|
}
|
|
@@ -5320,6 +5486,7 @@
|
|
|
5320
5486
|
}
|
|
5321
5487
|
@media screen and (max-width: 480px) {
|
|
5322
5488
|
.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-active .e-close-icon {
|
|
5489
|
+
display: -webkit-inline-box;
|
|
5323
5490
|
display: -ms-inline-flexbox;
|
|
5324
5491
|
display: inline-flex;
|
|
5325
5492
|
}
|
|
@@ -5433,22 +5600,34 @@
|
|
|
5433
5600
|
}
|
|
5434
5601
|
}
|
|
5435
5602
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
|
|
5436
|
-
transform: rotate(180deg);
|
|
5603
|
+
-webkit-transform: rotate(180deg);
|
|
5604
|
+
transform: rotate(180deg);
|
|
5605
|
+
-webkit-transition: -webkit-transform 0.1s ease;
|
|
5606
|
+
transition: -webkit-transform 0.1s ease;
|
|
5437
5607
|
transition: transform 0.1s ease;
|
|
5608
|
+
transition: transform 0.1s ease, -webkit-transform 0.1s ease;
|
|
5438
5609
|
}
|
|
5439
5610
|
@media screen and (max-width: 480px) {
|
|
5440
5611
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
|
|
5441
|
-
transform: none;
|
|
5612
|
+
-webkit-transform: none;
|
|
5613
|
+
transform: none;
|
|
5614
|
+
-webkit-transition: none;
|
|
5442
5615
|
transition: none;
|
|
5443
5616
|
}
|
|
5444
5617
|
}
|
|
5445
5618
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5446
|
-
transform: rotate(0deg);
|
|
5619
|
+
-webkit-transform: rotate(0deg);
|
|
5620
|
+
transform: rotate(0deg);
|
|
5621
|
+
-webkit-transition: -webkit-transform 0.1s ease;
|
|
5622
|
+
transition: -webkit-transform 0.1s ease;
|
|
5447
5623
|
transition: transform 0.1s ease;
|
|
5624
|
+
transition: transform 0.1s ease, -webkit-transform 0.1s ease;
|
|
5448
5625
|
}
|
|
5449
5626
|
@media screen and (max-width: 480px) {
|
|
5450
5627
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5451
|
-
transform: none;
|
|
5628
|
+
-webkit-transform: none;
|
|
5629
|
+
transform: none;
|
|
5630
|
+
-webkit-transition: none;
|
|
5452
5631
|
transition: none;
|
|
5453
5632
|
}
|
|
5454
5633
|
}
|
|
@@ -5487,6 +5666,7 @@
|
|
|
5487
5666
|
position: unset;
|
|
5488
5667
|
right: unset;
|
|
5489
5668
|
top: unset;
|
|
5669
|
+
-webkit-transition: unset;
|
|
5490
5670
|
transition: unset;
|
|
5491
5671
|
}
|
|
5492
5672
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
@@ -5580,15 +5760,19 @@
|
|
|
5580
5760
|
}
|
|
5581
5761
|
.e-tab .e-tab-header.e-vertical .e-indicator {
|
|
5582
5762
|
display: block;
|
|
5763
|
+
-webkit-transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
5583
5764
|
transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
5584
5765
|
width: 2px;
|
|
5585
5766
|
}
|
|
5586
5767
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
5587
5768
|
height: inherit;
|
|
5588
|
-
-
|
|
5589
|
-
|
|
5590
|
-
|
|
5591
|
-
|
|
5769
|
+
-webkit-box-orient: vertical;
|
|
5770
|
+
-webkit-box-direction: normal;
|
|
5771
|
+
-ms-flex-direction: column;
|
|
5772
|
+
flex-direction: column;
|
|
5773
|
+
-webkit-box-align: normal;
|
|
5774
|
+
-ms-flex-align: normal;
|
|
5775
|
+
align-items: normal;
|
|
5592
5776
|
}
|
|
5593
5777
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
|
|
5594
5778
|
padding: 16px 0;
|
|
@@ -5654,6 +5838,7 @@
|
|
|
5654
5838
|
left: unset;
|
|
5655
5839
|
position: unset;
|
|
5656
5840
|
right: unset;
|
|
5841
|
+
-webkit-transition: unset;
|
|
5657
5842
|
transition: unset;
|
|
5658
5843
|
width: unset;
|
|
5659
5844
|
}
|
|
@@ -5694,6 +5879,7 @@
|
|
|
5694
5879
|
left: unset;
|
|
5695
5880
|
position: unset;
|
|
5696
5881
|
right: unset;
|
|
5882
|
+
-webkit-transition: unset;
|
|
5697
5883
|
transition: unset;
|
|
5698
5884
|
width: unset;
|
|
5699
5885
|
}
|
|
@@ -5708,8 +5894,9 @@
|
|
|
5708
5894
|
}
|
|
5709
5895
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
5710
5896
|
height: 16px;
|
|
5711
|
-
-
|
|
5712
|
-
|
|
5897
|
+
-webkit-box-pack: center;
|
|
5898
|
+
-ms-flex-pack: center;
|
|
5899
|
+
justify-content: center;
|
|
5713
5900
|
min-height: 16px;
|
|
5714
5901
|
width: 100%;
|
|
5715
5902
|
}
|
|
@@ -5727,7 +5914,9 @@
|
|
|
5727
5914
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
5728
5915
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
|
|
5729
5916
|
height: 100%;
|
|
5730
|
-
transform: none;
|
|
5917
|
+
-webkit-transform: none;
|
|
5918
|
+
transform: none;
|
|
5919
|
+
-webkit-transition: none;
|
|
5731
5920
|
transition: none;
|
|
5732
5921
|
width: 100%;
|
|
5733
5922
|
}
|
|
@@ -5740,7 +5929,9 @@
|
|
|
5740
5929
|
line-height: 35px;
|
|
5741
5930
|
text-align: left;
|
|
5742
5931
|
text-transform: uppercase;
|
|
5743
|
-
transform: none;
|
|
5932
|
+
-webkit-transform: none;
|
|
5933
|
+
transform: none;
|
|
5934
|
+
-webkit-transition: none;
|
|
5744
5935
|
transition: none;
|
|
5745
5936
|
}
|
|
5746
5937
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
|
|
@@ -5807,14 +5998,17 @@
|
|
|
5807
5998
|
overflow: hidden;
|
|
5808
5999
|
}
|
|
5809
6000
|
.e-tab.e-vertical-tab .e-content {
|
|
6001
|
+
display: -webkit-box;
|
|
5810
6002
|
display: -ms-flexbox;
|
|
5811
6003
|
display: flex;
|
|
5812
6004
|
}
|
|
5813
6005
|
.e-tab.e-vertical-tab .e-content .e-item.e-active {
|
|
6006
|
+
display: -webkit-box;
|
|
5814
6007
|
display: -ms-flexbox;
|
|
5815
6008
|
display: flex;
|
|
5816
|
-
-
|
|
5817
|
-
flex: none;
|
|
6009
|
+
-webkit-box-flex: 0;
|
|
6010
|
+
-ms-flex: none;
|
|
6011
|
+
flex: none;
|
|
5818
6012
|
}
|
|
5819
6013
|
.e-tab.e-vertical-tab .e-content .e-item,
|
|
5820
6014
|
.e-tab.e-vertical-tab .e-content .e-item > :first-child {
|
|
@@ -5936,6 +6130,7 @@
|
|
|
5936
6130
|
}
|
|
5937
6131
|
.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align,
|
|
5938
6132
|
.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align {
|
|
6133
|
+
display: -webkit-box;
|
|
5939
6134
|
display: -ms-flexbox;
|
|
5940
6135
|
display: flex;
|
|
5941
6136
|
}
|
|
@@ -5955,31 +6150,46 @@
|
|
|
5955
6150
|
}
|
|
5956
6151
|
.e-tab.e-ie .e-tab-header .e-popup-up-icon,
|
|
5957
6152
|
.e-tab.e-ie .e-tab-header .e-popup-down-icon {
|
|
5958
|
-
transform: none;
|
|
6153
|
+
-webkit-transform: none;
|
|
6154
|
+
transform: none;
|
|
6155
|
+
-webkit-transition: none;
|
|
5959
6156
|
transition: none;
|
|
5960
6157
|
}
|
|
5961
6158
|
.e-tab.e-ie .e-tab-header .e-popup-up-icon::before {
|
|
5962
|
-
transform: rotate(180deg);
|
|
6159
|
+
-webkit-transform: rotate(180deg);
|
|
6160
|
+
transform: rotate(180deg);
|
|
6161
|
+
-webkit-transition: -webkit-transform 0.1s ease;
|
|
6162
|
+
transition: -webkit-transform 0.1s ease;
|
|
5963
6163
|
transition: transform 0.1s ease;
|
|
6164
|
+
transition: transform 0.1s ease, -webkit-transform 0.1s ease;
|
|
5964
6165
|
}
|
|
5965
6166
|
@media screen and (max-width: 480px) {
|
|
5966
6167
|
.e-tab.e-ie .e-tab-header .e-popup-up-icon::before {
|
|
5967
|
-
transform: none;
|
|
6168
|
+
-webkit-transform: none;
|
|
6169
|
+
transform: none;
|
|
6170
|
+
-webkit-transition: none;
|
|
5968
6171
|
transition: none;
|
|
5969
6172
|
}
|
|
5970
6173
|
}
|
|
5971
6174
|
.e-tab.e-ie .e-tab-header .e-popup-down-icon::before {
|
|
5972
|
-
transform: rotate(0deg);
|
|
6175
|
+
-webkit-transform: rotate(0deg);
|
|
6176
|
+
transform: rotate(0deg);
|
|
6177
|
+
-webkit-transition: -webkit-transform 0.1s ease;
|
|
6178
|
+
transition: -webkit-transform 0.1s ease;
|
|
5973
6179
|
transition: transform 0.1s ease;
|
|
6180
|
+
transition: transform 0.1s ease, -webkit-transform 0.1s ease;
|
|
5974
6181
|
}
|
|
5975
6182
|
@media screen and (max-width: 480px) {
|
|
5976
6183
|
.e-tab.e-ie .e-tab-header .e-popup-down-icon::before {
|
|
5977
|
-
transform: none;
|
|
6184
|
+
-webkit-transform: none;
|
|
6185
|
+
transform: none;
|
|
6186
|
+
-webkit-transition: none;
|
|
5978
6187
|
transition: none;
|
|
5979
6188
|
}
|
|
5980
6189
|
}
|
|
5981
6190
|
.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align,
|
|
5982
6191
|
.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align {
|
|
6192
|
+
display: -webkit-box;
|
|
5983
6193
|
display: -ms-flexbox;
|
|
5984
6194
|
display: flex;
|
|
5985
6195
|
}
|
|
@@ -6000,48 +6210,74 @@
|
|
|
6000
6210
|
position: relative;
|
|
6001
6211
|
}
|
|
6002
6212
|
.e-tab.e-edge .e-tab-header .e-popup-up-icon {
|
|
6003
|
-
transform: rotate(180deg);
|
|
6213
|
+
-webkit-transform: rotate(180deg);
|
|
6214
|
+
transform: rotate(180deg);
|
|
6215
|
+
-webkit-transition: -webkit-transform 0.1s ease;
|
|
6216
|
+
transition: -webkit-transform 0.1s ease;
|
|
6004
6217
|
transition: transform 0.1s ease;
|
|
6218
|
+
transition: transform 0.1s ease, -webkit-transform 0.1s ease;
|
|
6005
6219
|
}
|
|
6006
6220
|
@media screen and (max-width: 480px) {
|
|
6007
6221
|
.e-tab.e-edge .e-tab-header .e-popup-up-icon {
|
|
6008
|
-
transform: none;
|
|
6222
|
+
-webkit-transform: none;
|
|
6223
|
+
transform: none;
|
|
6224
|
+
-webkit-transition: none;
|
|
6009
6225
|
transition: none;
|
|
6010
6226
|
}
|
|
6011
6227
|
}
|
|
6012
6228
|
.e-tab.e-edge .e-tab-header .e-popup-down-icon {
|
|
6013
|
-
transform: rotate(0deg);
|
|
6229
|
+
-webkit-transform: rotate(0deg);
|
|
6230
|
+
transform: rotate(0deg);
|
|
6231
|
+
-webkit-transition: -webkit-transform 0.1s ease;
|
|
6232
|
+
transition: -webkit-transform 0.1s ease;
|
|
6014
6233
|
transition: transform 0.1s ease;
|
|
6234
|
+
transition: transform 0.1s ease, -webkit-transform 0.1s ease;
|
|
6015
6235
|
}
|
|
6016
6236
|
@media screen and (max-width: 480px) {
|
|
6017
6237
|
.e-tab.e-edge .e-tab-header .e-popup-down-icon {
|
|
6018
|
-
transform: none;
|
|
6238
|
+
-webkit-transform: none;
|
|
6239
|
+
transform: none;
|
|
6240
|
+
-webkit-transition: none;
|
|
6019
6241
|
transition: none;
|
|
6020
6242
|
}
|
|
6021
6243
|
}
|
|
6022
6244
|
@media screen and (max-width: 480px) and (max-width: 480px) {
|
|
6023
6245
|
.e-tab.e-edge .e-tab-header .e-popup-down-icon {
|
|
6024
|
-
transform: none;
|
|
6246
|
+
-webkit-transform: none;
|
|
6247
|
+
transform: none;
|
|
6248
|
+
-webkit-transition: none;
|
|
6025
6249
|
transition: none;
|
|
6026
6250
|
}
|
|
6027
6251
|
}
|
|
6028
6252
|
.e-tab.e-edge .e-tab-header .e-popup-up-icon::before {
|
|
6029
|
-
transform: rotate(180deg);
|
|
6253
|
+
-webkit-transform: rotate(180deg);
|
|
6254
|
+
transform: rotate(180deg);
|
|
6255
|
+
-webkit-transition: -webkit-transform 0.1s ease;
|
|
6256
|
+
transition: -webkit-transform 0.1s ease;
|
|
6030
6257
|
transition: transform 0.1s ease;
|
|
6258
|
+
transition: transform 0.1s ease, -webkit-transform 0.1s ease;
|
|
6031
6259
|
}
|
|
6032
6260
|
@media screen and (max-width: 480px) {
|
|
6033
6261
|
.e-tab.e-edge .e-tab-header .e-popup-up-icon::before {
|
|
6034
|
-
transform: none;
|
|
6262
|
+
-webkit-transform: none;
|
|
6263
|
+
transform: none;
|
|
6264
|
+
-webkit-transition: none;
|
|
6035
6265
|
transition: none;
|
|
6036
6266
|
}
|
|
6037
6267
|
}
|
|
6038
6268
|
.e-tab.e-edge .e-tab-header .e-popup-down-icon::before {
|
|
6039
|
-
transform: rotate(0deg);
|
|
6269
|
+
-webkit-transform: rotate(0deg);
|
|
6270
|
+
transform: rotate(0deg);
|
|
6271
|
+
-webkit-transition: -webkit-transform 0.1s ease;
|
|
6272
|
+
transition: -webkit-transform 0.1s ease;
|
|
6040
6273
|
transition: transform 0.1s ease;
|
|
6274
|
+
transition: transform 0.1s ease, -webkit-transform 0.1s ease;
|
|
6041
6275
|
}
|
|
6042
6276
|
@media screen and (max-width: 480px) {
|
|
6043
6277
|
.e-tab.e-edge .e-tab-header .e-popup-down-icon::before {
|
|
6044
|
-
transform: none;
|
|
6278
|
+
-webkit-transform: none;
|
|
6279
|
+
transform: none;
|
|
6280
|
+
-webkit-transition: none;
|
|
6045
6281
|
transition: none;
|
|
6046
6282
|
}
|
|
6047
6283
|
}
|
|
@@ -6372,8 +6608,10 @@
|
|
|
6372
6608
|
.e-tab-clone-element .e-text-wrap {
|
|
6373
6609
|
-ms-flex-line-pack: center;
|
|
6374
6610
|
align-content: center;
|
|
6375
|
-
-
|
|
6376
|
-
align
|
|
6611
|
+
-webkit-box-align: center;
|
|
6612
|
+
-ms-flex-align: center;
|
|
6613
|
+
align-items: center;
|
|
6614
|
+
display: -webkit-inline-box;
|
|
6377
6615
|
display: -ms-inline-flexbox;
|
|
6378
6616
|
display: inline-flex;
|
|
6379
6617
|
height: 36px;
|
|
@@ -6390,7 +6628,6 @@
|
|
|
6390
6628
|
font-weight: 500;
|
|
6391
6629
|
text-transform: uppercase;
|
|
6392
6630
|
-ms-flex-item-align: auto;
|
|
6393
|
-
-ms-grid-row-align: auto;
|
|
6394
6631
|
align-self: auto;
|
|
6395
6632
|
}
|
|
6396
6633
|
@media screen and (max-width: 480px) {
|
|
@@ -6415,6 +6652,7 @@
|
|
|
6415
6652
|
top: 1px;
|
|
6416
6653
|
}
|
|
6417
6654
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
6655
|
+
display: -webkit-inline-box;
|
|
6418
6656
|
display: -ms-inline-flexbox;
|
|
6419
6657
|
display: inline-flex;
|
|
6420
6658
|
height: 20px;
|
|
@@ -6439,8 +6677,9 @@
|
|
|
6439
6677
|
}
|
|
6440
6678
|
}
|
|
6441
6679
|
.e-tab-clone-element.e-icon .e-tab-wrap {
|
|
6442
|
-
-
|
|
6443
|
-
|
|
6680
|
+
-webkit-box-pack: center;
|
|
6681
|
+
-ms-flex-pack: center;
|
|
6682
|
+
justify-content: center;
|
|
6444
6683
|
padding: 0 18px;
|
|
6445
6684
|
}
|
|
6446
6685
|
@media screen and (max-width: 480px) {
|
|
@@ -6473,8 +6712,10 @@
|
|
|
6473
6712
|
}
|
|
6474
6713
|
}
|
|
6475
6714
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
6476
|
-
-
|
|
6477
|
-
align
|
|
6715
|
+
-webkit-box-align: center;
|
|
6716
|
+
-ms-flex-align: center;
|
|
6717
|
+
align-items: center;
|
|
6718
|
+
display: -webkit-box;
|
|
6478
6719
|
display: -ms-flexbox;
|
|
6479
6720
|
display: flex;
|
|
6480
6721
|
height: 62px;
|
|
@@ -6520,21 +6761,28 @@
|
|
|
6520
6761
|
}
|
|
6521
6762
|
.e-tab-clone-element .e-tab-icon.e-icon-top,
|
|
6522
6763
|
.e-tab-clone-element .e-tab-icon.e-icon-bottom {
|
|
6523
|
-
-
|
|
6524
|
-
align
|
|
6764
|
+
-webkit-box-align: center;
|
|
6765
|
+
-ms-flex-align: center;
|
|
6766
|
+
align-items: center;
|
|
6767
|
+
display: -webkit-box;
|
|
6525
6768
|
display: -ms-flexbox;
|
|
6526
6769
|
display: flex;
|
|
6527
|
-
-
|
|
6528
|
-
|
|
6529
|
-
|
|
6530
|
-
|
|
6770
|
+
-webkit-box-orient: vertical;
|
|
6771
|
+
-webkit-box-direction: normal;
|
|
6772
|
+
-ms-flex-direction: column;
|
|
6773
|
+
flex-direction: column;
|
|
6774
|
+
-webkit-box-pack: center;
|
|
6775
|
+
-ms-flex-pack: center;
|
|
6776
|
+
justify-content: center;
|
|
6531
6777
|
margin: auto;
|
|
6532
6778
|
}
|
|
6533
6779
|
.e-tab-clone-element.e-close-show .e-icons.e-close-icon {
|
|
6534
|
-
-
|
|
6535
|
-
align
|
|
6780
|
+
-webkit-box-align: center;
|
|
6781
|
+
-ms-flex-align: center;
|
|
6782
|
+
align-items: center;
|
|
6536
6783
|
-ms-flex-item-align: center;
|
|
6537
6784
|
align-self: center;
|
|
6785
|
+
display: -webkit-inline-box;
|
|
6538
6786
|
display: -ms-inline-flexbox;
|
|
6539
6787
|
display: inline-flex;
|
|
6540
6788
|
}
|
|
@@ -6579,7 +6827,6 @@
|
|
|
6579
6827
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
6580
6828
|
font-size: 14px;
|
|
6581
6829
|
-ms-flex-item-align: auto;
|
|
6582
|
-
-ms-grid-row-align: auto;
|
|
6583
6830
|
align-self: auto;
|
|
6584
6831
|
}
|
|
6585
6832
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
@@ -6655,7 +6902,6 @@
|
|
|
6655
6902
|
margin: 0 0 10px;
|
|
6656
6903
|
}
|
|
6657
6904
|
|
|
6658
|
-
/*! tab theme */
|
|
6659
6905
|
.e-tab {
|
|
6660
6906
|
background: transparent;
|
|
6661
6907
|
border: none;
|
|
@@ -6664,7 +6910,8 @@
|
|
|
6664
6910
|
background: inherit;
|
|
6665
6911
|
border: 0;
|
|
6666
6912
|
border-radius: 0;
|
|
6667
|
-
box-shadow: none;
|
|
6913
|
+
-webkit-box-shadow: none;
|
|
6914
|
+
box-shadow: none;
|
|
6668
6915
|
font-weight: normal;
|
|
6669
6916
|
border-bottom: 0;
|
|
6670
6917
|
}
|
|
@@ -6791,7 +7038,8 @@
|
|
|
6791
7038
|
background: #fff;
|
|
6792
7039
|
border: 0;
|
|
6793
7040
|
border-radius: 0;
|
|
6794
|
-
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
7041
|
+
-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
7042
|
+
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
6795
7043
|
overflow-y: auto;
|
|
6796
7044
|
}
|
|
6797
7045
|
.e-tab .e-tab-header .e-toolbar-pop[e-animate=true] {
|
|
@@ -6799,7 +7047,8 @@
|
|
|
6799
7047
|
}
|
|
6800
7048
|
@media screen and (max-width: 480px) {
|
|
6801
7049
|
.e-tab .e-tab-header .e-toolbar-pop {
|
|
6802
|
-
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
7050
|
+
-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
7051
|
+
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
6803
7052
|
}
|
|
6804
7053
|
}
|
|
6805
7054
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
@@ -6854,7 +7103,8 @@
|
|
|
6854
7103
|
}
|
|
6855
7104
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
6856
7105
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
6857
|
-
box-shadow: none;
|
|
7106
|
+
-webkit-box-shadow: none;
|
|
7107
|
+
box-shadow: none;
|
|
6858
7108
|
border: 0;
|
|
6859
7109
|
}
|
|
6860
7110
|
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
@@ -6880,7 +7130,8 @@
|
|
|
6880
7130
|
}
|
|
6881
7131
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
6882
7132
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
6883
|
-
box-shadow: none;
|
|
7133
|
+
-webkit-box-shadow: none;
|
|
7134
|
+
box-shadow: none;
|
|
6884
7135
|
background: inherit;
|
|
6885
7136
|
border: 0;
|
|
6886
7137
|
}
|
|
@@ -6947,7 +7198,8 @@
|
|
|
6947
7198
|
color: rgba(0, 0, 0, 0.87);
|
|
6948
7199
|
border: 0;
|
|
6949
7200
|
border-radius: 0;
|
|
6950
|
-
box-shadow: none;
|
|
7201
|
+
-webkit-box-shadow: none;
|
|
7202
|
+
box-shadow: none;
|
|
6951
7203
|
}
|
|
6952
7204
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
6953
7205
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
@@ -6960,14 +7212,16 @@
|
|
|
6960
7212
|
}
|
|
6961
7213
|
.e-tab .e-tab-header .e-hor-nav:active,
|
|
6962
7214
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
6963
|
-
box-shadow: none;
|
|
7215
|
+
-webkit-box-shadow: none;
|
|
7216
|
+
box-shadow: none;
|
|
6964
7217
|
background: transparent;
|
|
6965
7218
|
}
|
|
6966
7219
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
6967
7220
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
6968
7221
|
background: inherit;
|
|
6969
7222
|
border: 0;
|
|
6970
|
-
box-shadow: none;
|
|
7223
|
+
-webkit-box-shadow: none;
|
|
7224
|
+
box-shadow: none;
|
|
6971
7225
|
border-radius: 0;
|
|
6972
7226
|
}
|
|
6973
7227
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
@@ -7028,7 +7282,8 @@
|
|
|
7028
7282
|
border-radius: 0;
|
|
7029
7283
|
}
|
|
7030
7284
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
7031
|
-
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
7285
|
+
-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
7286
|
+
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
7032
7287
|
}
|
|
7033
7288
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
7034
7289
|
background: inherit;
|
|
@@ -7093,7 +7348,8 @@
|
|
|
7093
7348
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active:hover {
|
|
7094
7349
|
background: inherit;
|
|
7095
7350
|
border: 0;
|
|
7096
|
-
box-shadow: none;
|
|
7351
|
+
-webkit-box-shadow: none;
|
|
7352
|
+
box-shadow: none;
|
|
7097
7353
|
}
|
|
7098
7354
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7099
7355
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
@@ -7488,7 +7744,8 @@
|
|
|
7488
7744
|
}
|
|
7489
7745
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
7490
7746
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
7491
|
-
animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
|
|
7747
|
+
-webkit-animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
|
|
7748
|
+
animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
|
|
7492
7749
|
}
|
|
7493
7750
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
7494
7751
|
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
@@ -7540,7 +7797,8 @@
|
|
|
7540
7797
|
}
|
|
7541
7798
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
7542
7799
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
7543
|
-
animation: tbar-alt-popup-shadow 1s ease-out 0ms;
|
|
7800
|
+
-webkit-animation: tbar-alt-popup-shadow 1s ease-out 0ms;
|
|
7801
|
+
animation: tbar-alt-popup-shadow 1s ease-out 0ms;
|
|
7544
7802
|
}
|
|
7545
7803
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
|
|
7546
7804
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
@@ -7726,18 +7984,38 @@
|
|
|
7726
7984
|
}
|
|
7727
7985
|
|
|
7728
7986
|
/* stylelint-disable property-no-vendor-prefix */
|
|
7987
|
+
@-webkit-keyframes e-input-ripple {
|
|
7988
|
+
100% {
|
|
7989
|
+
opacity: 0;
|
|
7990
|
+
-webkit-transform: scale(4);
|
|
7991
|
+
transform: scale(4);
|
|
7992
|
+
}
|
|
7993
|
+
}
|
|
7729
7994
|
@keyframes e-input-ripple {
|
|
7730
7995
|
100% {
|
|
7731
7996
|
opacity: 0;
|
|
7732
|
-
transform: scale(4);
|
|
7997
|
+
-webkit-transform: scale(4);
|
|
7998
|
+
transform: scale(4);
|
|
7999
|
+
}
|
|
8000
|
+
}
|
|
8001
|
+
@-webkit-keyframes slideTopUp {
|
|
8002
|
+
from {
|
|
8003
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
8004
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
8005
|
+
}
|
|
8006
|
+
to {
|
|
8007
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
8008
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
7733
8009
|
}
|
|
7734
8010
|
}
|
|
7735
8011
|
@keyframes slideTopUp {
|
|
7736
8012
|
from {
|
|
7737
|
-
transform: translate3d(0, 0, 0) scale(1);
|
|
8013
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
8014
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
7738
8015
|
}
|
|
7739
8016
|
to {
|
|
7740
|
-
transform: translate3d(0, 0, 0) scale(1);
|
|
8017
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
8018
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
7741
8019
|
}
|
|
7742
8020
|
}
|
|
7743
8021
|
/*! TreeView's material theme wise override definitions and variables */
|
|
@@ -7766,20 +8044,25 @@
|
|
|
7766
8044
|
}
|
|
7767
8045
|
|
|
7768
8046
|
/* stylelint-disable property-no-vendor-prefix */
|
|
7769
|
-
|
|
8047
|
+
@-webkit-keyframes rotation {
|
|
7770
8048
|
from {
|
|
8049
|
+
-webkit-transform: rotate(0deg);
|
|
7771
8050
|
transform: rotate(0deg);
|
|
7772
8051
|
}
|
|
7773
8052
|
to {
|
|
8053
|
+
-webkit-transform: rotate(359deg);
|
|
7774
8054
|
transform: rotate(359deg);
|
|
7775
8055
|
}
|
|
7776
8056
|
}
|
|
7777
|
-
|
|
7778
|
-
|
|
7779
|
-
|
|
7780
|
-
|
|
7781
|
-
|
|
7782
|
-
|
|
8057
|
+
@keyframes rotation {
|
|
8058
|
+
from {
|
|
8059
|
+
-webkit-transform: rotate(0deg);
|
|
8060
|
+
transform: rotate(0deg);
|
|
8061
|
+
}
|
|
8062
|
+
to {
|
|
8063
|
+
-webkit-transform: rotate(359deg);
|
|
8064
|
+
transform: rotate(359deg);
|
|
8065
|
+
}
|
|
7783
8066
|
}
|
|
7784
8067
|
.e-bigger .e-treeview .e-navigable .e-list-text,
|
|
7785
8068
|
.e-treeview.e-bigger .e-navigable .e-list-text {
|
|
@@ -7924,6 +8207,16 @@
|
|
|
7924
8207
|
position: relative;
|
|
7925
8208
|
white-space: nowrap;
|
|
7926
8209
|
}
|
|
8210
|
+
.e-treeview.e-virtualization {
|
|
8211
|
+
overflow: auto;
|
|
8212
|
+
}
|
|
8213
|
+
.e-treeview.e-virtualization .e-virtual-mask {
|
|
8214
|
+
display: block;
|
|
8215
|
+
margin-bottom: 20px;
|
|
8216
|
+
}
|
|
8217
|
+
.e-treeview.e-virtualization .e-ul {
|
|
8218
|
+
overflow: unset;
|
|
8219
|
+
}
|
|
7927
8220
|
.e-treeview > .e-ul {
|
|
7928
8221
|
-webkit-overflow-scrolling: touch;
|
|
7929
8222
|
overflow: auto;
|
|
@@ -7959,26 +8252,10 @@
|
|
|
7959
8252
|
margin: 0;
|
|
7960
8253
|
padding: 0 0 0 24px;
|
|
7961
8254
|
}
|
|
7962
|
-
.e-treeview
|
|
7963
|
-
display: none;
|
|
7964
|
-
}
|
|
8255
|
+
.e-treeview .e-node-collapsed .e-list-item .e-fullrow,
|
|
7965
8256
|
.e-treeview .e-display-none {
|
|
7966
8257
|
display: none;
|
|
7967
8258
|
}
|
|
7968
|
-
.e-treeview .e-list-item div.e-icons.interaction {
|
|
7969
|
-
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
7970
|
-
border-radius: 15px;
|
|
7971
|
-
transition: transform 0.3s ease-in-out;
|
|
7972
|
-
}
|
|
7973
|
-
.e-treeview .e-list-item .e-icons.e-icon-collapsible {
|
|
7974
|
-
transform: rotate(90deg);
|
|
7975
|
-
}
|
|
7976
|
-
.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next {
|
|
7977
|
-
transform: rotate(180deg);
|
|
7978
|
-
}
|
|
7979
|
-
.e-treeview.e-rtl div.e-icons {
|
|
7980
|
-
transform: rotate(180deg);
|
|
7981
|
-
}
|
|
7982
8259
|
.e-treeview .e-list-item {
|
|
7983
8260
|
list-style: none;
|
|
7984
8261
|
padding: 2px 0;
|
|
@@ -7995,6 +8272,17 @@
|
|
|
7995
8272
|
pointer-events: none;
|
|
7996
8273
|
touch-action: none;
|
|
7997
8274
|
}
|
|
8275
|
+
.e-treeview .e-list-item div.e-icons.interaction {
|
|
8276
|
+
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
8277
|
+
border-radius: 15px;
|
|
8278
|
+
transition: -webkit-transform 0.3s ease-in-out;
|
|
8279
|
+
transition: transform 0.3s ease-in-out;
|
|
8280
|
+
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
8281
|
+
}
|
|
8282
|
+
.e-treeview .e-list-item .e-icons.e-icon-collapsible {
|
|
8283
|
+
-webkit-transform: rotate(90deg);
|
|
8284
|
+
transform: rotate(90deg);
|
|
8285
|
+
}
|
|
7998
8286
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
7999
8287
|
content: none;
|
|
8000
8288
|
}
|
|
@@ -8008,6 +8296,7 @@
|
|
|
8008
8296
|
position: relative;
|
|
8009
8297
|
}
|
|
8010
8298
|
.e-treeview .e-text-content {
|
|
8299
|
+
-moz-user-select: none;
|
|
8011
8300
|
-ms-user-select: none;
|
|
8012
8301
|
-webkit-user-select: none;
|
|
8013
8302
|
user-select: none;
|
|
@@ -8016,12 +8305,17 @@
|
|
|
8016
8305
|
margin: 0;
|
|
8017
8306
|
padding: 0 0 0 24px;
|
|
8018
8307
|
}
|
|
8308
|
+
.e-treeview .e-text-content + .e-sibling {
|
|
8309
|
+
margin-top: -1px;
|
|
8310
|
+
}
|
|
8019
8311
|
.e-treeview .e-fullrow {
|
|
8312
|
+
-moz-user-select: none;
|
|
8020
8313
|
-ms-user-select: none;
|
|
8021
8314
|
-webkit-user-select: none;
|
|
8022
8315
|
user-select: none;
|
|
8023
8316
|
border: 1px solid;
|
|
8024
|
-
box-sizing: border-box;
|
|
8317
|
+
-webkit-box-sizing: border-box;
|
|
8318
|
+
box-sizing: border-box;
|
|
8025
8319
|
cursor: pointer;
|
|
8026
8320
|
height: 32px;
|
|
8027
8321
|
left: 0;
|
|
@@ -8049,7 +8343,8 @@
|
|
|
8049
8343
|
width: 32px;
|
|
8050
8344
|
}
|
|
8051
8345
|
.e-treeview .e-list-text {
|
|
8052
|
-
box-sizing: border-box;
|
|
8346
|
+
-webkit-box-sizing: border-box;
|
|
8347
|
+
box-sizing: border-box;
|
|
8053
8348
|
display: inline-block;
|
|
8054
8349
|
line-height: 30px;
|
|
8055
8350
|
margin: 0;
|
|
@@ -8095,6 +8390,7 @@
|
|
|
8095
8390
|
padding: 7px;
|
|
8096
8391
|
}
|
|
8097
8392
|
.e-treeview .e-load {
|
|
8393
|
+
-webkit-animation: rotation 0.5s infinite linear;
|
|
8098
8394
|
animation: rotation 0.5s infinite linear;
|
|
8099
8395
|
}
|
|
8100
8396
|
.e-treeview .e-sibling {
|
|
@@ -8102,21 +8398,20 @@
|
|
|
8102
8398
|
height: 6px;
|
|
8103
8399
|
margin-top: -5px;
|
|
8104
8400
|
width: 6px;
|
|
8105
|
-
position: absolute;
|
|
8106
|
-
z-index: 2;
|
|
8107
|
-
}
|
|
8108
|
-
.e-treeview .e-text-content + .e-sibling {
|
|
8109
|
-
margin-top: -1px;
|
|
8110
8401
|
}
|
|
8111
8402
|
.e-treeview .e-sibling::before {
|
|
8112
8403
|
left: 6px;
|
|
8113
8404
|
top: 3px;
|
|
8114
8405
|
height: 1px;
|
|
8115
8406
|
width: 144px;
|
|
8407
|
+
}
|
|
8408
|
+
.e-treeview .e-sibling,
|
|
8409
|
+
.e-treeview .e-sibling::before {
|
|
8116
8410
|
position: absolute;
|
|
8117
8411
|
z-index: 2;
|
|
8118
8412
|
}
|
|
8119
8413
|
.e-treeview .e-popup {
|
|
8414
|
+
-moz-user-select: none;
|
|
8120
8415
|
-ms-user-select: none;
|
|
8121
8416
|
-webkit-user-select: none;
|
|
8122
8417
|
user-select: none;
|
|
@@ -8140,8 +8435,7 @@
|
|
|
8140
8435
|
padding: 4px;
|
|
8141
8436
|
width: 26px;
|
|
8142
8437
|
}
|
|
8143
|
-
.e-treeview .e-popup .e-downtail::before,
|
|
8144
|
-
.e-treeview .e-popup .e-downtail::after {
|
|
8438
|
+
.e-treeview .e-popup .e-downtail::before, .e-treeview .e-popup .e-downtail::after {
|
|
8145
8439
|
border: 10px solid transparent;
|
|
8146
8440
|
content: "";
|
|
8147
8441
|
height: 0;
|
|
@@ -8163,8 +8457,10 @@
|
|
|
8163
8457
|
pointer-events: auto;
|
|
8164
8458
|
}
|
|
8165
8459
|
.e-treeview .e-navigable .e-text-content {
|
|
8166
|
-
-
|
|
8167
|
-
align
|
|
8460
|
+
-webkit-box-align: center;
|
|
8461
|
+
-ms-flex-align: center;
|
|
8462
|
+
align-items: center;
|
|
8463
|
+
display: -webkit-box;
|
|
8168
8464
|
display: -ms-flexbox;
|
|
8169
8465
|
display: flex;
|
|
8170
8466
|
}
|
|
@@ -8204,7 +8500,8 @@
|
|
|
8204
8500
|
.e-treeview.e-drag-item .e-drop-count {
|
|
8205
8501
|
border: 1px solid;
|
|
8206
8502
|
border-radius: 15px;
|
|
8207
|
-
box-sizing: content-box;
|
|
8503
|
+
-webkit-box-sizing: content-box;
|
|
8504
|
+
box-sizing: content-box;
|
|
8208
8505
|
font-size: 13px;
|
|
8209
8506
|
line-height: normal;
|
|
8210
8507
|
min-width: 12px;
|
|
@@ -8268,12 +8565,20 @@
|
|
|
8268
8565
|
right: 6px;
|
|
8269
8566
|
top: 3px;
|
|
8270
8567
|
}
|
|
8568
|
+
.e-treeview.e-rtl.e-drag-item .e-icons.e-drop-next {
|
|
8569
|
+
-webkit-transform: rotate(180deg);
|
|
8570
|
+
transform: rotate(180deg);
|
|
8571
|
+
}
|
|
8271
8572
|
.e-treeview.e-rtl.e-drag-item .e-text-content {
|
|
8272
8573
|
float: right;
|
|
8273
8574
|
}
|
|
8274
8575
|
.e-treeview.e-rtl.e-drag-item .e-drop-count {
|
|
8275
8576
|
margin-right: -12px;
|
|
8276
8577
|
}
|
|
8578
|
+
.e-treeview.e-rtl div.e-icons {
|
|
8579
|
+
-webkit-transform: rotate(180deg);
|
|
8580
|
+
transform: rotate(180deg);
|
|
8581
|
+
}
|
|
8277
8582
|
.e-treeview.e-disabled .e-fullrow,
|
|
8278
8583
|
.e-treeview.e-disabled .e-icons,
|
|
8279
8584
|
.e-treeview.e-disabled .e-text-content,
|
|
@@ -8325,25 +8630,41 @@
|
|
|
8325
8630
|
.e-treeview .e-icon-expandable::before {
|
|
8326
8631
|
font-size: 10px;
|
|
8327
8632
|
}
|
|
8328
|
-
.e-treeview .e-list-item.e-
|
|
8329
|
-
.e-treeview .e-list-item.e-hover,
|
|
8330
|
-
.e-treeview .e-list-item.e-node-focus {
|
|
8633
|
+
.e-treeview .e-list-item.e-hover, .e-treeview .e-list-item.e-node-focus {
|
|
8331
8634
|
background: transparent;
|
|
8332
8635
|
}
|
|
8333
|
-
.e-treeview .e-list-item.e-hover > .e-
|
|
8334
|
-
|
|
8636
|
+
.e-treeview .e-list-item.e-hover > .e-fullrow, .e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
8637
|
+
background-color: #f5f5f5;
|
|
8638
|
+
border-color: #f5f5f5;
|
|
8639
|
+
}
|
|
8640
|
+
.e-treeview .e-list-item.e-hover > .e-text-content, .e-treeview .e-list-item.e-node-focus > .e-text-content {
|
|
8335
8641
|
color: rgba(0, 0, 0, 0.87);
|
|
8336
8642
|
}
|
|
8337
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text,
|
|
8338
|
-
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
8643
|
+
.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 {
|
|
8339
8644
|
color: rgba(0, 0, 0, 0.87);
|
|
8340
8645
|
}
|
|
8341
8646
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
|
|
8342
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable,
|
|
8343
|
-
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8647
|
+
.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,
|
|
8344
8648
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8345
8649
|
color: rgba(0, 0, 0, 0.54);
|
|
8346
8650
|
}
|
|
8651
|
+
.e-treeview .e-list-item.e-active {
|
|
8652
|
+
background: transparent;
|
|
8653
|
+
}
|
|
8654
|
+
.e-treeview .e-list-item.e-active > .e-fullrow {
|
|
8655
|
+
background-color: #eee;
|
|
8656
|
+
border-color: #eee;
|
|
8657
|
+
}
|
|
8658
|
+
.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow {
|
|
8659
|
+
background-color: transparent;
|
|
8660
|
+
border-color: transparent;
|
|
8661
|
+
}
|
|
8662
|
+
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content {
|
|
8663
|
+
color: rgba(0, 0, 0, 0.87);
|
|
8664
|
+
}
|
|
8665
|
+
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text {
|
|
8666
|
+
color: rgba(0, 0, 0, 0.87);
|
|
8667
|
+
}
|
|
8347
8668
|
.e-treeview .e-list-item.e-active > .e-text-content {
|
|
8348
8669
|
color: #e3165b;
|
|
8349
8670
|
}
|
|
@@ -8354,67 +8675,36 @@
|
|
|
8354
8675
|
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
|
|
8355
8676
|
color: rgba(0, 0, 0, 0.54);
|
|
8356
8677
|
}
|
|
8357
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-
|
|
8358
|
-
|
|
8678
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
8679
|
+
background-color: #e0e0e0;
|
|
8680
|
+
border-color: #e0e0e0;
|
|
8681
|
+
}
|
|
8682
|
+
.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 {
|
|
8359
8683
|
color: #e3165b;
|
|
8360
8684
|
}
|
|
8361
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text,
|
|
8362
|
-
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-list-text {
|
|
8685
|
+
.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 {
|
|
8363
8686
|
color: #e3165b;
|
|
8364
8687
|
}
|
|
8365
8688
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible,
|
|
8366
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable,
|
|
8367
|
-
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8689
|
+
.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,
|
|
8368
8690
|
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8369
8691
|
color: rgba(0, 0, 0, 0.54);
|
|
8370
8692
|
}
|
|
8371
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-
|
|
8372
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content,
|
|
8373
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8374
|
-
color: rgba(0, 0, 0, 0.87);
|
|
8375
|
-
}
|
|
8376
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text,
|
|
8377
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text,
|
|
8378
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-list-text {
|
|
8379
|
-
color: rgba(0, 0, 0, 0.87);
|
|
8380
|
-
}
|
|
8381
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
8382
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable,
|
|
8383
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
8384
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable,
|
|
8385
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8386
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8387
|
-
color: rgba(0, 0, 0, 0.54);
|
|
8388
|
-
}
|
|
8389
|
-
.e-treeview .e-list-item.e-hover > .e-fullrow,
|
|
8390
|
-
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
8391
|
-
background-color: #f5f5f5;
|
|
8392
|
-
border-color: #f5f5f5;
|
|
8393
|
-
}
|
|
8394
|
-
.e-treeview .e-list-item.e-active > .e-fullrow {
|
|
8395
|
-
background-color: #eee;
|
|
8396
|
-
border-color: #eee;
|
|
8397
|
-
}
|
|
8398
|
-
.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow {
|
|
8693
|
+
.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 {
|
|
8399
8694
|
background-color: transparent;
|
|
8400
8695
|
border-color: transparent;
|
|
8401
8696
|
}
|
|
8402
|
-
.e-treeview .e-list-item.e-active.e-
|
|
8697
|
+
.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 {
|
|
8403
8698
|
color: rgba(0, 0, 0, 0.87);
|
|
8404
8699
|
}
|
|
8405
|
-
.e-treeview .e-list-item.e-active.e-
|
|
8700
|
+
.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 {
|
|
8406
8701
|
color: rgba(0, 0, 0, 0.87);
|
|
8407
8702
|
}
|
|
8408
|
-
.e-treeview .e-list-item.e-
|
|
8409
|
-
.e-treeview .e-list-item.e-active.e-
|
|
8410
|
-
|
|
8411
|
-
|
|
8412
|
-
|
|
8413
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
8414
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow,
|
|
8415
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
8416
|
-
background-color: transparent;
|
|
8417
|
-
border-color: transparent;
|
|
8703
|
+
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
8704
|
+
.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,
|
|
8705
|
+
.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,
|
|
8706
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8707
|
+
color: rgba(0, 0, 0, 0.54);
|
|
8418
8708
|
}
|
|
8419
8709
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
8420
8710
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8443,8 +8733,7 @@
|
|
|
8443
8733
|
.e-treeview .e-popup .e-downtail::after {
|
|
8444
8734
|
border-top-color: #fff;
|
|
8445
8735
|
}
|
|
8446
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content,
|
|
8447
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
8736
|
+
.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 {
|
|
8448
8737
|
background-color: #f5f5f5;
|
|
8449
8738
|
border-color: #f5f5f5;
|
|
8450
8739
|
}
|
|
@@ -8452,14 +8741,11 @@
|
|
|
8452
8741
|
background-color: #eee;
|
|
8453
8742
|
border-color: #eee;
|
|
8454
8743
|
}
|
|
8455
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
|
|
8456
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8744
|
+
.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 {
|
|
8457
8745
|
background-color: #e0e0e0;
|
|
8458
8746
|
border-color: #e0e0e0;
|
|
8459
8747
|
}
|
|
8460
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
8461
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content,
|
|
8462
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8748
|
+
.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 {
|
|
8463
8749
|
background-color: transparent;
|
|
8464
8750
|
border-color: transparent;
|
|
8465
8751
|
}
|
|
@@ -8491,7 +8777,8 @@
|
|
|
8491
8777
|
|
|
8492
8778
|
/*! Material theme definition's */
|
|
8493
8779
|
/*! component's theme wise override definitions and variables */
|
|
8494
|
-
/* stylelint-disable-line no-empty-source */
|
|
8780
|
+
/* stylelint-disable-line no-empty-source */
|
|
8781
|
+
/* stylelint-disable-line no-empty-source */
|
|
8495
8782
|
ejs-sidebar {
|
|
8496
8783
|
display: none;
|
|
8497
8784
|
}
|
|
@@ -8508,40 +8795,39 @@ ejs-sidebar {
|
|
|
8508
8795
|
overflow: auto;
|
|
8509
8796
|
position: fixed;
|
|
8510
8797
|
top: 0;
|
|
8798
|
+
-webkit-transition: none;
|
|
8511
8799
|
transition: none;
|
|
8512
8800
|
vertical-align: middle;
|
|
8513
8801
|
visibility: hidden;
|
|
8514
8802
|
will-change: transform;
|
|
8515
8803
|
}
|
|
8516
|
-
.e-sidebar.e-right.e-open {
|
|
8517
|
-
transform: translateX(0%);
|
|
8804
|
+
.e-sidebar.e-right.e-open, .e-sidebar.e-left.e-open {
|
|
8805
|
+
-webkit-transform: translateX(0%);
|
|
8806
|
+
transform: translateX(0%);
|
|
8807
|
+
-webkit-transition: -webkit-transform 0.5s ease;
|
|
8808
|
+
transition: -webkit-transform 0.5s ease;
|
|
8518
8809
|
transition: transform 0.5s ease;
|
|
8810
|
+
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
|
|
8519
8811
|
visibility: visible;
|
|
8520
8812
|
}
|
|
8521
|
-
.e-sidebar.e-right.e-close {
|
|
8522
|
-
box-shadow: none;
|
|
8523
|
-
|
|
8524
|
-
transition: transform 0.5s ease, visibility 500ms;
|
|
8813
|
+
.e-sidebar.e-right.e-close, .e-sidebar.e-left.e-close {
|
|
8814
|
+
-webkit-box-shadow: none;
|
|
8815
|
+
box-shadow: none;
|
|
8525
8816
|
visibility: hidden;
|
|
8526
8817
|
}
|
|
8527
|
-
.e-sidebar.e-
|
|
8528
|
-
transform: translateX(
|
|
8529
|
-
|
|
8530
|
-
visibility: visible;
|
|
8531
|
-
}
|
|
8532
|
-
.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close {
|
|
8533
|
-
transition: transform 0.5s ease, visibility 500ms;
|
|
8818
|
+
.e-sidebar.e-right.e-close {
|
|
8819
|
+
-webkit-transform: translateX(100%);
|
|
8820
|
+
transform: translateX(100%);
|
|
8534
8821
|
}
|
|
8535
8822
|
.e-sidebar.e-left.e-close {
|
|
8536
|
-
|
|
8537
|
-
|
|
8538
|
-
visibility: hidden;
|
|
8823
|
+
-webkit-transform: translateX(-100%);
|
|
8824
|
+
transform: translateX(-100%);
|
|
8539
8825
|
}
|
|
8540
|
-
.e-sidebar.e-right.e-close {
|
|
8541
|
-
|
|
8542
|
-
|
|
8826
|
+
.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close, .e-sidebar.e-right.e-close {
|
|
8827
|
+
-webkit-transition: visibility 500ms, -webkit-transform 0.5s ease;
|
|
8828
|
+
transition: visibility 500ms, -webkit-transform 0.5s ease;
|
|
8543
8829
|
transition: transform 0.5s ease, visibility 500ms;
|
|
8544
|
-
|
|
8830
|
+
transition: transform 0.5s ease, visibility 500ms, -webkit-transform 0.5s ease;
|
|
8545
8831
|
}
|
|
8546
8832
|
.e-sidebar.e-right {
|
|
8547
8833
|
border-left: 1px solid rgba(0, 0, 0, 0.12);
|
|
@@ -8555,27 +8841,104 @@ ejs-sidebar {
|
|
|
8555
8841
|
right: auto;
|
|
8556
8842
|
top: 0;
|
|
8557
8843
|
}
|
|
8558
|
-
.e-sidebar.e-left.e-close.e-dock {
|
|
8559
|
-
transform: translateX(0%);
|
|
8560
|
-
|
|
8561
|
-
|
|
8562
|
-
}
|
|
8563
|
-
.e-sidebar.e-right.e-close.e-dock {
|
|
8564
|
-
transform: translateX(0%);
|
|
8844
|
+
.e-sidebar.e-left.e-close.e-dock, .e-sidebar.e-right.e-close.e-dock {
|
|
8845
|
+
-webkit-transform: translateX(0%);
|
|
8846
|
+
transform: translateX(0%);
|
|
8847
|
+
-webkit-transition: width 0.5s ease, visibility 500ms;
|
|
8565
8848
|
transition: width 0.5s ease, visibility 500ms;
|
|
8566
8849
|
visibility: visible;
|
|
8567
8850
|
}
|
|
8568
8851
|
.e-sidebar.e-left.e-open.e-dock.e-blazor-dock, .e-sidebar.e-right.e-open.e-dock.e-blazor-dock {
|
|
8852
|
+
-webkit-transition: width 0.5s ease, visibility 500ms;
|
|
8569
8853
|
transition: width 0.5s ease, visibility 500ms;
|
|
8570
8854
|
}
|
|
8571
8855
|
.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 {
|
|
8856
|
+
-webkit-transition: none;
|
|
8572
8857
|
transition: none;
|
|
8573
8858
|
}
|
|
8574
8859
|
.e-sidebar.e-visibility {
|
|
8575
8860
|
visibility: hidden;
|
|
8576
8861
|
}
|
|
8577
8862
|
.e-sidebar.e-over {
|
|
8578
|
-
box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
|
|
8863
|
+
-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
|
|
8864
|
+
box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
|
|
8865
|
+
}
|
|
8866
|
+
|
|
8867
|
+
.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 {
|
|
8868
|
+
-webkit-transition: margin 0.5s ease, -webkit-transform 0.5s ease;
|
|
8869
|
+
transition: margin 0.5s ease, -webkit-transform 0.5s ease;
|
|
8870
|
+
transition: margin 0.5s ease, transform 0.5s ease;
|
|
8871
|
+
transition: margin 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
|
|
8872
|
+
}
|
|
8873
|
+
.e-sidebarcontainer.e-left.e-open.e-auto + div {
|
|
8874
|
+
margin-right: 0;
|
|
8875
|
+
-webkit-transform: translateX(0);
|
|
8876
|
+
transform: translateX(0);
|
|
8877
|
+
margin-left: var(--sidebar-width);
|
|
8878
|
+
}
|
|
8879
|
+
.e-sidebarcontainer.e-left.e-close.e-auto + div {
|
|
8880
|
+
margin-right: 0;
|
|
8881
|
+
-webkit-transform: translateX(0);
|
|
8882
|
+
transform: translateX(0);
|
|
8883
|
+
margin-left: 0;
|
|
8884
|
+
}
|
|
8885
|
+
.e-sidebarcontainer.e-right.e-open.e-auto + div {
|
|
8886
|
+
margin-left: 0;
|
|
8887
|
+
-webkit-transform: translateX(0);
|
|
8888
|
+
transform: translateX(0);
|
|
8889
|
+
margin-right: var(--sidebar-width);
|
|
8890
|
+
}
|
|
8891
|
+
.e-sidebarcontainer.e-right.e-close.e-auto + div {
|
|
8892
|
+
margin-right: 0;
|
|
8893
|
+
-webkit-transform: translateX(0);
|
|
8894
|
+
transform: translateX(0);
|
|
8895
|
+
margin-left: 0;
|
|
8896
|
+
}
|
|
8897
|
+
.e-sidebarcontainer.e-left.e-open.e-push + div {
|
|
8898
|
+
margin-right: 0;
|
|
8899
|
+
-webkit-transform: translateX(0);
|
|
8900
|
+
transform: translateX(0);
|
|
8901
|
+
margin-left: var(--sidebar-width);
|
|
8902
|
+
}
|
|
8903
|
+
.e-sidebarcontainer.e-left.e-close.e-push + div {
|
|
8904
|
+
margin-right: 0;
|
|
8905
|
+
-webkit-transform: translateX(0);
|
|
8906
|
+
transform: translateX(0);
|
|
8907
|
+
margin-left: 0;
|
|
8908
|
+
}
|
|
8909
|
+
.e-sidebarcontainer.e-right.e-open.e-push + div {
|
|
8910
|
+
margin-left: 0;
|
|
8911
|
+
-webkit-transform: translateX(0);
|
|
8912
|
+
transform: translateX(0);
|
|
8913
|
+
margin-right: var(--sidebar-width);
|
|
8914
|
+
}
|
|
8915
|
+
.e-sidebarcontainer.e-right.e-close.e-push + div {
|
|
8916
|
+
margin-right: 0;
|
|
8917
|
+
-webkit-transform: translateX(0);
|
|
8918
|
+
transform: translateX(0);
|
|
8919
|
+
margin-left: 0;
|
|
8920
|
+
}
|
|
8921
|
+
.e-sidebarcontainer.e-left.e-open.e-slide + div {
|
|
8922
|
+
margin-left: 0;
|
|
8923
|
+
-webkit-transform: translate(var(--sidebar-width));
|
|
8924
|
+
transform: translate(var(--sidebar-width));
|
|
8925
|
+
}
|
|
8926
|
+
.e-sidebarcontainer.e-left.e-close.e-slide + div {
|
|
8927
|
+
margin-left: 0;
|
|
8928
|
+
-webkit-transform: translate(0);
|
|
8929
|
+
transform: translate(0);
|
|
8930
|
+
}
|
|
8931
|
+
.e-sidebarcontainer.e-right.e-open.e-slide + div {
|
|
8932
|
+
margin-right: 0;
|
|
8933
|
+
margin-left: 0;
|
|
8934
|
+
-webkit-transform: translate(calc(-1 * var(--sidebar-width)));
|
|
8935
|
+
transform: translate(calc(-1 * var(--sidebar-width)));
|
|
8936
|
+
}
|
|
8937
|
+
.e-sidebarcontainer.e-right.e-close.e-slide + div {
|
|
8938
|
+
margin-right: 0;
|
|
8939
|
+
margin-left: 0;
|
|
8940
|
+
-webkit-transform: translate(0);
|
|
8941
|
+
transform: translate(0);
|
|
8579
8942
|
}
|
|
8580
8943
|
|
|
8581
8944
|
.e-sidebar-absolute {
|
|
@@ -8587,24 +8950,36 @@ ejs-sidebar {
|
|
|
8587
8950
|
position: relative;
|
|
8588
8951
|
}
|
|
8589
8952
|
|
|
8590
|
-
.e-backdrop
|
|
8953
|
+
.e-backdrop,
|
|
8954
|
+
.e-sidebar-overlay {
|
|
8591
8955
|
background-color: rgba(0, 0, 0, 0.6);
|
|
8592
8956
|
height: 100%;
|
|
8593
8957
|
left: 0;
|
|
8594
|
-
opacity: 0.5;
|
|
8595
8958
|
pointer-events: auto;
|
|
8596
8959
|
top: 0;
|
|
8597
|
-
width: auto;
|
|
8598
8960
|
z-index: 999;
|
|
8599
8961
|
}
|
|
8600
8962
|
|
|
8963
|
+
.e-backdrop {
|
|
8964
|
+
opacity: 0.5;
|
|
8965
|
+
width: auto;
|
|
8966
|
+
}
|
|
8967
|
+
|
|
8968
|
+
.e-sidebar-overlay {
|
|
8969
|
+
opacity: 0.5;
|
|
8970
|
+
position: fixed;
|
|
8971
|
+
width: 100%;
|
|
8972
|
+
}
|
|
8973
|
+
|
|
8601
8974
|
.e-content-animation {
|
|
8602
|
-
transition: margin 0.5s ease, transform 0.5s ease;
|
|
8975
|
+
transition: margin 0.5s ease, -webkit-transform 0.5s ease, transform 0.5s ease;
|
|
8603
8976
|
}
|
|
8604
8977
|
.e-content-animation.e-overlay {
|
|
8605
|
-
box-sizing: border-box;
|
|
8978
|
+
-webkit-box-sizing: border-box;
|
|
8979
|
+
box-sizing: border-box;
|
|
8606
8980
|
overflow: auto;
|
|
8607
8981
|
-webkit-user-select: none;
|
|
8982
|
+
-moz-user-select: none;
|
|
8608
8983
|
-ms-user-select: none;
|
|
8609
8984
|
user-select: none;
|
|
8610
8985
|
}
|
|
@@ -8615,22 +8990,8 @@ ejs-sidebar {
|
|
|
8615
8990
|
touch-action: none;
|
|
8616
8991
|
}
|
|
8617
8992
|
|
|
8618
|
-
/* stylelint-disable */
|
|
8619
8993
|
.e-sidebar-overflow {
|
|
8620
|
-
overflow-x: hidden
|
|
8621
|
-
}
|
|
8622
|
-
|
|
8623
|
-
/* stylelint-enable */
|
|
8624
|
-
.e-sidebar-overlay {
|
|
8625
|
-
background-color: rgba(0, 0, 0, 0.6);
|
|
8626
|
-
height: 100%;
|
|
8627
|
-
left: 0;
|
|
8628
|
-
opacity: 0.5;
|
|
8629
|
-
pointer-events: auto;
|
|
8630
|
-
position: fixed;
|
|
8631
|
-
top: 0;
|
|
8632
|
-
width: 100%;
|
|
8633
|
-
z-index: 999;
|
|
8994
|
+
overflow-x: hidden;
|
|
8634
8995
|
}
|
|
8635
8996
|
|
|
8636
8997
|
.e-content-placeholder.e-sidebar.e-placeholder-sidebar {
|
|
@@ -8641,27 +9002,6 @@ ejs-sidebar {
|
|
|
8641
9002
|
visibility: visible;
|
|
8642
9003
|
}
|
|
8643
9004
|
|
|
8644
|
-
/*! component's theme wise override definitions and variables */
|
|
8645
|
-
@keyframes hscroll-popup-shadow {
|
|
8646
|
-
0% {
|
|
8647
|
-
border-color: rgba(255, 255, 255, 0.5);
|
|
8648
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
8649
|
-
}
|
|
8650
|
-
100% {
|
|
8651
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
8652
|
-
}
|
|
8653
|
-
}
|
|
8654
|
-
/*! component's theme wise override definitions and variables */
|
|
8655
|
-
@keyframes vscroll-popup-shadow {
|
|
8656
|
-
0% {
|
|
8657
|
-
border-color: rgba(255, 255, 255, 0.5);
|
|
8658
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
8659
|
-
}
|
|
8660
|
-
100% {
|
|
8661
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
8662
|
-
}
|
|
8663
|
-
}
|
|
8664
|
-
/*! menu layout */
|
|
8665
9005
|
.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret::before,
|
|
8666
9006
|
.e-menu-container ul.e-vertical .e-menu-item .e-caret::before {
|
|
8667
9007
|
content: "\e956";
|
|
@@ -8704,24 +9044,16 @@ ejs-sidebar {
|
|
|
8704
9044
|
content: "\e94d";
|
|
8705
9045
|
}
|
|
8706
9046
|
|
|
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: "\e937";
|
|
8714
|
-
}
|
|
8715
|
-
|
|
9047
|
+
.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before, .e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,
|
|
9048
|
+
.e-rtl.e-menu-container ul.e-vertical .e-caret::before,
|
|
9049
|
+
.e-rtl.e-menu-container ul.e-ul .e-caret::before,
|
|
8716
9050
|
.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: "\e937";
|
|
8721
|
-
}
|
|
8722
9051
|
.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,
|
|
9052
|
+
.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before,
|
|
8723
9053
|
.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,
|
|
9054
|
+
.e-bigger .e-rtl.e-menu-container ul.e-vertical .e-caret::before,
|
|
8724
9055
|
.e-bigger .e-rtl.e-menu-container ul.e-ul .e-caret::before,
|
|
9056
|
+
.e-bigger.e-rtl.e-menu-container ul.e-vertical .e-caret::before,
|
|
8725
9057
|
.e-bigger.e-rtl.e-menu-container ul.e-ul .e-caret::before {
|
|
8726
9058
|
content: "\e937";
|
|
8727
9059
|
}
|
|
@@ -8733,7 +9065,6 @@ ejs-sidebar {
|
|
|
8733
9065
|
content: "\e94d";
|
|
8734
9066
|
}
|
|
8735
9067
|
|
|
8736
|
-
/*! menu layout */
|
|
8737
9068
|
.e-menu-wrapper,
|
|
8738
9069
|
.e-menu-container {
|
|
8739
9070
|
border: none;
|
|
@@ -8754,6 +9085,7 @@ ejs-sidebar {
|
|
|
8754
9085
|
margin: 0;
|
|
8755
9086
|
overflow: hidden;
|
|
8756
9087
|
-webkit-user-select: none;
|
|
9088
|
+
-moz-user-select: none;
|
|
8757
9089
|
-ms-user-select: none;
|
|
8758
9090
|
user-select: none;
|
|
8759
9091
|
font-size: 13px;
|
|
@@ -8764,7 +9096,8 @@ ejs-sidebar {
|
|
|
8764
9096
|
.e-menu-wrapper ul.e-ul, .e-menu-wrapper ul.e-ul *,
|
|
8765
9097
|
.e-menu-container ul.e-ul,
|
|
8766
9098
|
.e-menu-container ul.e-ul * {
|
|
8767
|
-
box-sizing: border-box;
|
|
9099
|
+
-webkit-box-sizing: border-box;
|
|
9100
|
+
box-sizing: border-box;
|
|
8768
9101
|
}
|
|
8769
9102
|
.e-menu-wrapper ul.e-ul:focus, .e-menu-wrapper ul.e-ul *:focus,
|
|
8770
9103
|
.e-menu-container ul.e-ul:focus,
|
|
@@ -8807,6 +9140,7 @@ ejs-sidebar {
|
|
|
8807
9140
|
.e-menu-container ul .e-menu-item {
|
|
8808
9141
|
cursor: pointer;
|
|
8809
9142
|
position: relative;
|
|
9143
|
+
display: -webkit-inline-box;
|
|
8810
9144
|
display: -ms-inline-flexbox;
|
|
8811
9145
|
display: inline-flex;
|
|
8812
9146
|
height: 42px;
|
|
@@ -8979,26 +9313,27 @@ ejs-sidebar {
|
|
|
8979
9313
|
.e-menu-container .e-scroll-nav .e-nav-arrow {
|
|
8980
9314
|
font-size: 10px;
|
|
8981
9315
|
}
|
|
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,
|
|
9316
|
+
.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,
|
|
9317
|
+
.e-menu-container .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,
|
|
8987
9318
|
.e-menu-container .e-scroll-nav .e-nav-arrow.e-nav-up-arrow {
|
|
8988
|
-
transform: rotate(180deg);
|
|
9319
|
+
-webkit-transform: rotate(180deg);
|
|
9320
|
+
transform: rotate(180deg);
|
|
8989
9321
|
}
|
|
8990
9322
|
.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,
|
|
8991
9323
|
.e-menu-container.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow {
|
|
8992
|
-
transform: rotate(0deg);
|
|
9324
|
+
-webkit-transform: rotate(0deg);
|
|
9325
|
+
transform: rotate(0deg);
|
|
8993
9326
|
}
|
|
8994
9327
|
.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow,
|
|
8995
9328
|
.e-menu-container.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow {
|
|
8996
|
-
transform: rotate(180deg);
|
|
9329
|
+
-webkit-transform: rotate(180deg);
|
|
9330
|
+
transform: rotate(180deg);
|
|
8997
9331
|
}
|
|
8998
9332
|
.e-menu-wrapper.e-popup.e-menu-popup,
|
|
8999
9333
|
.e-menu-container.e-popup.e-menu-popup {
|
|
9000
9334
|
border: none;
|
|
9001
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
9335
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
9336
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
9002
9337
|
overflow: hidden;
|
|
9003
9338
|
position: absolute;
|
|
9004
9339
|
}
|
|
@@ -9008,12 +9343,14 @@ ejs-sidebar {
|
|
|
9008
9343
|
}
|
|
9009
9344
|
.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav,
|
|
9010
9345
|
.e-menu-container .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav {
|
|
9011
|
-
transform: none;
|
|
9346
|
+
-webkit-transform: none;
|
|
9347
|
+
transform: none;
|
|
9012
9348
|
width: 100%;
|
|
9013
9349
|
}
|
|
9014
9350
|
.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow,
|
|
9015
9351
|
.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;
|
|
9352
|
+
-webkit-transform: none;
|
|
9353
|
+
transform: none;
|
|
9017
9354
|
}
|
|
9018
9355
|
.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar,
|
|
9019
9356
|
.e-menu-container .e-menu-vscroll.e-vscroll .e-vscroll-bar {
|
|
@@ -9048,7 +9385,8 @@ ejs-sidebar {
|
|
|
9048
9385
|
.e-menu-wrapper.e-contextmenu-container .e-menu-vscroll,
|
|
9049
9386
|
.e-menu-container.e-contextmenu-container .e-menu-vscroll {
|
|
9050
9387
|
border: none;
|
|
9051
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
9388
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
9389
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
9052
9390
|
}
|
|
9053
9391
|
|
|
9054
9392
|
.e-menu-container:not(.e-hamburger):not(.e-rtl) .e-menu.e-vertical .e-blankicon {
|
|
@@ -9253,7 +9591,8 @@ ejs-sidebar {
|
|
|
9253
9591
|
.e-bigger.e-menu-wrapper.e-menu-popup,
|
|
9254
9592
|
.e-bigger .e-menu-container.e-menu-popup,
|
|
9255
9593
|
.e-bigger.e-menu-container.e-menu-popup {
|
|
9256
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
9594
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
9595
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
9257
9596
|
}
|
|
9258
9597
|
.e-bigger .e-menu-wrapper .e-scroll-nav .e-icons,
|
|
9259
9598
|
.e-bigger.e-menu-wrapper .e-scroll-nav .e-icons,
|
|
@@ -9342,7 +9681,8 @@ ejs-sidebar {
|
|
|
9342
9681
|
.e-menu-container.e-hamburger .e-popup.e-menu-popup {
|
|
9343
9682
|
border: 0;
|
|
9344
9683
|
border-radius: 0;
|
|
9345
|
-
box-shadow: none;
|
|
9684
|
+
-webkit-box-shadow: none;
|
|
9685
|
+
box-shadow: none;
|
|
9346
9686
|
display: block;
|
|
9347
9687
|
position: relative;
|
|
9348
9688
|
width: 100%;
|
|
@@ -9378,13 +9718,21 @@ ejs-sidebar {
|
|
|
9378
9718
|
}
|
|
9379
9719
|
.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item[aria-expanded=true] .e-caret,
|
|
9380
9720
|
.e-menu-container.e-hamburger ul.e-menu .e-menu-item[aria-expanded=true] .e-caret {
|
|
9721
|
+
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
9722
|
+
transition: -webkit-transform 0.3s ease-in-out;
|
|
9381
9723
|
transition: transform 0.3s ease-in-out;
|
|
9724
|
+
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
9725
|
+
-webkit-transform: rotate(-180deg);
|
|
9382
9726
|
transform: rotate(-180deg);
|
|
9383
9727
|
text-indent: 0;
|
|
9384
9728
|
}
|
|
9385
9729
|
.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item[aria-expanded=false] .e-caret,
|
|
9386
9730
|
.e-menu-container.e-hamburger ul.e-menu .e-menu-item[aria-expanded=false] .e-caret {
|
|
9731
|
+
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
9732
|
+
transition: -webkit-transform 0.3s ease-in-out;
|
|
9387
9733
|
transition: transform 0.3s ease-in-out;
|
|
9734
|
+
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
9735
|
+
-webkit-transform: rotate(0deg);
|
|
9388
9736
|
transform: rotate(0deg);
|
|
9389
9737
|
text-indent: 0;
|
|
9390
9738
|
}
|
|
@@ -9421,8 +9769,9 @@ ejs-sidebar {
|
|
|
9421
9769
|
height: auto;
|
|
9422
9770
|
padding: 0;
|
|
9423
9771
|
}
|
|
9424
|
-
.e-menu-wrapper.e-hamburger ul .e-menu-item.e-menu-caret-icon,
|
|
9425
|
-
.e-menu-container.e-hamburger ul .e-menu-item.e-menu-caret-icon
|
|
9772
|
+
.e-menu-wrapper.e-hamburger ul .e-menu-item.e-menu-caret-icon, .e-menu-wrapper.e-hamburger ul .e-menu-item.e-blankicon,
|
|
9773
|
+
.e-menu-container.e-hamburger ul .e-menu-item.e-menu-caret-icon,
|
|
9774
|
+
.e-menu-container.e-hamburger ul .e-menu-item.e-blankicon {
|
|
9426
9775
|
padding: 0;
|
|
9427
9776
|
}
|
|
9428
9777
|
.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-url,
|
|
@@ -9432,10 +9781,6 @@ ejs-sidebar {
|
|
|
9432
9781
|
text-indent: 0;
|
|
9433
9782
|
width: 100%;
|
|
9434
9783
|
}
|
|
9435
|
-
.e-menu-wrapper.e-hamburger ul .e-menu-item.e-blankicon,
|
|
9436
|
-
.e-menu-container.e-hamburger ul .e-menu-item.e-blankicon {
|
|
9437
|
-
padding: 0;
|
|
9438
|
-
}
|
|
9439
9784
|
.e-menu-wrapper.e-hamburger ul .e-menu-item.e-separator,
|
|
9440
9785
|
.e-menu-container.e-hamburger ul .e-menu-item.e-separator {
|
|
9441
9786
|
border-bottom-style: solid;
|
|
@@ -9559,7 +9904,6 @@ ejs-sidebar {
|
|
|
9559
9904
|
position: relative;
|
|
9560
9905
|
}
|
|
9561
9906
|
|
|
9562
|
-
/*! menu theme */
|
|
9563
9907
|
.e-menu-wrapper,
|
|
9564
9908
|
.e-menu-container {
|
|
9565
9909
|
background: #fafafa;
|
|
@@ -9676,7 +10020,6 @@ ejs-sidebar {
|
|
|
9676
10020
|
.e-menu-container .e-ul .e-menu-item.e-separator {
|
|
9677
10021
|
border-bottom-color: rgba(0, 0, 0, 0.12);
|
|
9678
10022
|
}
|
|
9679
|
-
|
|
9680
10023
|
.e-menu-wrapper.e-menu-popup,
|
|
9681
10024
|
.e-menu-container.e-menu-popup {
|
|
9682
10025
|
background: #fff;
|
|
@@ -9758,7 +10101,6 @@ ejs-sidebar {
|
|
|
9758
10101
|
color: rgba(0, 0, 0, 0.87);
|
|
9759
10102
|
}
|
|
9760
10103
|
|
|
9761
|
-
/*! breadcrumb icons */
|
|
9762
10104
|
.e-breadcrumb .e-breadcrumb-collapsed::before,
|
|
9763
10105
|
.e-breadcrumb .e-breadcrumb-menu::before {
|
|
9764
10106
|
content: "\eb04";
|
|
@@ -9775,17 +10117,18 @@ ejs-sidebar {
|
|
|
9775
10117
|
margin-top: 0;
|
|
9776
10118
|
}
|
|
9777
10119
|
|
|
9778
|
-
/*! breadcrumb layout */
|
|
9779
10120
|
.e-breadcrumb {
|
|
9780
10121
|
display: block;
|
|
9781
10122
|
}
|
|
9782
10123
|
.e-breadcrumb.e-breadcrumb-wrap-mode {
|
|
10124
|
+
display: -webkit-box;
|
|
9783
10125
|
display: -ms-flexbox;
|
|
9784
10126
|
display: flex;
|
|
9785
10127
|
}
|
|
9786
10128
|
.e-breadcrumb .e-breadcrumb-first-ol {
|
|
9787
|
-
-
|
|
9788
|
-
align
|
|
10129
|
+
-webkit-box-align: start;
|
|
10130
|
+
-ms-flex-align: start;
|
|
10131
|
+
align-items: flex-start;
|
|
9789
10132
|
-ms-flex-negative: 0;
|
|
9790
10133
|
flex-shrink: 0;
|
|
9791
10134
|
padding-right: 0;
|
|
@@ -9801,8 +10144,10 @@ ejs-sidebar {
|
|
|
9801
10144
|
overflow: auto;
|
|
9802
10145
|
}
|
|
9803
10146
|
.e-breadcrumb ol {
|
|
9804
|
-
-
|
|
9805
|
-
align
|
|
10147
|
+
-webkit-box-align: center;
|
|
10148
|
+
-ms-flex-align: center;
|
|
10149
|
+
align-items: center;
|
|
10150
|
+
display: -webkit-inline-box;
|
|
9806
10151
|
display: -ms-inline-flexbox;
|
|
9807
10152
|
display: inline-flex;
|
|
9808
10153
|
line-height: normal;
|
|
@@ -9816,8 +10161,10 @@ ejs-sidebar {
|
|
|
9816
10161
|
white-space: nowrap;
|
|
9817
10162
|
}
|
|
9818
10163
|
.e-breadcrumb .e-breadcrumb-item {
|
|
9819
|
-
-
|
|
9820
|
-
align
|
|
10164
|
+
-webkit-box-align: center;
|
|
10165
|
+
-ms-flex-align: center;
|
|
10166
|
+
align-items: center;
|
|
10167
|
+
display: -webkit-box;
|
|
9821
10168
|
display: -ms-flexbox;
|
|
9822
10169
|
display: flex;
|
|
9823
10170
|
-ms-flex-negative: 0;
|
|
@@ -9827,15 +10174,18 @@ ejs-sidebar {
|
|
|
9827
10174
|
padding: 4px 8px;
|
|
9828
10175
|
}
|
|
9829
10176
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
9830
|
-
-
|
|
9831
|
-
align
|
|
10177
|
+
-webkit-box-align: center;
|
|
10178
|
+
-ms-flex-align: center;
|
|
10179
|
+
align-items: center;
|
|
10180
|
+
display: -webkit-box;
|
|
9832
10181
|
display: -ms-flexbox;
|
|
9833
10182
|
display: flex;
|
|
9834
10183
|
font-size: 14px;
|
|
9835
10184
|
}
|
|
9836
10185
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text .e-anchor-wrap {
|
|
9837
|
-
-
|
|
9838
|
-
align
|
|
10186
|
+
-webkit-box-align: inherit;
|
|
10187
|
+
-ms-flex-align: inherit;
|
|
10188
|
+
align-items: inherit;
|
|
9839
10189
|
display: inherit;
|
|
9840
10190
|
}
|
|
9841
10191
|
.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text {
|
|
@@ -9873,6 +10223,7 @@ ejs-sidebar {
|
|
|
9873
10223
|
pointer-events: none;
|
|
9874
10224
|
}
|
|
9875
10225
|
.e-breadcrumb .e-breadcrumb-separator {
|
|
10226
|
+
display: -webkit-box;
|
|
9876
10227
|
display: -ms-flexbox;
|
|
9877
10228
|
display: flex;
|
|
9878
10229
|
font-size: 14px;
|
|
@@ -9899,6 +10250,7 @@ ejs-sidebar {
|
|
|
9899
10250
|
display: inline-block;
|
|
9900
10251
|
}
|
|
9901
10252
|
.e-breadcrumb .e-breadcrumb-item-wrapper {
|
|
10253
|
+
display: -webkit-box;
|
|
9902
10254
|
display: -ms-flexbox;
|
|
9903
10255
|
display: flex;
|
|
9904
10256
|
}
|
|
@@ -9924,7 +10276,8 @@ ejs-sidebar {
|
|
|
9924
10276
|
.e-breadcrumb-popup {
|
|
9925
10277
|
border: none;
|
|
9926
10278
|
border-radius: 0;
|
|
9927
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
10279
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
10280
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
9928
10281
|
position: absolute;
|
|
9929
10282
|
}
|
|
9930
10283
|
.e-breadcrumb-popup ul {
|
|
@@ -9936,8 +10289,10 @@ ejs-sidebar {
|
|
|
9936
10289
|
white-space: nowrap;
|
|
9937
10290
|
}
|
|
9938
10291
|
.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text {
|
|
9939
|
-
-
|
|
9940
|
-
align
|
|
10292
|
+
-webkit-box-align: center;
|
|
10293
|
+
-ms-flex-align: center;
|
|
10294
|
+
align-items: center;
|
|
10295
|
+
display: -webkit-box;
|
|
9941
10296
|
display: -ms-flexbox;
|
|
9942
10297
|
display: flex;
|
|
9943
10298
|
font-size: 14px;
|
|
@@ -9947,8 +10302,9 @@ ejs-sidebar {
|
|
|
9947
10302
|
width: 100%;
|
|
9948
10303
|
}
|
|
9949
10304
|
.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text .e-anchor-wrap {
|
|
9950
|
-
-
|
|
9951
|
-
align
|
|
10305
|
+
-webkit-box-align: inherit;
|
|
10306
|
+
-ms-flex-align: inherit;
|
|
10307
|
+
align-items: inherit;
|
|
9952
10308
|
display: inherit;
|
|
9953
10309
|
width: inherit;
|
|
9954
10310
|
}
|
|
@@ -9969,12 +10325,15 @@ ejs-sidebar {
|
|
|
9969
10325
|
}
|
|
9970
10326
|
.e-breadcrumb-popup.e-icon-right .e-breadcrumb-icon,
|
|
9971
10327
|
.e-breadcrumb-popup .e-icon-right .e-breadcrumb-icon {
|
|
10328
|
+
display: -webkit-box;
|
|
9972
10329
|
display: -ms-flexbox;
|
|
9973
10330
|
display: flex;
|
|
9974
|
-
-
|
|
9975
|
-
flex-
|
|
9976
|
-
|
|
9977
|
-
|
|
10331
|
+
-webkit-box-flex: 1;
|
|
10332
|
+
-ms-flex-positive: 1;
|
|
10333
|
+
flex-grow: 1;
|
|
10334
|
+
-webkit-box-pack: end;
|
|
10335
|
+
-ms-flex-pack: end;
|
|
10336
|
+
justify-content: flex-end;
|
|
9978
10337
|
}
|
|
9979
10338
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon, .e-breadcrumb-popup.e-rtl .e-icon-right .e-breadcrumb-icon {
|
|
9980
10339
|
padding-left: 0;
|
|
@@ -10062,7 +10421,6 @@ ejs-sidebar {
|
|
|
10062
10421
|
padding-right: 8px;
|
|
10063
10422
|
}
|
|
10064
10423
|
|
|
10065
|
-
/*! breadcrumb theme */
|
|
10066
10424
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
10067
10425
|
color: rgba(0, 0, 0, 0.65);
|
|
10068
10426
|
}
|
|
@@ -10137,8 +10495,6 @@ ejs-sidebar {
|
|
|
10137
10495
|
color: rgba(0, 0, 0, 0.87);
|
|
10138
10496
|
}
|
|
10139
10497
|
|
|
10140
|
-
/*! AppBar component material theme definitions and variables */
|
|
10141
|
-
/*! appbar component styles */
|
|
10142
10498
|
.e-bigger .e-appbar,
|
|
10143
10499
|
.e-appbar.e-bigger {
|
|
10144
10500
|
height: 56px;
|
|
@@ -10154,26 +10510,32 @@ ejs-sidebar {
|
|
|
10154
10510
|
}
|
|
10155
10511
|
|
|
10156
10512
|
.e-appbar {
|
|
10513
|
+
display: -webkit-box;
|
|
10157
10514
|
display: -ms-flexbox;
|
|
10158
10515
|
display: flex;
|
|
10159
10516
|
width: 100%;
|
|
10160
10517
|
height: 48px;
|
|
10161
10518
|
-ms-flex-negative: 0;
|
|
10162
10519
|
flex-shrink: 0;
|
|
10163
|
-
-
|
|
10164
|
-
|
|
10520
|
+
-webkit-box-orient: horizontal;
|
|
10521
|
+
-webkit-box-direction: normal;
|
|
10522
|
+
-ms-flex-direction: row;
|
|
10523
|
+
flex-direction: row;
|
|
10165
10524
|
position: relative;
|
|
10166
|
-
-
|
|
10167
|
-
align
|
|
10525
|
+
-webkit-box-align: center;
|
|
10526
|
+
-ms-flex-align: center;
|
|
10527
|
+
align-items: center;
|
|
10168
10528
|
padding: 8px;
|
|
10169
10529
|
overflow: hidden;
|
|
10170
10530
|
font-size: 14px;
|
|
10171
10531
|
}
|
|
10172
10532
|
.e-appbar > div:first-child {
|
|
10533
|
+
display: -webkit-box;
|
|
10173
10534
|
display: -ms-flexbox;
|
|
10174
10535
|
display: flex;
|
|
10175
|
-
-
|
|
10176
|
-
align
|
|
10536
|
+
-webkit-box-align: center;
|
|
10537
|
+
-ms-flex-align: center;
|
|
10538
|
+
align-items: center;
|
|
10177
10539
|
width: 100%;
|
|
10178
10540
|
height: 100%;
|
|
10179
10541
|
}
|
|
@@ -10184,12 +10546,14 @@ ejs-sidebar {
|
|
|
10184
10546
|
}
|
|
10185
10547
|
.e-appbar.e-prominent {
|
|
10186
10548
|
height: 94px;
|
|
10187
|
-
-
|
|
10188
|
-
align
|
|
10549
|
+
-webkit-box-align: start;
|
|
10550
|
+
-ms-flex-align: start;
|
|
10551
|
+
align-items: flex-start;
|
|
10189
10552
|
}
|
|
10190
10553
|
.e-appbar.e-prominent > div:first-child {
|
|
10191
|
-
-
|
|
10192
|
-
align
|
|
10554
|
+
-webkit-box-align: start;
|
|
10555
|
+
-ms-flex-align: start;
|
|
10556
|
+
align-items: flex-start;
|
|
10193
10557
|
}
|
|
10194
10558
|
.e-appbar.e-dense {
|
|
10195
10559
|
height: 40px;
|
|
@@ -10211,12 +10575,14 @@ ejs-sidebar {
|
|
|
10211
10575
|
height: 24px;
|
|
10212
10576
|
}
|
|
10213
10577
|
.e-appbar .e-appbar-spacer {
|
|
10214
|
-
-
|
|
10215
|
-
flex-
|
|
10578
|
+
-webkit-box-flex: 1;
|
|
10579
|
+
-ms-flex-positive: 1;
|
|
10580
|
+
flex-grow: 1;
|
|
10216
10581
|
}
|
|
10217
10582
|
.e-appbar .e-btn,
|
|
10218
10583
|
.e-appbar .e-css.e-btn {
|
|
10219
|
-
border-image: unset;
|
|
10584
|
+
-o-border-image: unset;
|
|
10585
|
+
border-image: unset;
|
|
10220
10586
|
}
|
|
10221
10587
|
|
|
10222
10588
|
.e-inherit.e-menu-wrapper.e-scrollable .e-menu,
|
|
@@ -10224,9 +10590,9 @@ ejs-sidebar {
|
|
|
10224
10590
|
overflow: hidden;
|
|
10225
10591
|
}
|
|
10226
10592
|
|
|
10227
|
-
/*! appbar component theme */
|
|
10228
10593
|
.e-appbar {
|
|
10229
|
-
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.16);
|
|
10594
|
+
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.16);
|
|
10595
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.16);
|
|
10230
10596
|
}
|
|
10231
10597
|
.e-appbar.e-light {
|
|
10232
10598
|
background: #fff;
|
|
@@ -10256,7 +10622,8 @@ ejs-sidebar {
|
|
|
10256
10622
|
.e-appbar.e-light .e-menu-container.e-inherit {
|
|
10257
10623
|
background: #fff;
|
|
10258
10624
|
color: #000;
|
|
10259
|
-
box-shadow: none;
|
|
10625
|
+
-webkit-box-shadow: none;
|
|
10626
|
+
box-shadow: none;
|
|
10260
10627
|
border-color: #fff;
|
|
10261
10628
|
}
|
|
10262
10629
|
.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 +10659,8 @@ ejs-sidebar {
|
|
|
10292
10659
|
background: #212121;
|
|
10293
10660
|
color: #fff;
|
|
10294
10661
|
border-color: #212121;
|
|
10295
|
-
box-shadow: none;
|
|
10662
|
+
-webkit-box-shadow: none;
|
|
10663
|
+
box-shadow: none;
|
|
10296
10664
|
}
|
|
10297
10665
|
.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
10666
|
.e-appbar.e-dark .e-menu-container.e-inherit .e-menu .e-menu-item.e-selected,
|
|
@@ -10312,7 +10680,8 @@ ejs-sidebar {
|
|
|
10312
10680
|
background: #3f51b5;
|
|
10313
10681
|
color: #fff;
|
|
10314
10682
|
border-color: #3f51b5;
|
|
10315
|
-
box-shadow: none;
|
|
10683
|
+
-webkit-box-shadow: none;
|
|
10684
|
+
box-shadow: none;
|
|
10316
10685
|
}
|
|
10317
10686
|
.e-appbar.e-inherit {
|
|
10318
10687
|
background: inherit;
|
|
@@ -10328,10 +10697,12 @@ ejs-sidebar {
|
|
|
10328
10697
|
background: inherit;
|
|
10329
10698
|
color: inherit;
|
|
10330
10699
|
border-color: inherit;
|
|
10331
|
-
box-shadow: none;
|
|
10700
|
+
-webkit-box-shadow: none;
|
|
10701
|
+
box-shadow: none;
|
|
10332
10702
|
}
|
|
10333
10703
|
.e-appbar.e-horizontal-bottom {
|
|
10334
|
-
box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1), 0 -2px 6px rgba(0, 0, 0, 0.2);
|
|
10704
|
+
-webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1), 0 -2px 6px rgba(0, 0, 0, 0.2);
|
|
10705
|
+
box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1), 0 -2px 6px rgba(0, 0, 0, 0.2);
|
|
10335
10706
|
}
|
|
10336
10707
|
|
|
10337
10708
|
.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 +10736,18 @@ ejs-sidebar {
|
|
|
10365
10736
|
.e-inherit.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
10366
10737
|
.e-inherit.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
|
|
10367
10738
|
.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;
|
|
10739
|
+
-webkit-box-shadow: none;
|
|
10740
|
+
box-shadow: none;
|
|
10741
|
+
}
|
|
10742
|
+
|
|
10743
|
+
.e-inherit.e-input-group.e-control-wrapper .e-searchinput::-webkit-input-placeholder {
|
|
10744
|
+
color: inherit;
|
|
10745
|
+
opacity: 0.8;
|
|
10746
|
+
}
|
|
10747
|
+
|
|
10748
|
+
.e-inherit.e-input-group.e-control-wrapper .e-searchinput::-moz-placeholder {
|
|
10749
|
+
color: inherit;
|
|
10750
|
+
opacity: 0.8;
|
|
10369
10751
|
}
|
|
10370
10752
|
|
|
10371
10753
|
.e-inherit.e-input-group.e-control-wrapper .e-searchinput:-ms-input-placeholder {
|
|
@@ -10373,6 +10755,11 @@ ejs-sidebar {
|
|
|
10373
10755
|
opacity: 0.8;
|
|
10374
10756
|
}
|
|
10375
10757
|
|
|
10758
|
+
.e-inherit.e-input-group.e-control-wrapper .e-searchinput::-ms-input-placeholder {
|
|
10759
|
+
color: inherit;
|
|
10760
|
+
opacity: 0.8;
|
|
10761
|
+
}
|
|
10762
|
+
|
|
10376
10763
|
.e-inherit.e-input-group.e-control-wrapper .e-searchinput::placeholder {
|
|
10377
10764
|
color: inherit;
|
|
10378
10765
|
opacity: 0.8;
|
|
@@ -10396,77 +10783,95 @@ ejs-sidebar {
|
|
|
10396
10783
|
.e-stepper {
|
|
10397
10784
|
position: relative;
|
|
10398
10785
|
}
|
|
10786
|
+
.e-stepper .e-step-selected .e-text,
|
|
10787
|
+
.e-stepper .e-step-selected .e-label {
|
|
10788
|
+
font-weight: 600;
|
|
10789
|
+
}
|
|
10399
10790
|
.e-stepper.e-stepper-readonly,
|
|
10400
10791
|
.e-stepper .e-step-disabled {
|
|
10401
10792
|
cursor: default;
|
|
10402
10793
|
pointer-events: none;
|
|
10403
10794
|
}
|
|
10404
|
-
.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10795
|
+
.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
10796
|
font-size: 32px;
|
|
10406
10797
|
border-radius: 9999px;
|
|
10407
10798
|
}
|
|
10408
|
-
.e-stepper.e-step-type-indicator .e-step-
|
|
10799
|
+
.e-stepper.e-step-type-indicator .e-step-content, .e-stepper.e-step-type-label .e-step-content {
|
|
10409
10800
|
padding: 0 8px;
|
|
10410
10801
|
}
|
|
10411
|
-
.e-stepper .e-step-container:has(.e-tooltip-wrap.e-stepper-tooltip), .e-stepper.e-vertical.e-label-after .e-step-
|
|
10802
|
+
.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
10803
|
position: relative;
|
|
10413
10804
|
}
|
|
10414
|
-
.e-stepper.e-horizontal .e-step-
|
|
10805
|
+
.e-stepper.e-horizontal .e-step-item.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
10415
10806
|
position: unset;
|
|
10416
10807
|
}
|
|
10417
10808
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip {
|
|
10418
10809
|
display: none;
|
|
10419
|
-
-
|
|
10420
|
-
|
|
10810
|
+
-webkit-box-pack: center;
|
|
10811
|
+
-ms-flex-pack: center;
|
|
10812
|
+
justify-content: center;
|
|
10421
10813
|
left: 50%;
|
|
10422
10814
|
top: -8px;
|
|
10423
|
-
transform: translate(-50%, -100%);
|
|
10815
|
+
-webkit-transform: translate(-50%, -100%);
|
|
10816
|
+
transform: translate(-50%, -100%);
|
|
10424
10817
|
}
|
|
10425
10818
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip.e-show-tooltip {
|
|
10819
|
+
display: -webkit-inline-box;
|
|
10426
10820
|
display: -ms-inline-flexbox;
|
|
10427
10821
|
display: inline-flex;
|
|
10428
10822
|
}
|
|
10429
10823
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-tip-content {
|
|
10824
|
+
width: -webkit-max-content;
|
|
10825
|
+
width: -moz-max-content;
|
|
10430
10826
|
width: max-content;
|
|
10431
10827
|
}
|
|
10432
10828
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-arrow-tip.e-tip-bottom {
|
|
10433
10829
|
left: 50%;
|
|
10434
10830
|
top: 100%;
|
|
10435
|
-
transform: translate(-50%, 0);
|
|
10831
|
+
-webkit-transform: translate(-50%, 0);
|
|
10832
|
+
transform: translate(-50%, 0);
|
|
10436
10833
|
}
|
|
10437
10834
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-arrow-tip-inner.e-tip-bottom {
|
|
10438
10835
|
top: -6px;
|
|
10439
10836
|
}
|
|
10440
|
-
.e-stepper .e-step-
|
|
10837
|
+
.e-stepper .e-step-item.e-step-label .e-tooltip-wrap.e-stepper-tooltip {
|
|
10441
10838
|
left: unset;
|
|
10442
10839
|
top: 0;
|
|
10443
|
-
transform: translate(0%, -135%);
|
|
10840
|
+
-webkit-transform: translate(0%, -135%);
|
|
10841
|
+
transform: translate(0%, -135%);
|
|
10444
10842
|
}
|
|
10445
10843
|
.e-stepper.e-step-type-indicator .e-tooltip-wrap.e-stepper-tooltip {
|
|
10446
|
-
transform: translate(-50%, -115%);
|
|
10844
|
+
-webkit-transform: translate(-50%, -115%);
|
|
10845
|
+
transform: translate(-50%, -115%);
|
|
10447
10846
|
}
|
|
10448
10847
|
.e-stepper .e-stepper-steps {
|
|
10848
|
+
display: -webkit-box;
|
|
10449
10849
|
display: -ms-flexbox;
|
|
10450
10850
|
display: flex;
|
|
10451
10851
|
padding: 0;
|
|
10452
10852
|
margin: 0;
|
|
10453
|
-
-
|
|
10454
|
-
|
|
10853
|
+
-webkit-box-pack: justify;
|
|
10854
|
+
-ms-flex-pack: justify;
|
|
10855
|
+
justify-content: space-between;
|
|
10455
10856
|
position: relative;
|
|
10456
|
-
-
|
|
10457
|
-
align
|
|
10857
|
+
-webkit-box-align: start;
|
|
10858
|
+
-ms-flex-align: start;
|
|
10859
|
+
align-items: flex-start;
|
|
10458
10860
|
}
|
|
10459
10861
|
.e-stepper .e-stepper-steps .e-step-container,
|
|
10460
10862
|
.e-stepper .e-stepper-steps .e-step,
|
|
10461
10863
|
.e-stepper .e-stepper-steps .e-step-valid.e-step-text.e-step-text-only .e-step-text-container,
|
|
10462
10864
|
.e-stepper .e-stepper-steps .e-step-error.e-step-text.e-step-text-only .e-step-text-container,
|
|
10463
10865
|
.e-stepper .e-stepper-steps .e-step-label-container {
|
|
10866
|
+
display: -webkit-box;
|
|
10464
10867
|
display: -ms-flexbox;
|
|
10465
10868
|
display: flex;
|
|
10466
|
-
-
|
|
10467
|
-
align
|
|
10468
|
-
|
|
10469
|
-
|
|
10869
|
+
-webkit-box-align: center;
|
|
10870
|
+
-ms-flex-align: center;
|
|
10871
|
+
align-items: center;
|
|
10872
|
+
-webkit-box-pack: center;
|
|
10873
|
+
-ms-flex-pack: center;
|
|
10874
|
+
justify-content: center;
|
|
10470
10875
|
}
|
|
10471
10876
|
.e-stepper .e-step-container {
|
|
10472
10877
|
max-width: var(--max-width);
|
|
@@ -10478,6 +10883,7 @@ ejs-sidebar {
|
|
|
10478
10883
|
.e-stepper .e-step-container .e-step-text-container {
|
|
10479
10884
|
max-width: clamp(100%, 10em, 100%);
|
|
10480
10885
|
white-space: nowrap;
|
|
10886
|
+
font-size: 14px;
|
|
10481
10887
|
}
|
|
10482
10888
|
.e-stepper .e-step-container .e-step-label-optional {
|
|
10483
10889
|
font-size: 12px;
|
|
@@ -10485,10 +10891,13 @@ ejs-sidebar {
|
|
|
10485
10891
|
flex-basis: 100%;
|
|
10486
10892
|
}
|
|
10487
10893
|
.e-stepper .e-step-container .e-step-optional-container {
|
|
10894
|
+
display: -webkit-box;
|
|
10488
10895
|
display: -ms-flexbox;
|
|
10489
10896
|
display: flex;
|
|
10490
|
-
-
|
|
10491
|
-
|
|
10897
|
+
-webkit-box-orient: vertical;
|
|
10898
|
+
-webkit-box-direction: normal;
|
|
10899
|
+
-ms-flex-direction: column;
|
|
10900
|
+
flex-direction: column;
|
|
10492
10901
|
}
|
|
10493
10902
|
.e-stepper .e-step-container .e-step-content {
|
|
10494
10903
|
font-size: 16px;
|
|
@@ -10505,17 +10914,15 @@ ejs-sidebar {
|
|
|
10505
10914
|
padding-block: 5px;
|
|
10506
10915
|
}
|
|
10507
10916
|
.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
|
-
|
|
10917
|
+
-webkit-box-orient: vertical;
|
|
10918
|
+
-webkit-box-direction: normal;
|
|
10919
|
+
-ms-flex-direction: column;
|
|
10920
|
+
flex-direction: column;
|
|
10510
10921
|
}
|
|
10511
10922
|
.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
10923
|
position: relative;
|
|
10513
10924
|
top: 0.25em;
|
|
10514
10925
|
}
|
|
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
10926
|
.e-stepper .e-step-container .e-step,
|
|
10520
10927
|
.e-stepper .e-step-container .e-indicator {
|
|
10521
10928
|
border-radius: 9999px;
|
|
@@ -10530,54 +10937,63 @@ ejs-sidebar {
|
|
|
10530
10937
|
display: block;
|
|
10531
10938
|
}
|
|
10532
10939
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10533
|
-
-
|
|
10534
|
-
|
|
10940
|
+
-webkit-box-orient: horizontal;
|
|
10941
|
+
-webkit-box-direction: normal;
|
|
10942
|
+
-ms-flex-direction: row;
|
|
10943
|
+
flex-direction: row;
|
|
10535
10944
|
}
|
|
10536
|
-
.e-stepper.e-horizontal.e-label-before:has(.e-step-
|
|
10945
|
+
.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
10946
|
margin-left: var(--progress-left-position);
|
|
10538
10947
|
top: var(--progress-top-position);
|
|
10539
10948
|
width: var(--progress-bar-width);
|
|
10540
10949
|
}
|
|
10541
|
-
.e-stepper.e-horizontal.e-label-before.e-rtl:has(.e-step-
|
|
10950
|
+
.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
10951
|
margin-right: var(--progress-left-position);
|
|
10543
10952
|
margin-left: unset;
|
|
10544
10953
|
}
|
|
10545
|
-
.e-stepper.e-horizontal .e-step-
|
|
10954
|
+
.e-stepper.e-horizontal .e-step-item.e-step-label {
|
|
10546
10955
|
gap: 1em;
|
|
10547
|
-
-
|
|
10548
|
-
|
|
10956
|
+
-webkit-box-orient: vertical;
|
|
10957
|
+
-webkit-box-direction: normal;
|
|
10958
|
+
-ms-flex-direction: column;
|
|
10959
|
+
flex-direction: column;
|
|
10549
10960
|
}
|
|
10550
|
-
.e-stepper.e-horizontal .e-step-
|
|
10961
|
+
.e-stepper.e-horizontal .e-step-item.e-step-label .e-step-label-container {
|
|
10551
10962
|
position: relative;
|
|
10552
10963
|
}
|
|
10553
|
-
.e-stepper.e-horizontal .e-step-
|
|
10554
|
-
-
|
|
10555
|
-
order: -1;
|
|
10964
|
+
.e-stepper.e-horizontal .e-step-item.e-step-label .e-step-label-container.e-label-before {
|
|
10965
|
+
-webkit-box-ordinal-group: 0;
|
|
10966
|
+
-ms-flex-order: -1;
|
|
10967
|
+
order: -1;
|
|
10556
10968
|
}
|
|
10557
10969
|
.e-stepper.e-horizontal.e-label-start .e-step-text-container {
|
|
10558
|
-
-
|
|
10559
|
-
order: -1;
|
|
10970
|
+
-webkit-box-ordinal-group: 0;
|
|
10971
|
+
-ms-flex-order: -1;
|
|
10972
|
+
order: -1;
|
|
10560
10973
|
}
|
|
10561
|
-
.e-stepper.e-horizontal .e-step-
|
|
10974
|
+
.e-stepper.e-horizontal .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
10562
10975
|
position: absolute;
|
|
10563
10976
|
top: 2.5em;
|
|
10564
10977
|
margin-left: 2.5em;
|
|
10565
10978
|
}
|
|
10566
|
-
.e-stepper.e-horizontal.e-label-start .e-step-
|
|
10979
|
+
.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
10980
|
margin-right: 2.5em;
|
|
10568
10981
|
margin-left: unset;
|
|
10569
10982
|
}
|
|
10570
|
-
.e-stepper.e-horizontal.e-label-start.e-rtl .e-step-
|
|
10983
|
+
.e-stepper.e-horizontal.e-label-start.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
10571
10984
|
margin-right: unset;
|
|
10572
10985
|
margin-left: 2.5em;
|
|
10573
10986
|
}
|
|
10574
10987
|
.e-stepper.e-horizontal.e-label-before .e-stepper-steps:has(.e-step-label-optional) {
|
|
10575
|
-
-
|
|
10576
|
-
align
|
|
10988
|
+
-webkit-box-align: end;
|
|
10989
|
+
-ms-flex-align: end;
|
|
10990
|
+
align-items: flex-end;
|
|
10577
10991
|
}
|
|
10578
10992
|
.e-stepper.e-horizontal.e-label-before .e-stepper-steps .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
10579
|
-
-
|
|
10580
|
-
|
|
10993
|
+
-webkit-box-orient: vertical;
|
|
10994
|
+
-webkit-box-direction: normal;
|
|
10995
|
+
-ms-flex-direction: column;
|
|
10996
|
+
flex-direction: column;
|
|
10581
10997
|
gap: 0.5em;
|
|
10582
10998
|
}
|
|
10583
10999
|
.e-stepper.e-horizontal .e-text,
|
|
@@ -10588,19 +11004,16 @@ ejs-sidebar {
|
|
|
10588
11004
|
}
|
|
10589
11005
|
.e-stepper.e-horizontal .e-step-text.e-step-text-only:has(.e-step-label-optional),
|
|
10590
11006
|
.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-
|
|
10593
|
-
|
|
10594
|
-
flex-wrap: wrap;
|
|
10595
|
-
}
|
|
10596
|
-
.e-stepper.e-horizontal.e-step-type-indicator .e-step-container {
|
|
11007
|
+
.e-stepper.e-horizontal .e-step-item:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
11008
|
+
.e-stepper.e-horizontal .e-step-container:not(.e-step-item):not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
11009
|
+
.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 {
|
|
10597
11010
|
-ms-flex-wrap: wrap;
|
|
10598
11011
|
flex-wrap: wrap;
|
|
10599
11012
|
}
|
|
10600
|
-
.e-stepper.e-horizontal .e-step-
|
|
11013
|
+
.e-stepper.e-horizontal .e-step-item:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
10601
11014
|
margin-top: 0.5em;
|
|
10602
11015
|
}
|
|
10603
|
-
.e-stepper.e-horizontal.e-label-after .e-step-
|
|
11016
|
+
.e-stepper.e-horizontal.e-label-after .e-step-item.e-step-label:not(.e-step-text) .e-step-label-optional {
|
|
10604
11017
|
margin-top: 0.2em;
|
|
10605
11018
|
}
|
|
10606
11019
|
.e-stepper.e-vertical {
|
|
@@ -10614,71 +11027,80 @@ ejs-sidebar {
|
|
|
10614
11027
|
.e-stepper.e-vertical:not(.e-label-top):not(.e-label-bottom) .e-step-label-optional {
|
|
10615
11028
|
position: absolute;
|
|
10616
11029
|
}
|
|
10617
|
-
.e-stepper.e-vertical:not(.e-label-bottom):not(.e-label-top) .e-step-
|
|
11030
|
+
.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
11031
|
margin-top: 3em;
|
|
10619
11032
|
margin-left: 4em;
|
|
10620
11033
|
}
|
|
10621
|
-
.e-stepper.e-vertical.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-step-
|
|
11034
|
+
.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
11035
|
margin-left: unset;
|
|
10623
11036
|
margin-right: 4em;
|
|
10624
11037
|
}
|
|
10625
11038
|
.e-stepper.e-vertical .e-stepper-steps {
|
|
10626
|
-
-
|
|
10627
|
-
|
|
11039
|
+
-webkit-box-orient: vertical;
|
|
11040
|
+
-webkit-box-direction: normal;
|
|
11041
|
+
-ms-flex-direction: column;
|
|
11042
|
+
flex-direction: column;
|
|
10628
11043
|
min-height: inherit;
|
|
10629
11044
|
float: left;
|
|
10630
|
-
-
|
|
10631
|
-
align
|
|
11045
|
+
-webkit-box-align: start;
|
|
11046
|
+
-ms-flex-align: start;
|
|
11047
|
+
align-items: start;
|
|
10632
11048
|
margin: 0;
|
|
10633
|
-
-
|
|
10634
|
-
|
|
11049
|
+
-webkit-box-pack: justify;
|
|
11050
|
+
-ms-flex-pack: justify;
|
|
11051
|
+
justify-content: space-between;
|
|
10635
11052
|
}
|
|
10636
11053
|
.e-stepper.e-vertical.e-rtl .e-stepper-steps {
|
|
10637
11054
|
float: right;
|
|
10638
11055
|
}
|
|
10639
|
-
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-
|
|
11056
|
+
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-item:not(.e-step-text):not(.e-step-label)),
|
|
10640
11057
|
.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
|
|
11058
|
+
.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 {
|
|
11059
|
+
-webkit-box-align: center;
|
|
11060
|
+
-ms-flex-align: center;
|
|
11061
|
+
align-items: center;
|
|
10644
11062
|
}
|
|
10645
|
-
.e-stepper.e-vertical .e-step-
|
|
10646
|
-
.e-stepper.e-vertical .e-step-
|
|
11063
|
+
.e-stepper.e-vertical .e-step-item.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
11064
|
+
.e-stepper.e-vertical .e-step-item.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
10647
11065
|
margin-left: 10px;
|
|
10648
11066
|
}
|
|
10649
|
-
.e-stepper.e-vertical.e-rtl .e-step-
|
|
10650
|
-
.e-stepper.e-vertical.e-rtl .e-step-
|
|
11067
|
+
.e-stepper.e-vertical.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
11068
|
+
.e-stepper.e-vertical.e-rtl .e-step-item.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
10651
11069
|
margin-left: unset;
|
|
10652
11070
|
margin-right: 10px;
|
|
10653
11071
|
}
|
|
10654
|
-
.e-stepper.e-vertical .e-step-
|
|
11072
|
+
.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
11073
|
.e-stepper.e-vertical .e-step-text-only.e-step-text:has(.e-step-label-optional),
|
|
10656
11074
|
.e-stepper.e-vertical .e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
10657
|
-
-
|
|
10658
|
-
|
|
11075
|
+
-webkit-box-orient: vertical;
|
|
11076
|
+
-webkit-box-direction: normal;
|
|
11077
|
+
-ms-flex-direction: column;
|
|
11078
|
+
flex-direction: column;
|
|
10659
11079
|
}
|
|
10660
|
-
.e-stepper.e-vertical .e-step-
|
|
11080
|
+
.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
11081
|
.e-stepper.e-vertical .e-step-text-only.e-step-text:has(.e-step-label-optional) .e-step-label-optional,
|
|
10662
11082
|
.e-stepper.e-vertical .e-step-label-only.e-step-label:has(.e-step-label-optional) .e-step-label-optional {
|
|
10663
11083
|
position: unset;
|
|
10664
11084
|
}
|
|
10665
|
-
.e-stepper.e-vertical .e-step-
|
|
11085
|
+
.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
11086
|
gap: 0.5em;
|
|
10667
11087
|
}
|
|
10668
|
-
.e-stepper.e-vertical.e-label-before .e-step-
|
|
10669
|
-
-
|
|
10670
|
-
|
|
11088
|
+
.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) {
|
|
11089
|
+
-webkit-box-orient: vertical;
|
|
11090
|
+
-webkit-box-direction: normal;
|
|
11091
|
+
-ms-flex-direction: column;
|
|
11092
|
+
flex-direction: column;
|
|
10671
11093
|
}
|
|
10672
|
-
.e-stepper.e-vertical.e-label-before .e-step-
|
|
11094
|
+
.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
11095
|
line-height: 2em;
|
|
10674
11096
|
}
|
|
10675
|
-
.e-stepper.e-vertical.e-label-before .e-step-
|
|
11097
|
+
.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
11098
|
position: unset;
|
|
10677
11099
|
}
|
|
10678
|
-
.e-stepper.e-vertical .e-step-container.e-step-label.e-step-text:not(.e-step-
|
|
11100
|
+
.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
11101
|
position: absolute;
|
|
10680
11102
|
}
|
|
10681
|
-
.e-stepper.e-vertical .e-step-container.e-step-label.e-step-text:not(.e-step-
|
|
11103
|
+
.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
11104
|
left: 0;
|
|
10683
11105
|
}
|
|
10684
11106
|
.e-stepper.e-vertical .e-step-container .e-step-label-container.e-label-after .e-step-label-optional {
|
|
@@ -10699,20 +11121,24 @@ ejs-sidebar {
|
|
|
10699
11121
|
padding-bottom: 6px;
|
|
10700
11122
|
}
|
|
10701
11123
|
.e-stepper.e-vertical.e-label-top .e-stepper-steps, .e-stepper.e-vertical.e-label-bottom .e-stepper-steps {
|
|
10702
|
-
-
|
|
10703
|
-
align
|
|
11124
|
+
-webkit-box-align: center;
|
|
11125
|
+
-ms-flex-align: center;
|
|
11126
|
+
align-items: center;
|
|
10704
11127
|
}
|
|
10705
11128
|
.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
|
-
|
|
11129
|
+
-webkit-box-orient: vertical;
|
|
11130
|
+
-webkit-box-direction: normal;
|
|
11131
|
+
-ms-flex-direction: column;
|
|
11132
|
+
flex-direction: column;
|
|
10708
11133
|
}
|
|
10709
11134
|
.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
11135
|
margin-left: 0;
|
|
10711
11136
|
}
|
|
10712
11137
|
.e-stepper.e-vertical.e-label-top .e-step-container .e-step-label-optional,
|
|
10713
11138
|
.e-stepper.e-vertical.e-label-top .e-step-container .e-step-text-container {
|
|
10714
|
-
-
|
|
10715
|
-
order: -1;
|
|
11139
|
+
-webkit-box-ordinal-group: 0;
|
|
11140
|
+
-ms-flex-order: -1;
|
|
11141
|
+
order: -1;
|
|
10716
11142
|
}
|
|
10717
11143
|
.e-stepper .e-stepper-progressbar {
|
|
10718
11144
|
height: 1.6px;
|
|
@@ -10723,9 +11149,12 @@ ejs-sidebar {
|
|
|
10723
11149
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
10724
11150
|
height: 100%;
|
|
10725
11151
|
width: var(--progress-value);
|
|
11152
|
+
-webkit-transition-property: width;
|
|
10726
11153
|
transition-property: width;
|
|
10727
|
-
transition-duration: var(--duration);
|
|
10728
|
-
|
|
11154
|
+
-webkit-transition-duration: var(--duration);
|
|
11155
|
+
transition-duration: var(--duration);
|
|
11156
|
+
-webkit-transition-delay: var(--delay);
|
|
11157
|
+
transition-delay: var(--delay);
|
|
10729
11158
|
}
|
|
10730
11159
|
.e-stepper.e-vertical .e-stepper-progressbar {
|
|
10731
11160
|
min-height: inherit;
|
|
@@ -10736,6 +11165,7 @@ ejs-sidebar {
|
|
|
10736
11165
|
.e-stepper.e-vertical .e-stepper-progressbar > .e-progressbar-value {
|
|
10737
11166
|
width: 100%;
|
|
10738
11167
|
height: var(--progress-value);
|
|
11168
|
+
-webkit-transition-property: height;
|
|
10739
11169
|
transition-property: height;
|
|
10740
11170
|
}
|
|
10741
11171
|
.e-stepper.e-vertical.e-rtl .e-stepper-progressbar {
|
|
@@ -10754,12 +11184,12 @@ ejs-sidebar {
|
|
|
10754
11184
|
top: 90% !important; /* stylelint-disable-line declaration-no-important */
|
|
10755
11185
|
}
|
|
10756
11186
|
|
|
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-
|
|
11187
|
+
.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,
|
|
11188
|
+
.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
11189
|
font-size: 28px;
|
|
10760
11190
|
}
|
|
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-
|
|
11191
|
+
.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,
|
|
11192
|
+
.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
11193
|
width: 28px;
|
|
10764
11194
|
height: 28px;
|
|
10765
11195
|
}
|
|
@@ -10793,12 +11223,12 @@ ejs-sidebar {
|
|
|
10793
11223
|
font-size: 10px;
|
|
10794
11224
|
}
|
|
10795
11225
|
|
|
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-
|
|
11226
|
+
.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,
|
|
11227
|
+
.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
11228
|
font-size: 40px;
|
|
10799
11229
|
}
|
|
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-
|
|
11230
|
+
.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,
|
|
11231
|
+
.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
11232
|
width: 40px;
|
|
10803
11233
|
height: 40px;
|
|
10804
11234
|
}
|
|
@@ -10832,16 +11262,16 @@ ejs-sidebar {
|
|
|
10832
11262
|
font-size: 14px;
|
|
10833
11263
|
}
|
|
10834
11264
|
|
|
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-
|
|
11265
|
+
.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,
|
|
11266
|
+
.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,
|
|
11267
|
+
.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,
|
|
11268
|
+
.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
11269
|
font-size: 36px;
|
|
10840
11270
|
}
|
|
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-
|
|
11271
|
+
.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,
|
|
11272
|
+
.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,
|
|
11273
|
+
.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,
|
|
11274
|
+
.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
11275
|
width: 36px;
|
|
10846
11276
|
height: 36px;
|
|
10847
11277
|
}
|
|
@@ -10935,10 +11365,6 @@ ejs-sidebar {
|
|
|
10935
11365
|
.e-stepper .e-step-error .e-indicator:hover {
|
|
10936
11366
|
color: #000;
|
|
10937
11367
|
}
|
|
10938
|
-
.e-stepper .e-step-selected .e-text,
|
|
10939
|
-
.e-stepper .e-step-selected .e-label {
|
|
10940
|
-
font-weight: 600;
|
|
10941
|
-
}
|
|
10942
11368
|
.e-stepper .e-step-valid.e-step-text-only .e-step-validation-icon,
|
|
10943
11369
|
.e-stepper .e-step-valid.e-step-label-only .e-step-validation-icon {
|
|
10944
11370
|
color: #4d831e;
|
|
@@ -10957,7 +11383,7 @@ ejs-sidebar {
|
|
|
10957
11383
|
.e-stepper .e-step-completed:not(.e-step-error) .e-label {
|
|
10958
11384
|
color: #3f51b5;
|
|
10959
11385
|
}
|
|
10960
|
-
.e-stepper .e-step-label:not(.e-step-
|
|
11386
|
+
.e-stepper .e-step-label:not(.e-step-item) .e-step-label-container {
|
|
10961
11387
|
background-color: #fff;
|
|
10962
11388
|
}
|
|
10963
11389
|
.e-stepper .e-step-text-container {
|
|
@@ -10973,7 +11399,7 @@ ejs-sidebar {
|
|
|
10973
11399
|
.e-stepper .e-step-disabled .e-step-validation-icon {
|
|
10974
11400
|
color: #9e9e9e;
|
|
10975
11401
|
}
|
|
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-
|
|
11402
|
+
.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
11403
|
background-color: #fff;
|
|
10978
11404
|
}
|
|
10979
11405
|
.e-stepper .e-stepper-progressbar {
|
|
@@ -10983,31 +11409,36 @@ ejs-sidebar {
|
|
|
10983
11409
|
background-color: #3f51b5;
|
|
10984
11410
|
}
|
|
10985
11411
|
.e-stepper:not(.e-steps-focus) .e-step-selected .e-step {
|
|
10986
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3f51b5, 0 0 0 8px #fff;
|
|
11412
|
+
-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3f51b5, 0 0 0 8px #fff;
|
|
11413
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3f51b5, 0 0 0 8px #fff;
|
|
10987
11414
|
}
|
|
10988
11415
|
.e-stepper .e-step-focus .e-step,
|
|
10989
11416
|
.e-stepper .e-step-label-only.e-step-focus .e-label,
|
|
10990
11417
|
.e-stepper .e-step-text-only.e-step-focus .e-text,
|
|
10991
11418
|
.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 #fff, 0 0 0 4px #000, 0 0 0 8px #fff;
|
|
11419
|
+
-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 8px #fff;
|
|
11420
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 8px #fff;
|
|
10993
11421
|
}
|
|
10994
11422
|
.e-stepper:not(.e-steps-focus) .e-step-valid.e-step-selected .e-step,
|
|
10995
11423
|
.e-stepper .e-step-valid.e-step-focus .e-step,
|
|
10996
11424
|
.e-stepper .e-step-valid.e-step-label-only.e-step-focus .e-label,
|
|
10997
11425
|
.e-stepper .e-step-valid.e-step-text-only.e-step-focus .e-text,
|
|
10998
11426
|
.e-stepper .e-step-valid.e-step-template.e-step-focus {
|
|
10999
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #4d831e, 0 0 0 8px #fff;
|
|
11427
|
+
-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #4d831e, 0 0 0 8px #fff;
|
|
11428
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #4d831e, 0 0 0 8px #fff;
|
|
11000
11429
|
}
|
|
11001
11430
|
.e-stepper:not(.e-steps-focus) .e-step-error.e-step-selected .e-step,
|
|
11002
11431
|
.e-stepper .e-step-error.e-step-focus .e-step,
|
|
11003
11432
|
.e-stepper .e-step-error.e-step-label-only.e-step-focus .e-label,
|
|
11004
11433
|
.e-stepper .e-step-error.e-step-text-only.e-step-focus .e-text,
|
|
11005
11434
|
.e-stepper .e-step-error.e-step-template.e-step-focus {
|
|
11006
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #e51b0d, 0 0 0 8px #fff;
|
|
11435
|
+
-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #e51b0d, 0 0 0 8px #fff;
|
|
11436
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #e51b0d, 0 0 0 8px #fff;
|
|
11007
11437
|
}
|
|
11008
11438
|
.e-stepper .e-step-container:not(.e-step-focus).e-step-notstarted .e-step,
|
|
11009
11439
|
.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 #fff;
|
|
11440
|
+
-webkit-box-shadow: 0 0 0 8px #fff;
|
|
11441
|
+
box-shadow: 0 0 0 8px #fff;
|
|
11011
11442
|
}
|
|
11012
11443
|
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-step:hover,
|
|
11013
11444
|
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-indicator:hover {
|