@syncfusion/ej2-navigations 25.2.6 → 26.1.35-750253
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +3 -2
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +1311 -1106
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +960 -740
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -12
- package/src/accordion/accordion.d.ts +0 -3
- package/src/accordion/accordion.js +5 -5
- package/src/appbar/appbar.js +1 -1
- package/src/breadcrumb/breadcrumb-model.d.ts +7 -0
- package/src/breadcrumb/breadcrumb.d.ts +6 -0
- package/src/breadcrumb/breadcrumb.js +20 -6
- package/src/carousel/carousel.d.ts +1 -0
- package/src/carousel/carousel.js +12 -9
- package/src/common/menu-base.js +21 -13
- package/src/sidebar/sidebar-model.d.ts +5 -6
- package/src/sidebar/sidebar.d.ts +8 -6
- package/src/sidebar/sidebar.js +2 -3
- package/src/stepper/stepper-model.d.ts +7 -1
- package/src/stepper/stepper.d.ts +7 -3
- package/src/stepper/stepper.js +141 -76
- package/src/stepper-base/stepper-base-model.d.ts +1 -1
- package/src/stepper-base/stepper-base.d.ts +4 -4
- package/src/stepper-base/stepper-base.js +13 -8
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.d.ts +0 -3
- package/src/tab/tab.js +2 -2
- package/src/toolbar/toolbar-model.d.ts +1 -1
- package/src/toolbar/toolbar.js +13 -9
- package/src/treeview/treeview-model.d.ts +60 -53
- package/src/treeview/treeview.d.ts +134 -29
- package/src/treeview/treeview.js +572 -392
- package/styles/accordion/_bds-definition.scss +0 -13
- package/styles/accordion/_bootstrap-dark-definition.scss +0 -9
- package/styles/accordion/_bootstrap-definition.scss +0 -14
- package/styles/accordion/_bootstrap4-definition.scss +0 -9
- package/styles/accordion/_bootstrap5-definition.scss +8 -22
- package/styles/accordion/_bootstrap5.3-definition.scss +168 -0
- package/styles/accordion/_fabric-dark-definition.scss +0 -8
- package/styles/accordion/_fabric-definition.scss +0 -13
- package/styles/accordion/_fluent-definition.scss +0 -13
- package/styles/accordion/_fluent2-definition.scss +167 -0
- package/styles/accordion/_fusionnew-definition.scss +1 -15
- package/styles/accordion/_highcontrast-definition.scss +0 -13
- package/styles/accordion/_highcontrast-light-definition.scss +0 -11
- package/styles/accordion/_layout.scss +0 -2
- package/styles/accordion/_material-dark-definition.scss +0 -11
- package/styles/accordion/_material-definition.scss +0 -13
- package/styles/accordion/_material3-definition.scss +3 -17
- package/styles/accordion/_tailwind-definition.scss +0 -13
- package/styles/accordion/_theme.scss +0 -3
- package/styles/accordion/bootstrap-dark.css +11 -9
- package/styles/accordion/bootstrap.css +11 -10
- package/styles/accordion/bootstrap4.css +11 -9
- package/styles/accordion/bootstrap5-dark.css +20 -20
- package/styles/accordion/bootstrap5.css +20 -20
- package/styles/accordion/fabric-dark.css +11 -9
- package/styles/accordion/fabric.css +11 -10
- package/styles/accordion/fluent-dark.css +11 -10
- package/styles/accordion/fluent.css +11 -10
- package/styles/accordion/fluent2.css +1574 -0
- package/styles/accordion/fluent2.scss +4 -0
- package/styles/accordion/highcontrast-light.css +11 -9
- package/styles/accordion/highcontrast.css +11 -10
- package/styles/accordion/icons/_bds.scss +0 -2
- package/styles/accordion/icons/_bootstrap-dark.scss +0 -2
- package/styles/accordion/icons/_bootstrap.scss +0 -2
- package/styles/accordion/icons/_bootstrap4.scss +0 -2
- package/styles/accordion/icons/_bootstrap5.3.scss +15 -0
- package/styles/accordion/icons/_bootstrap5.scss +0 -2
- package/styles/accordion/icons/_fabric-dark.scss +0 -2
- package/styles/accordion/icons/_fabric.scss +0 -2
- package/styles/accordion/icons/_fluent.scss +0 -2
- package/styles/accordion/icons/_fluent2.scss +15 -0
- package/styles/accordion/icons/_fusionnew.scss +0 -2
- package/styles/accordion/icons/_highcontrast-light.scss +0 -2
- package/styles/accordion/icons/_highcontrast.scss +0 -2
- package/styles/accordion/icons/_material-dark.scss +0 -2
- package/styles/accordion/icons/_material.scss +0 -2
- package/styles/accordion/icons/_material3.scss +0 -2
- package/styles/accordion/icons/_tailwind.scss +0 -2
- package/styles/accordion/material-dark.css +11 -9
- package/styles/accordion/material.css +11 -10
- package/styles/accordion/material3-dark.css +12 -12
- package/styles/accordion/material3.css +12 -12
- package/styles/accordion/tailwind-dark.css +11 -10
- package/styles/accordion/tailwind.css +11 -10
- package/styles/appbar/_bds-definition.scss +1 -3
- package/styles/appbar/_bootstrap-dark-definition.scss +0 -2
- package/styles/appbar/_bootstrap-definition.scss +0 -2
- package/styles/appbar/_bootstrap4-definition.scss +0 -2
- package/styles/appbar/_bootstrap5-definition.scss +0 -2
- package/styles/appbar/_bootstrap5.3-definition.scss +6 -0
- package/styles/appbar/_fabric-dark-definition.scss +0 -2
- package/styles/appbar/_fabric-definition.scss +0 -2
- package/styles/appbar/_fluent-definition.scss +0 -2
- package/styles/appbar/_fluent2-definition.scss +24 -0
- package/styles/appbar/_fusionnew-definition.scss +0 -2
- package/styles/appbar/_highcontrast-definition.scss +0 -2
- package/styles/appbar/_highcontrast-light-definition.scss +0 -2
- package/styles/appbar/_layout.scss +3 -2
- package/styles/appbar/_material-dark-definition.scss +0 -2
- package/styles/appbar/_material-definition.scss +0 -2
- package/styles/appbar/_material3-definition.scss +0 -2
- package/styles/appbar/_tailwind-definition.scss +0 -2
- package/styles/appbar/_theme.scss +0 -2
- package/styles/appbar/bootstrap-dark.css +52 -23
- package/styles/appbar/bootstrap.css +52 -23
- package/styles/appbar/bootstrap4.css +52 -23
- package/styles/appbar/bootstrap5-dark.css +52 -23
- package/styles/appbar/bootstrap5.css +52 -23
- package/styles/appbar/fabric-dark.css +52 -23
- package/styles/appbar/fabric.css +52 -23
- package/styles/appbar/fluent-dark.css +52 -23
- package/styles/appbar/fluent.css +52 -23
- package/styles/appbar/fluent2.css +1332 -0
- package/styles/appbar/fluent2.scss +3 -0
- package/styles/appbar/highcontrast-light.css +52 -23
- package/styles/appbar/highcontrast.css +52 -23
- package/styles/appbar/material-dark.css +52 -23
- package/styles/appbar/material.css +52 -23
- package/styles/appbar/material3-dark.css +62 -26
- package/styles/appbar/material3.css +62 -26
- package/styles/appbar/tailwind-dark.css +52 -23
- package/styles/appbar/tailwind.css +52 -23
- package/styles/bootstrap-dark.css +1042 -643
- package/styles/bootstrap-dark.scss +47 -14
- package/styles/bootstrap.css +1050 -656
- package/styles/bootstrap.scss +47 -14
- package/styles/bootstrap4.css +1060 -673
- package/styles/bootstrap4.scss +47 -14
- package/styles/bootstrap5-dark.css +1101 -736
- package/styles/bootstrap5-dark.scss +47 -14
- package/styles/bootstrap5.css +1101 -736
- package/styles/bootstrap5.scss +47 -14
- package/styles/breadcrumb/_all.scss +0 -1
- package/styles/breadcrumb/_bds-definition.scss +1 -1
- package/styles/breadcrumb/_bootstrap5.3-definition.scss +57 -0
- package/styles/breadcrumb/_fluent-definition.scss +2 -1
- package/styles/breadcrumb/_fluent2-definition.scss +61 -0
- package/styles/breadcrumb/_layout.scss +92 -10
- package/styles/breadcrumb/_theme.scss +31 -2
- package/styles/breadcrumb/bootstrap-dark.css +37 -22
- package/styles/breadcrumb/bootstrap.css +37 -22
- package/styles/breadcrumb/bootstrap4.css +37 -22
- package/styles/breadcrumb/bootstrap5-dark.css +37 -22
- package/styles/breadcrumb/bootstrap5.css +37 -22
- package/styles/breadcrumb/fabric-dark.css +37 -22
- package/styles/breadcrumb/fabric.css +37 -22
- package/styles/breadcrumb/fluent-dark.css +39 -24
- package/styles/breadcrumb/fluent.css +39 -24
- package/styles/breadcrumb/fluent2.css +1489 -0
- package/styles/breadcrumb/fluent2.scss +4 -0
- package/styles/breadcrumb/highcontrast-light.css +37 -22
- package/styles/breadcrumb/highcontrast.css +37 -22
- package/styles/breadcrumb/icons/_bds.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap4.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap5.3.scss +23 -0
- package/styles/breadcrumb/icons/_bootstrap5.scss +0 -2
- package/styles/breadcrumb/icons/_fabric-dark.scss +0 -2
- package/styles/breadcrumb/icons/_fabric.scss +0 -2
- package/styles/breadcrumb/icons/_fluent.scss +0 -2
- package/styles/breadcrumb/icons/_fluent2.scss +23 -0
- package/styles/breadcrumb/icons/_fusionnew.scss +0 -2
- package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -2
- package/styles/breadcrumb/icons/_highcontrast.scss +0 -2
- package/styles/breadcrumb/icons/_material-dark.scss +0 -2
- package/styles/breadcrumb/icons/_material.scss +0 -2
- package/styles/breadcrumb/icons/_material3.scss +0 -2
- package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -2
- package/styles/breadcrumb/icons/_tailwind.scss +0 -2
- package/styles/breadcrumb/material-dark.css +37 -22
- package/styles/breadcrumb/material.css +37 -22
- package/styles/breadcrumb/material3-dark.css +39 -23
- package/styles/breadcrumb/material3.css +39 -23
- package/styles/breadcrumb/tailwind-dark.css +37 -22
- package/styles/breadcrumb/tailwind.css +37 -22
- package/styles/carousel/_bds-definition.scss +0 -7
- package/styles/carousel/_bootstrap-dark-definition.scss +0 -7
- package/styles/carousel/_bootstrap-definition.scss +0 -7
- package/styles/carousel/_bootstrap4-definition.scss +0 -7
- package/styles/carousel/_bootstrap5-definition.scss +0 -7
- package/styles/carousel/_bootstrap5.3-definition.scss +20 -0
- package/styles/carousel/_fabric-dark-definition.scss +0 -7
- package/styles/carousel/_fabric-definition.scss +0 -7
- package/styles/carousel/_fluent-definition.scss +0 -7
- package/styles/carousel/_fluent2-definition.scss +21 -0
- package/styles/carousel/_fusionnew-definition.scss +0 -7
- package/styles/carousel/_highcontrast-definition.scss +0 -7
- package/styles/carousel/_highcontrast-light-definition.scss +0 -7
- package/styles/carousel/_layout.scss +0 -2
- package/styles/carousel/_material-dark-definition.scss +0 -7
- package/styles/carousel/_material-definition.scss +0 -7
- package/styles/carousel/_material3-definition.scss +0 -7
- package/styles/carousel/_tailwind-definition.scss +0 -7
- package/styles/carousel/_theme.scss +8 -2
- package/styles/carousel/bootstrap-dark.css +93 -39
- package/styles/carousel/bootstrap.css +93 -39
- package/styles/carousel/bootstrap4.css +93 -39
- package/styles/carousel/bootstrap5-dark.css +93 -39
- package/styles/carousel/bootstrap5.css +93 -39
- package/styles/carousel/fabric-dark.css +93 -39
- package/styles/carousel/fabric.css +93 -39
- package/styles/carousel/fluent-dark.css +93 -39
- package/styles/carousel/fluent.css +93 -39
- package/styles/carousel/fluent2.css +1405 -0
- package/styles/carousel/fluent2.scss +5 -0
- package/styles/carousel/highcontrast-light.css +93 -39
- package/styles/carousel/highcontrast.css +93 -39
- package/styles/carousel/icons/_bootstrap5.3.scss +30 -0
- package/styles/carousel/icons/_fluent2.scss +30 -0
- package/styles/carousel/material-dark.css +93 -39
- package/styles/carousel/material.css +93 -39
- package/styles/carousel/material3-dark.css +98 -41
- package/styles/carousel/material3.css +98 -41
- package/styles/carousel/tailwind-dark.css +93 -39
- package/styles/carousel/tailwind.css +93 -39
- package/styles/context-menu/_bds-definition.scss +5 -2
- package/styles/context-menu/_bootstrap-dark-definition.scss +0 -3
- package/styles/context-menu/_bootstrap5-definition.scss +0 -1
- package/styles/context-menu/_bootstrap5.3-definition.scss +51 -0
- package/styles/context-menu/_fabric-dark-definition.scss +0 -3
- package/styles/context-menu/_fluent-definition.scss +0 -1
- package/styles/context-menu/_fluent2-definition.scss +52 -0
- package/styles/context-menu/_fusionnew-definition.scss +0 -1
- package/styles/context-menu/_highcontrast-light-definition.scss +0 -3
- package/styles/context-menu/_layout-mixin.scss +24 -0
- package/styles/context-menu/_layout.scss +44 -4
- package/styles/context-menu/_material-dark-definition.scss +0 -3
- package/styles/context-menu/_material3-definition.scss +0 -1
- package/styles/context-menu/_tailwind-definition.scss +0 -1
- package/styles/context-menu/_theme-mixin.scss +13 -0
- package/styles/context-menu/_theme.scss +6 -3
- package/styles/context-menu/bootstrap-dark.css +19 -11
- package/styles/context-menu/bootstrap.css +21 -12
- package/styles/context-menu/bootstrap4.css +21 -12
- package/styles/context-menu/bootstrap5-dark.css +36 -14
- package/styles/context-menu/bootstrap5.css +36 -14
- package/styles/context-menu/fabric-dark.css +19 -11
- package/styles/context-menu/fabric.css +19 -11
- package/styles/context-menu/fluent-dark.css +36 -14
- package/styles/context-menu/fluent.css +36 -14
- package/styles/context-menu/fluent2.css +1497 -0
- package/styles/context-menu/fluent2.scss +7 -0
- package/styles/context-menu/highcontrast-light.css +19 -11
- package/styles/context-menu/highcontrast.css +19 -11
- package/styles/context-menu/icons/_bds.scss +0 -2
- package/styles/context-menu/icons/_bootstrap-dark.scss +0 -2
- package/styles/context-menu/icons/_bootstrap.scss +0 -2
- package/styles/context-menu/icons/_bootstrap4.scss +0 -2
- package/styles/context-menu/icons/_bootstrap5.3.scss +31 -0
- package/styles/context-menu/icons/_bootstrap5.scss +0 -2
- package/styles/context-menu/icons/_fabric-dark.scss +0 -2
- package/styles/context-menu/icons/_fabric.scss +0 -2
- package/styles/context-menu/icons/_fluent.scss +0 -2
- package/styles/context-menu/icons/_fluent2.scss +31 -0
- package/styles/context-menu/icons/_fusionnew.scss +0 -2
- package/styles/context-menu/icons/_highcontrast-light.scss +0 -2
- package/styles/context-menu/icons/_highcontrast.scss +0 -2
- package/styles/context-menu/icons/_material-dark.scss +0 -2
- package/styles/context-menu/icons/_material.scss +0 -2
- package/styles/context-menu/icons/_material3.scss +0 -2
- package/styles/context-menu/icons/_tailwind-dark.scss +0 -2
- package/styles/context-menu/icons/_tailwind.scss +0 -2
- package/styles/context-menu/material-dark.css +49 -15
- package/styles/context-menu/material.css +49 -15
- package/styles/context-menu/material3-dark.css +38 -15
- package/styles/context-menu/material3.css +38 -15
- package/styles/context-menu/tailwind-dark.css +36 -14
- package/styles/context-menu/tailwind.css +36 -14
- package/styles/fabric-dark.css +1040 -641
- package/styles/fabric-dark.scss +47 -14
- package/styles/fabric.css +1042 -652
- package/styles/fabric.scss +47 -14
- package/styles/fluent-dark.css +1074 -698
- package/styles/fluent-dark.scss +47 -14
- package/styles/fluent.css +1074 -698
- package/styles/fluent.scss +47 -14
- package/styles/fluent2.css +13003 -0
- package/styles/fluent2.scss +47 -0
- package/styles/h-scroll/_bootstrap5.3-definition.scss +83 -0
- package/styles/h-scroll/_fluent2-definition.scss +83 -0
- package/styles/h-scroll/bootstrap-dark.css +22 -10
- package/styles/h-scroll/bootstrap.css +22 -10
- package/styles/h-scroll/bootstrap4.css +22 -10
- package/styles/h-scroll/bootstrap5-dark.css +41 -14
- package/styles/h-scroll/bootstrap5.css +41 -14
- package/styles/h-scroll/fabric-dark.css +22 -10
- package/styles/h-scroll/fabric.css +22 -10
- package/styles/h-scroll/fluent-dark.css +41 -14
- package/styles/h-scroll/fluent.css +41 -14
- package/styles/h-scroll/fluent2.css +1341 -0
- package/styles/h-scroll/fluent2.scss +4 -0
- package/styles/h-scroll/highcontrast-light.css +22 -10
- package/styles/h-scroll/highcontrast.css +22 -10
- package/styles/h-scroll/icons/_bootstrap5.3.scss +49 -0
- package/styles/h-scroll/icons/_fluent2.scss +49 -0
- package/styles/h-scroll/material-dark.css +41 -14
- package/styles/h-scroll/material.css +41 -14
- package/styles/h-scroll/material3-dark.css +44 -15
- package/styles/h-scroll/material3.css +44 -15
- package/styles/h-scroll/tailwind-dark.css +41 -14
- package/styles/h-scroll/tailwind.css +41 -14
- package/styles/highcontrast-light.css +1040 -641
- package/styles/highcontrast-light.scss +47 -14
- package/styles/highcontrast.css +1056 -655
- package/styles/highcontrast.scss +47 -14
- package/styles/material-dark.css +1144 -709
- package/styles/material-dark.scss +47 -14
- package/styles/material.css +1157 -726
- package/styles/material.scss +47 -14
- package/styles/material3-dark.css +1148 -731
- package/styles/material3-dark.scss +47 -14
- package/styles/material3.css +1148 -731
- package/styles/material3.scss +47 -14
- package/styles/menu/_bds-definition.scss +0 -1
- package/styles/menu/_bootstrap-dark-definition.scss +0 -3
- package/styles/menu/_bootstrap5-definition.scss +0 -1
- package/styles/menu/_bootstrap5.3-definition.scss +66 -0
- package/styles/menu/_fabric-dark-definition.scss +0 -3
- package/styles/menu/_fluent-definition.scss +0 -1
- package/styles/menu/_fluent2-definition.scss +67 -0
- package/styles/menu/_fusionnew-definition.scss +0 -1
- package/styles/menu/_layout.scss +38 -17
- package/styles/menu/_material-dark-definition.scss +0 -3
- package/styles/menu/_material3-definition.scss +0 -1
- package/styles/menu/_tailwind-definition.scss +0 -1
- package/styles/menu/_theme.scss +46 -14
- package/styles/menu/bootstrap-dark.css +41 -39
- package/styles/menu/bootstrap.css +43 -40
- package/styles/menu/bootstrap4.css +47 -50
- package/styles/menu/bootstrap5-dark.css +58 -42
- package/styles/menu/bootstrap5.css +58 -42
- package/styles/menu/fabric-dark.css +41 -39
- package/styles/menu/fabric.css +41 -39
- package/styles/menu/fluent-dark.css +60 -47
- package/styles/menu/fluent.css +60 -47
- package/styles/menu/fluent2.css +2226 -0
- package/styles/menu/fluent2.scss +8 -0
- package/styles/menu/highcontrast-light.css +41 -39
- package/styles/menu/highcontrast.css +41 -39
- package/styles/menu/icons/_bds.scss +2 -32
- package/styles/menu/icons/_bootstrap-dark.scss +2 -31
- package/styles/menu/icons/_bootstrap.scss +2 -32
- package/styles/menu/icons/_bootstrap4.scss +2 -32
- package/styles/menu/icons/_bootstrap5.3.scss +104 -0
- package/styles/menu/icons/_bootstrap5.scss +2 -32
- package/styles/menu/icons/_fabric-dark.scss +2 -32
- package/styles/menu/icons/_fabric.scss +2 -32
- package/styles/menu/icons/_fluent.scss +2 -32
- package/styles/menu/icons/_fluent2.scss +104 -0
- package/styles/menu/icons/_fusionnew.scss +2 -32
- package/styles/menu/icons/_highcontrast-light.scss +2 -32
- package/styles/menu/icons/_highcontrast.scss +2 -32
- package/styles/menu/icons/_material-dark.scss +2 -32
- package/styles/menu/icons/_material.scss +2 -32
- package/styles/menu/icons/_material3.scss +2 -32
- package/styles/menu/icons/_tailwind-dark.scss +2 -32
- package/styles/menu/icons/_tailwind.scss +2 -32
- package/styles/menu/material-dark.css +71 -43
- package/styles/menu/material.css +71 -43
- package/styles/menu/material3-dark.css +61 -43
- package/styles/menu/material3.css +61 -43
- package/styles/menu/tailwind-dark.css +58 -42
- package/styles/menu/tailwind.css +58 -42
- package/styles/pager/_bds-definition.scss +6 -6
- package/styles/pager/_bootstrap-dark-definition.scss +2 -2
- package/styles/pager/_bootstrap-definition.scss +8 -8
- package/styles/pager/_bootstrap4-definition.scss +10 -10
- package/styles/pager/_bootstrap5-definition.scss +19 -19
- package/styles/pager/_bootstrap5.3-definition.scss +166 -0
- package/styles/pager/_fabric-dark-definition.scss +3 -5
- package/styles/pager/_fabric-definition.scss +3 -3
- package/styles/pager/_fluent-definition.scss +11 -11
- package/styles/pager/_fluent2-definition.scss +152 -0
- package/styles/pager/_fusionnew-definition.scss +19 -19
- package/styles/pager/_highcontrast-definition.scss +2 -2
- package/styles/pager/_highcontrast-light-definition.scss +2 -4
- package/styles/pager/_layout.scss +340 -339
- package/styles/pager/_material-dark-definition.scss +4 -6
- package/styles/pager/_material-definition.scss +4 -4
- package/styles/pager/_material3-definition.scss +22 -22
- package/styles/pager/_tailwind-definition.scss +17 -17
- package/styles/pager/_theme.scss +43 -26
- package/styles/pager/bootstrap-dark.css +88 -76
- package/styles/pager/bootstrap.css +90 -78
- package/styles/pager/bootstrap4.css +90 -78
- package/styles/pager/bootstrap5-dark.css +114 -111
- package/styles/pager/bootstrap5.css +114 -111
- package/styles/pager/fabric-dark.css +86 -74
- package/styles/pager/fabric.css +86 -74
- package/styles/pager/fluent-dark.css +92 -80
- package/styles/pager/fluent.css +92 -80
- package/styles/pager/fluent2.css +1862 -0
- package/styles/pager/fluent2.scss +4 -0
- package/styles/pager/highcontrast-light.css +86 -74
- package/styles/pager/highcontrast.css +86 -74
- package/styles/pager/icons/_bootstrap5.3.scss +50 -0
- package/styles/pager/icons/_fluent2.scss +50 -0
- package/styles/pager/material-dark.css +86 -74
- package/styles/pager/material.css +86 -74
- package/styles/pager/material3-dark.css +107 -106
- package/styles/pager/material3.css +107 -106
- package/styles/pager/tailwind-dark.css +139 -144
- package/styles/pager/tailwind.css +139 -144
- package/styles/sidebar/_bds-definition.scss +8 -0
- package/styles/sidebar/_bootstrap5.3-definition.scss +6 -0
- package/styles/sidebar/_fluent2-definition.scss +8 -0
- package/styles/sidebar/_material3-definition.scss +0 -3
- package/styles/sidebar/_theme.scss +114 -45
- package/styles/sidebar/bootstrap-dark.css +124 -49
- package/styles/sidebar/bootstrap.css +124 -49
- package/styles/sidebar/bootstrap4.css +124 -49
- package/styles/sidebar/bootstrap5-dark.css +122 -47
- package/styles/sidebar/bootstrap5.css +122 -47
- package/styles/sidebar/fabric-dark.css +124 -49
- package/styles/sidebar/fabric.css +124 -49
- package/styles/sidebar/fluent-dark.css +122 -47
- package/styles/sidebar/fluent.css +122 -47
- package/styles/sidebar/fluent2.css +1263 -0
- package/styles/sidebar/fluent2.scss +3 -0
- package/styles/sidebar/highcontrast-light.css +124 -49
- package/styles/sidebar/highcontrast.css +124 -49
- package/styles/sidebar/material-dark.css +124 -49
- package/styles/sidebar/material.css +124 -49
- package/styles/sidebar/material3-dark.css +125 -49
- package/styles/sidebar/material3.css +125 -49
- package/styles/sidebar/tailwind-dark.css +122 -47
- package/styles/sidebar/tailwind.css +122 -47
- package/styles/stepper/_bds-definition.scss +0 -7
- package/styles/stepper/_bootstrap-dark-definition.scss +0 -7
- package/styles/stepper/_bootstrap-definition.scss +0 -7
- package/styles/stepper/_bootstrap4-definition.scss +0 -7
- package/styles/stepper/_bootstrap5-definition.scss +0 -7
- package/styles/stepper/_bootstrap5.3-definition.scss +73 -0
- package/styles/stepper/_fabric-dark-definition.scss +0 -7
- package/styles/stepper/_fabric-definition.scss +0 -7
- package/styles/stepper/_fluent-definition.scss +0 -7
- package/styles/stepper/_fluent2-definition.scss +72 -0
- package/styles/stepper/_fusionnew-definition.scss +0 -7
- package/styles/stepper/_highcontrast-definition.scss +0 -7
- package/styles/stepper/_highcontrast-light-definition.scss +0 -7
- package/styles/stepper/_layout.scss +90 -143
- package/styles/stepper/_material-dark-definition.scss +0 -7
- package/styles/stepper/_material-definition.scss +0 -7
- package/styles/stepper/_material3-definition.scss +0 -7
- package/styles/stepper/_tailwind-definition.scss +0 -7
- package/styles/stepper/_theme.scss +12 -20
- package/styles/stepper/bootstrap-dark.css +162 -118
- package/styles/stepper/bootstrap.css +162 -118
- package/styles/stepper/bootstrap4.css +162 -118
- package/styles/stepper/bootstrap5-dark.css +162 -118
- package/styles/stepper/bootstrap5.css +162 -118
- package/styles/stepper/fabric-dark.css +162 -118
- package/styles/stepper/fabric.css +162 -118
- package/styles/stepper/fluent-dark.css +162 -118
- package/styles/stepper/fluent.css +162 -118
- package/styles/stepper/fluent2.css +1742 -0
- package/styles/stepper/fluent2.scss +5 -0
- package/styles/stepper/highcontrast-light.css +162 -118
- package/styles/stepper/highcontrast.css +162 -118
- package/styles/stepper/icons/_bootstrap5.3.scss +5 -0
- package/styles/stepper/icons/_fluent2.scss +5 -0
- package/styles/stepper/material-dark.css +162 -118
- package/styles/stepper/material.css +162 -118
- package/styles/stepper/material3-dark.css +167 -119
- package/styles/stepper/material3.css +167 -119
- package/styles/stepper/tailwind-dark.css +162 -118
- package/styles/stepper/tailwind.css +162 -118
- package/styles/tab/_bds-definition.scss +5 -45
- package/styles/tab/_bootstrap-dark-definition.scss +0 -26
- package/styles/tab/_bootstrap-definition.scss +0 -35
- package/styles/tab/_bootstrap4-definition.scss +9 -42
- package/styles/tab/_bootstrap5-definition.scss +0 -26
- package/styles/tab/_bootstrap5.3-definition.scss +635 -0
- package/styles/tab/_fabric-dark-definition.scss +0 -22
- package/styles/tab/_fabric-definition.scss +1 -36
- package/styles/tab/_fluent-definition.scss +0 -31
- package/styles/tab/_fluent2-definition.scss +667 -0
- package/styles/tab/_fusionnew-definition.scss +0 -26
- package/styles/tab/_highcontrast-definition.scss +0 -35
- package/styles/tab/_highcontrast-light-definition.scss +0 -24
- package/styles/tab/_icons.scss +0 -2
- package/styles/tab/_layout.scss +29 -31
- package/styles/tab/_material-dark-definition.scss +0 -28
- package/styles/tab/_material-definition.scss +0 -39
- package/styles/tab/_material3-definition.scss +3 -28
- package/styles/tab/_tailwind-definition.scss +0 -39
- package/styles/tab/_theme.scss +21 -2
- package/styles/tab/bootstrap-dark.css +171 -78
- package/styles/tab/bootstrap.css +171 -83
- package/styles/tab/bootstrap4.css +177 -87
- package/styles/tab/bootstrap5-dark.css +171 -84
- package/styles/tab/bootstrap5.css +171 -84
- package/styles/tab/fabric-dark.css +171 -78
- package/styles/tab/fabric.css +173 -85
- package/styles/tab/fluent-dark.css +171 -81
- package/styles/tab/fluent.css +171 -81
- package/styles/tab/fluent2.css +5251 -0
- package/styles/tab/fluent2.scss +5 -0
- package/styles/tab/highcontrast-light.css +171 -78
- package/styles/tab/highcontrast.css +171 -83
- package/styles/tab/icons/_bds.scss +0 -2
- package/styles/tab/icons/_bootstrap-dark.scss +0 -2
- package/styles/tab/icons/_bootstrap.scss +0 -2
- package/styles/tab/icons/_bootstrap4.scss +0 -2
- package/styles/tab/icons/_bootstrap5.3.scss +90 -0
- package/styles/tab/icons/_bootstrap5.scss +0 -2
- package/styles/tab/icons/_fabric-dark.scss +0 -2
- package/styles/tab/icons/_fabric.scss +0 -2
- package/styles/tab/icons/_fluent.scss +0 -2
- package/styles/tab/icons/_fluent2.scss +98 -0
- package/styles/tab/icons/_fusionnew.scss +0 -2
- package/styles/tab/icons/_highcontrast-light.scss +0 -2
- package/styles/tab/icons/_highcontrast.scss +0 -2
- package/styles/tab/icons/_material-dark.scss +0 -2
- package/styles/tab/icons/_material.scss +0 -2
- package/styles/tab/icons/_material3.scss +0 -2
- package/styles/tab/icons/_tailwind.scss +0 -2
- package/styles/tab/material-dark.css +232 -84
- package/styles/tab/material.css +232 -90
- package/styles/tab/material3-dark.css +174 -85
- package/styles/tab/material3.css +174 -85
- package/styles/tab/tailwind-dark.css +217 -87
- package/styles/tab/tailwind.css +217 -87
- package/styles/tailwind-dark.css +1165 -763
- package/styles/tailwind-dark.scss +47 -14
- package/styles/tailwind.css +1165 -763
- package/styles/tailwind.scss +47 -14
- package/styles/toolbar/_bds-definition.scss +0 -18
- package/styles/toolbar/_bootstrap-dark-definition.scss +0 -15
- package/styles/toolbar/_bootstrap-definition.scss +0 -3
- package/styles/toolbar/_bootstrap4-definition.scss +0 -13
- package/styles/toolbar/_bootstrap5-definition.scss +0 -22
- package/styles/toolbar/_bootstrap5.3-definition.scss +198 -0
- package/styles/toolbar/_fabric-dark-definition.scss +0 -15
- package/styles/toolbar/_fabric-definition.scss +0 -13
- package/styles/toolbar/_fluent-definition.scss +0 -13
- package/styles/toolbar/_fluent2-definition.scss +197 -0
- package/styles/toolbar/_fusionnew-definition.scss +0 -22
- package/styles/toolbar/_highcontrast-definition.scss +0 -14
- package/styles/toolbar/_highcontrast-light-definition.scss +0 -15
- package/styles/toolbar/_layout.scss +18 -32
- package/styles/toolbar/_material-dark-definition.scss +0 -16
- package/styles/toolbar/_material-definition.scss +0 -16
- package/styles/toolbar/_material3-definition.scss +0 -21
- package/styles/toolbar/_tailwind-definition.scss +0 -13
- package/styles/toolbar/_theme.scss +66 -5
- package/styles/toolbar/bootstrap-dark.css +94 -61
- package/styles/toolbar/bootstrap.css +96 -62
- package/styles/toolbar/bootstrap4.css +96 -62
- package/styles/toolbar/bootstrap5-dark.css +111 -64
- package/styles/toolbar/bootstrap5.css +111 -64
- package/styles/toolbar/fabric-dark.css +94 -61
- package/styles/toolbar/fabric.css +94 -61
- package/styles/toolbar/fluent-dark.css +111 -64
- package/styles/toolbar/fluent.css +111 -64
- package/styles/toolbar/fluent2.css +2224 -0
- package/styles/toolbar/fluent2.scss +8 -0
- package/styles/toolbar/highcontrast-light.css +94 -61
- package/styles/toolbar/highcontrast.css +94 -61
- package/styles/toolbar/icons/_bds.scss +0 -2
- package/styles/toolbar/icons/_bootstrap-dark.scss +0 -2
- package/styles/toolbar/icons/_bootstrap.scss +0 -2
- package/styles/toolbar/icons/_bootstrap4.scss +0 -2
- package/styles/toolbar/icons/_bootstrap5.3.scss +14 -0
- package/styles/toolbar/icons/_bootstrap5.scss +0 -2
- package/styles/toolbar/icons/_fabric-dark.scss +0 -2
- package/styles/toolbar/icons/_fabric.scss +0 -2
- package/styles/toolbar/icons/_fluent.scss +0 -2
- package/styles/toolbar/icons/_fluent2.scss +14 -0
- package/styles/toolbar/icons/_fusionnew.scss +0 -2
- package/styles/toolbar/icons/_highcontrast-light.scss +0 -2
- package/styles/toolbar/icons/_highcontrast.scss +0 -2
- package/styles/toolbar/icons/_material-dark.scss +0 -2
- package/styles/toolbar/icons/_material.scss +0 -2
- package/styles/toolbar/icons/_material3.scss +0 -2
- package/styles/toolbar/icons/_tailwind.scss +0 -2
- package/styles/toolbar/material-dark.css +143 -69
- package/styles/toolbar/material.css +143 -70
- package/styles/toolbar/material3-dark.css +123 -65
- package/styles/toolbar/material3.css +123 -65
- package/styles/toolbar/tailwind-dark.css +111 -64
- package/styles/toolbar/tailwind.css +111 -64
- package/styles/treeview/_bootstrap5.3-definition.scss +119 -0
- package/styles/treeview/_fluent2-definition.scss +126 -0
- package/styles/treeview/_layout.scss +154 -146
- package/styles/treeview/_material3-definition.scss +1 -12
- package/styles/treeview/_theme.scss +154 -168
- package/styles/treeview/bootstrap-dark.css +106 -98
- package/styles/treeview/bootstrap.css +112 -100
- package/styles/treeview/bootstrap4.css +112 -104
- package/styles/treeview/bootstrap5-dark.css +112 -103
- package/styles/treeview/bootstrap5.css +112 -103
- package/styles/treeview/fabric-dark.css +106 -98
- package/styles/treeview/fabric.css +106 -98
- package/styles/treeview/fluent-dark.css +112 -103
- package/styles/treeview/fluent.css +112 -103
- package/styles/treeview/fluent2.css +2052 -0
- package/styles/treeview/fluent2.scss +6 -0
- package/styles/treeview/highcontrast-light.css +106 -98
- package/styles/treeview/highcontrast.css +122 -103
- package/styles/treeview/icons/_bootstrap5.3.scss +43 -0
- package/styles/treeview/icons/_fluent2.scss +43 -0
- package/styles/treeview/material-dark.css +115 -99
- package/styles/treeview/material.css +129 -101
- package/styles/treeview/material3-dark.css +136 -109
- package/styles/treeview/material3.css +136 -109
- package/styles/treeview/tailwind-dark.css +113 -105
- package/styles/treeview/tailwind.css +113 -105
- package/styles/v-scroll/_bootstrap5.3-definition.scss +49 -0
- package/styles/v-scroll/_fluent2-definition.scss +49 -0
- package/styles/v-scroll/bootstrap-dark.css +22 -10
- package/styles/v-scroll/bootstrap.css +22 -10
- package/styles/v-scroll/bootstrap4.css +22 -10
- package/styles/v-scroll/bootstrap5-dark.css +22 -10
- package/styles/v-scroll/bootstrap5.css +22 -10
- package/styles/v-scroll/fabric-dark.css +22 -10
- package/styles/v-scroll/fabric.css +22 -10
- package/styles/v-scroll/fluent-dark.css +22 -10
- package/styles/v-scroll/fluent.css +22 -10
- package/styles/v-scroll/fluent2.css +1248 -0
- package/styles/v-scroll/fluent2.scss +4 -0
- package/styles/v-scroll/highcontrast-light.css +22 -10
- package/styles/v-scroll/highcontrast.css +22 -10
- package/styles/v-scroll/icons/_bootstrap5.3.scss +27 -0
- package/styles/v-scroll/icons/_fluent2.scss +27 -0
- package/styles/v-scroll/material-dark.css +41 -14
- package/styles/v-scroll/material.css +41 -14
- package/styles/v-scroll/material3-dark.css +25 -11
- package/styles/v-scroll/material3.css +25 -11
- package/styles/v-scroll/tailwind-dark.css +22 -10
- package/styles/v-scroll/tailwind.css +22 -10
- package/CHANGELOG.md +0 -2357
package/styles/bootstrap4.css
CHANGED
|
@@ -63,6 +63,10 @@
|
|
|
63
63
|
margin-top: -35px;
|
|
64
64
|
width: 90px;
|
|
65
65
|
}
|
|
66
|
+
.e-bigger .e-pager .e-pagercontainer,
|
|
67
|
+
.e-pager.e-bigger .e-pagercontainer {
|
|
68
|
+
margin: 0;
|
|
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: 12px;
|
|
87
91
|
margin-left: 16px;
|
|
88
92
|
}
|
|
89
|
-
.e-bigger .e-pager .e-pagercontainer,
|
|
90
|
-
.e-pager.e-bigger .e-pagercontainer {
|
|
91
|
-
margin: 0;
|
|
92
|
-
}
|
|
93
|
-
.e-bigger .e-pager.e-rtl .e-pagercontainer,
|
|
94
|
-
.e-pager.e-bigger.e-rtl .e-pagercontainer {
|
|
95
|
-
margin: 0 0 -4px 0;
|
|
96
|
-
}
|
|
97
93
|
@media (max-width: 769px) {
|
|
98
94
|
.e-bigger .e-pager,
|
|
99
95
|
.e-pager.e-bigger {
|
|
@@ -114,17 +110,6 @@
|
|
|
114
110
|
.e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
|
|
115
111
|
margin-left: 0;
|
|
116
112
|
}
|
|
117
|
-
.e-bigger .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, .e-bigger .e-pager.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default,
|
|
118
|
-
.e-pager.e-bigger.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,
|
|
119
|
-
.e-pager.e-bigger.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
|
|
120
|
-
margin-left: 0;
|
|
121
|
-
margin-right: 0;
|
|
122
|
-
}
|
|
123
|
-
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
124
|
-
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
125
|
-
margin-left: 6px;
|
|
126
|
-
margin-top: 9px;
|
|
127
|
-
}
|
|
128
113
|
.e-bigger .e-pager .e-numericitem,
|
|
129
114
|
.e-pager.e-bigger .e-numericitem {
|
|
130
115
|
margin: 0;
|
|
@@ -148,6 +133,38 @@
|
|
|
148
133
|
border-radius: 0;
|
|
149
134
|
padding: 12px 14px 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: 9px 10px 12px;
|
|
143
|
+
}
|
|
144
|
+
.e-bigger .e-pager.e-rtl .e-pagerdropdown,
|
|
145
|
+
.e-pager.e-bigger.e-rtl .e-pagerdropdown {
|
|
146
|
+
margin: -25px 16px 0 0;
|
|
147
|
+
}
|
|
148
|
+
.e-bigger .e-pager.e-rtl .e-pagerconstant,
|
|
149
|
+
.e-pager.e-bigger.e-rtl .e-pagerconstant {
|
|
150
|
+
margin: 20px 16px 8px 0;
|
|
151
|
+
}
|
|
152
|
+
.e-bigger .e-pager.e-rtl .e-pagercontainer,
|
|
153
|
+
.e-pager.e-bigger.e-rtl .e-pagercontainer {
|
|
154
|
+
margin: 0 0 -4px;
|
|
155
|
+
}
|
|
156
|
+
.e-bigger .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,
|
|
157
|
+
.e-bigger .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default,
|
|
158
|
+
.e-pager.e-bigger.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,
|
|
159
|
+
.e-pager.e-bigger.e-rtl .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
|
|
160
|
+
margin-left: 0;
|
|
161
|
+
margin-right: 0;
|
|
162
|
+
}
|
|
163
|
+
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
164
|
+
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
165
|
+
margin-left: 6px;
|
|
166
|
+
margin-top: 9px;
|
|
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: 16px;
|
|
157
174
|
margin-top: -5px;
|
|
158
175
|
}
|
|
159
|
-
.e-bigger .e-pager.e-rtl .e-
|
|
160
|
-
.e-pager.e-bigger.e-rtl .e-
|
|
161
|
-
margin:
|
|
176
|
+
.e-bigger .e-pager.e-rtl.e-adaptive div.e-parentmsgbar,
|
|
177
|
+
.e-pager.e-bigger.e-rtl.e-adaptive div.e-parentmsgbar {
|
|
178
|
+
margin-top: 2px;
|
|
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: 4px 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: 15px;
|
|
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: 11px;
|
|
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: 2px;
|
|
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: 4px 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: 15px;
|
|
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,
|
|
@@ -272,7 +282,7 @@
|
|
|
272
282
|
line-height: 1;
|
|
273
283
|
margin-right: 0;
|
|
274
284
|
min-width: 26px;
|
|
275
|
-
padding: 13px 12px 10px
|
|
285
|
+
padding: 13px 12px 10px;
|
|
276
286
|
text-align: center;
|
|
277
287
|
}
|
|
278
288
|
.e-pager div.e-pagermsgdiv {
|
|
@@ -291,7 +301,7 @@
|
|
|
291
301
|
.e-pager .e-currentitem {
|
|
292
302
|
border-radius: 0;
|
|
293
303
|
cursor: pointer;
|
|
294
|
-
padding: 12px 11px 11px
|
|
304
|
+
padding: 12px 11px 11px;
|
|
295
305
|
text-decoration: none;
|
|
296
306
|
}
|
|
297
307
|
.e-pager .e-currentitem {
|
|
@@ -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,33 +403,38 @@
|
|
|
392
403
|
.e-pager .e-pp:hover,
|
|
393
404
|
.e-pager .e-np:hover {
|
|
394
405
|
font-size: 14px;
|
|
406
|
+
padding: 12px 9px 11px;
|
|
395
407
|
font-weight: bold;
|
|
396
408
|
letter-spacing: 0;
|
|
397
|
-
padding: 12px 9px 11px 9px;
|
|
398
409
|
}
|
|
399
410
|
.e-pager .e-np.e-focused,
|
|
400
411
|
.e-pager .e-pp.e-focused {
|
|
401
412
|
line-height: 1;
|
|
402
|
-
padding: 12px 9px 11px
|
|
413
|
+
padding: 12px 9px 11px;
|
|
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: 7px;
|
|
412
426
|
}
|
|
413
427
|
.e-pager.e-adaptive div.e-parentmsgbar {
|
|
414
428
|
margin: 0 5px;
|
|
415
429
|
margin-top: -3px;
|
|
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: 6px;
|
|
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: 0;
|
|
591
607
|
}
|
|
@@ -595,7 +611,7 @@
|
|
|
595
611
|
}
|
|
596
612
|
.e-pager.e-rtl .e-pp, .e-pager.e-rtl .e-np, .e-pager.e-rtl .e-pp:hover, .e-pager.e-rtl .e-np:hover {
|
|
597
613
|
margin-top: 2px;
|
|
598
|
-
padding: 8px 11px 9px
|
|
614
|
+
padding: 8px 11px 9px;
|
|
599
615
|
}
|
|
600
616
|
.e-pager.e-rtl.e-adaptive.e-rtl div.e-parentmsgbar {
|
|
601
617
|
margin: 0 5px;
|
|
@@ -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: 14px;
|
|
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: #ddd;
|
|
679
|
+
background: #fff;
|
|
664
680
|
color: #212529;
|
|
665
681
|
opacity: 1;
|
|
666
682
|
}
|
|
@@ -695,7 +711,6 @@
|
|
|
695
711
|
}
|
|
696
712
|
.e-pager .e-numericitem {
|
|
697
713
|
background: #fff;
|
|
698
|
-
border-right-color: #ddd;
|
|
699
714
|
color: #007bff;
|
|
700
715
|
}
|
|
701
716
|
.e-pager .e-prevpagedisabled,
|
|
@@ -717,6 +732,7 @@
|
|
|
717
732
|
background-color: #fff;
|
|
718
733
|
border-color: #ddd;
|
|
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: #007bff;
|
|
749
|
-
box-shadow: 0 0 0 1px #66afe9 inset;
|
|
765
|
+
-webkit-box-shadow: 0 0 0 1px #66afe9 inset;
|
|
766
|
+
box-shadow: 0 0 0 1px #66afe9 inset;
|
|
750
767
|
}
|
|
751
768
|
.e-pager .e-focused {
|
|
752
|
-
box-shadow: 0 0 0 1px #66afe9 inset;
|
|
769
|
+
-webkit-box-shadow: 0 0 0 1px #66afe9 inset;
|
|
770
|
+
box-shadow: 0 0 0 1px #66afe9 inset;
|
|
753
771
|
}
|
|
754
772
|
@media (max-width: 590px) {
|
|
755
773
|
.e-pager .e-pager-default:hover {
|
|
@@ -758,13 +776,7 @@
|
|
|
758
776
|
opacity: 1;
|
|
759
777
|
}
|
|
760
778
|
}
|
|
761
|
-
.e-pager.e-rtl .e-numericitem {
|
|
762
|
-
border-left-color: #ddd;
|
|
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: #ddd;
|
|
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: #ddd;
|
|
769
781
|
}
|
|
770
782
|
|
|
@@ -843,12 +855,14 @@
|
|
|
843
855
|
padding-right: initial;
|
|
844
856
|
}
|
|
845
857
|
.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav {
|
|
846
|
-
transform: skewX(-16deg) translateX(-6px);
|
|
858
|
+
-webkit-transform: skewX(-16deg) translateX(-6px);
|
|
859
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
847
860
|
}
|
|
848
861
|
.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay {
|
|
849
862
|
left: 52px;
|
|
850
863
|
right: auto;
|
|
851
|
-
transform: skewX(-16deg) translateX(-6px);
|
|
864
|
+
-webkit-transform: skewX(-16deg) translateX(-6px);
|
|
865
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
852
866
|
}
|
|
853
867
|
.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay {
|
|
854
868
|
left: auto;
|
|
@@ -861,12 +875,14 @@
|
|
|
861
875
|
padding-right: 50px;
|
|
862
876
|
}
|
|
863
877
|
.e-hscroll.e-scroll-device .e-scroll-nav {
|
|
864
|
-
transform: skewX(-16deg) translateX(6px);
|
|
878
|
+
-webkit-transform: skewX(-16deg) translateX(6px);
|
|
879
|
+
transform: skewX(-16deg) translateX(6px);
|
|
865
880
|
width: 52px;
|
|
866
881
|
}
|
|
867
882
|
.e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
|
|
868
883
|
font-size: 14px;
|
|
869
|
-
transform: skewX(16deg);
|
|
884
|
+
-webkit-transform: skewX(16deg);
|
|
885
|
+
transform: skewX(16deg);
|
|
870
886
|
}
|
|
871
887
|
.e-hscroll.e-scroll-device .e-scroll-overlay {
|
|
872
888
|
opacity: 0.5;
|
|
@@ -878,7 +894,8 @@
|
|
|
878
894
|
.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay {
|
|
879
895
|
left: auto;
|
|
880
896
|
right: 52px;
|
|
881
|
-
transform: skewX(-16deg) translateX(6px);
|
|
897
|
+
-webkit-transform: skewX(-16deg) translateX(6px);
|
|
898
|
+
transform: skewX(-16deg) translateX(6px);
|
|
882
899
|
}
|
|
883
900
|
.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay {
|
|
884
901
|
left: 0;
|
|
@@ -908,10 +925,12 @@
|
|
|
908
925
|
right: 0;
|
|
909
926
|
}
|
|
910
927
|
.e-hscroll .e-scroll-nav {
|
|
911
|
-
-
|
|
912
|
-
align
|
|
928
|
+
-webkit-box-align: center;
|
|
929
|
+
-ms-flex-align: center;
|
|
930
|
+
align-items: center;
|
|
913
931
|
bottom: 0;
|
|
914
932
|
cursor: pointer;
|
|
933
|
+
display: -webkit-box;
|
|
915
934
|
display: -ms-flexbox;
|
|
916
935
|
display: flex;
|
|
917
936
|
min-height: 38px;
|
|
@@ -949,13 +968,15 @@
|
|
|
949
968
|
}
|
|
950
969
|
.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
951
970
|
border-color: #ccc;
|
|
952
|
-
box-shadow: 4px 0 8px 0 rgba(108, 117, 125, 0.06);
|
|
971
|
+
-webkit-box-shadow: 4px 0 8px 0 rgba(108, 117, 125, 0.06);
|
|
972
|
+
box-shadow: 4px 0 8px 0 rgba(108, 117, 125, 0.06);
|
|
953
973
|
}
|
|
954
974
|
.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
955
975
|
background-color: #f8f8f8;
|
|
956
976
|
border-color: #ccc;
|
|
957
977
|
border-width: 1px;
|
|
958
|
-
box-shadow: -4px 0 8px 0 rgba(108, 117, 125, 0.06);
|
|
978
|
+
-webkit-box-shadow: -4px 0 8px 0 rgba(108, 117, 125, 0.06);
|
|
979
|
+
box-shadow: -4px 0 8px 0 rgba(108, 117, 125, 0.06);
|
|
959
980
|
}
|
|
960
981
|
.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
|
|
961
982
|
color: #317ab9;
|
|
@@ -965,9 +986,11 @@
|
|
|
965
986
|
background-repeat: repeat-x;
|
|
966
987
|
}
|
|
967
988
|
.e-hscroll .e-scroll-overlay.e-scroll-left-overlay {
|
|
989
|
+
background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
|
|
968
990
|
background-image: linear-gradient(-270deg, white 0%, rgba(255, 255, 255, 0) 100%);
|
|
969
991
|
}
|
|
970
992
|
.e-hscroll .e-scroll-overlay.e-scroll-right-overlay {
|
|
993
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
|
|
971
994
|
background-image: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, white 100%);
|
|
972
995
|
}
|
|
973
996
|
.e-hscroll.e-rtl .e-scroll-nav {
|
|
@@ -1007,7 +1030,8 @@
|
|
|
1007
1030
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
1008
1031
|
background: #6c757d;
|
|
1009
1032
|
border: 3px solid #adb5bd;
|
|
1010
|
-
box-shadow: none;
|
|
1033
|
+
-webkit-box-shadow: none;
|
|
1034
|
+
box-shadow: none;
|
|
1011
1035
|
color: #fff;
|
|
1012
1036
|
}
|
|
1013
1037
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
@@ -1074,12 +1098,14 @@
|
|
|
1074
1098
|
width: inherit;
|
|
1075
1099
|
}
|
|
1076
1100
|
.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav {
|
|
1077
|
-
transform: skewX(-16deg) translateX(-6px);
|
|
1101
|
+
-webkit-transform: skewX(-16deg) translateX(-6px);
|
|
1102
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
1078
1103
|
}
|
|
1079
1104
|
.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay {
|
|
1080
1105
|
left: 52px;
|
|
1081
1106
|
right: auto;
|
|
1082
|
-
transform: skewX(-16deg) translateX(-6px);
|
|
1107
|
+
-webkit-transform: skewX(-16deg) translateX(-6px);
|
|
1108
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
1083
1109
|
}
|
|
1084
1110
|
.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay {
|
|
1085
1111
|
left: auto;
|
|
@@ -1089,13 +1115,15 @@
|
|
|
1089
1115
|
padding: 0 40px;
|
|
1090
1116
|
}
|
|
1091
1117
|
.e-vscroll.e-scroll-device .e-scroll-nav {
|
|
1092
|
-
transform: skewX(-16deg) translateX(6px);
|
|
1118
|
+
-webkit-transform: skewX(-16deg) translateX(6px);
|
|
1119
|
+
transform: skewX(-16deg) translateX(6px);
|
|
1093
1120
|
width: 52px;
|
|
1094
1121
|
z-index: 1001;
|
|
1095
1122
|
}
|
|
1096
1123
|
.e-vscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
|
|
1097
1124
|
font-size: 14px;
|
|
1098
|
-
transform: skewX(16deg);
|
|
1125
|
+
-webkit-transform: skewX(16deg);
|
|
1126
|
+
transform: skewX(16deg);
|
|
1099
1127
|
}
|
|
1100
1128
|
.e-vscroll.e-scroll-device .e-scroll-overlay {
|
|
1101
1129
|
opacity: 0.5;
|
|
@@ -1107,7 +1135,8 @@
|
|
|
1107
1135
|
.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay {
|
|
1108
1136
|
left: auto;
|
|
1109
1137
|
right: 52px;
|
|
1110
|
-
transform: skewX(-16deg) translateX(6px);
|
|
1138
|
+
-webkit-transform: skewX(-16deg) translateX(6px);
|
|
1139
|
+
transform: skewX(-16deg) translateX(6px);
|
|
1111
1140
|
}
|
|
1112
1141
|
.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay {
|
|
1113
1142
|
left: 0;
|
|
@@ -1134,9 +1163,11 @@
|
|
|
1134
1163
|
right: auto;
|
|
1135
1164
|
}
|
|
1136
1165
|
.e-vscroll .e-scroll-nav {
|
|
1137
|
-
-
|
|
1138
|
-
align
|
|
1166
|
+
-webkit-box-align: center;
|
|
1167
|
+
-ms-flex-align: center;
|
|
1168
|
+
align-items: center;
|
|
1139
1169
|
cursor: pointer;
|
|
1170
|
+
display: -webkit-box;
|
|
1140
1171
|
display: -ms-flexbox;
|
|
1141
1172
|
display: flex;
|
|
1142
1173
|
height: 40px;
|
|
@@ -1169,13 +1200,15 @@
|
|
|
1169
1200
|
}
|
|
1170
1201
|
.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
1171
1202
|
border-color: #ccc;
|
|
1172
|
-
box-shadow: 4px 0 8px 0 rgba(108, 117, 125, 0.06);
|
|
1203
|
+
-webkit-box-shadow: 4px 0 8px 0 rgba(108, 117, 125, 0.06);
|
|
1204
|
+
box-shadow: 4px 0 8px 0 rgba(108, 117, 125, 0.06);
|
|
1173
1205
|
}
|
|
1174
1206
|
.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
1175
1207
|
background-color: #f8f8f8;
|
|
1176
1208
|
border-color: #ccc;
|
|
1177
1209
|
border-width: 1px;
|
|
1178
|
-
box-shadow: -4px 0 8px 0 rgba(108, 117, 125, 0.06);
|
|
1210
|
+
-webkit-box-shadow: -4px 0 8px 0 rgba(108, 117, 125, 0.06);
|
|
1211
|
+
box-shadow: -4px 0 8px 0 rgba(108, 117, 125, 0.06);
|
|
1179
1212
|
}
|
|
1180
1213
|
.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
|
|
1181
1214
|
color: #317ab9;
|
|
@@ -1185,9 +1218,11 @@
|
|
|
1185
1218
|
background-repeat: repeat-x;
|
|
1186
1219
|
}
|
|
1187
1220
|
.e-vscroll .e-scroll-overlay.e-scroll-up-overlay {
|
|
1221
|
+
background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
|
|
1188
1222
|
background-image: linear-gradient(-270deg, white 0%, rgba(255, 255, 255, 0) 100%);
|
|
1189
1223
|
}
|
|
1190
1224
|
.e-vscroll .e-scroll-overlay.e-scroll-down-overlay {
|
|
1225
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
|
|
1191
1226
|
background-image: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, white 100%);
|
|
1192
1227
|
}
|
|
1193
1228
|
.e-vscroll.e-rtl .e-scroll-nav {
|
|
@@ -1213,7 +1248,8 @@
|
|
|
1213
1248
|
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
1214
1249
|
background: #e6e6e6;
|
|
1215
1250
|
border: 0;
|
|
1216
|
-
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
1251
|
+
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
1252
|
+
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
1217
1253
|
color: #fff;
|
|
1218
1254
|
}
|
|
1219
1255
|
.e-vscroll .e-scroll-nav {
|
|
@@ -1232,8 +1268,6 @@
|
|
|
1232
1268
|
content: "";
|
|
1233
1269
|
}
|
|
1234
1270
|
|
|
1235
|
-
/*! component's theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */
|
|
1236
|
-
/*! toolbar icons */
|
|
1237
1271
|
.e-toolbar .e-popup-down-icon::before {
|
|
1238
1272
|
content: "\e744";
|
|
1239
1273
|
line-height: normal;
|
|
@@ -1243,7 +1277,6 @@
|
|
|
1243
1277
|
line-height: normal;
|
|
1244
1278
|
}
|
|
1245
1279
|
|
|
1246
|
-
/*! toolbar layout */
|
|
1247
1280
|
/* stylelint-disable property-no-vendor-prefix */
|
|
1248
1281
|
.e-bigger .e-toolbar,
|
|
1249
1282
|
.e-toolbar.e-bigger {
|
|
@@ -1487,10 +1520,8 @@
|
|
|
1487
1520
|
margin-right: initial;
|
|
1488
1521
|
}
|
|
1489
1522
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
1490
|
-
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
1491
|
-
margin: 0;
|
|
1492
|
-
}
|
|
1493
1523
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
|
|
1524
|
+
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
1494
1525
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
1495
1526
|
margin: 0;
|
|
1496
1527
|
}
|
|
@@ -1516,12 +1547,14 @@
|
|
|
1516
1547
|
min-height: 38px;
|
|
1517
1548
|
position: relative;
|
|
1518
1549
|
-webkit-user-select: none;
|
|
1550
|
+
-moz-user-select: none;
|
|
1519
1551
|
-ms-user-select: none;
|
|
1520
1552
|
user-select: none;
|
|
1521
1553
|
white-space: nowrap;
|
|
1522
1554
|
overflow: hidden;
|
|
1523
1555
|
}
|
|
1524
1556
|
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
1557
|
+
display: -webkit-box;
|
|
1525
1558
|
display: -ms-flexbox;
|
|
1526
1559
|
display: flex;
|
|
1527
1560
|
-ms-flex-wrap: nowrap;
|
|
@@ -1540,7 +1573,8 @@
|
|
|
1540
1573
|
visibility: hidden;
|
|
1541
1574
|
}
|
|
1542
1575
|
.e-toolbar.e-control[class*=e-toolbar] {
|
|
1543
|
-
box-sizing: content-box;
|
|
1576
|
+
-webkit-box-sizing: content-box;
|
|
1577
|
+
box-sizing: content-box;
|
|
1544
1578
|
}
|
|
1545
1579
|
.e-toolbar.e-corner {
|
|
1546
1580
|
border-radius: 0;
|
|
@@ -1550,12 +1584,14 @@
|
|
|
1550
1584
|
}
|
|
1551
1585
|
.e-toolbar .e-toolbar-items {
|
|
1552
1586
|
border-radius: 4px 0 0 4px;
|
|
1587
|
+
display: -webkit-inline-box;
|
|
1553
1588
|
display: -ms-inline-flexbox;
|
|
1554
1589
|
display: inline-flex;
|
|
1555
1590
|
height: 100%;
|
|
1556
1591
|
vertical-align: middle;
|
|
1557
|
-
-
|
|
1558
|
-
align
|
|
1592
|
+
-webkit-box-align: center;
|
|
1593
|
+
-ms-flex-align: center;
|
|
1594
|
+
align-items: center;
|
|
1559
1595
|
}
|
|
1560
1596
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow {
|
|
1561
1597
|
margin-bottom: 1px;
|
|
@@ -1618,9 +1654,7 @@
|
|
|
1618
1654
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
1619
1655
|
margin-right: 12px;
|
|
1620
1656
|
}
|
|
1621
|
-
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item
|
|
1622
|
-
margin: 0;
|
|
1623
|
-
}
|
|
1657
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
1624
1658
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
1625
1659
|
margin: 0;
|
|
1626
1660
|
}
|
|
@@ -1630,29 +1664,36 @@
|
|
|
1630
1664
|
.e-toolbar .e-toolbar-item {
|
|
1631
1665
|
-ms-flex-line-pack: center;
|
|
1632
1666
|
align-content: center;
|
|
1633
|
-
-
|
|
1634
|
-
align
|
|
1667
|
+
-webkit-box-align: center;
|
|
1668
|
+
-ms-flex-align: center;
|
|
1669
|
+
align-items: center;
|
|
1635
1670
|
cursor: pointer;
|
|
1671
|
+
display: -webkit-inline-box;
|
|
1636
1672
|
display: -ms-inline-flexbox;
|
|
1637
1673
|
display: inline-flex;
|
|
1638
1674
|
min-height: 0;
|
|
1639
1675
|
vertical-align: middle;
|
|
1640
1676
|
width: auto;
|
|
1641
|
-
-
|
|
1642
|
-
flex: 0 0 auto;
|
|
1677
|
+
-webkit-box-flex: 0;
|
|
1678
|
+
-ms-flex: 0 0 auto;
|
|
1679
|
+
flex: 0 0 auto;
|
|
1643
1680
|
}
|
|
1644
1681
|
.e-toolbar .e-toolbar-item.e-spacer {
|
|
1645
|
-
-
|
|
1646
|
-
flex-
|
|
1682
|
+
-webkit-box-flex: 1;
|
|
1683
|
+
-ms-flex-positive: 1;
|
|
1684
|
+
flex-grow: 1;
|
|
1647
1685
|
}
|
|
1648
1686
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1687
|
+
display: -webkit-box;
|
|
1649
1688
|
display: -ms-flexbox;
|
|
1650
1689
|
display: flex;
|
|
1651
|
-
-
|
|
1652
|
-
align
|
|
1690
|
+
-webkit-box-align: center;
|
|
1691
|
+
-ms-flex-align: center;
|
|
1692
|
+
align-items: center;
|
|
1653
1693
|
vertical-align: middle;
|
|
1654
|
-
-
|
|
1655
|
-
|
|
1694
|
+
-webkit-box-pack: center;
|
|
1695
|
+
-ms-flex-pack: center;
|
|
1696
|
+
justify-content: center;
|
|
1656
1697
|
margin: 0;
|
|
1657
1698
|
min-height: 32px;
|
|
1658
1699
|
min-width: 32px;
|
|
@@ -1721,10 +1762,13 @@
|
|
|
1721
1762
|
height: auto;
|
|
1722
1763
|
}
|
|
1723
1764
|
.e-toolbar.e-vertical {
|
|
1765
|
+
display: -webkit-box;
|
|
1724
1766
|
display: -ms-flexbox;
|
|
1725
1767
|
display: flex;
|
|
1726
|
-
-
|
|
1727
|
-
|
|
1768
|
+
-webkit-box-orient: vertical;
|
|
1769
|
+
-webkit-box-direction: normal;
|
|
1770
|
+
-ms-flex-direction: column;
|
|
1771
|
+
flex-direction: column;
|
|
1728
1772
|
}
|
|
1729
1773
|
.e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
|
|
1730
1774
|
-ms-touch-action: pan-x pinch-zoom;
|
|
@@ -1752,6 +1796,7 @@
|
|
|
1752
1796
|
margin-right: 0;
|
|
1753
1797
|
}
|
|
1754
1798
|
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
|
|
1799
|
+
display: -webkit-box;
|
|
1755
1800
|
display: -ms-flexbox;
|
|
1756
1801
|
display: flex;
|
|
1757
1802
|
height: auto;
|
|
@@ -1783,10 +1828,12 @@
|
|
|
1783
1828
|
top: 0;
|
|
1784
1829
|
}
|
|
1785
1830
|
.e-toolbar .e-hor-nav {
|
|
1786
|
-
-
|
|
1787
|
-
align
|
|
1831
|
+
-webkit-box-align: center;
|
|
1832
|
+
-ms-flex-align: center;
|
|
1833
|
+
align-items: center;
|
|
1788
1834
|
border-radius: 0 4px 4px 0;
|
|
1789
1835
|
cursor: pointer;
|
|
1836
|
+
display: -webkit-box;
|
|
1790
1837
|
display: -ms-flexbox;
|
|
1791
1838
|
display: flex;
|
|
1792
1839
|
height: 100%;
|
|
@@ -1803,14 +1850,17 @@
|
|
|
1803
1850
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1804
1851
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1805
1852
|
color: #495057;
|
|
1853
|
+
display: -webkit-box;
|
|
1806
1854
|
display: -ms-flexbox;
|
|
1807
1855
|
display: flex;
|
|
1808
1856
|
text-align: center;
|
|
1809
1857
|
vertical-align: middle;
|
|
1810
|
-
-
|
|
1811
|
-
align
|
|
1812
|
-
|
|
1813
|
-
|
|
1858
|
+
-webkit-box-align: center;
|
|
1859
|
+
-ms-flex-align: center;
|
|
1860
|
+
align-items: center;
|
|
1861
|
+
-webkit-box-pack: center;
|
|
1862
|
+
-ms-flex-pack: center;
|
|
1863
|
+
justify-content: center;
|
|
1814
1864
|
width: 100%;
|
|
1815
1865
|
font-size: 12px;
|
|
1816
1866
|
}
|
|
@@ -1827,11 +1877,13 @@
|
|
|
1827
1877
|
position: absolute;
|
|
1828
1878
|
}
|
|
1829
1879
|
.e-toolbar .e-toolbar-pop .e-toolbar-item {
|
|
1880
|
+
display: -webkit-box;
|
|
1830
1881
|
display: -ms-flexbox;
|
|
1831
1882
|
display: flex;
|
|
1832
1883
|
height: auto;
|
|
1833
|
-
-
|
|
1834
|
-
|
|
1884
|
+
-webkit-box-pack: center;
|
|
1885
|
+
-ms-flex-pack: center;
|
|
1886
|
+
justify-content: center;
|
|
1835
1887
|
min-height: 26px;
|
|
1836
1888
|
}
|
|
1837
1889
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
|
|
@@ -1843,8 +1895,9 @@
|
|
|
1843
1895
|
padding: 0 15px 0 15px;
|
|
1844
1896
|
border: 0;
|
|
1845
1897
|
border-radius: 0;
|
|
1846
|
-
-
|
|
1847
|
-
|
|
1898
|
+
-webkit-box-pack: start;
|
|
1899
|
+
-ms-flex-pack: start;
|
|
1900
|
+
justify-content: flex-start;
|
|
1848
1901
|
}
|
|
1849
1902
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1850
1903
|
margin: 0;
|
|
@@ -1892,11 +1945,13 @@
|
|
|
1892
1945
|
padding-right: 12px;
|
|
1893
1946
|
padding-top: 0;
|
|
1894
1947
|
margin-left: -1px;
|
|
1895
|
-
box-shadow: none;
|
|
1948
|
+
-webkit-box-shadow: none;
|
|
1949
|
+
box-shadow: none;
|
|
1896
1950
|
display: inline;
|
|
1897
1951
|
white-space: normal;
|
|
1898
1952
|
}
|
|
1899
1953
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
|
|
1954
|
+
display: -webkit-inline-box;
|
|
1900
1955
|
display: -ms-inline-flexbox;
|
|
1901
1956
|
display: inline-flex;
|
|
1902
1957
|
min-height: 0;
|
|
@@ -1914,13 +1969,16 @@
|
|
|
1914
1969
|
}
|
|
1915
1970
|
.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),
|
|
1916
1971
|
.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) {
|
|
1972
|
+
display: -webkit-box;
|
|
1917
1973
|
display: -ms-flexbox;
|
|
1918
1974
|
display: flex;
|
|
1919
|
-
-
|
|
1920
|
-
align
|
|
1975
|
+
-webkit-box-align: center;
|
|
1976
|
+
-ms-flex-align: center;
|
|
1977
|
+
align-items: center;
|
|
1921
1978
|
vertical-align: middle;
|
|
1922
|
-
-
|
|
1923
|
-
|
|
1979
|
+
-webkit-box-pack: center;
|
|
1980
|
+
-ms-flex-pack: center;
|
|
1981
|
+
justify-content: center;
|
|
1924
1982
|
padding: 0;
|
|
1925
1983
|
font-size: 14px;
|
|
1926
1984
|
}
|
|
@@ -1974,7 +2032,6 @@
|
|
|
1974
2032
|
}
|
|
1975
2033
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
1976
2034
|
-ms-flex-item-align: center;
|
|
1977
|
-
-ms-grid-row-align: center;
|
|
1978
2035
|
align-self: center;
|
|
1979
2036
|
text-overflow: ellipsis;
|
|
1980
2037
|
}
|
|
@@ -1982,6 +2039,7 @@
|
|
|
1982
2039
|
display: none;
|
|
1983
2040
|
}
|
|
1984
2041
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
2042
|
+
display: -webkit-inline-box;
|
|
1985
2043
|
display: -ms-inline-flexbox;
|
|
1986
2044
|
display: inline-flex;
|
|
1987
2045
|
}
|
|
@@ -2004,9 +2062,7 @@
|
|
|
2004
2062
|
margin-left: 12px;
|
|
2005
2063
|
margin-right: initial;
|
|
2006
2064
|
}
|
|
2007
|
-
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item
|
|
2008
|
-
margin: 0;
|
|
2009
|
-
}
|
|
2065
|
+
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
2010
2066
|
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
2011
2067
|
margin: 0;
|
|
2012
2068
|
}
|
|
@@ -2043,9 +2099,7 @@
|
|
|
2043
2099
|
right: auto;
|
|
2044
2100
|
border-radius: 4px 0 0 4px;
|
|
2045
2101
|
}
|
|
2046
|
-
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item
|
|
2047
|
-
margin: 0;
|
|
2048
|
-
}
|
|
2102
|
+
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
|
|
2049
2103
|
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
|
|
2050
2104
|
margin: 0;
|
|
2051
2105
|
}
|
|
@@ -2065,20 +2119,21 @@
|
|
|
2065
2119
|
padding-left: 0;
|
|
2066
2120
|
}
|
|
2067
2121
|
|
|
2068
|
-
/*! toolbar theme */
|
|
2069
2122
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2070
2123
|
.e-toolbar {
|
|
2071
2124
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2072
2125
|
background: #f8f9fa;
|
|
2073
2126
|
border: 1px solid #dee2e6;
|
|
2074
|
-
box-shadow: none;
|
|
2127
|
+
-webkit-box-shadow: none;
|
|
2128
|
+
box-shadow: none;
|
|
2075
2129
|
}
|
|
2076
2130
|
.e-toolbar .e-toolbar-items {
|
|
2077
2131
|
background: #f8f9fa;
|
|
2078
2132
|
}
|
|
2079
2133
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
2080
2134
|
background: #f8f9fa;
|
|
2081
|
-
box-shadow: none;
|
|
2135
|
+
-webkit-box-shadow: none;
|
|
2136
|
+
box-shadow: none;
|
|
2082
2137
|
color: #495057;
|
|
2083
2138
|
border: 1px solid transparent;
|
|
2084
2139
|
}
|
|
@@ -2090,13 +2145,15 @@
|
|
|
2090
2145
|
}
|
|
2091
2146
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
|
|
2092
2147
|
background: #545b62;
|
|
2093
|
-
box-shadow: 0 0 0 0.25em rgba(99, 105, 111, 0.5);
|
|
2148
|
+
-webkit-box-shadow: 0 0 0 0.25em rgba(99, 105, 111, 0.5);
|
|
2149
|
+
box-shadow: 0 0 0 0.25em rgba(99, 105, 111, 0.5);
|
|
2094
2150
|
}
|
|
2095
2151
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2096
2152
|
color: #fff;
|
|
2097
2153
|
}
|
|
2098
2154
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
2099
|
-
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2155
|
+
-webkit-box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2156
|
+
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2100
2157
|
}
|
|
2101
2158
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
2102
2159
|
background: #6c757d;
|
|
@@ -2105,7 +2162,8 @@
|
|
|
2105
2162
|
border-color: #6c757d;
|
|
2106
2163
|
border-style: solid;
|
|
2107
2164
|
border-width: 1px;
|
|
2108
|
-
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2165
|
+
-webkit-box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2166
|
+
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2109
2167
|
}
|
|
2110
2168
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2111
2169
|
color: inherit;
|
|
@@ -2139,7 +2197,8 @@
|
|
|
2139
2197
|
border-style: solid;
|
|
2140
2198
|
border-width: 1px;
|
|
2141
2199
|
border-radius: 4px;
|
|
2142
|
-
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2200
|
+
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2201
|
+
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2143
2202
|
color: #fff;
|
|
2144
2203
|
}
|
|
2145
2204
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
@@ -2187,7 +2246,8 @@
|
|
|
2187
2246
|
}
|
|
2188
2247
|
.e-toolbar .e-hor-nav:active {
|
|
2189
2248
|
border: 3px solid #adb5bd;
|
|
2190
|
-
box-shadow: none;
|
|
2249
|
+
-webkit-box-shadow: none;
|
|
2250
|
+
box-shadow: none;
|
|
2191
2251
|
color: #fff;
|
|
2192
2252
|
background: #6c757d;
|
|
2193
2253
|
}
|
|
@@ -2229,7 +2289,8 @@
|
|
|
2229
2289
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2230
2290
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2231
2291
|
background: #6c757d;
|
|
2232
|
-
box-shadow: none;
|
|
2292
|
+
-webkit-box-shadow: none;
|
|
2293
|
+
box-shadow: none;
|
|
2233
2294
|
border-color: #adb5bd;
|
|
2234
2295
|
border-style: solid;
|
|
2235
2296
|
border-width: 3px;
|
|
@@ -2251,31 +2312,35 @@
|
|
|
2251
2312
|
.e-toolbar .e-toolbar-pop {
|
|
2252
2313
|
background: #f8f9fa;
|
|
2253
2314
|
border: 1px solid #dee2e6;
|
|
2254
|
-
box-shadow: none;
|
|
2315
|
+
-webkit-box-shadow: none;
|
|
2316
|
+
box-shadow: none;
|
|
2255
2317
|
}
|
|
2256
2318
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2257
2319
|
background: #fff;
|
|
2258
2320
|
}
|
|
2259
2321
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2260
2322
|
background: #007bff;
|
|
2261
|
-
box-shadow: none;
|
|
2323
|
+
-webkit-box-shadow: none;
|
|
2324
|
+
box-shadow: none;
|
|
2262
2325
|
border-color: #545b62;
|
|
2263
2326
|
border-style: solid;
|
|
2264
2327
|
border-width: 0;
|
|
2265
2328
|
}
|
|
2266
2329
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2267
2330
|
background: #007bff;
|
|
2268
|
-
box-shadow: none;
|
|
2331
|
+
-webkit-box-shadow: none;
|
|
2332
|
+
box-shadow: none;
|
|
2269
2333
|
border-color: #545b62;
|
|
2270
2334
|
border-style: solid;
|
|
2271
2335
|
border-width: 0;
|
|
2272
2336
|
}
|
|
2273
2337
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2274
2338
|
background: #007bff;
|
|
2275
|
-
box-shadow: none;
|
|
2276
2339
|
border-color: #6c757d;
|
|
2277
2340
|
border-style: solid;
|
|
2278
2341
|
border-width: 0;
|
|
2342
|
+
-webkit-box-shadow: none;
|
|
2343
|
+
box-shadow: none;
|
|
2279
2344
|
}
|
|
2280
2345
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2281
2346
|
outline: 0;
|
|
@@ -2285,7 +2350,8 @@
|
|
|
2285
2350
|
}
|
|
2286
2351
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
2287
2352
|
background: #f8f9fa;
|
|
2288
|
-
box-shadow: none;
|
|
2353
|
+
-webkit-box-shadow: none;
|
|
2354
|
+
box-shadow: none;
|
|
2289
2355
|
border: 1px solid transparent;
|
|
2290
2356
|
}
|
|
2291
2357
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
@@ -2294,7 +2360,8 @@
|
|
|
2294
2360
|
border-color: #6c757d;
|
|
2295
2361
|
border-style: solid;
|
|
2296
2362
|
border-width: 1px;
|
|
2297
|
-
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2363
|
+
-webkit-box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2364
|
+
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2298
2365
|
}
|
|
2299
2366
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2300
2367
|
background: #6c757d;
|
|
@@ -2306,7 +2373,8 @@
|
|
|
2306
2373
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2307
2374
|
background: #6c757d;
|
|
2308
2375
|
border-radius: 4px;
|
|
2309
|
-
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2376
|
+
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2377
|
+
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2310
2378
|
border-color: #545b62;
|
|
2311
2379
|
border-style: solid;
|
|
2312
2380
|
border-width: 1px;
|
|
@@ -2333,15 +2401,14 @@
|
|
|
2333
2401
|
border-width: 0 1px 0 0;
|
|
2334
2402
|
}
|
|
2335
2403
|
|
|
2336
|
-
/*! accordion icons */
|
|
2337
2404
|
.e-accordion .e-tgl-collapse-icon::before {
|
|
2338
2405
|
content: "\e705";
|
|
2339
2406
|
}
|
|
2340
2407
|
.e-accordion .e-tgl-collapse-icon.e-expand-icon {
|
|
2341
|
-
transform: rotate(-180deg);
|
|
2408
|
+
-webkit-transform: rotate(-180deg);
|
|
2409
|
+
transform: rotate(-180deg);
|
|
2342
2410
|
}
|
|
2343
2411
|
|
|
2344
|
-
/*! accordion layout */
|
|
2345
2412
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
2346
2413
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2347
2414
|
font-size: 16px;
|
|
@@ -2357,7 +2424,8 @@
|
|
|
2357
2424
|
}
|
|
2358
2425
|
.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,
|
|
2359
2426
|
.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 {
|
|
2360
|
-
box-shadow: none;
|
|
2427
|
+
-webkit-box-shadow: none;
|
|
2428
|
+
box-shadow: none;
|
|
2361
2429
|
padding: 0 30px;
|
|
2362
2430
|
}
|
|
2363
2431
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content,
|
|
@@ -2523,6 +2591,7 @@
|
|
|
2523
2591
|
vertical-align: middle;
|
|
2524
2592
|
}
|
|
2525
2593
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-animation {
|
|
2594
|
+
-webkit-transition: 0.5s ease 0s;
|
|
2526
2595
|
transition: 0.5s ease 0s;
|
|
2527
2596
|
}
|
|
2528
2597
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
@@ -2545,7 +2614,8 @@
|
|
|
2545
2614
|
padding: 0 30px;
|
|
2546
2615
|
}
|
|
2547
2616
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header:focus {
|
|
2548
|
-
box-shadow: none;
|
|
2617
|
+
-webkit-box-shadow: none;
|
|
2618
|
+
box-shadow: none;
|
|
2549
2619
|
}
|
|
2550
2620
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
2551
2621
|
padding: 0;
|
|
@@ -2607,8 +2677,6 @@
|
|
|
2607
2677
|
padding: 0 0 0 8px;
|
|
2608
2678
|
}
|
|
2609
2679
|
|
|
2610
|
-
/*! accordion theme */
|
|
2611
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2612
2680
|
.e-accordion {
|
|
2613
2681
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2614
2682
|
background: #fff;
|
|
@@ -2753,7 +2821,8 @@
|
|
|
2753
2821
|
}
|
|
2754
2822
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2755
2823
|
border: 0;
|
|
2756
|
-
box-shadow: none;
|
|
2824
|
+
-webkit-box-shadow: none;
|
|
2825
|
+
box-shadow: none;
|
|
2757
2826
|
background: #f8f9fa;
|
|
2758
2827
|
}
|
|
2759
2828
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
@@ -2831,7 +2900,8 @@
|
|
|
2831
2900
|
color: #007bff;
|
|
2832
2901
|
}
|
|
2833
2902
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2834
|
-
box-shadow: none;
|
|
2903
|
+
-webkit-box-shadow: none;
|
|
2904
|
+
box-shadow: none;
|
|
2835
2905
|
position: relative;
|
|
2836
2906
|
z-index: 2;
|
|
2837
2907
|
}
|
|
@@ -2872,7 +2942,6 @@
|
|
|
2872
2942
|
font-size: 14px;
|
|
2873
2943
|
}
|
|
2874
2944
|
|
|
2875
|
-
/*! Carousel component bootstrap4 theme definitions and variables */
|
|
2876
2945
|
.e-carousel .e-previous-icon::before {
|
|
2877
2946
|
content: "\e70d";
|
|
2878
2947
|
}
|
|
@@ -2892,7 +2961,6 @@
|
|
|
2892
2961
|
content: "\e70d";
|
|
2893
2962
|
}
|
|
2894
2963
|
|
|
2895
|
-
/*! carousel component styles */
|
|
2896
2964
|
.e-carousel {
|
|
2897
2965
|
display: block;
|
|
2898
2966
|
margin: 0;
|
|
@@ -2926,13 +2994,21 @@
|
|
|
2926
2994
|
}
|
|
2927
2995
|
.e-carousel .e-carousel-items {
|
|
2928
2996
|
width: calc(var(--carousel-items-count) * 100%);
|
|
2997
|
+
display: -webkit-box;
|
|
2929
2998
|
display: -ms-flexbox;
|
|
2930
2999
|
display: flex;
|
|
2931
|
-
-
|
|
2932
|
-
|
|
3000
|
+
-webkit-box-orient: horizontal;
|
|
3001
|
+
-webkit-box-direction: normal;
|
|
3002
|
+
-ms-flex-direction: row;
|
|
3003
|
+
flex-direction: row;
|
|
3004
|
+
-webkit-transition-property: -webkit-transform;
|
|
3005
|
+
transition-property: -webkit-transform;
|
|
2933
3006
|
transition-property: transform;
|
|
2934
|
-
transition-
|
|
2935
|
-
transition-
|
|
3007
|
+
transition-property: transform, -webkit-transform;
|
|
3008
|
+
-webkit-transition-duration: 0.6s;
|
|
3009
|
+
transition-duration: 0.6s;
|
|
3010
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
3011
|
+
transition-timing-function: ease-in-out;
|
|
2936
3012
|
}
|
|
2937
3013
|
.e-carousel .e-carousel-items .e-carousel-item {
|
|
2938
3014
|
height: 100%;
|
|
@@ -2942,16 +3018,34 @@
|
|
|
2942
3018
|
width: calc(100% / var(--carousel-items-count));
|
|
2943
3019
|
}
|
|
2944
3020
|
.e-carousel.e-blazor-carousel .e-carousel-items {
|
|
2945
|
-
transform: translateX(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3021
|
+
-webkit-transform: translateX(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3022
|
+
transform: translateX(calc(-100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3023
|
+
-webkit-transition: -webkit-transform;
|
|
3024
|
+
transition: -webkit-transform;
|
|
2946
3025
|
transition: transform;
|
|
3026
|
+
transition: transform, -webkit-transform;
|
|
2947
3027
|
}
|
|
2948
3028
|
.e-carousel.e-blazor-carousel.e-rtl .e-carousel-items {
|
|
2949
|
-
transform: translateX(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3029
|
+
-webkit-transform: translateX(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3030
|
+
transform: translateX(calc(100% / var(--carousel-items-count) * var(--carousel-items-current)));
|
|
3031
|
+
-webkit-transition: -webkit-transform;
|
|
3032
|
+
transition: -webkit-transform;
|
|
2950
3033
|
transition: transform;
|
|
3034
|
+
transition: transform, -webkit-transform;
|
|
2951
3035
|
}
|
|
2952
3036
|
.e-carousel.e-carousel-fade-animation .e-carousel-items.e-fade-in-out {
|
|
3037
|
+
-webkit-transition-property: none;
|
|
2953
3038
|
transition-property: none;
|
|
2954
|
-
animation: fade-in-out 0.6s ease-in-out;
|
|
3039
|
+
-webkit-animation: fade-in-out 0.6s ease-in-out;
|
|
3040
|
+
animation: fade-in-out 0.6s ease-in-out;
|
|
3041
|
+
}
|
|
3042
|
+
@-webkit-keyframes fade-in-out {
|
|
3043
|
+
0% {
|
|
3044
|
+
opacity: 0;
|
|
3045
|
+
}
|
|
3046
|
+
100% {
|
|
3047
|
+
opacity: 1;
|
|
3048
|
+
}
|
|
2955
3049
|
}
|
|
2956
3050
|
@keyframes fade-in-out {
|
|
2957
3051
|
0% {
|
|
@@ -2962,7 +3056,8 @@
|
|
|
2962
3056
|
}
|
|
2963
3057
|
}
|
|
2964
3058
|
.e-carousel.e-carousel-slide-animation .e-carousel-items.e-slide {
|
|
2965
|
-
transition-duration: 0.6s;
|
|
3059
|
+
-webkit-transition-duration: 0.6s;
|
|
3060
|
+
transition-duration: 0.6s;
|
|
2966
3061
|
}
|
|
2967
3062
|
.e-carousel.e-carousel-custom-animation:not(.e-partial) .e-carousel-item {
|
|
2968
3063
|
display: block;
|
|
@@ -2977,13 +3072,16 @@
|
|
|
2977
3072
|
pointer-events: visible;
|
|
2978
3073
|
}
|
|
2979
3074
|
.e-carousel .e-carousel-navigators {
|
|
2980
|
-
-
|
|
2981
|
-
align
|
|
3075
|
+
-webkit-box-align: center;
|
|
3076
|
+
-ms-flex-align: center;
|
|
3077
|
+
align-items: center;
|
|
3078
|
+
display: -webkit-box;
|
|
2982
3079
|
display: -ms-flexbox;
|
|
2983
3080
|
display: flex;
|
|
2984
3081
|
height: 100%;
|
|
2985
|
-
-
|
|
2986
|
-
|
|
3082
|
+
-webkit-box-pack: justify;
|
|
3083
|
+
-ms-flex-pack: justify;
|
|
3084
|
+
justify-content: space-between;
|
|
2987
3085
|
pointer-events: none;
|
|
2988
3086
|
position: absolute;
|
|
2989
3087
|
top: 0;
|
|
@@ -3000,7 +3098,8 @@
|
|
|
3000
3098
|
.e-carousel .e-carousel-navigators .e-previous .e-btn,
|
|
3001
3099
|
.e-carousel .e-carousel-navigators .e-next .e-btn {
|
|
3002
3100
|
border: 0;
|
|
3003
|
-
box-shadow: none;
|
|
3101
|
+
-webkit-box-shadow: none;
|
|
3102
|
+
box-shadow: none;
|
|
3004
3103
|
}
|
|
3005
3104
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:hover,
|
|
3006
3105
|
.e-carousel .e-carousel-navigators .e-previous .e-btn:hover,
|
|
@@ -3010,7 +3109,8 @@
|
|
|
3010
3109
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn.e-rtl,
|
|
3011
3110
|
.e-carousel .e-carousel-navigators .e-previous .e-btn.e-rtl,
|
|
3012
3111
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3013
|
-
transform: rotate(180deg);
|
|
3112
|
+
-webkit-transform: rotate(180deg);
|
|
3113
|
+
transform: rotate(180deg);
|
|
3014
3114
|
}
|
|
3015
3115
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3016
3116
|
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
@@ -3024,13 +3124,16 @@
|
|
|
3024
3124
|
display: none;
|
|
3025
3125
|
}
|
|
3026
3126
|
.e-carousel .e-carousel-indicators {
|
|
3027
|
-
-
|
|
3028
|
-
align
|
|
3127
|
+
-webkit-box-align: center;
|
|
3128
|
+
-ms-flex-align: center;
|
|
3129
|
+
align-items: center;
|
|
3029
3130
|
bottom: 0;
|
|
3131
|
+
display: -webkit-box;
|
|
3030
3132
|
display: -ms-flexbox;
|
|
3031
3133
|
display: flex;
|
|
3032
|
-
-
|
|
3033
|
-
|
|
3134
|
+
-webkit-box-pack: center;
|
|
3135
|
+
-ms-flex-pack: center;
|
|
3136
|
+
justify-content: center;
|
|
3034
3137
|
min-height: 48px;
|
|
3035
3138
|
padding: 0;
|
|
3036
3139
|
pointer-events: none;
|
|
@@ -3039,33 +3142,41 @@
|
|
|
3039
3142
|
z-index: 1;
|
|
3040
3143
|
}
|
|
3041
3144
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars {
|
|
3145
|
+
display: -webkit-box;
|
|
3042
3146
|
display: -ms-flexbox;
|
|
3043
3147
|
display: flex;
|
|
3044
3148
|
-ms-flex-wrap: wrap;
|
|
3045
3149
|
flex-wrap: wrap;
|
|
3046
|
-
-
|
|
3047
|
-
|
|
3150
|
+
-webkit-box-pack: center;
|
|
3151
|
+
-ms-flex-pack: center;
|
|
3152
|
+
justify-content: center;
|
|
3048
3153
|
pointer-events: auto;
|
|
3049
3154
|
}
|
|
3050
3155
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar {
|
|
3051
3156
|
padding: 0;
|
|
3052
3157
|
}
|
|
3053
3158
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator {
|
|
3054
|
-
-
|
|
3055
|
-
align
|
|
3159
|
+
-webkit-box-align: center;
|
|
3160
|
+
-ms-flex-align: center;
|
|
3161
|
+
align-items: center;
|
|
3162
|
+
display: -webkit-box;
|
|
3056
3163
|
display: -ms-flexbox;
|
|
3057
3164
|
display: flex;
|
|
3058
|
-
-
|
|
3059
|
-
|
|
3165
|
+
-webkit-box-pack: center;
|
|
3166
|
+
-ms-flex-pack: center;
|
|
3167
|
+
justify-content: center;
|
|
3060
3168
|
padding: 4px;
|
|
3061
3169
|
}
|
|
3062
3170
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator div {
|
|
3063
3171
|
border: 1px solid rgba(255, 255, 255, 0.4);
|
|
3064
3172
|
border-radius: 2px;
|
|
3065
3173
|
height: 5px;
|
|
3066
|
-
transition-duration: 0.6s;
|
|
3174
|
+
-webkit-transition-duration: 0.6s;
|
|
3175
|
+
transition-duration: 0.6s;
|
|
3176
|
+
-webkit-transition-property: background-color, border-color;
|
|
3067
3177
|
transition-property: background-color, border-color;
|
|
3068
|
-
transition-timing-function: ease-in-out;
|
|
3178
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
3179
|
+
transition-timing-function: ease-in-out;
|
|
3069
3180
|
width: 20px;
|
|
3070
3181
|
}
|
|
3071
3182
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator .e-ripple-element {
|
|
@@ -3077,6 +3188,7 @@
|
|
|
3077
3188
|
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars {
|
|
3078
3189
|
display: block;
|
|
3079
3190
|
overflow: hidden;
|
|
3191
|
+
-webkit-transition: opacity 0.6s ease-in-out;
|
|
3080
3192
|
transition: opacity 0.6s ease-in-out;
|
|
3081
3193
|
white-space: nowrap;
|
|
3082
3194
|
width: 80px;
|
|
@@ -3089,18 +3201,26 @@
|
|
|
3089
3201
|
margin: 0 4px;
|
|
3090
3202
|
opacity: 1;
|
|
3091
3203
|
position: relative;
|
|
3092
|
-
transform: scale(0.33);
|
|
3093
|
-
|
|
3204
|
+
-webkit-transform: scale(0.33);
|
|
3205
|
+
transform: scale(0.33);
|
|
3206
|
+
-webkit-transition-duration: 0.6s;
|
|
3207
|
+
transition-duration: 0.6s;
|
|
3208
|
+
-webkit-transition-property: left, -webkit-transform;
|
|
3209
|
+
transition-property: left, -webkit-transform;
|
|
3094
3210
|
transition-property: transform, left;
|
|
3095
|
-
transition-
|
|
3211
|
+
transition-property: transform, left, -webkit-transform;
|
|
3212
|
+
-webkit-transition-timing-function: ease-in-out;
|
|
3213
|
+
transition-timing-function: ease-in-out;
|
|
3096
3214
|
white-space: nowrap;
|
|
3097
3215
|
width: 8px;
|
|
3098
3216
|
}
|
|
3099
3217
|
.e-carousel .e-carousel-indicators.e-dynamic .e-indicator-bars .e-indicator-bar.e-active {
|
|
3100
|
-
transform: scale(1);
|
|
3218
|
+
-webkit-transform: scale(1);
|
|
3219
|
+
transform: scale(1);
|
|
3101
3220
|
}
|
|
3102
3221
|
.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 {
|
|
3103
|
-
transform: scale(0.66);
|
|
3222
|
+
-webkit-transform: scale(0.66);
|
|
3223
|
+
transform: scale(0.66);
|
|
3104
3224
|
}
|
|
3105
3225
|
.e-carousel .e-carousel-indicators.e-fraction {
|
|
3106
3226
|
min-height: 36px;
|
|
@@ -3117,13 +3237,15 @@
|
|
|
3117
3237
|
left: 0;
|
|
3118
3238
|
position: absolute;
|
|
3119
3239
|
top: 0;
|
|
3120
|
-
transform: translate3d(0, 0, 0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);
|
|
3121
|
-
|
|
3122
|
-
|
|
3240
|
+
-webkit-transform: translate3d(0, 0, 0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);
|
|
3241
|
+
transform: translate3d(0, 0, 0) scaleX(calc(var(--carousel-items-current) / var(--carousel-items-count))) scaleY(1);
|
|
3242
|
+
-webkit-transition-duration: 0.6s;
|
|
3243
|
+
transition-duration: 0.6s;
|
|
3244
|
+
-webkit-transform-origin: left top;
|
|
3245
|
+
transform-origin: left top;
|
|
3123
3246
|
width: 100%;
|
|
3124
3247
|
}
|
|
3125
3248
|
|
|
3126
|
-
/*! carousel component theme */
|
|
3127
3249
|
.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled),
|
|
3128
3250
|
.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled),
|
|
3129
3251
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled) {
|
|
@@ -3147,7 +3269,8 @@
|
|
|
3147
3269
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator {
|
|
3148
3270
|
background-color: transparent;
|
|
3149
3271
|
border-color: transparent;
|
|
3150
|
-
box-shadow: none;
|
|
3272
|
+
-webkit-box-shadow: none;
|
|
3273
|
+
box-shadow: none;
|
|
3151
3274
|
}
|
|
3152
3275
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator div {
|
|
3153
3276
|
background: #fff;
|
|
@@ -3156,7 +3279,8 @@
|
|
|
3156
3279
|
.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 {
|
|
3157
3280
|
background: transparent;
|
|
3158
3281
|
border-color: transparent;
|
|
3159
|
-
box-shadow: none;
|
|
3282
|
+
-webkit-box-shadow: none;
|
|
3283
|
+
box-shadow: none;
|
|
3160
3284
|
outline: none;
|
|
3161
3285
|
}
|
|
3162
3286
|
.e-carousel .e-carousel-indicators.e-default .e-indicator-bar .e-indicator:focus-visible {
|
|
@@ -3182,8 +3306,6 @@
|
|
|
3182
3306
|
background-color: #007bff;
|
|
3183
3307
|
}
|
|
3184
3308
|
|
|
3185
|
-
/*! component's theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */
|
|
3186
|
-
/*! contextmenu layout */
|
|
3187
3309
|
.e-contextmenu-wrapper ul .e-menu-item .e-previous::before,
|
|
3188
3310
|
.e-contextmenu-container ul .e-menu-item .e-previous::before {
|
|
3189
3311
|
content: "\e728";
|
|
@@ -3198,7 +3320,6 @@
|
|
|
3198
3320
|
content: "\e71f";
|
|
3199
3321
|
}
|
|
3200
3322
|
|
|
3201
|
-
/*! contextmenu layout */
|
|
3202
3323
|
.e-contextmenu-wrapper ul,
|
|
3203
3324
|
.e-contextmenu-container ul {
|
|
3204
3325
|
font-weight: normal;
|
|
@@ -3208,13 +3329,15 @@
|
|
|
3208
3329
|
margin: 0;
|
|
3209
3330
|
overflow: hidden;
|
|
3210
3331
|
-webkit-user-select: none;
|
|
3332
|
+
-moz-user-select: none;
|
|
3211
3333
|
-ms-user-select: none;
|
|
3212
3334
|
user-select: none;
|
|
3213
3335
|
font-size: 14px;
|
|
3214
3336
|
padding: 0;
|
|
3215
3337
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
3216
3338
|
border-radius: 4px;
|
|
3217
|
-
box-shadow: none;
|
|
3339
|
+
-webkit-box-shadow: none;
|
|
3340
|
+
box-shadow: none;
|
|
3218
3341
|
display: none;
|
|
3219
3342
|
min-width: 120px;
|
|
3220
3343
|
position: absolute;
|
|
@@ -3222,7 +3345,8 @@
|
|
|
3222
3345
|
.e-contextmenu-wrapper ul.e-ul, .e-contextmenu-wrapper ul.e-ul *,
|
|
3223
3346
|
.e-contextmenu-container ul.e-ul,
|
|
3224
3347
|
.e-contextmenu-container ul.e-ul * {
|
|
3225
|
-
box-sizing: border-box;
|
|
3348
|
+
-webkit-box-sizing: border-box;
|
|
3349
|
+
box-sizing: border-box;
|
|
3226
3350
|
}
|
|
3227
3351
|
.e-contextmenu-wrapper ul.e-ul:focus, .e-contextmenu-wrapper ul.e-ul *:focus,
|
|
3228
3352
|
.e-contextmenu-container ul.e-ul:focus,
|
|
@@ -3231,7 +3355,8 @@
|
|
|
3231
3355
|
}
|
|
3232
3356
|
.e-contextmenu-wrapper ul.e-contextmenu,
|
|
3233
3357
|
.e-contextmenu-container ul.e-contextmenu {
|
|
3234
|
-
box-shadow: none;
|
|
3358
|
+
-webkit-box-shadow: none;
|
|
3359
|
+
box-shadow: none;
|
|
3235
3360
|
}
|
|
3236
3361
|
.e-contextmenu-wrapper ul.e-ul,
|
|
3237
3362
|
.e-contextmenu-container ul.e-ul {
|
|
@@ -3315,6 +3440,8 @@
|
|
|
3315
3440
|
}
|
|
3316
3441
|
.e-contextmenu-wrapper ul .e-menu-item .e-checkbox-wrapper,
|
|
3317
3442
|
.e-contextmenu-container ul .e-menu-item .e-checkbox-wrapper {
|
|
3443
|
+
width: -webkit-max-content;
|
|
3444
|
+
width: -moz-max-content;
|
|
3318
3445
|
width: max-content;
|
|
3319
3446
|
}
|
|
3320
3447
|
|
|
@@ -3334,7 +3461,8 @@
|
|
|
3334
3461
|
.e-contextmenu-container.e-sfcontextmenu ul.e-transparent {
|
|
3335
3462
|
background: transparent;
|
|
3336
3463
|
border: 0;
|
|
3337
|
-
box-shadow: none;
|
|
3464
|
+
-webkit-box-shadow: none;
|
|
3465
|
+
box-shadow: none;
|
|
3338
3466
|
height: 1px;
|
|
3339
3467
|
left: 0;
|
|
3340
3468
|
min-width: 0;
|
|
@@ -3354,7 +3482,8 @@
|
|
|
3354
3482
|
}
|
|
3355
3483
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3356
3484
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3357
|
-
box-shadow: none;
|
|
3485
|
+
-webkit-box-shadow: none;
|
|
3486
|
+
box-shadow: none;
|
|
3358
3487
|
}
|
|
3359
3488
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar,
|
|
3360
3489
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar {
|
|
@@ -3371,7 +3500,8 @@
|
|
|
3371
3500
|
}
|
|
3372
3501
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul,
|
|
3373
3502
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul {
|
|
3374
|
-
box-shadow: none;
|
|
3503
|
+
-webkit-box-shadow: none;
|
|
3504
|
+
box-shadow: none;
|
|
3375
3505
|
margin-top: -12px;
|
|
3376
3506
|
width: inherit;
|
|
3377
3507
|
}
|
|
@@ -3415,7 +3545,8 @@
|
|
|
3415
3545
|
font-size: 16px;
|
|
3416
3546
|
padding: 8px 0;
|
|
3417
3547
|
white-space: nowrap;
|
|
3418
|
-
box-shadow: none;
|
|
3548
|
+
-webkit-box-shadow: none;
|
|
3549
|
+
box-shadow: none;
|
|
3419
3550
|
max-width: 280px;
|
|
3420
3551
|
min-width: 112px;
|
|
3421
3552
|
}
|
|
@@ -3466,13 +3597,13 @@
|
|
|
3466
3597
|
padding-left: 36px;
|
|
3467
3598
|
}
|
|
3468
3599
|
|
|
3469
|
-
.e-contextmenu-wrapper .e-menu-item
|
|
3600
|
+
.e-contextmenu-wrapper .e-menu-item,
|
|
3601
|
+
.e-contextmenu-container .e-menu-item {
|
|
3470
3602
|
white-space: nowrap;
|
|
3471
3603
|
overflow: hidden;
|
|
3472
3604
|
text-overflow: ellipsis;
|
|
3473
3605
|
}
|
|
3474
3606
|
|
|
3475
|
-
/*! contextmenu theme */
|
|
3476
3607
|
.e-contextmenu-wrapper ul,
|
|
3477
3608
|
.e-contextmenu-container ul {
|
|
3478
3609
|
background-color: #fff;
|
|
@@ -3556,10 +3687,6 @@
|
|
|
3556
3687
|
border-color: #e9ecef;
|
|
3557
3688
|
}
|
|
3558
3689
|
|
|
3559
|
-
/*! Horizontal Tab */
|
|
3560
|
-
/*! Bootstrap specific themes definition's */
|
|
3561
|
-
/*! Vertical Tab */
|
|
3562
|
-
/*! tab icons */
|
|
3563
3690
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
3564
3691
|
content: "\e70b";
|
|
3565
3692
|
}
|
|
@@ -3608,7 +3735,6 @@
|
|
|
3608
3735
|
position: relative;
|
|
3609
3736
|
}
|
|
3610
3737
|
|
|
3611
|
-
/*! tab layout */
|
|
3612
3738
|
.e-bigger .e-tab .e-tab-header,
|
|
3613
3739
|
.e-tab.e-bigger .e-tab-header {
|
|
3614
3740
|
height: 42px;
|
|
@@ -4765,6 +4891,7 @@
|
|
|
4765
4891
|
left: unset;
|
|
4766
4892
|
position: unset;
|
|
4767
4893
|
right: unset;
|
|
4894
|
+
-webkit-transition: unset;
|
|
4768
4895
|
transition: unset;
|
|
4769
4896
|
}
|
|
4770
4897
|
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
@@ -4816,6 +4943,7 @@
|
|
|
4816
4943
|
left: 0;
|
|
4817
4944
|
right: 0;
|
|
4818
4945
|
border-radius: 0;
|
|
4946
|
+
-webkit-transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4819
4947
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4820
4948
|
}
|
|
4821
4949
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -4848,8 +4976,10 @@
|
|
|
4848
4976
|
.e-tab .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4849
4977
|
-ms-flex-line-pack: center;
|
|
4850
4978
|
align-content: center;
|
|
4851
|
-
-
|
|
4852
|
-
align
|
|
4979
|
+
-webkit-box-align: center;
|
|
4980
|
+
-ms-flex-align: center;
|
|
4981
|
+
align-items: center;
|
|
4982
|
+
display: -webkit-inline-box;
|
|
4853
4983
|
display: -ms-inline-flexbox;
|
|
4854
4984
|
display: inline-flex;
|
|
4855
4985
|
height: 32px;
|
|
@@ -4866,7 +4996,6 @@
|
|
|
4866
4996
|
font-weight: 400;
|
|
4867
4997
|
text-transform: capitalize;
|
|
4868
4998
|
-ms-flex-item-align: auto;
|
|
4869
|
-
-ms-grid-row-align: auto;
|
|
4870
4999
|
align-self: auto;
|
|
4871
5000
|
margin-bottom: 0;
|
|
4872
5001
|
}
|
|
@@ -4940,6 +5069,7 @@
|
|
|
4940
5069
|
top: 1px;
|
|
4941
5070
|
}
|
|
4942
5071
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
5072
|
+
display: -webkit-inline-box;
|
|
4943
5073
|
display: -ms-inline-flexbox;
|
|
4944
5074
|
display: inline-flex;
|
|
4945
5075
|
height: 20px;
|
|
@@ -4973,8 +5103,9 @@
|
|
|
4973
5103
|
left: 0;
|
|
4974
5104
|
}
|
|
4975
5105
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
4976
|
-
-
|
|
4977
|
-
|
|
5106
|
+
-webkit-box-pack: center;
|
|
5107
|
+
-ms-flex-pack: center;
|
|
5108
|
+
justify-content: center;
|
|
4978
5109
|
padding: 0 15px;
|
|
4979
5110
|
}
|
|
4980
5111
|
@media screen and (max-width: 480px) {
|
|
@@ -5007,8 +5138,10 @@
|
|
|
5007
5138
|
}
|
|
5008
5139
|
}
|
|
5009
5140
|
.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 {
|
|
5010
|
-
-
|
|
5011
|
-
align
|
|
5141
|
+
-webkit-box-align: center;
|
|
5142
|
+
-ms-flex-align: center;
|
|
5143
|
+
align-items: center;
|
|
5144
|
+
display: -webkit-box;
|
|
5012
5145
|
display: -ms-flexbox;
|
|
5013
5146
|
display: flex;
|
|
5014
5147
|
height: 62px;
|
|
@@ -5060,14 +5193,19 @@
|
|
|
5060
5193
|
}
|
|
5061
5194
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-top,
|
|
5062
5195
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-bottom {
|
|
5063
|
-
-
|
|
5064
|
-
align
|
|
5196
|
+
-webkit-box-align: center;
|
|
5197
|
+
-ms-flex-align: center;
|
|
5198
|
+
align-items: center;
|
|
5199
|
+
display: -webkit-box;
|
|
5065
5200
|
display: -ms-flexbox;
|
|
5066
5201
|
display: flex;
|
|
5067
|
-
-
|
|
5068
|
-
|
|
5069
|
-
|
|
5070
|
-
|
|
5202
|
+
-webkit-box-orient: vertical;
|
|
5203
|
+
-webkit-box-direction: normal;
|
|
5204
|
+
-ms-flex-direction: column;
|
|
5205
|
+
flex-direction: column;
|
|
5206
|
+
-webkit-box-pack: center;
|
|
5207
|
+
-ms-flex-pack: center;
|
|
5208
|
+
justify-content: center;
|
|
5071
5209
|
margin: auto;
|
|
5072
5210
|
}
|
|
5073
5211
|
.e-tab .e-tab-header .e-toolbar-pop {
|
|
@@ -5105,6 +5243,7 @@
|
|
|
5105
5243
|
width: 100%;
|
|
5106
5244
|
}
|
|
5107
5245
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
5246
|
+
display: -webkit-inline-box;
|
|
5108
5247
|
display: -ms-inline-flexbox;
|
|
5109
5248
|
display: inline-flex;
|
|
5110
5249
|
width: 100%;
|
|
@@ -5148,22 +5287,25 @@
|
|
|
5148
5287
|
}
|
|
5149
5288
|
}
|
|
5150
5289
|
.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 {
|
|
5290
|
+
display: -webkit-inline-box;
|
|
5151
5291
|
display: -ms-inline-flexbox;
|
|
5152
5292
|
display: inline-flex;
|
|
5153
5293
|
height: auto;
|
|
5154
5294
|
}
|
|
5155
5295
|
.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 {
|
|
5156
5296
|
display: block;
|
|
5157
|
-
-
|
|
5158
|
-
|
|
5297
|
+
-webkit-box-pack: center;
|
|
5298
|
+
-ms-flex-pack: center;
|
|
5299
|
+
justify-content: center;
|
|
5159
5300
|
margin: 0 0 0 10px;
|
|
5160
5301
|
padding-left: 0;
|
|
5161
5302
|
padding-right: 10px;
|
|
5162
5303
|
}
|
|
5163
5304
|
@media screen and (max-width: 480px) {
|
|
5164
5305
|
.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 {
|
|
5165
|
-
-
|
|
5166
|
-
|
|
5306
|
+
-webkit-box-pack: center;
|
|
5307
|
+
-ms-flex-pack: center;
|
|
5308
|
+
justify-content: center;
|
|
5167
5309
|
margin: 0 0 0 12px;
|
|
5168
5310
|
padding-left: 0;
|
|
5169
5311
|
padding-right: 0;
|
|
@@ -5178,14 +5320,17 @@
|
|
|
5178
5320
|
}
|
|
5179
5321
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-top,
|
|
5180
5322
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-bottom {
|
|
5323
|
+
display: -webkit-inline-box;
|
|
5181
5324
|
display: -ms-inline-flexbox;
|
|
5182
5325
|
display: inline-flex;
|
|
5183
5326
|
}
|
|
5184
5327
|
.e-tab .e-tab-header.e-close-show .e-icons.e-close-icon {
|
|
5185
|
-
-
|
|
5186
|
-
align
|
|
5328
|
+
-webkit-box-align: center;
|
|
5329
|
+
-ms-flex-align: center;
|
|
5330
|
+
align-items: center;
|
|
5187
5331
|
-ms-flex-item-align: center;
|
|
5188
5332
|
align-self: center;
|
|
5333
|
+
display: -webkit-inline-box;
|
|
5189
5334
|
display: -ms-inline-flexbox;
|
|
5190
5335
|
display: inline-flex;
|
|
5191
5336
|
}
|
|
@@ -5196,6 +5341,7 @@
|
|
|
5196
5341
|
}
|
|
5197
5342
|
@media screen and (max-width: 480px) {
|
|
5198
5343
|
.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-active .e-close-icon {
|
|
5344
|
+
display: -webkit-inline-box;
|
|
5199
5345
|
display: -ms-inline-flexbox;
|
|
5200
5346
|
display: inline-flex;
|
|
5201
5347
|
}
|
|
@@ -5309,22 +5455,30 @@
|
|
|
5309
5455
|
}
|
|
5310
5456
|
}
|
|
5311
5457
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
|
|
5312
|
-
transform: rotate(0deg);
|
|
5458
|
+
-webkit-transform: rotate(0deg);
|
|
5459
|
+
transform: rotate(0deg);
|
|
5460
|
+
-webkit-transition: none;
|
|
5313
5461
|
transition: none;
|
|
5314
5462
|
}
|
|
5315
5463
|
@media screen and (max-width: 480px) {
|
|
5316
5464
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
|
|
5317
|
-
transform: none;
|
|
5465
|
+
-webkit-transform: none;
|
|
5466
|
+
transform: none;
|
|
5467
|
+
-webkit-transition: none;
|
|
5318
5468
|
transition: none;
|
|
5319
5469
|
}
|
|
5320
5470
|
}
|
|
5321
5471
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5322
|
-
transform: rotate(0deg);
|
|
5472
|
+
-webkit-transform: rotate(0deg);
|
|
5473
|
+
transform: rotate(0deg);
|
|
5474
|
+
-webkit-transition: none;
|
|
5323
5475
|
transition: none;
|
|
5324
5476
|
}
|
|
5325
5477
|
@media screen and (max-width: 480px) {
|
|
5326
5478
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5327
|
-
transform: none;
|
|
5479
|
+
-webkit-transform: none;
|
|
5480
|
+
transform: none;
|
|
5481
|
+
-webkit-transition: none;
|
|
5328
5482
|
transition: none;
|
|
5329
5483
|
}
|
|
5330
5484
|
}
|
|
@@ -5363,6 +5517,7 @@
|
|
|
5363
5517
|
position: unset;
|
|
5364
5518
|
right: unset;
|
|
5365
5519
|
top: unset;
|
|
5520
|
+
-webkit-transition: unset;
|
|
5366
5521
|
transition: unset;
|
|
5367
5522
|
}
|
|
5368
5523
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
@@ -5456,15 +5611,19 @@
|
|
|
5456
5611
|
}
|
|
5457
5612
|
.e-tab .e-tab-header.e-vertical .e-indicator {
|
|
5458
5613
|
display: none;
|
|
5614
|
+
-webkit-transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
5459
5615
|
transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
5460
5616
|
width: 2px;
|
|
5461
5617
|
}
|
|
5462
5618
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
5463
5619
|
height: inherit;
|
|
5464
|
-
-
|
|
5465
|
-
|
|
5466
|
-
|
|
5467
|
-
|
|
5620
|
+
-webkit-box-orient: vertical;
|
|
5621
|
+
-webkit-box-direction: normal;
|
|
5622
|
+
-ms-flex-direction: column;
|
|
5623
|
+
flex-direction: column;
|
|
5624
|
+
-webkit-box-align: normal;
|
|
5625
|
+
-ms-flex-align: normal;
|
|
5626
|
+
align-items: normal;
|
|
5468
5627
|
}
|
|
5469
5628
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
|
|
5470
5629
|
padding: 16px 0;
|
|
@@ -5530,6 +5689,7 @@
|
|
|
5530
5689
|
left: unset;
|
|
5531
5690
|
position: unset;
|
|
5532
5691
|
right: unset;
|
|
5692
|
+
-webkit-transition: unset;
|
|
5533
5693
|
transition: unset;
|
|
5534
5694
|
width: unset;
|
|
5535
5695
|
}
|
|
@@ -5570,6 +5730,7 @@
|
|
|
5570
5730
|
left: unset;
|
|
5571
5731
|
position: unset;
|
|
5572
5732
|
right: unset;
|
|
5733
|
+
-webkit-transition: unset;
|
|
5573
5734
|
transition: unset;
|
|
5574
5735
|
width: unset;
|
|
5575
5736
|
}
|
|
@@ -5584,8 +5745,9 @@
|
|
|
5584
5745
|
}
|
|
5585
5746
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
5586
5747
|
height: 16px;
|
|
5587
|
-
-
|
|
5588
|
-
|
|
5748
|
+
-webkit-box-pack: center;
|
|
5749
|
+
-ms-flex-pack: center;
|
|
5750
|
+
justify-content: center;
|
|
5589
5751
|
min-height: 16px;
|
|
5590
5752
|
width: 100%;
|
|
5591
5753
|
}
|
|
@@ -5603,7 +5765,9 @@
|
|
|
5603
5765
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
5604
5766
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
|
|
5605
5767
|
height: 100%;
|
|
5606
|
-
transform: none;
|
|
5768
|
+
-webkit-transform: none;
|
|
5769
|
+
transform: none;
|
|
5770
|
+
-webkit-transition: none;
|
|
5607
5771
|
transition: none;
|
|
5608
5772
|
width: 100%;
|
|
5609
5773
|
}
|
|
@@ -5616,7 +5780,9 @@
|
|
|
5616
5780
|
line-height: 26px;
|
|
5617
5781
|
text-align: left;
|
|
5618
5782
|
text-transform: capitalize;
|
|
5619
|
-
transform: none;
|
|
5783
|
+
-webkit-transform: none;
|
|
5784
|
+
transform: none;
|
|
5785
|
+
-webkit-transition: none;
|
|
5620
5786
|
transition: none;
|
|
5621
5787
|
}
|
|
5622
5788
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
|
|
@@ -5683,14 +5849,17 @@
|
|
|
5683
5849
|
overflow: hidden;
|
|
5684
5850
|
}
|
|
5685
5851
|
.e-tab.e-vertical-tab .e-content {
|
|
5852
|
+
display: -webkit-box;
|
|
5686
5853
|
display: -ms-flexbox;
|
|
5687
5854
|
display: flex;
|
|
5688
5855
|
}
|
|
5689
5856
|
.e-tab.e-vertical-tab .e-content .e-item.e-active {
|
|
5857
|
+
display: -webkit-box;
|
|
5690
5858
|
display: -ms-flexbox;
|
|
5691
5859
|
display: flex;
|
|
5692
|
-
-
|
|
5693
|
-
flex: none;
|
|
5860
|
+
-webkit-box-flex: 0;
|
|
5861
|
+
-ms-flex: none;
|
|
5862
|
+
flex: none;
|
|
5694
5863
|
}
|
|
5695
5864
|
.e-tab.e-vertical-tab .e-content .e-item,
|
|
5696
5865
|
.e-tab.e-vertical-tab .e-content .e-item > :first-child {
|
|
@@ -5812,6 +5981,7 @@
|
|
|
5812
5981
|
}
|
|
5813
5982
|
.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align,
|
|
5814
5983
|
.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align {
|
|
5984
|
+
display: -webkit-box;
|
|
5815
5985
|
display: -ms-flexbox;
|
|
5816
5986
|
display: flex;
|
|
5817
5987
|
}
|
|
@@ -5831,31 +6001,42 @@
|
|
|
5831
6001
|
}
|
|
5832
6002
|
.e-tab.e-ie .e-tab-header .e-popup-up-icon,
|
|
5833
6003
|
.e-tab.e-ie .e-tab-header .e-popup-down-icon {
|
|
5834
|
-
transform: none;
|
|
6004
|
+
-webkit-transform: none;
|
|
6005
|
+
transform: none;
|
|
6006
|
+
-webkit-transition: none;
|
|
5835
6007
|
transition: none;
|
|
5836
6008
|
}
|
|
5837
6009
|
.e-tab.e-ie .e-tab-header .e-popup-up-icon::before {
|
|
5838
|
-
transform: rotate(0deg);
|
|
6010
|
+
-webkit-transform: rotate(0deg);
|
|
6011
|
+
transform: rotate(0deg);
|
|
6012
|
+
-webkit-transition: none;
|
|
5839
6013
|
transition: none;
|
|
5840
6014
|
}
|
|
5841
6015
|
@media screen and (max-width: 480px) {
|
|
5842
6016
|
.e-tab.e-ie .e-tab-header .e-popup-up-icon::before {
|
|
5843
|
-
transform: none;
|
|
6017
|
+
-webkit-transform: none;
|
|
6018
|
+
transform: none;
|
|
6019
|
+
-webkit-transition: none;
|
|
5844
6020
|
transition: none;
|
|
5845
6021
|
}
|
|
5846
6022
|
}
|
|
5847
6023
|
.e-tab.e-ie .e-tab-header .e-popup-down-icon::before {
|
|
5848
|
-
transform: rotate(0deg);
|
|
6024
|
+
-webkit-transform: rotate(0deg);
|
|
6025
|
+
transform: rotate(0deg);
|
|
6026
|
+
-webkit-transition: none;
|
|
5849
6027
|
transition: none;
|
|
5850
6028
|
}
|
|
5851
6029
|
@media screen and (max-width: 480px) {
|
|
5852
6030
|
.e-tab.e-ie .e-tab-header .e-popup-down-icon::before {
|
|
5853
|
-
transform: none;
|
|
6031
|
+
-webkit-transform: none;
|
|
6032
|
+
transform: none;
|
|
6033
|
+
-webkit-transition: none;
|
|
5854
6034
|
transition: none;
|
|
5855
6035
|
}
|
|
5856
6036
|
}
|
|
5857
6037
|
.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align,
|
|
5858
6038
|
.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align {
|
|
6039
|
+
display: -webkit-box;
|
|
5859
6040
|
display: -ms-flexbox;
|
|
5860
6041
|
display: flex;
|
|
5861
6042
|
}
|
|
@@ -5876,48 +6057,66 @@
|
|
|
5876
6057
|
position: relative;
|
|
5877
6058
|
}
|
|
5878
6059
|
.e-tab.e-edge .e-tab-header .e-popup-up-icon {
|
|
5879
|
-
transform: rotate(0deg);
|
|
6060
|
+
-webkit-transform: rotate(0deg);
|
|
6061
|
+
transform: rotate(0deg);
|
|
6062
|
+
-webkit-transition: none;
|
|
5880
6063
|
transition: none;
|
|
5881
6064
|
}
|
|
5882
6065
|
@media screen and (max-width: 480px) {
|
|
5883
6066
|
.e-tab.e-edge .e-tab-header .e-popup-up-icon {
|
|
5884
|
-
transform: none;
|
|
6067
|
+
-webkit-transform: none;
|
|
6068
|
+
transform: none;
|
|
6069
|
+
-webkit-transition: none;
|
|
5885
6070
|
transition: none;
|
|
5886
6071
|
}
|
|
5887
6072
|
}
|
|
5888
6073
|
.e-tab.e-edge .e-tab-header .e-popup-down-icon {
|
|
5889
|
-
transform: rotate(0deg);
|
|
6074
|
+
-webkit-transform: rotate(0deg);
|
|
6075
|
+
transform: rotate(0deg);
|
|
6076
|
+
-webkit-transition: none;
|
|
5890
6077
|
transition: none;
|
|
5891
6078
|
}
|
|
5892
6079
|
@media screen and (max-width: 480px) {
|
|
5893
6080
|
.e-tab.e-edge .e-tab-header .e-popup-down-icon {
|
|
5894
|
-
transform: none;
|
|
6081
|
+
-webkit-transform: none;
|
|
6082
|
+
transform: none;
|
|
6083
|
+
-webkit-transition: none;
|
|
5895
6084
|
transition: none;
|
|
5896
6085
|
}
|
|
5897
6086
|
}
|
|
5898
6087
|
@media screen and (max-width: 480px) and (max-width: 480px) {
|
|
5899
6088
|
.e-tab.e-edge .e-tab-header .e-popup-down-icon {
|
|
5900
|
-
transform: none;
|
|
6089
|
+
-webkit-transform: none;
|
|
6090
|
+
transform: none;
|
|
6091
|
+
-webkit-transition: none;
|
|
5901
6092
|
transition: none;
|
|
5902
6093
|
}
|
|
5903
6094
|
}
|
|
5904
6095
|
.e-tab.e-edge .e-tab-header .e-popup-up-icon::before {
|
|
5905
|
-
transform: rotate(0deg);
|
|
6096
|
+
-webkit-transform: rotate(0deg);
|
|
6097
|
+
transform: rotate(0deg);
|
|
6098
|
+
-webkit-transition: none;
|
|
5906
6099
|
transition: none;
|
|
5907
6100
|
}
|
|
5908
6101
|
@media screen and (max-width: 480px) {
|
|
5909
6102
|
.e-tab.e-edge .e-tab-header .e-popup-up-icon::before {
|
|
5910
|
-
transform: none;
|
|
6103
|
+
-webkit-transform: none;
|
|
6104
|
+
transform: none;
|
|
6105
|
+
-webkit-transition: none;
|
|
5911
6106
|
transition: none;
|
|
5912
6107
|
}
|
|
5913
6108
|
}
|
|
5914
6109
|
.e-tab.e-edge .e-tab-header .e-popup-down-icon::before {
|
|
5915
|
-
transform: rotate(0deg);
|
|
6110
|
+
-webkit-transform: rotate(0deg);
|
|
6111
|
+
transform: rotate(0deg);
|
|
6112
|
+
-webkit-transition: none;
|
|
5916
6113
|
transition: none;
|
|
5917
6114
|
}
|
|
5918
6115
|
@media screen and (max-width: 480px) {
|
|
5919
6116
|
.e-tab.e-edge .e-tab-header .e-popup-down-icon::before {
|
|
5920
|
-
transform: none;
|
|
6117
|
+
-webkit-transform: none;
|
|
6118
|
+
transform: none;
|
|
6119
|
+
-webkit-transition: none;
|
|
5921
6120
|
transition: none;
|
|
5922
6121
|
}
|
|
5923
6122
|
}
|
|
@@ -6248,8 +6447,10 @@
|
|
|
6248
6447
|
.e-tab-clone-element .e-text-wrap {
|
|
6249
6448
|
-ms-flex-line-pack: center;
|
|
6250
6449
|
align-content: center;
|
|
6251
|
-
-
|
|
6252
|
-
align
|
|
6450
|
+
-webkit-box-align: center;
|
|
6451
|
+
-ms-flex-align: center;
|
|
6452
|
+
align-items: center;
|
|
6453
|
+
display: -webkit-inline-box;
|
|
6253
6454
|
display: -ms-inline-flexbox;
|
|
6254
6455
|
display: inline-flex;
|
|
6255
6456
|
height: 32px;
|
|
@@ -6266,7 +6467,6 @@
|
|
|
6266
6467
|
font-weight: 400;
|
|
6267
6468
|
text-transform: capitalize;
|
|
6268
6469
|
-ms-flex-item-align: auto;
|
|
6269
|
-
-ms-grid-row-align: auto;
|
|
6270
6470
|
align-self: auto;
|
|
6271
6471
|
}
|
|
6272
6472
|
@media screen and (max-width: 480px) {
|
|
@@ -6291,6 +6491,7 @@
|
|
|
6291
6491
|
top: 1px;
|
|
6292
6492
|
}
|
|
6293
6493
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
6494
|
+
display: -webkit-inline-box;
|
|
6294
6495
|
display: -ms-inline-flexbox;
|
|
6295
6496
|
display: inline-flex;
|
|
6296
6497
|
height: 20px;
|
|
@@ -6315,8 +6516,9 @@
|
|
|
6315
6516
|
}
|
|
6316
6517
|
}
|
|
6317
6518
|
.e-tab-clone-element.e-icon .e-tab-wrap {
|
|
6318
|
-
-
|
|
6319
|
-
|
|
6519
|
+
-webkit-box-pack: center;
|
|
6520
|
+
-ms-flex-pack: center;
|
|
6521
|
+
justify-content: center;
|
|
6320
6522
|
padding: 0 15px;
|
|
6321
6523
|
}
|
|
6322
6524
|
@media screen and (max-width: 480px) {
|
|
@@ -6349,8 +6551,10 @@
|
|
|
6349
6551
|
}
|
|
6350
6552
|
}
|
|
6351
6553
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
6352
|
-
-
|
|
6353
|
-
align
|
|
6554
|
+
-webkit-box-align: center;
|
|
6555
|
+
-ms-flex-align: center;
|
|
6556
|
+
align-items: center;
|
|
6557
|
+
display: -webkit-box;
|
|
6354
6558
|
display: -ms-flexbox;
|
|
6355
6559
|
display: flex;
|
|
6356
6560
|
height: 62px;
|
|
@@ -6396,21 +6600,28 @@
|
|
|
6396
6600
|
}
|
|
6397
6601
|
.e-tab-clone-element .e-tab-icon.e-icon-top,
|
|
6398
6602
|
.e-tab-clone-element .e-tab-icon.e-icon-bottom {
|
|
6399
|
-
-
|
|
6400
|
-
align
|
|
6603
|
+
-webkit-box-align: center;
|
|
6604
|
+
-ms-flex-align: center;
|
|
6605
|
+
align-items: center;
|
|
6606
|
+
display: -webkit-box;
|
|
6401
6607
|
display: -ms-flexbox;
|
|
6402
6608
|
display: flex;
|
|
6403
|
-
-
|
|
6404
|
-
|
|
6405
|
-
|
|
6406
|
-
|
|
6609
|
+
-webkit-box-orient: vertical;
|
|
6610
|
+
-webkit-box-direction: normal;
|
|
6611
|
+
-ms-flex-direction: column;
|
|
6612
|
+
flex-direction: column;
|
|
6613
|
+
-webkit-box-pack: center;
|
|
6614
|
+
-ms-flex-pack: center;
|
|
6615
|
+
justify-content: center;
|
|
6407
6616
|
margin: auto;
|
|
6408
6617
|
}
|
|
6409
6618
|
.e-tab-clone-element.e-close-show .e-icons.e-close-icon {
|
|
6410
|
-
-
|
|
6411
|
-
align
|
|
6619
|
+
-webkit-box-align: center;
|
|
6620
|
+
-ms-flex-align: center;
|
|
6621
|
+
align-items: center;
|
|
6412
6622
|
-ms-flex-item-align: center;
|
|
6413
6623
|
align-self: center;
|
|
6624
|
+
display: -webkit-inline-box;
|
|
6414
6625
|
display: -ms-inline-flexbox;
|
|
6415
6626
|
display: inline-flex;
|
|
6416
6627
|
}
|
|
@@ -6455,7 +6666,6 @@
|
|
|
6455
6666
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
6456
6667
|
font-size: 16px;
|
|
6457
6668
|
-ms-flex-item-align: auto;
|
|
6458
|
-
-ms-grid-row-align: auto;
|
|
6459
6669
|
align-self: auto;
|
|
6460
6670
|
}
|
|
6461
6671
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
@@ -6531,7 +6741,6 @@
|
|
|
6531
6741
|
margin: 0 0 10px;
|
|
6532
6742
|
}
|
|
6533
6743
|
|
|
6534
|
-
/*! tab theme */
|
|
6535
6744
|
.e-tab {
|
|
6536
6745
|
background: transparent;
|
|
6537
6746
|
border: none;
|
|
@@ -6540,7 +6749,8 @@
|
|
|
6540
6749
|
background: inherit;
|
|
6541
6750
|
border: 0;
|
|
6542
6751
|
border-radius: 0;
|
|
6543
|
-
box-shadow: none;
|
|
6752
|
+
-webkit-box-shadow: none;
|
|
6753
|
+
box-shadow: none;
|
|
6544
6754
|
font-weight: normal;
|
|
6545
6755
|
border-bottom: 0;
|
|
6546
6756
|
}
|
|
@@ -6584,10 +6794,10 @@
|
|
|
6584
6794
|
}
|
|
6585
6795
|
@media screen and (max-width: 480px) {
|
|
6586
6796
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6587
|
-
color: #
|
|
6797
|
+
color: #37b;
|
|
6588
6798
|
}
|
|
6589
6799
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
6590
|
-
color: #
|
|
6800
|
+
color: #37b;
|
|
6591
6801
|
}
|
|
6592
6802
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6593
6803
|
color: #777;
|
|
@@ -6667,7 +6877,8 @@
|
|
|
6667
6877
|
background: #fff;
|
|
6668
6878
|
border: 1px #000;
|
|
6669
6879
|
border-radius: 4px;
|
|
6670
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
6880
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
6881
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
6671
6882
|
overflow-y: auto;
|
|
6672
6883
|
}
|
|
6673
6884
|
.e-tab .e-tab-header .e-toolbar-pop[e-animate=true] {
|
|
@@ -6675,7 +6886,8 @@
|
|
|
6675
6886
|
}
|
|
6676
6887
|
@media screen and (max-width: 480px) {
|
|
6677
6888
|
.e-tab .e-tab-header .e-toolbar-pop {
|
|
6678
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
6889
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
6890
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
6679
6891
|
}
|
|
6680
6892
|
}
|
|
6681
6893
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
@@ -6730,7 +6942,8 @@
|
|
|
6730
6942
|
}
|
|
6731
6943
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
6732
6944
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
6733
|
-
box-shadow: none;
|
|
6945
|
+
-webkit-box-shadow: none;
|
|
6946
|
+
box-shadow: none;
|
|
6734
6947
|
border: 0;
|
|
6735
6948
|
}
|
|
6736
6949
|
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
@@ -6756,7 +6969,8 @@
|
|
|
6756
6969
|
}
|
|
6757
6970
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
6758
6971
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
6759
|
-
box-shadow: none;
|
|
6972
|
+
-webkit-box-shadow: none;
|
|
6973
|
+
box-shadow: none;
|
|
6760
6974
|
background: inherit;
|
|
6761
6975
|
border: 3px solid #adb5bd;
|
|
6762
6976
|
}
|
|
@@ -6823,7 +7037,8 @@
|
|
|
6823
7037
|
color: #212529;
|
|
6824
7038
|
border: 0;
|
|
6825
7039
|
border-radius: 4px;
|
|
6826
|
-
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
7040
|
+
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
7041
|
+
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
6827
7042
|
}
|
|
6828
7043
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
6829
7044
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
@@ -6836,14 +7051,16 @@
|
|
|
6836
7051
|
}
|
|
6837
7052
|
.e-tab .e-tab-header .e-hor-nav:active,
|
|
6838
7053
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
6839
|
-
box-shadow: none;
|
|
7054
|
+
-webkit-box-shadow: none;
|
|
7055
|
+
box-shadow: none;
|
|
6840
7056
|
background: transparent;
|
|
6841
7057
|
}
|
|
6842
7058
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
6843
7059
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
6844
7060
|
background: #6c757d;
|
|
6845
7061
|
border: 3px solid #adb5bd;
|
|
6846
|
-
box-shadow: none;
|
|
7062
|
+
-webkit-box-shadow: none;
|
|
7063
|
+
box-shadow: none;
|
|
6847
7064
|
border-radius: 4px;
|
|
6848
7065
|
}
|
|
6849
7066
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
@@ -6904,7 +7121,8 @@
|
|
|
6904
7121
|
border-radius: 0 4px 4px 0;
|
|
6905
7122
|
}
|
|
6906
7123
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
6907
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
7124
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
7125
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
6908
7126
|
}
|
|
6909
7127
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
6910
7128
|
background: inherit;
|
|
@@ -6969,7 +7187,8 @@
|
|
|
6969
7187
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active:hover {
|
|
6970
7188
|
background: inherit;
|
|
6971
7189
|
border: 0;
|
|
6972
|
-
box-shadow: none;
|
|
7190
|
+
-webkit-box-shadow: none;
|
|
7191
|
+
box-shadow: none;
|
|
6973
7192
|
}
|
|
6974
7193
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
6975
7194
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
@@ -7132,7 +7351,7 @@
|
|
|
7132
7351
|
}
|
|
7133
7352
|
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
|
|
7134
7353
|
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
7135
|
-
background: #
|
|
7354
|
+
background: #37b;
|
|
7136
7355
|
}
|
|
7137
7356
|
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
7138
7357
|
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon,
|
|
@@ -7293,7 +7512,7 @@
|
|
|
7293
7512
|
color: #fff;
|
|
7294
7513
|
}
|
|
7295
7514
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
|
|
7296
|
-
background: #
|
|
7515
|
+
background: #37b;
|
|
7297
7516
|
}
|
|
7298
7517
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-text,
|
|
7299
7518
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-icon,
|
|
@@ -7364,7 +7583,8 @@
|
|
|
7364
7583
|
}
|
|
7365
7584
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
7366
7585
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
7367
|
-
animation: none;
|
|
7586
|
+
-webkit-animation: none;
|
|
7587
|
+
animation: none;
|
|
7368
7588
|
}
|
|
7369
7589
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
7370
7590
|
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
@@ -7416,7 +7636,8 @@
|
|
|
7416
7636
|
}
|
|
7417
7637
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
7418
7638
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
7419
|
-
animation: none;
|
|
7639
|
+
-webkit-animation: none;
|
|
7640
|
+
animation: none;
|
|
7420
7641
|
}
|
|
7421
7642
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
|
|
7422
7643
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
@@ -7502,7 +7723,7 @@
|
|
|
7502
7723
|
}
|
|
7503
7724
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
|
|
7504
7725
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
7505
|
-
background: #
|
|
7726
|
+
background: #37b;
|
|
7506
7727
|
color: #6c757d;
|
|
7507
7728
|
}
|
|
7508
7729
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
@@ -7564,7 +7785,7 @@
|
|
|
7564
7785
|
color: #0056b3;
|
|
7565
7786
|
}
|
|
7566
7787
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
|
|
7567
|
-
background: #
|
|
7788
|
+
background: #37b;
|
|
7568
7789
|
}
|
|
7569
7790
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus, .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap:focus {
|
|
7570
7791
|
background: #eee;
|
|
@@ -7627,11 +7848,23 @@
|
|
|
7627
7848
|
}
|
|
7628
7849
|
|
|
7629
7850
|
/* stylelint-disable property-no-vendor-prefix */
|
|
7851
|
+
@-webkit-keyframes rotation {
|
|
7852
|
+
from {
|
|
7853
|
+
-webkit-transform: rotate(0deg);
|
|
7854
|
+
transform: rotate(0deg);
|
|
7855
|
+
}
|
|
7856
|
+
to {
|
|
7857
|
+
-webkit-transform: rotate(359deg);
|
|
7858
|
+
transform: rotate(359deg);
|
|
7859
|
+
}
|
|
7860
|
+
}
|
|
7630
7861
|
@keyframes rotation {
|
|
7631
7862
|
from {
|
|
7863
|
+
-webkit-transform: rotate(0deg);
|
|
7632
7864
|
transform: rotate(0deg);
|
|
7633
7865
|
}
|
|
7634
7866
|
to {
|
|
7867
|
+
-webkit-transform: rotate(359deg);
|
|
7635
7868
|
transform: rotate(359deg);
|
|
7636
7869
|
}
|
|
7637
7870
|
}
|
|
@@ -7641,13 +7874,6 @@
|
|
|
7641
7874
|
.e-treeview.e-bigger .e-list-item .e-ul {
|
|
7642
7875
|
padding-left: 16px;
|
|
7643
7876
|
}
|
|
7644
|
-
.e-bigger .e-treeview .e-navigable .e-text-content,
|
|
7645
|
-
.e-treeview.e-bigger .e-navigable .e-text-content {
|
|
7646
|
-
-ms-flex-align: center;
|
|
7647
|
-
align-items: center;
|
|
7648
|
-
display: -ms-flexbox;
|
|
7649
|
-
display: flex;
|
|
7650
|
-
}
|
|
7651
7877
|
.e-bigger .e-treeview .e-navigable .e-list-text,
|
|
7652
7878
|
.e-treeview.e-bigger .e-navigable .e-list-text {
|
|
7653
7879
|
padding: 0;
|
|
@@ -7790,6 +8016,12 @@
|
|
|
7790
8016
|
.e-treeview.e-bigger.e-drag-item .e-drop-count {
|
|
7791
8017
|
border: 1px solid;
|
|
7792
8018
|
}
|
|
8019
|
+
.e-bigger .e-treeview.e-rtl .e-icon-collapsible,
|
|
8020
|
+
.e-bigger .e-treeview.e-rtl .e-icon-expandable,
|
|
8021
|
+
.e-treeview.e-bigger.e-rtl .e-icon-collapsible,
|
|
8022
|
+
.e-treeview.e-bigger.e-rtl .e-icon-expandable {
|
|
8023
|
+
margin: 0 -24px 1px 0;
|
|
8024
|
+
}
|
|
7793
8025
|
.e-bigger .e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap,
|
|
7794
8026
|
.e-treeview.e-bigger.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap {
|
|
7795
8027
|
padding: 0 12px 0 0;
|
|
@@ -7812,12 +8044,6 @@
|
|
|
7812
8044
|
.e-treeview.e-bigger.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
7813
8045
|
margin: 0 0 0 12px;
|
|
7814
8046
|
}
|
|
7815
|
-
.e-bigger .e-treeview.e-rtl .e-icon-collapsible,
|
|
7816
|
-
.e-bigger .e-treeview.e-rtl .e-icon-expandable,
|
|
7817
|
-
.e-treeview.e-bigger.e-rtl .e-icon-collapsible,
|
|
7818
|
-
.e-treeview.e-bigger.e-rtl .e-icon-expandable {
|
|
7819
|
-
margin: 0 -24px 1px 0;
|
|
7820
|
-
}
|
|
7821
8047
|
.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper,
|
|
7822
8048
|
.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper {
|
|
7823
8049
|
margin: 0 10px 0 0;
|
|
@@ -7849,6 +8075,16 @@
|
|
|
7849
8075
|
position: relative;
|
|
7850
8076
|
white-space: nowrap;
|
|
7851
8077
|
}
|
|
8078
|
+
.e-treeview.e-virtualization {
|
|
8079
|
+
overflow: auto;
|
|
8080
|
+
}
|
|
8081
|
+
.e-treeview.e-virtualization .e-virtual-mask {
|
|
8082
|
+
display: block;
|
|
8083
|
+
margin-bottom: 20px;
|
|
8084
|
+
}
|
|
8085
|
+
.e-treeview.e-virtualization .e-ul {
|
|
8086
|
+
overflow: unset;
|
|
8087
|
+
}
|
|
7852
8088
|
.e-treeview > .e-ul {
|
|
7853
8089
|
-webkit-overflow-scrolling: touch;
|
|
7854
8090
|
overflow: auto;
|
|
@@ -7884,26 +8120,10 @@
|
|
|
7884
8120
|
margin: 0;
|
|
7885
8121
|
padding: 0 0 0 14px;
|
|
7886
8122
|
}
|
|
7887
|
-
.e-treeview
|
|
7888
|
-
display: none;
|
|
7889
|
-
}
|
|
8123
|
+
.e-treeview .e-node-collapsed .e-list-item .e-fullrow,
|
|
7890
8124
|
.e-treeview .e-display-none {
|
|
7891
8125
|
display: none;
|
|
7892
8126
|
}
|
|
7893
|
-
.e-treeview .e-list-item div.e-icons.interaction {
|
|
7894
|
-
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
7895
|
-
border-radius: 15px;
|
|
7896
|
-
transition: transform 0.3s ease-in-out;
|
|
7897
|
-
}
|
|
7898
|
-
.e-treeview .e-list-item .e-icons.e-icon-collapsible {
|
|
7899
|
-
transform: rotate(90deg);
|
|
7900
|
-
}
|
|
7901
|
-
.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next {
|
|
7902
|
-
transform: rotate(180deg);
|
|
7903
|
-
}
|
|
7904
|
-
.e-treeview.e-rtl div.e-icons {
|
|
7905
|
-
transform: rotate(180deg);
|
|
7906
|
-
}
|
|
7907
8127
|
.e-treeview .e-list-item {
|
|
7908
8128
|
list-style: none;
|
|
7909
8129
|
padding: 2px 0;
|
|
@@ -7920,6 +8140,17 @@
|
|
|
7920
8140
|
pointer-events: none;
|
|
7921
8141
|
touch-action: none;
|
|
7922
8142
|
}
|
|
8143
|
+
.e-treeview .e-list-item div.e-icons.interaction {
|
|
8144
|
+
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
8145
|
+
border-radius: 15px;
|
|
8146
|
+
transition: -webkit-transform 0.3s ease-in-out;
|
|
8147
|
+
transition: transform 0.3s ease-in-out;
|
|
8148
|
+
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
8149
|
+
}
|
|
8150
|
+
.e-treeview .e-list-item .e-icons.e-icon-collapsible {
|
|
8151
|
+
-webkit-transform: rotate(90deg);
|
|
8152
|
+
transform: rotate(90deg);
|
|
8153
|
+
}
|
|
7923
8154
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
7924
8155
|
content: none;
|
|
7925
8156
|
}
|
|
@@ -7933,6 +8164,7 @@
|
|
|
7933
8164
|
position: relative;
|
|
7934
8165
|
}
|
|
7935
8166
|
.e-treeview .e-text-content {
|
|
8167
|
+
-moz-user-select: none;
|
|
7936
8168
|
-ms-user-select: none;
|
|
7937
8169
|
-webkit-user-select: none;
|
|
7938
8170
|
user-select: none;
|
|
@@ -7941,12 +8173,17 @@
|
|
|
7941
8173
|
margin: 0;
|
|
7942
8174
|
padding: 0 0 0 24px;
|
|
7943
8175
|
}
|
|
8176
|
+
.e-treeview .e-text-content + .e-sibling {
|
|
8177
|
+
margin-top: -1px;
|
|
8178
|
+
}
|
|
7944
8179
|
.e-treeview .e-fullrow {
|
|
8180
|
+
-moz-user-select: none;
|
|
7945
8181
|
-ms-user-select: none;
|
|
7946
8182
|
-webkit-user-select: none;
|
|
7947
8183
|
user-select: none;
|
|
7948
8184
|
border: 1px solid;
|
|
7949
|
-
box-sizing: border-box;
|
|
8185
|
+
-webkit-box-sizing: border-box;
|
|
8186
|
+
box-sizing: border-box;
|
|
7950
8187
|
cursor: pointer;
|
|
7951
8188
|
height: 32px;
|
|
7952
8189
|
left: 0;
|
|
@@ -7974,7 +8211,8 @@
|
|
|
7974
8211
|
width: 32px;
|
|
7975
8212
|
}
|
|
7976
8213
|
.e-treeview .e-list-text {
|
|
7977
|
-
box-sizing: border-box;
|
|
8214
|
+
-webkit-box-sizing: border-box;
|
|
8215
|
+
box-sizing: border-box;
|
|
7978
8216
|
display: inline-block;
|
|
7979
8217
|
line-height: 30px;
|
|
7980
8218
|
margin: 0;
|
|
@@ -8023,6 +8261,7 @@
|
|
|
8023
8261
|
padding: 6px;
|
|
8024
8262
|
}
|
|
8025
8263
|
.e-treeview .e-load {
|
|
8264
|
+
-webkit-animation: rotation 0.5s infinite linear;
|
|
8026
8265
|
animation: rotation 0.5s infinite linear;
|
|
8027
8266
|
}
|
|
8028
8267
|
.e-treeview .e-sibling {
|
|
@@ -8030,20 +8269,19 @@
|
|
|
8030
8269
|
height: 6px;
|
|
8031
8270
|
margin-top: -5px;
|
|
8032
8271
|
width: 6px;
|
|
8033
|
-
position: absolute;
|
|
8034
|
-
z-index: 2;
|
|
8035
|
-
}
|
|
8036
|
-
.e-treeview .e-text-content + .e-sibling {
|
|
8037
|
-
margin-top: -1px;
|
|
8038
8272
|
}
|
|
8039
8273
|
.e-treeview .e-sibling::before {
|
|
8040
8274
|
left: 0;
|
|
8041
8275
|
height: 1px;
|
|
8042
8276
|
width: 144px;
|
|
8277
|
+
}
|
|
8278
|
+
.e-treeview .e-sibling,
|
|
8279
|
+
.e-treeview .e-sibling::before {
|
|
8043
8280
|
position: absolute;
|
|
8044
8281
|
z-index: 2;
|
|
8045
8282
|
}
|
|
8046
8283
|
.e-treeview .e-popup {
|
|
8284
|
+
-moz-user-select: none;
|
|
8047
8285
|
-ms-user-select: none;
|
|
8048
8286
|
-webkit-user-select: none;
|
|
8049
8287
|
user-select: none;
|
|
@@ -8067,8 +8305,7 @@
|
|
|
8067
8305
|
padding: 4px;
|
|
8068
8306
|
width: 26px;
|
|
8069
8307
|
}
|
|
8070
|
-
.e-treeview .e-popup .e-downtail::before,
|
|
8071
|
-
.e-treeview .e-popup .e-downtail::after {
|
|
8308
|
+
.e-treeview .e-popup .e-downtail::before, .e-treeview .e-popup .e-downtail::after {
|
|
8072
8309
|
border: 10px solid transparent;
|
|
8073
8310
|
content: "";
|
|
8074
8311
|
height: 0;
|
|
@@ -8090,8 +8327,10 @@
|
|
|
8090
8327
|
pointer-events: auto;
|
|
8091
8328
|
}
|
|
8092
8329
|
.e-treeview .e-navigable .e-text-content {
|
|
8093
|
-
-
|
|
8094
|
-
align
|
|
8330
|
+
-webkit-box-align: center;
|
|
8331
|
+
-ms-flex-align: center;
|
|
8332
|
+
align-items: center;
|
|
8333
|
+
display: -webkit-box;
|
|
8095
8334
|
display: -ms-flexbox;
|
|
8096
8335
|
display: flex;
|
|
8097
8336
|
}
|
|
@@ -8136,7 +8375,8 @@
|
|
|
8136
8375
|
.e-treeview.e-drag-item .e-drop-count {
|
|
8137
8376
|
border: 0px solid;
|
|
8138
8377
|
border-radius: 15px;
|
|
8139
|
-
box-sizing: content-box;
|
|
8378
|
+
-webkit-box-sizing: content-box;
|
|
8379
|
+
box-sizing: content-box;
|
|
8140
8380
|
font-size: 14px;
|
|
8141
8381
|
line-height: 1.5;
|
|
8142
8382
|
min-width: 10px;
|
|
@@ -8199,6 +8439,10 @@
|
|
|
8199
8439
|
.e-treeview.e-rtl .e-sibling::before {
|
|
8200
8440
|
right: 0;
|
|
8201
8441
|
}
|
|
8442
|
+
.e-treeview.e-rtl.e-drag-item .e-icons.e-drop-next {
|
|
8443
|
+
-webkit-transform: rotate(180deg);
|
|
8444
|
+
transform: rotate(180deg);
|
|
8445
|
+
}
|
|
8202
8446
|
.e-treeview.e-rtl.e-drag-item .e-text-content {
|
|
8203
8447
|
float: right;
|
|
8204
8448
|
}
|
|
@@ -8209,6 +8453,10 @@
|
|
|
8209
8453
|
.e-treeview.e-rtl.e-drag-item .e-drop-count {
|
|
8210
8454
|
margin-right: -12px;
|
|
8211
8455
|
}
|
|
8456
|
+
.e-treeview.e-rtl div.e-icons {
|
|
8457
|
+
-webkit-transform: rotate(180deg);
|
|
8458
|
+
transform: rotate(180deg);
|
|
8459
|
+
}
|
|
8212
8460
|
.e-treeview.e-disabled .e-fullrow,
|
|
8213
8461
|
.e-treeview.e-disabled .e-icons,
|
|
8214
8462
|
.e-treeview.e-disabled .e-text-content,
|
|
@@ -8272,25 +8520,41 @@
|
|
|
8272
8520
|
.e-treeview .e-icon-expandable::before {
|
|
8273
8521
|
font-size: 8px;
|
|
8274
8522
|
}
|
|
8275
|
-
.e-treeview .e-list-item.e-
|
|
8276
|
-
.e-treeview .e-list-item.e-hover,
|
|
8277
|
-
.e-treeview .e-list-item.e-node-focus {
|
|
8523
|
+
.e-treeview .e-list-item.e-hover, .e-treeview .e-list-item.e-node-focus {
|
|
8278
8524
|
background: transparent;
|
|
8279
8525
|
}
|
|
8280
|
-
.e-treeview .e-list-item.e-hover > .e-
|
|
8281
|
-
|
|
8526
|
+
.e-treeview .e-list-item.e-hover > .e-fullrow, .e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
8527
|
+
background-color: #f2f4f6;
|
|
8528
|
+
border-color: #f2f4f6;
|
|
8529
|
+
}
|
|
8530
|
+
.e-treeview .e-list-item.e-hover > .e-text-content, .e-treeview .e-list-item.e-node-focus > .e-text-content {
|
|
8282
8531
|
color: #212529;
|
|
8283
8532
|
}
|
|
8284
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text,
|
|
8285
|
-
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
8533
|
+
.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 {
|
|
8286
8534
|
color: #212529;
|
|
8287
8535
|
}
|
|
8288
8536
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
|
|
8289
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable,
|
|
8290
|
-
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8537
|
+
.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,
|
|
8291
8538
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8292
8539
|
color: #495057;
|
|
8293
8540
|
}
|
|
8541
|
+
.e-treeview .e-list-item.e-active {
|
|
8542
|
+
background: transparent;
|
|
8543
|
+
}
|
|
8544
|
+
.e-treeview .e-list-item.e-active > .e-fullrow {
|
|
8545
|
+
background-color: #007bff;
|
|
8546
|
+
border-color: #007bff;
|
|
8547
|
+
}
|
|
8548
|
+
.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow {
|
|
8549
|
+
background-color: transparent;
|
|
8550
|
+
border-color: transparent;
|
|
8551
|
+
}
|
|
8552
|
+
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content {
|
|
8553
|
+
color: #212529;
|
|
8554
|
+
}
|
|
8555
|
+
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text {
|
|
8556
|
+
color: #212529;
|
|
8557
|
+
}
|
|
8294
8558
|
.e-treeview .e-list-item.e-active > .e-text-content {
|
|
8295
8559
|
color: #fff;
|
|
8296
8560
|
}
|
|
@@ -8306,67 +8570,36 @@
|
|
|
8306
8570
|
border-color: #fff;
|
|
8307
8571
|
color: #007bff;
|
|
8308
8572
|
}
|
|
8309
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-
|
|
8310
|
-
|
|
8573
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
8574
|
+
background-color: #0069d9;
|
|
8575
|
+
border-color: #0069d9;
|
|
8576
|
+
}
|
|
8577
|
+
.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 {
|
|
8311
8578
|
color: #fff;
|
|
8312
8579
|
}
|
|
8313
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text,
|
|
8314
|
-
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-list-text {
|
|
8580
|
+
.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 {
|
|
8315
8581
|
color: #fff;
|
|
8316
8582
|
}
|
|
8317
8583
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible,
|
|
8318
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable,
|
|
8319
|
-
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8584
|
+
.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,
|
|
8320
8585
|
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8321
8586
|
color: #fff;
|
|
8322
8587
|
}
|
|
8323
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-
|
|
8324
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content,
|
|
8325
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8326
|
-
color: #212529;
|
|
8327
|
-
}
|
|
8328
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text,
|
|
8329
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text,
|
|
8330
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-list-text {
|
|
8331
|
-
color: #212529;
|
|
8332
|
-
}
|
|
8333
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
8334
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable,
|
|
8335
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
8336
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable,
|
|
8337
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8338
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8339
|
-
color: #495057;
|
|
8340
|
-
}
|
|
8341
|
-
.e-treeview .e-list-item.e-hover > .e-fullrow,
|
|
8342
|
-
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
8343
|
-
background-color: #f2f4f6;
|
|
8344
|
-
border-color: #f2f4f6;
|
|
8345
|
-
}
|
|
8346
|
-
.e-treeview .e-list-item.e-active > .e-fullrow {
|
|
8347
|
-
background-color: #007bff;
|
|
8348
|
-
border-color: #007bff;
|
|
8349
|
-
}
|
|
8350
|
-
.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow {
|
|
8588
|
+
.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 {
|
|
8351
8589
|
background-color: transparent;
|
|
8352
8590
|
border-color: transparent;
|
|
8353
8591
|
}
|
|
8354
|
-
.e-treeview .e-list-item.e-active.e-
|
|
8592
|
+
.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 {
|
|
8355
8593
|
color: #212529;
|
|
8356
8594
|
}
|
|
8357
|
-
.e-treeview .e-list-item.e-active.e-
|
|
8595
|
+
.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 {
|
|
8358
8596
|
color: #212529;
|
|
8359
8597
|
}
|
|
8360
|
-
.e-treeview .e-list-item.e-
|
|
8361
|
-
.e-treeview .e-list-item.e-active.e-
|
|
8362
|
-
|
|
8363
|
-
|
|
8364
|
-
|
|
8365
|
-
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
8366
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow,
|
|
8367
|
-
.e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
8368
|
-
background-color: transparent;
|
|
8369
|
-
border-color: transparent;
|
|
8598
|
+
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
8599
|
+
.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,
|
|
8600
|
+
.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,
|
|
8601
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8602
|
+
color: #495057;
|
|
8370
8603
|
}
|
|
8371
8604
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
8372
8605
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8397,8 +8630,7 @@
|
|
|
8397
8630
|
.e-treeview .e-popup .e-downtail::after {
|
|
8398
8631
|
border-top-color: transparent;
|
|
8399
8632
|
}
|
|
8400
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content,
|
|
8401
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
8633
|
+
.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 {
|
|
8402
8634
|
background-color: #f2f4f6;
|
|
8403
8635
|
border-color: #f2f4f6;
|
|
8404
8636
|
}
|
|
@@ -8406,14 +8638,11 @@
|
|
|
8406
8638
|
background-color: #007bff;
|
|
8407
8639
|
border-color: #007bff;
|
|
8408
8640
|
}
|
|
8409
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
|
|
8410
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8641
|
+
.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 {
|
|
8411
8642
|
background-color: #0069d9;
|
|
8412
8643
|
border-color: #0069d9;
|
|
8413
8644
|
}
|
|
8414
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
8415
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content,
|
|
8416
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8645
|
+
.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 {
|
|
8417
8646
|
background-color: transparent;
|
|
8418
8647
|
border-color: transparent;
|
|
8419
8648
|
}
|
|
@@ -8450,7 +8679,8 @@
|
|
|
8450
8679
|
border-left-color: transparent;
|
|
8451
8680
|
}
|
|
8452
8681
|
|
|
8453
|
-
/* stylelint-disable-line no-empty-source */
|
|
8682
|
+
/* stylelint-disable-line no-empty-source */
|
|
8683
|
+
/* stylelint-disable-line no-empty-source */
|
|
8454
8684
|
ejs-sidebar {
|
|
8455
8685
|
display: none;
|
|
8456
8686
|
}
|
|
@@ -8467,40 +8697,39 @@ ejs-sidebar {
|
|
|
8467
8697
|
overflow: auto;
|
|
8468
8698
|
position: fixed;
|
|
8469
8699
|
top: 0;
|
|
8700
|
+
-webkit-transition: none;
|
|
8470
8701
|
transition: none;
|
|
8471
8702
|
vertical-align: middle;
|
|
8472
8703
|
visibility: hidden;
|
|
8473
8704
|
will-change: transform;
|
|
8474
8705
|
}
|
|
8475
|
-
.e-sidebar.e-right.e-open {
|
|
8476
|
-
transform: translateX(0%);
|
|
8706
|
+
.e-sidebar.e-right.e-open, .e-sidebar.e-left.e-open {
|
|
8707
|
+
-webkit-transform: translateX(0%);
|
|
8708
|
+
transform: translateX(0%);
|
|
8709
|
+
-webkit-transition: -webkit-transform 0.5s ease;
|
|
8710
|
+
transition: -webkit-transform 0.5s ease;
|
|
8477
8711
|
transition: transform 0.5s ease;
|
|
8712
|
+
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
|
|
8478
8713
|
visibility: visible;
|
|
8479
8714
|
}
|
|
8480
|
-
.e-sidebar.e-right.e-close {
|
|
8481
|
-
box-shadow: none;
|
|
8482
|
-
|
|
8483
|
-
transition: transform 0.5s ease, visibility 500ms;
|
|
8715
|
+
.e-sidebar.e-right.e-close, .e-sidebar.e-left.e-close {
|
|
8716
|
+
-webkit-box-shadow: none;
|
|
8717
|
+
box-shadow: none;
|
|
8484
8718
|
visibility: hidden;
|
|
8485
8719
|
}
|
|
8486
|
-
.e-sidebar.e-
|
|
8487
|
-
transform: translateX(
|
|
8488
|
-
|
|
8489
|
-
visibility: visible;
|
|
8490
|
-
}
|
|
8491
|
-
.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close {
|
|
8492
|
-
transition: transform 0.5s ease, visibility 500ms;
|
|
8720
|
+
.e-sidebar.e-right.e-close {
|
|
8721
|
+
-webkit-transform: translateX(100%);
|
|
8722
|
+
transform: translateX(100%);
|
|
8493
8723
|
}
|
|
8494
8724
|
.e-sidebar.e-left.e-close {
|
|
8495
|
-
|
|
8496
|
-
|
|
8497
|
-
visibility: hidden;
|
|
8725
|
+
-webkit-transform: translateX(-100%);
|
|
8726
|
+
transform: translateX(-100%);
|
|
8498
8727
|
}
|
|
8499
|
-
.e-sidebar.e-right.e-close {
|
|
8500
|
-
|
|
8501
|
-
|
|
8728
|
+
.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close, .e-sidebar.e-right.e-close {
|
|
8729
|
+
-webkit-transition: visibility 500ms, -webkit-transform 0.5s ease;
|
|
8730
|
+
transition: visibility 500ms, -webkit-transform 0.5s ease;
|
|
8502
8731
|
transition: transform 0.5s ease, visibility 500ms;
|
|
8503
|
-
|
|
8732
|
+
transition: transform 0.5s ease, visibility 500ms, -webkit-transform 0.5s ease;
|
|
8504
8733
|
}
|
|
8505
8734
|
.e-sidebar.e-right {
|
|
8506
8735
|
border-left: 1px solid #dee2e6;
|
|
@@ -8514,27 +8743,104 @@ ejs-sidebar {
|
|
|
8514
8743
|
right: auto;
|
|
8515
8744
|
top: 0;
|
|
8516
8745
|
}
|
|
8517
|
-
.e-sidebar.e-left.e-close.e-dock {
|
|
8518
|
-
transform: translateX(0%);
|
|
8519
|
-
|
|
8520
|
-
|
|
8521
|
-
}
|
|
8522
|
-
.e-sidebar.e-right.e-close.e-dock {
|
|
8523
|
-
transform: translateX(0%);
|
|
8746
|
+
.e-sidebar.e-left.e-close.e-dock, .e-sidebar.e-right.e-close.e-dock {
|
|
8747
|
+
-webkit-transform: translateX(0%);
|
|
8748
|
+
transform: translateX(0%);
|
|
8749
|
+
-webkit-transition: width 0.5s ease, visibility 500ms;
|
|
8524
8750
|
transition: width 0.5s ease, visibility 500ms;
|
|
8525
8751
|
visibility: visible;
|
|
8526
8752
|
}
|
|
8527
8753
|
.e-sidebar.e-left.e-open.e-dock.e-blazor-dock, .e-sidebar.e-right.e-open.e-dock.e-blazor-dock {
|
|
8754
|
+
-webkit-transition: width 0.5s ease, visibility 500ms;
|
|
8528
8755
|
transition: width 0.5s ease, visibility 500ms;
|
|
8529
8756
|
}
|
|
8530
8757
|
.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 {
|
|
8758
|
+
-webkit-transition: none;
|
|
8531
8759
|
transition: none;
|
|
8532
8760
|
}
|
|
8533
8761
|
.e-sidebar.e-visibility {
|
|
8534
8762
|
visibility: hidden;
|
|
8535
8763
|
}
|
|
8536
8764
|
.e-sidebar.e-over {
|
|
8537
|
-
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
|
|
8765
|
+
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
|
|
8766
|
+
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
|
|
8767
|
+
}
|
|
8768
|
+
|
|
8769
|
+
.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 {
|
|
8770
|
+
-webkit-transition: margin 0.5s ease, -webkit-transform 0.5s ease;
|
|
8771
|
+
transition: margin 0.5s ease, -webkit-transform 0.5s ease;
|
|
8772
|
+
transition: margin 0.5s ease, transform 0.5s ease;
|
|
8773
|
+
transition: margin 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
|
|
8774
|
+
}
|
|
8775
|
+
.e-sidebarcontainer.e-left.e-open.e-auto + div {
|
|
8776
|
+
margin-right: 0;
|
|
8777
|
+
-webkit-transform: translateX(0);
|
|
8778
|
+
transform: translateX(0);
|
|
8779
|
+
margin-left: var(--sidebar-width);
|
|
8780
|
+
}
|
|
8781
|
+
.e-sidebarcontainer.e-left.e-close.e-auto + div {
|
|
8782
|
+
margin-right: 0;
|
|
8783
|
+
-webkit-transform: translateX(0);
|
|
8784
|
+
transform: translateX(0);
|
|
8785
|
+
margin-left: 0;
|
|
8786
|
+
}
|
|
8787
|
+
.e-sidebarcontainer.e-right.e-open.e-auto + div {
|
|
8788
|
+
margin-left: 0;
|
|
8789
|
+
-webkit-transform: translateX(0);
|
|
8790
|
+
transform: translateX(0);
|
|
8791
|
+
margin-right: var(--sidebar-width);
|
|
8792
|
+
}
|
|
8793
|
+
.e-sidebarcontainer.e-right.e-close.e-auto + div {
|
|
8794
|
+
margin-right: 0;
|
|
8795
|
+
-webkit-transform: translateX(0);
|
|
8796
|
+
transform: translateX(0);
|
|
8797
|
+
margin-left: 0;
|
|
8798
|
+
}
|
|
8799
|
+
.e-sidebarcontainer.e-left.e-open.e-push + div {
|
|
8800
|
+
margin-right: 0;
|
|
8801
|
+
-webkit-transform: translateX(0);
|
|
8802
|
+
transform: translateX(0);
|
|
8803
|
+
margin-left: var(--sidebar-width);
|
|
8804
|
+
}
|
|
8805
|
+
.e-sidebarcontainer.e-left.e-close.e-push + div {
|
|
8806
|
+
margin-right: 0;
|
|
8807
|
+
-webkit-transform: translateX(0);
|
|
8808
|
+
transform: translateX(0);
|
|
8809
|
+
margin-left: 0;
|
|
8810
|
+
}
|
|
8811
|
+
.e-sidebarcontainer.e-right.e-open.e-push + div {
|
|
8812
|
+
margin-left: 0;
|
|
8813
|
+
-webkit-transform: translateX(0);
|
|
8814
|
+
transform: translateX(0);
|
|
8815
|
+
margin-right: var(--sidebar-width);
|
|
8816
|
+
}
|
|
8817
|
+
.e-sidebarcontainer.e-right.e-close.e-push + div {
|
|
8818
|
+
margin-right: 0;
|
|
8819
|
+
-webkit-transform: translateX(0);
|
|
8820
|
+
transform: translateX(0);
|
|
8821
|
+
margin-left: 0;
|
|
8822
|
+
}
|
|
8823
|
+
.e-sidebarcontainer.e-left.e-open.e-slide + div {
|
|
8824
|
+
margin-left: 0;
|
|
8825
|
+
-webkit-transform: translate(var(--sidebar-width));
|
|
8826
|
+
transform: translate(var(--sidebar-width));
|
|
8827
|
+
}
|
|
8828
|
+
.e-sidebarcontainer.e-left.e-close.e-slide + div {
|
|
8829
|
+
margin-left: 0;
|
|
8830
|
+
-webkit-transform: translate(0);
|
|
8831
|
+
transform: translate(0);
|
|
8832
|
+
}
|
|
8833
|
+
.e-sidebarcontainer.e-right.e-open.e-slide + div {
|
|
8834
|
+
margin-right: 0;
|
|
8835
|
+
margin-left: 0;
|
|
8836
|
+
-webkit-transform: translate(calc(-1 * var(--sidebar-width)));
|
|
8837
|
+
transform: translate(calc(-1 * var(--sidebar-width)));
|
|
8838
|
+
}
|
|
8839
|
+
.e-sidebarcontainer.e-right.e-close.e-slide + div {
|
|
8840
|
+
margin-right: 0;
|
|
8841
|
+
margin-left: 0;
|
|
8842
|
+
-webkit-transform: translate(0);
|
|
8843
|
+
transform: translate(0);
|
|
8538
8844
|
}
|
|
8539
8845
|
|
|
8540
8846
|
.e-sidebar-absolute {
|
|
@@ -8546,24 +8852,36 @@ ejs-sidebar {
|
|
|
8546
8852
|
position: relative;
|
|
8547
8853
|
}
|
|
8548
8854
|
|
|
8549
|
-
.e-backdrop
|
|
8855
|
+
.e-backdrop,
|
|
8856
|
+
.e-sidebar-overlay {
|
|
8550
8857
|
background-color: rgba(0, 0, 0, 0.5);
|
|
8551
8858
|
height: 100%;
|
|
8552
8859
|
left: 0;
|
|
8553
|
-
opacity: 0.5;
|
|
8554
8860
|
pointer-events: auto;
|
|
8555
8861
|
top: 0;
|
|
8556
|
-
width: auto;
|
|
8557
8862
|
z-index: 999;
|
|
8558
8863
|
}
|
|
8559
8864
|
|
|
8865
|
+
.e-backdrop {
|
|
8866
|
+
opacity: 0.5;
|
|
8867
|
+
width: auto;
|
|
8868
|
+
}
|
|
8869
|
+
|
|
8870
|
+
.e-sidebar-overlay {
|
|
8871
|
+
opacity: 0.5;
|
|
8872
|
+
position: fixed;
|
|
8873
|
+
width: 100%;
|
|
8874
|
+
}
|
|
8875
|
+
|
|
8560
8876
|
.e-content-animation {
|
|
8561
|
-
transition: margin 0.5s ease, transform 0.5s ease;
|
|
8877
|
+
transition: margin 0.5s ease, -webkit-transform 0.5s ease, transform 0.5s ease;
|
|
8562
8878
|
}
|
|
8563
8879
|
.e-content-animation.e-overlay {
|
|
8564
|
-
box-sizing: border-box;
|
|
8880
|
+
-webkit-box-sizing: border-box;
|
|
8881
|
+
box-sizing: border-box;
|
|
8565
8882
|
overflow: auto;
|
|
8566
8883
|
-webkit-user-select: none;
|
|
8884
|
+
-moz-user-select: none;
|
|
8567
8885
|
-ms-user-select: none;
|
|
8568
8886
|
user-select: none;
|
|
8569
8887
|
}
|
|
@@ -8574,22 +8892,8 @@ ejs-sidebar {
|
|
|
8574
8892
|
touch-action: none;
|
|
8575
8893
|
}
|
|
8576
8894
|
|
|
8577
|
-
/* stylelint-disable */
|
|
8578
8895
|
.e-sidebar-overflow {
|
|
8579
|
-
overflow-x: hidden
|
|
8580
|
-
}
|
|
8581
|
-
|
|
8582
|
-
/* stylelint-enable */
|
|
8583
|
-
.e-sidebar-overlay {
|
|
8584
|
-
background-color: rgba(0, 0, 0, 0.5);
|
|
8585
|
-
height: 100%;
|
|
8586
|
-
left: 0;
|
|
8587
|
-
opacity: 0.5;
|
|
8588
|
-
pointer-events: auto;
|
|
8589
|
-
position: fixed;
|
|
8590
|
-
top: 0;
|
|
8591
|
-
width: 100%;
|
|
8592
|
-
z-index: 999;
|
|
8896
|
+
overflow-x: hidden;
|
|
8593
8897
|
}
|
|
8594
8898
|
|
|
8595
8899
|
.e-content-placeholder.e-sidebar.e-placeholder-sidebar {
|
|
@@ -8600,8 +8904,6 @@ ejs-sidebar {
|
|
|
8600
8904
|
visibility: visible;
|
|
8601
8905
|
}
|
|
8602
8906
|
|
|
8603
|
-
/*! component's theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */
|
|
8604
|
-
/*! menu layout */
|
|
8605
8907
|
.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret::before,
|
|
8606
8908
|
.e-menu-container ul.e-vertical .e-menu-item .e-caret::before {
|
|
8607
8909
|
content: "\e70b";
|
|
@@ -8644,24 +8946,16 @@ ejs-sidebar {
|
|
|
8644
8946
|
content: "\e744";
|
|
8645
8947
|
}
|
|
8646
8948
|
|
|
8647
|
-
.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before,
|
|
8648
|
-
.e-rtl.e-menu-container ul.e-vertical .e-caret::before
|
|
8649
|
-
|
|
8650
|
-
}
|
|
8651
|
-
.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,
|
|
8652
|
-
.e-rtl.e-menu-container ul.e-ul .e-caret::before {
|
|
8653
|
-
content: "\e71f";
|
|
8654
|
-
}
|
|
8655
|
-
|
|
8949
|
+
.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before, .e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,
|
|
8950
|
+
.e-rtl.e-menu-container ul.e-vertical .e-caret::before,
|
|
8951
|
+
.e-rtl.e-menu-container ul.e-ul .e-caret::before,
|
|
8656
8952
|
.e-bigger .e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before,
|
|
8657
|
-
.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before,
|
|
8658
|
-
.e-bigger .e-rtl.e-menu-container ul.e-vertical .e-caret::before,
|
|
8659
|
-
.e-bigger.e-rtl.e-menu-container ul.e-vertical .e-caret::before {
|
|
8660
|
-
content: "\e71f";
|
|
8661
|
-
}
|
|
8662
8953
|
.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,
|
|
8954
|
+
.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before,
|
|
8663
8955
|
.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,
|
|
8956
|
+
.e-bigger .e-rtl.e-menu-container ul.e-vertical .e-caret::before,
|
|
8664
8957
|
.e-bigger .e-rtl.e-menu-container ul.e-ul .e-caret::before,
|
|
8958
|
+
.e-bigger.e-rtl.e-menu-container ul.e-vertical .e-caret::before,
|
|
8665
8959
|
.e-bigger.e-rtl.e-menu-container ul.e-ul .e-caret::before {
|
|
8666
8960
|
content: "\e71f";
|
|
8667
8961
|
}
|
|
@@ -8673,7 +8967,6 @@ ejs-sidebar {
|
|
|
8673
8967
|
content: "\e744";
|
|
8674
8968
|
}
|
|
8675
8969
|
|
|
8676
|
-
/*! menu layout */
|
|
8677
8970
|
.e-menu-wrapper,
|
|
8678
8971
|
.e-menu-container {
|
|
8679
8972
|
border: none;
|
|
@@ -8694,6 +8987,7 @@ ejs-sidebar {
|
|
|
8694
8987
|
margin: 0;
|
|
8695
8988
|
overflow: hidden;
|
|
8696
8989
|
-webkit-user-select: none;
|
|
8990
|
+
-moz-user-select: none;
|
|
8697
8991
|
-ms-user-select: none;
|
|
8698
8992
|
user-select: none;
|
|
8699
8993
|
font-size: 14px;
|
|
@@ -8704,7 +8998,8 @@ ejs-sidebar {
|
|
|
8704
8998
|
.e-menu-wrapper ul.e-ul, .e-menu-wrapper ul.e-ul *,
|
|
8705
8999
|
.e-menu-container ul.e-ul,
|
|
8706
9000
|
.e-menu-container ul.e-ul * {
|
|
8707
|
-
box-sizing: border-box;
|
|
9001
|
+
-webkit-box-sizing: border-box;
|
|
9002
|
+
box-sizing: border-box;
|
|
8708
9003
|
}
|
|
8709
9004
|
.e-menu-wrapper ul.e-ul:focus, .e-menu-wrapper ul.e-ul *:focus,
|
|
8710
9005
|
.e-menu-container ul.e-ul:focus,
|
|
@@ -8747,6 +9042,7 @@ ejs-sidebar {
|
|
|
8747
9042
|
.e-menu-container ul .e-menu-item {
|
|
8748
9043
|
cursor: pointer;
|
|
8749
9044
|
position: relative;
|
|
9045
|
+
display: -webkit-inline-box;
|
|
8750
9046
|
display: -ms-inline-flexbox;
|
|
8751
9047
|
display: inline-flex;
|
|
8752
9048
|
height: 30px;
|
|
@@ -8919,26 +9215,27 @@ ejs-sidebar {
|
|
|
8919
9215
|
.e-menu-container .e-scroll-nav .e-nav-arrow {
|
|
8920
9216
|
font-size: 10px;
|
|
8921
9217
|
}
|
|
8922
|
-
.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,
|
|
8923
|
-
.e-menu-container .e-scroll-nav .e-nav-arrow.e-nav-left-arrow
|
|
8924
|
-
transform: rotate(180deg);
|
|
8925
|
-
}
|
|
8926
|
-
.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-up-arrow,
|
|
9218
|
+
.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,
|
|
9219
|
+
.e-menu-container .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,
|
|
8927
9220
|
.e-menu-container .e-scroll-nav .e-nav-arrow.e-nav-up-arrow {
|
|
8928
|
-
transform: rotate(180deg);
|
|
9221
|
+
-webkit-transform: rotate(180deg);
|
|
9222
|
+
transform: rotate(180deg);
|
|
8929
9223
|
}
|
|
8930
9224
|
.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,
|
|
8931
9225
|
.e-menu-container.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow {
|
|
8932
|
-
transform: rotate(0deg);
|
|
9226
|
+
-webkit-transform: rotate(0deg);
|
|
9227
|
+
transform: rotate(0deg);
|
|
8933
9228
|
}
|
|
8934
9229
|
.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow,
|
|
8935
9230
|
.e-menu-container.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow {
|
|
8936
|
-
transform: rotate(180deg);
|
|
9231
|
+
-webkit-transform: rotate(180deg);
|
|
9232
|
+
transform: rotate(180deg);
|
|
8937
9233
|
}
|
|
8938
9234
|
.e-menu-wrapper.e-popup.e-menu-popup,
|
|
8939
9235
|
.e-menu-container.e-popup.e-menu-popup {
|
|
8940
9236
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
8941
|
-
box-shadow: none;
|
|
9237
|
+
-webkit-box-shadow: none;
|
|
9238
|
+
box-shadow: none;
|
|
8942
9239
|
overflow: hidden;
|
|
8943
9240
|
position: absolute;
|
|
8944
9241
|
}
|
|
@@ -8948,12 +9245,14 @@ ejs-sidebar {
|
|
|
8948
9245
|
}
|
|
8949
9246
|
.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav,
|
|
8950
9247
|
.e-menu-container .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav {
|
|
8951
|
-
transform: none;
|
|
9248
|
+
-webkit-transform: none;
|
|
9249
|
+
transform: none;
|
|
8952
9250
|
width: 100%;
|
|
8953
9251
|
}
|
|
8954
9252
|
.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow,
|
|
8955
9253
|
.e-menu-container .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow {
|
|
8956
|
-
transform: none;
|
|
9254
|
+
-webkit-transform: none;
|
|
9255
|
+
transform: none;
|
|
8957
9256
|
}
|
|
8958
9257
|
.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar,
|
|
8959
9258
|
.e-menu-container .e-menu-vscroll.e-vscroll .e-vscroll-bar {
|
|
@@ -8988,7 +9287,8 @@ ejs-sidebar {
|
|
|
8988
9287
|
.e-menu-wrapper.e-contextmenu-container .e-menu-vscroll,
|
|
8989
9288
|
.e-menu-container.e-contextmenu-container .e-menu-vscroll {
|
|
8990
9289
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
8991
|
-
box-shadow: none;
|
|
9290
|
+
-webkit-box-shadow: none;
|
|
9291
|
+
box-shadow: none;
|
|
8992
9292
|
}
|
|
8993
9293
|
|
|
8994
9294
|
.e-menu-container:not(.e-hamburger):not(.e-rtl) .e-menu.e-vertical .e-blankicon {
|
|
@@ -9193,7 +9493,8 @@ ejs-sidebar {
|
|
|
9193
9493
|
.e-bigger.e-menu-wrapper.e-menu-popup,
|
|
9194
9494
|
.e-bigger .e-menu-container.e-menu-popup,
|
|
9195
9495
|
.e-bigger.e-menu-container.e-menu-popup {
|
|
9196
|
-
box-shadow: none;
|
|
9496
|
+
-webkit-box-shadow: none;
|
|
9497
|
+
box-shadow: none;
|
|
9197
9498
|
}
|
|
9198
9499
|
.e-bigger .e-menu-wrapper .e-scroll-nav .e-icons,
|
|
9199
9500
|
.e-bigger.e-menu-wrapper .e-scroll-nav .e-icons,
|
|
@@ -9282,7 +9583,8 @@ ejs-sidebar {
|
|
|
9282
9583
|
.e-menu-container.e-hamburger .e-popup.e-menu-popup {
|
|
9283
9584
|
border: 0;
|
|
9284
9585
|
border-radius: 0;
|
|
9285
|
-
box-shadow: none;
|
|
9586
|
+
-webkit-box-shadow: none;
|
|
9587
|
+
box-shadow: none;
|
|
9286
9588
|
display: block;
|
|
9287
9589
|
position: relative;
|
|
9288
9590
|
width: 100%;
|
|
@@ -9318,13 +9620,21 @@ ejs-sidebar {
|
|
|
9318
9620
|
}
|
|
9319
9621
|
.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item[aria-expanded=true] .e-caret,
|
|
9320
9622
|
.e-menu-container.e-hamburger ul.e-menu .e-menu-item[aria-expanded=true] .e-caret {
|
|
9623
|
+
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
9624
|
+
transition: -webkit-transform 0.3s ease-in-out;
|
|
9321
9625
|
transition: transform 0.3s ease-in-out;
|
|
9626
|
+
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
9627
|
+
-webkit-transform: rotate(-180deg);
|
|
9322
9628
|
transform: rotate(-180deg);
|
|
9323
9629
|
text-indent: 0;
|
|
9324
9630
|
}
|
|
9325
9631
|
.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item[aria-expanded=false] .e-caret,
|
|
9326
9632
|
.e-menu-container.e-hamburger ul.e-menu .e-menu-item[aria-expanded=false] .e-caret {
|
|
9633
|
+
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
9634
|
+
transition: -webkit-transform 0.3s ease-in-out;
|
|
9327
9635
|
transition: transform 0.3s ease-in-out;
|
|
9636
|
+
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
9637
|
+
-webkit-transform: rotate(0deg);
|
|
9328
9638
|
transform: rotate(0deg);
|
|
9329
9639
|
text-indent: 0;
|
|
9330
9640
|
}
|
|
@@ -9361,8 +9671,9 @@ ejs-sidebar {
|
|
|
9361
9671
|
height: auto;
|
|
9362
9672
|
padding: 0;
|
|
9363
9673
|
}
|
|
9364
|
-
.e-menu-wrapper.e-hamburger ul .e-menu-item.e-menu-caret-icon,
|
|
9365
|
-
.e-menu-container.e-hamburger ul .e-menu-item.e-menu-caret-icon
|
|
9674
|
+
.e-menu-wrapper.e-hamburger ul .e-menu-item.e-menu-caret-icon, .e-menu-wrapper.e-hamburger ul .e-menu-item.e-blankicon,
|
|
9675
|
+
.e-menu-container.e-hamburger ul .e-menu-item.e-menu-caret-icon,
|
|
9676
|
+
.e-menu-container.e-hamburger ul .e-menu-item.e-blankicon {
|
|
9366
9677
|
padding: 0;
|
|
9367
9678
|
}
|
|
9368
9679
|
.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-url,
|
|
@@ -9372,10 +9683,6 @@ ejs-sidebar {
|
|
|
9372
9683
|
text-indent: 0;
|
|
9373
9684
|
width: 100%;
|
|
9374
9685
|
}
|
|
9375
|
-
.e-menu-wrapper.e-hamburger ul .e-menu-item.e-blankicon,
|
|
9376
|
-
.e-menu-container.e-hamburger ul .e-menu-item.e-blankicon {
|
|
9377
|
-
padding: 0;
|
|
9378
|
-
}
|
|
9379
9686
|
.e-menu-wrapper.e-hamburger ul .e-menu-item.e-separator,
|
|
9380
9687
|
.e-menu-container.e-hamburger ul .e-menu-item.e-separator {
|
|
9381
9688
|
border-bottom-style: solid;
|
|
@@ -9499,7 +9806,6 @@ ejs-sidebar {
|
|
|
9499
9806
|
position: relative;
|
|
9500
9807
|
}
|
|
9501
9808
|
|
|
9502
|
-
/*! menu theme */
|
|
9503
9809
|
.e-menu-wrapper,
|
|
9504
9810
|
.e-menu-container {
|
|
9505
9811
|
background: transparent;
|
|
@@ -9590,11 +9896,8 @@ ejs-sidebar {
|
|
|
9590
9896
|
background: inherit;
|
|
9591
9897
|
color: #212529;
|
|
9592
9898
|
}
|
|
9593
|
-
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
9594
|
-
.e-menu-container .e-ul .e-menu-item .e-caret
|
|
9595
|
-
color: #212529;
|
|
9596
|
-
}
|
|
9597
|
-
.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon,
|
|
9899
|
+
.e-menu-wrapper .e-ul .e-menu-item .e-caret, .e-menu-wrapper .e-ul .e-menu-item .e-menu-icon,
|
|
9900
|
+
.e-menu-container .e-ul .e-menu-item .e-caret,
|
|
9598
9901
|
.e-menu-container .e-ul .e-menu-item .e-menu-icon {
|
|
9599
9902
|
color: #212529;
|
|
9600
9903
|
}
|
|
@@ -9606,13 +9909,10 @@ ejs-sidebar {
|
|
|
9606
9909
|
.e-menu-container .e-ul .e-menu-item.e-focused .e-menu-icon {
|
|
9607
9910
|
color: #212529;
|
|
9608
9911
|
}
|
|
9609
|
-
.e-menu-wrapper .e-ul .e-menu-item.e-selected .e-caret, .e-menu-wrapper .e-ul .e-menu-item.e-active-item .e-caret,
|
|
9912
|
+
.e-menu-wrapper .e-ul .e-menu-item.e-selected .e-caret, .e-menu-wrapper .e-ul .e-menu-item.e-selected .e-menu-icon, .e-menu-wrapper .e-ul .e-menu-item.e-active-item .e-caret, .e-menu-wrapper .e-ul .e-menu-item.e-active-item .e-menu-icon,
|
|
9610
9913
|
.e-menu-container .e-ul .e-menu-item.e-selected .e-caret,
|
|
9611
|
-
.e-menu-container .e-ul .e-menu-item.e-active-item .e-caret {
|
|
9612
|
-
color: #fff;
|
|
9613
|
-
}
|
|
9614
|
-
.e-menu-wrapper .e-ul .e-menu-item.e-selected .e-menu-icon, .e-menu-wrapper .e-ul .e-menu-item.e-active-item .e-menu-icon,
|
|
9615
9914
|
.e-menu-container .e-ul .e-menu-item.e-selected .e-menu-icon,
|
|
9915
|
+
.e-menu-container .e-ul .e-menu-item.e-active-item .e-caret,
|
|
9616
9916
|
.e-menu-container .e-ul .e-menu-item.e-active-item .e-menu-icon {
|
|
9617
9917
|
color: #fff;
|
|
9618
9918
|
}
|
|
@@ -9639,7 +9939,6 @@ ejs-sidebar {
|
|
|
9639
9939
|
.e-menu-container .e-ul .e-menu-item.e-separator {
|
|
9640
9940
|
border-bottom-color: #e9ecef;
|
|
9641
9941
|
}
|
|
9642
|
-
|
|
9643
9942
|
.e-menu-wrapper.e-menu-popup,
|
|
9644
9943
|
.e-menu-container.e-menu-popup {
|
|
9645
9944
|
background: #fff;
|
|
@@ -9738,7 +10037,6 @@ ejs-sidebar {
|
|
|
9738
10037
|
color: #212529;
|
|
9739
10038
|
}
|
|
9740
10039
|
|
|
9741
|
-
/*! breadcrumb icons */
|
|
9742
10040
|
.e-breadcrumb .e-breadcrumb-collapsed::before,
|
|
9743
10041
|
.e-breadcrumb .e-breadcrumb-menu::before {
|
|
9744
10042
|
content: "\e71b";
|
|
@@ -9747,19 +10045,20 @@ ejs-sidebar {
|
|
|
9747
10045
|
content: "\e92b";
|
|
9748
10046
|
}
|
|
9749
10047
|
|
|
9750
|
-
/*! breadcrumb layout */
|
|
9751
10048
|
.e-breadcrumb {
|
|
9752
10049
|
display: block;
|
|
9753
10050
|
background-color: #e9ecef;
|
|
9754
10051
|
border-radius: 4px;
|
|
9755
10052
|
}
|
|
9756
10053
|
.e-breadcrumb.e-breadcrumb-wrap-mode {
|
|
10054
|
+
display: -webkit-box;
|
|
9757
10055
|
display: -ms-flexbox;
|
|
9758
10056
|
display: flex;
|
|
9759
10057
|
}
|
|
9760
10058
|
.e-breadcrumb .e-breadcrumb-first-ol {
|
|
9761
|
-
-
|
|
9762
|
-
align
|
|
10059
|
+
-webkit-box-align: start;
|
|
10060
|
+
-ms-flex-align: start;
|
|
10061
|
+
align-items: flex-start;
|
|
9763
10062
|
-ms-flex-negative: 0;
|
|
9764
10063
|
flex-shrink: 0;
|
|
9765
10064
|
padding-right: 0;
|
|
@@ -9775,8 +10074,10 @@ ejs-sidebar {
|
|
|
9775
10074
|
overflow: auto;
|
|
9776
10075
|
}
|
|
9777
10076
|
.e-breadcrumb ol {
|
|
9778
|
-
-
|
|
9779
|
-
align
|
|
10077
|
+
-webkit-box-align: center;
|
|
10078
|
+
-ms-flex-align: center;
|
|
10079
|
+
align-items: center;
|
|
10080
|
+
display: -webkit-inline-box;
|
|
9780
10081
|
display: -ms-inline-flexbox;
|
|
9781
10082
|
display: inline-flex;
|
|
9782
10083
|
line-height: normal;
|
|
@@ -9790,8 +10091,10 @@ ejs-sidebar {
|
|
|
9790
10091
|
white-space: nowrap;
|
|
9791
10092
|
}
|
|
9792
10093
|
.e-breadcrumb .e-breadcrumb-item {
|
|
9793
|
-
-
|
|
9794
|
-
align
|
|
10094
|
+
-webkit-box-align: center;
|
|
10095
|
+
-ms-flex-align: center;
|
|
10096
|
+
align-items: center;
|
|
10097
|
+
display: -webkit-box;
|
|
9795
10098
|
display: -ms-flexbox;
|
|
9796
10099
|
display: flex;
|
|
9797
10100
|
-ms-flex-negative: 0;
|
|
@@ -9801,15 +10104,18 @@ ejs-sidebar {
|
|
|
9801
10104
|
padding: 10px 0;
|
|
9802
10105
|
}
|
|
9803
10106
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
9804
|
-
-
|
|
9805
|
-
align
|
|
10107
|
+
-webkit-box-align: center;
|
|
10108
|
+
-ms-flex-align: center;
|
|
10109
|
+
align-items: center;
|
|
10110
|
+
display: -webkit-box;
|
|
9806
10111
|
display: -ms-flexbox;
|
|
9807
10112
|
display: flex;
|
|
9808
10113
|
font-size: 14px;
|
|
9809
10114
|
}
|
|
9810
10115
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text .e-anchor-wrap {
|
|
9811
|
-
-
|
|
9812
|
-
align
|
|
10116
|
+
-webkit-box-align: inherit;
|
|
10117
|
+
-ms-flex-align: inherit;
|
|
10118
|
+
align-items: inherit;
|
|
9813
10119
|
display: inherit;
|
|
9814
10120
|
}
|
|
9815
10121
|
.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text {
|
|
@@ -9858,6 +10164,7 @@ ejs-sidebar {
|
|
|
9858
10164
|
pointer-events: none;
|
|
9859
10165
|
}
|
|
9860
10166
|
.e-breadcrumb .e-breadcrumb-separator {
|
|
10167
|
+
display: -webkit-box;
|
|
9861
10168
|
display: -ms-flexbox;
|
|
9862
10169
|
display: flex;
|
|
9863
10170
|
font-size: 14px;
|
|
@@ -9884,6 +10191,7 @@ ejs-sidebar {
|
|
|
9884
10191
|
display: inline-block;
|
|
9885
10192
|
}
|
|
9886
10193
|
.e-breadcrumb .e-breadcrumb-item-wrapper {
|
|
10194
|
+
display: -webkit-box;
|
|
9887
10195
|
display: -ms-flexbox;
|
|
9888
10196
|
display: flex;
|
|
9889
10197
|
}
|
|
@@ -9909,7 +10217,8 @@ ejs-sidebar {
|
|
|
9909
10217
|
.e-breadcrumb-popup {
|
|
9910
10218
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
9911
10219
|
border-radius: 4px;
|
|
9912
|
-
box-shadow: none;
|
|
10220
|
+
-webkit-box-shadow: none;
|
|
10221
|
+
box-shadow: none;
|
|
9913
10222
|
position: absolute;
|
|
9914
10223
|
}
|
|
9915
10224
|
.e-breadcrumb-popup ul {
|
|
@@ -9921,8 +10230,10 @@ ejs-sidebar {
|
|
|
9921
10230
|
white-space: nowrap;
|
|
9922
10231
|
}
|
|
9923
10232
|
.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text {
|
|
9924
|
-
-
|
|
9925
|
-
align
|
|
10233
|
+
-webkit-box-align: center;
|
|
10234
|
+
-ms-flex-align: center;
|
|
10235
|
+
align-items: center;
|
|
10236
|
+
display: -webkit-box;
|
|
9926
10237
|
display: -ms-flexbox;
|
|
9927
10238
|
display: flex;
|
|
9928
10239
|
font-size: 14px;
|
|
@@ -9932,8 +10243,9 @@ ejs-sidebar {
|
|
|
9932
10243
|
width: 100%;
|
|
9933
10244
|
}
|
|
9934
10245
|
.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text .e-anchor-wrap {
|
|
9935
|
-
-
|
|
9936
|
-
align
|
|
10246
|
+
-webkit-box-align: inherit;
|
|
10247
|
+
-ms-flex-align: inherit;
|
|
10248
|
+
align-items: inherit;
|
|
9937
10249
|
display: inherit;
|
|
9938
10250
|
width: inherit;
|
|
9939
10251
|
}
|
|
@@ -9954,12 +10266,15 @@ ejs-sidebar {
|
|
|
9954
10266
|
}
|
|
9955
10267
|
.e-breadcrumb-popup.e-icon-right .e-breadcrumb-icon,
|
|
9956
10268
|
.e-breadcrumb-popup .e-icon-right .e-breadcrumb-icon {
|
|
10269
|
+
display: -webkit-box;
|
|
9957
10270
|
display: -ms-flexbox;
|
|
9958
10271
|
display: flex;
|
|
9959
|
-
-
|
|
9960
|
-
flex-
|
|
9961
|
-
|
|
9962
|
-
|
|
10272
|
+
-webkit-box-flex: 1;
|
|
10273
|
+
-ms-flex-positive: 1;
|
|
10274
|
+
flex-grow: 1;
|
|
10275
|
+
-webkit-box-pack: end;
|
|
10276
|
+
-ms-flex-pack: end;
|
|
10277
|
+
justify-content: flex-end;
|
|
9963
10278
|
}
|
|
9964
10279
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon, .e-breadcrumb-popup.e-rtl .e-icon-right .e-breadcrumb-icon {
|
|
9965
10280
|
padding-left: 0;
|
|
@@ -10055,7 +10370,6 @@ ejs-sidebar {
|
|
|
10055
10370
|
padding-right: 8px;
|
|
10056
10371
|
}
|
|
10057
10372
|
|
|
10058
|
-
/*! breadcrumb theme */
|
|
10059
10373
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
10060
10374
|
color: #007bff;
|
|
10061
10375
|
}
|
|
@@ -10134,8 +10448,6 @@ ejs-sidebar {
|
|
|
10134
10448
|
color: #212529;
|
|
10135
10449
|
}
|
|
10136
10450
|
|
|
10137
|
-
/*! AppBar component bootstrap4 theme definitions and variables */
|
|
10138
|
-
/*! appbar component styles */
|
|
10139
10451
|
.e-bigger .e-appbar,
|
|
10140
10452
|
.e-appbar.e-bigger {
|
|
10141
10453
|
height: 56px;
|
|
@@ -10151,26 +10463,32 @@ ejs-sidebar {
|
|
|
10151
10463
|
}
|
|
10152
10464
|
|
|
10153
10465
|
.e-appbar {
|
|
10466
|
+
display: -webkit-box;
|
|
10154
10467
|
display: -ms-flexbox;
|
|
10155
10468
|
display: flex;
|
|
10156
10469
|
width: 100%;
|
|
10157
10470
|
height: 48px;
|
|
10158
10471
|
-ms-flex-negative: 0;
|
|
10159
10472
|
flex-shrink: 0;
|
|
10160
|
-
-
|
|
10161
|
-
|
|
10473
|
+
-webkit-box-orient: horizontal;
|
|
10474
|
+
-webkit-box-direction: normal;
|
|
10475
|
+
-ms-flex-direction: row;
|
|
10476
|
+
flex-direction: row;
|
|
10162
10477
|
position: relative;
|
|
10163
|
-
-
|
|
10164
|
-
align
|
|
10478
|
+
-webkit-box-align: center;
|
|
10479
|
+
-ms-flex-align: center;
|
|
10480
|
+
align-items: center;
|
|
10165
10481
|
padding: 8px;
|
|
10166
10482
|
overflow: hidden;
|
|
10167
10483
|
font-size: 14px;
|
|
10168
10484
|
}
|
|
10169
10485
|
.e-appbar > div:first-child {
|
|
10486
|
+
display: -webkit-box;
|
|
10170
10487
|
display: -ms-flexbox;
|
|
10171
10488
|
display: flex;
|
|
10172
|
-
-
|
|
10173
|
-
align
|
|
10489
|
+
-webkit-box-align: center;
|
|
10490
|
+
-ms-flex-align: center;
|
|
10491
|
+
align-items: center;
|
|
10174
10492
|
width: 100%;
|
|
10175
10493
|
height: 100%;
|
|
10176
10494
|
}
|
|
@@ -10181,12 +10499,14 @@ ejs-sidebar {
|
|
|
10181
10499
|
}
|
|
10182
10500
|
.e-appbar.e-prominent {
|
|
10183
10501
|
height: 94px;
|
|
10184
|
-
-
|
|
10185
|
-
align
|
|
10502
|
+
-webkit-box-align: start;
|
|
10503
|
+
-ms-flex-align: start;
|
|
10504
|
+
align-items: flex-start;
|
|
10186
10505
|
}
|
|
10187
10506
|
.e-appbar.e-prominent > div:first-child {
|
|
10188
|
-
-
|
|
10189
|
-
align
|
|
10507
|
+
-webkit-box-align: start;
|
|
10508
|
+
-ms-flex-align: start;
|
|
10509
|
+
align-items: flex-start;
|
|
10190
10510
|
}
|
|
10191
10511
|
.e-appbar.e-dense {
|
|
10192
10512
|
height: 40px;
|
|
@@ -10208,12 +10528,14 @@ ejs-sidebar {
|
|
|
10208
10528
|
height: 24px;
|
|
10209
10529
|
}
|
|
10210
10530
|
.e-appbar .e-appbar-spacer {
|
|
10211
|
-
-
|
|
10212
|
-
flex-
|
|
10531
|
+
-webkit-box-flex: 1;
|
|
10532
|
+
-ms-flex-positive: 1;
|
|
10533
|
+
flex-grow: 1;
|
|
10213
10534
|
}
|
|
10214
10535
|
.e-appbar .e-btn,
|
|
10215
10536
|
.e-appbar .e-css.e-btn {
|
|
10216
|
-
border-image: unset;
|
|
10537
|
+
-o-border-image: unset;
|
|
10538
|
+
border-image: unset;
|
|
10217
10539
|
}
|
|
10218
10540
|
|
|
10219
10541
|
.e-inherit.e-menu-wrapper.e-scrollable .e-menu,
|
|
@@ -10221,9 +10543,9 @@ ejs-sidebar {
|
|
|
10221
10543
|
overflow: hidden;
|
|
10222
10544
|
}
|
|
10223
10545
|
|
|
10224
|
-
/*! appbar component theme */
|
|
10225
10546
|
.e-appbar {
|
|
10226
|
-
box-shadow: none;
|
|
10547
|
+
-webkit-box-shadow: none;
|
|
10548
|
+
box-shadow: none;
|
|
10227
10549
|
}
|
|
10228
10550
|
.e-appbar.e-light {
|
|
10229
10551
|
background: #f8f9fa;
|
|
@@ -10253,7 +10575,8 @@ ejs-sidebar {
|
|
|
10253
10575
|
.e-appbar.e-light .e-menu-container.e-inherit {
|
|
10254
10576
|
background: #f8f9fa;
|
|
10255
10577
|
color: #212529;
|
|
10256
|
-
box-shadow: none;
|
|
10578
|
+
-webkit-box-shadow: none;
|
|
10579
|
+
box-shadow: none;
|
|
10257
10580
|
border-color: #f8f9fa;
|
|
10258
10581
|
}
|
|
10259
10582
|
.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,
|
|
@@ -10289,7 +10612,8 @@ ejs-sidebar {
|
|
|
10289
10612
|
background: #343a40;
|
|
10290
10613
|
color: #fff;
|
|
10291
10614
|
border-color: #343a40;
|
|
10292
|
-
box-shadow: none;
|
|
10615
|
+
-webkit-box-shadow: none;
|
|
10616
|
+
box-shadow: none;
|
|
10293
10617
|
}
|
|
10294
10618
|
.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,
|
|
10295
10619
|
.e-appbar.e-dark .e-menu-container.e-inherit .e-menu .e-menu-item.e-selected,
|
|
@@ -10309,7 +10633,8 @@ ejs-sidebar {
|
|
|
10309
10633
|
background: #007bff;
|
|
10310
10634
|
color: #fff;
|
|
10311
10635
|
border-color: #007bff;
|
|
10312
|
-
box-shadow: none;
|
|
10636
|
+
-webkit-box-shadow: none;
|
|
10637
|
+
box-shadow: none;
|
|
10313
10638
|
}
|
|
10314
10639
|
.e-appbar.e-inherit {
|
|
10315
10640
|
background: inherit;
|
|
@@ -10325,10 +10650,12 @@ ejs-sidebar {
|
|
|
10325
10650
|
background: inherit;
|
|
10326
10651
|
color: inherit;
|
|
10327
10652
|
border-color: inherit;
|
|
10328
|
-
box-shadow: none;
|
|
10653
|
+
-webkit-box-shadow: none;
|
|
10654
|
+
box-shadow: none;
|
|
10329
10655
|
}
|
|
10330
10656
|
.e-appbar.e-horizontal-bottom {
|
|
10331
|
-
box-shadow: none;
|
|
10657
|
+
-webkit-box-shadow: none;
|
|
10658
|
+
box-shadow: none;
|
|
10332
10659
|
}
|
|
10333
10660
|
|
|
10334
10661
|
.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 {
|
|
@@ -10362,7 +10689,18 @@ ejs-sidebar {
|
|
|
10362
10689
|
.e-inherit.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
10363
10690
|
.e-inherit.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
|
|
10364
10691
|
.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
|
|
10365
|
-
box-shadow: none;
|
|
10692
|
+
-webkit-box-shadow: none;
|
|
10693
|
+
box-shadow: none;
|
|
10694
|
+
}
|
|
10695
|
+
|
|
10696
|
+
.e-inherit.e-input-group.e-control-wrapper .e-searchinput::-webkit-input-placeholder {
|
|
10697
|
+
color: inherit;
|
|
10698
|
+
opacity: 0.8;
|
|
10699
|
+
}
|
|
10700
|
+
|
|
10701
|
+
.e-inherit.e-input-group.e-control-wrapper .e-searchinput::-moz-placeholder {
|
|
10702
|
+
color: inherit;
|
|
10703
|
+
opacity: 0.8;
|
|
10366
10704
|
}
|
|
10367
10705
|
|
|
10368
10706
|
.e-inherit.e-input-group.e-control-wrapper .e-searchinput:-ms-input-placeholder {
|
|
@@ -10370,6 +10708,11 @@ ejs-sidebar {
|
|
|
10370
10708
|
opacity: 0.8;
|
|
10371
10709
|
}
|
|
10372
10710
|
|
|
10711
|
+
.e-inherit.e-input-group.e-control-wrapper .e-searchinput::-ms-input-placeholder {
|
|
10712
|
+
color: inherit;
|
|
10713
|
+
opacity: 0.8;
|
|
10714
|
+
}
|
|
10715
|
+
|
|
10373
10716
|
.e-inherit.e-input-group.e-control-wrapper .e-searchinput::placeholder {
|
|
10374
10717
|
color: inherit;
|
|
10375
10718
|
opacity: 0.8;
|
|
@@ -10393,77 +10736,95 @@ ejs-sidebar {
|
|
|
10393
10736
|
.e-stepper {
|
|
10394
10737
|
position: relative;
|
|
10395
10738
|
}
|
|
10739
|
+
.e-stepper .e-step-selected .e-text,
|
|
10740
|
+
.e-stepper .e-step-selected .e-label {
|
|
10741
|
+
font-weight: 600;
|
|
10742
|
+
}
|
|
10396
10743
|
.e-stepper.e-stepper-readonly,
|
|
10397
10744
|
.e-stepper .e-step-disabled {
|
|
10398
10745
|
cursor: default;
|
|
10399
10746
|
pointer-events: none;
|
|
10400
10747
|
}
|
|
10401
|
-
.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10748
|
+
.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator {
|
|
10402
10749
|
font-size: 32px;
|
|
10403
10750
|
border-radius: 9999px;
|
|
10404
10751
|
}
|
|
10405
|
-
.e-stepper.e-step-type-indicator .e-step-
|
|
10752
|
+
.e-stepper.e-step-type-indicator .e-step-content, .e-stepper.e-step-type-label .e-step-content {
|
|
10406
10753
|
padding: 0 8px;
|
|
10407
10754
|
}
|
|
10408
|
-
.e-stepper .e-step-container:has(.e-tooltip-wrap.e-stepper-tooltip), .e-stepper.e-vertical.e-label-after .e-step-
|
|
10755
|
+
.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) {
|
|
10409
10756
|
position: relative;
|
|
10410
10757
|
}
|
|
10411
|
-
.e-stepper.e-horizontal .e-step-
|
|
10758
|
+
.e-stepper.e-horizontal .e-step-item.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
10412
10759
|
position: unset;
|
|
10413
10760
|
}
|
|
10414
10761
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip {
|
|
10415
10762
|
display: none;
|
|
10416
|
-
-
|
|
10417
|
-
|
|
10763
|
+
-webkit-box-pack: center;
|
|
10764
|
+
-ms-flex-pack: center;
|
|
10765
|
+
justify-content: center;
|
|
10418
10766
|
left: 50%;
|
|
10419
10767
|
top: -8px;
|
|
10420
|
-
transform: translate(-50%, -100%);
|
|
10768
|
+
-webkit-transform: translate(-50%, -100%);
|
|
10769
|
+
transform: translate(-50%, -100%);
|
|
10421
10770
|
}
|
|
10422
10771
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip.e-show-tooltip {
|
|
10772
|
+
display: -webkit-inline-box;
|
|
10423
10773
|
display: -ms-inline-flexbox;
|
|
10424
10774
|
display: inline-flex;
|
|
10425
10775
|
}
|
|
10426
10776
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-tip-content {
|
|
10777
|
+
width: -webkit-max-content;
|
|
10778
|
+
width: -moz-max-content;
|
|
10427
10779
|
width: max-content;
|
|
10428
10780
|
}
|
|
10429
10781
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-arrow-tip.e-tip-bottom {
|
|
10430
10782
|
left: 50%;
|
|
10431
10783
|
top: 100%;
|
|
10432
|
-
transform: translate(-50%, 0);
|
|
10784
|
+
-webkit-transform: translate(-50%, 0);
|
|
10785
|
+
transform: translate(-50%, 0);
|
|
10433
10786
|
}
|
|
10434
10787
|
.e-stepper .e-tooltip-wrap.e-stepper-tooltip .e-arrow-tip-inner.e-tip-bottom {
|
|
10435
10788
|
top: -6px;
|
|
10436
10789
|
}
|
|
10437
|
-
.e-stepper .e-step-
|
|
10790
|
+
.e-stepper .e-step-item.e-step-label .e-tooltip-wrap.e-stepper-tooltip {
|
|
10438
10791
|
left: unset;
|
|
10439
10792
|
top: 0;
|
|
10440
|
-
transform: translate(0%, -135%);
|
|
10793
|
+
-webkit-transform: translate(0%, -135%);
|
|
10794
|
+
transform: translate(0%, -135%);
|
|
10441
10795
|
}
|
|
10442
10796
|
.e-stepper.e-step-type-indicator .e-tooltip-wrap.e-stepper-tooltip {
|
|
10443
|
-
transform: translate(-50%, -115%);
|
|
10797
|
+
-webkit-transform: translate(-50%, -115%);
|
|
10798
|
+
transform: translate(-50%, -115%);
|
|
10444
10799
|
}
|
|
10445
10800
|
.e-stepper .e-stepper-steps {
|
|
10801
|
+
display: -webkit-box;
|
|
10446
10802
|
display: -ms-flexbox;
|
|
10447
10803
|
display: flex;
|
|
10448
10804
|
padding: 0;
|
|
10449
10805
|
margin: 0;
|
|
10450
|
-
-
|
|
10451
|
-
|
|
10806
|
+
-webkit-box-pack: justify;
|
|
10807
|
+
-ms-flex-pack: justify;
|
|
10808
|
+
justify-content: space-between;
|
|
10452
10809
|
position: relative;
|
|
10453
|
-
-
|
|
10454
|
-
align
|
|
10810
|
+
-webkit-box-align: start;
|
|
10811
|
+
-ms-flex-align: start;
|
|
10812
|
+
align-items: flex-start;
|
|
10455
10813
|
}
|
|
10456
10814
|
.e-stepper .e-stepper-steps .e-step-container,
|
|
10457
10815
|
.e-stepper .e-stepper-steps .e-step,
|
|
10458
10816
|
.e-stepper .e-stepper-steps .e-step-valid.e-step-text.e-step-text-only .e-step-text-container,
|
|
10459
10817
|
.e-stepper .e-stepper-steps .e-step-error.e-step-text.e-step-text-only .e-step-text-container,
|
|
10460
10818
|
.e-stepper .e-stepper-steps .e-step-label-container {
|
|
10819
|
+
display: -webkit-box;
|
|
10461
10820
|
display: -ms-flexbox;
|
|
10462
10821
|
display: flex;
|
|
10463
|
-
-
|
|
10464
|
-
align
|
|
10465
|
-
|
|
10466
|
-
|
|
10822
|
+
-webkit-box-align: center;
|
|
10823
|
+
-ms-flex-align: center;
|
|
10824
|
+
align-items: center;
|
|
10825
|
+
-webkit-box-pack: center;
|
|
10826
|
+
-ms-flex-pack: center;
|
|
10827
|
+
justify-content: center;
|
|
10467
10828
|
}
|
|
10468
10829
|
.e-stepper .e-step-container {
|
|
10469
10830
|
max-width: var(--max-width);
|
|
@@ -10475,6 +10836,7 @@ ejs-sidebar {
|
|
|
10475
10836
|
.e-stepper .e-step-container .e-step-text-container {
|
|
10476
10837
|
max-width: clamp(100%, 10em, 100%);
|
|
10477
10838
|
white-space: nowrap;
|
|
10839
|
+
font-size: 14px;
|
|
10478
10840
|
}
|
|
10479
10841
|
.e-stepper .e-step-container .e-step-label-optional {
|
|
10480
10842
|
font-size: 12px;
|
|
@@ -10482,10 +10844,13 @@ ejs-sidebar {
|
|
|
10482
10844
|
flex-basis: 100%;
|
|
10483
10845
|
}
|
|
10484
10846
|
.e-stepper .e-step-container .e-step-optional-container {
|
|
10847
|
+
display: -webkit-box;
|
|
10485
10848
|
display: -ms-flexbox;
|
|
10486
10849
|
display: flex;
|
|
10487
|
-
-
|
|
10488
|
-
|
|
10850
|
+
-webkit-box-orient: vertical;
|
|
10851
|
+
-webkit-box-direction: normal;
|
|
10852
|
+
-ms-flex-direction: column;
|
|
10853
|
+
flex-direction: column;
|
|
10489
10854
|
}
|
|
10490
10855
|
.e-stepper .e-step-container .e-step-content {
|
|
10491
10856
|
font-size: 16px;
|
|
@@ -10502,17 +10867,15 @@ ejs-sidebar {
|
|
|
10502
10867
|
padding-block: 5px;
|
|
10503
10868
|
}
|
|
10504
10869
|
.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 {
|
|
10505
|
-
-
|
|
10506
|
-
|
|
10870
|
+
-webkit-box-orient: vertical;
|
|
10871
|
+
-webkit-box-direction: normal;
|
|
10872
|
+
-ms-flex-direction: column;
|
|
10873
|
+
flex-direction: column;
|
|
10507
10874
|
}
|
|
10508
10875
|
.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 {
|
|
10509
10876
|
position: relative;
|
|
10510
10877
|
top: 0.25em;
|
|
10511
10878
|
}
|
|
10512
|
-
.e-stepper .e-step-container .e-step-label-container,
|
|
10513
|
-
.e-stepper .e-step-container .e-step-text-container {
|
|
10514
|
-
font-size: 14px;
|
|
10515
|
-
}
|
|
10516
10879
|
.e-stepper .e-step-container .e-step,
|
|
10517
10880
|
.e-stepper .e-step-container .e-indicator {
|
|
10518
10881
|
border-radius: 9999px;
|
|
@@ -10527,54 +10890,63 @@ ejs-sidebar {
|
|
|
10527
10890
|
display: block;
|
|
10528
10891
|
}
|
|
10529
10892
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10530
|
-
-
|
|
10531
|
-
|
|
10893
|
+
-webkit-box-orient: horizontal;
|
|
10894
|
+
-webkit-box-direction: normal;
|
|
10895
|
+
-ms-flex-direction: row;
|
|
10896
|
+
flex-direction: row;
|
|
10532
10897
|
}
|
|
10533
|
-
.e-stepper.e-horizontal.e-label-before:has(.e-step-
|
|
10898
|
+
.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 {
|
|
10534
10899
|
margin-left: var(--progress-left-position);
|
|
10535
10900
|
top: var(--progress-top-position);
|
|
10536
10901
|
width: var(--progress-bar-width);
|
|
10537
10902
|
}
|
|
10538
|
-
.e-stepper.e-horizontal.e-label-before.e-rtl:has(.e-step-
|
|
10903
|
+
.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 {
|
|
10539
10904
|
margin-right: var(--progress-left-position);
|
|
10540
10905
|
margin-left: unset;
|
|
10541
10906
|
}
|
|
10542
|
-
.e-stepper.e-horizontal .e-step-
|
|
10907
|
+
.e-stepper.e-horizontal .e-step-item.e-step-label {
|
|
10543
10908
|
gap: 1em;
|
|
10544
|
-
-
|
|
10545
|
-
|
|
10909
|
+
-webkit-box-orient: vertical;
|
|
10910
|
+
-webkit-box-direction: normal;
|
|
10911
|
+
-ms-flex-direction: column;
|
|
10912
|
+
flex-direction: column;
|
|
10546
10913
|
}
|
|
10547
|
-
.e-stepper.e-horizontal .e-step-
|
|
10914
|
+
.e-stepper.e-horizontal .e-step-item.e-step-label .e-step-label-container {
|
|
10548
10915
|
position: relative;
|
|
10549
10916
|
}
|
|
10550
|
-
.e-stepper.e-horizontal .e-step-
|
|
10551
|
-
-
|
|
10552
|
-
order: -1;
|
|
10917
|
+
.e-stepper.e-horizontal .e-step-item.e-step-label .e-step-label-container.e-label-before {
|
|
10918
|
+
-webkit-box-ordinal-group: 0;
|
|
10919
|
+
-ms-flex-order: -1;
|
|
10920
|
+
order: -1;
|
|
10553
10921
|
}
|
|
10554
10922
|
.e-stepper.e-horizontal.e-label-start .e-step-text-container {
|
|
10555
|
-
-
|
|
10556
|
-
order: -1;
|
|
10923
|
+
-webkit-box-ordinal-group: 0;
|
|
10924
|
+
-ms-flex-order: -1;
|
|
10925
|
+
order: -1;
|
|
10557
10926
|
}
|
|
10558
|
-
.e-stepper.e-horizontal .e-step-
|
|
10927
|
+
.e-stepper.e-horizontal .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
10559
10928
|
position: absolute;
|
|
10560
10929
|
top: 2.5em;
|
|
10561
10930
|
margin-left: 2.5em;
|
|
10562
10931
|
}
|
|
10563
|
-
.e-stepper.e-horizontal.e-label-start .e-step-
|
|
10932
|
+
.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 {
|
|
10564
10933
|
margin-right: 2.5em;
|
|
10565
10934
|
margin-left: unset;
|
|
10566
10935
|
}
|
|
10567
|
-
.e-stepper.e-horizontal.e-label-start.e-rtl .e-step-
|
|
10936
|
+
.e-stepper.e-horizontal.e-label-start.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
10568
10937
|
margin-right: unset;
|
|
10569
10938
|
margin-left: 2.5em;
|
|
10570
10939
|
}
|
|
10571
10940
|
.e-stepper.e-horizontal.e-label-before .e-stepper-steps:has(.e-step-label-optional) {
|
|
10572
|
-
-
|
|
10573
|
-
align
|
|
10941
|
+
-webkit-box-align: end;
|
|
10942
|
+
-ms-flex-align: end;
|
|
10943
|
+
align-items: flex-end;
|
|
10574
10944
|
}
|
|
10575
10945
|
.e-stepper.e-horizontal.e-label-before .e-stepper-steps .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
10576
|
-
-
|
|
10577
|
-
|
|
10946
|
+
-webkit-box-orient: vertical;
|
|
10947
|
+
-webkit-box-direction: normal;
|
|
10948
|
+
-ms-flex-direction: column;
|
|
10949
|
+
flex-direction: column;
|
|
10578
10950
|
gap: 0.5em;
|
|
10579
10951
|
}
|
|
10580
10952
|
.e-stepper.e-horizontal .e-text,
|
|
@@ -10585,19 +10957,16 @@ ejs-sidebar {
|
|
|
10585
10957
|
}
|
|
10586
10958
|
.e-stepper.e-horizontal .e-step-text.e-step-text-only:has(.e-step-label-optional),
|
|
10587
10959
|
.e-stepper.e-horizontal .e-step-label.e-step-label-only:has(.e-step-label-optional),
|
|
10588
|
-
.e-stepper.e-horizontal .e-step-
|
|
10589
|
-
.e-stepper.e-horizontal .e-step-
|
|
10590
|
-
|
|
10591
|
-
flex-wrap: wrap;
|
|
10592
|
-
}
|
|
10593
|
-
.e-stepper.e-horizontal.e-step-type-indicator .e-step-container {
|
|
10960
|
+
.e-stepper.e-horizontal .e-step-item:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
10961
|
+
.e-stepper.e-horizontal .e-step-container:not(.e-step-item):not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
10962
|
+
.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 {
|
|
10594
10963
|
-ms-flex-wrap: wrap;
|
|
10595
10964
|
flex-wrap: wrap;
|
|
10596
10965
|
}
|
|
10597
|
-
.e-stepper.e-horizontal .e-step-
|
|
10966
|
+
.e-stepper.e-horizontal .e-step-item:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
10598
10967
|
margin-top: 0.5em;
|
|
10599
10968
|
}
|
|
10600
|
-
.e-stepper.e-horizontal.e-label-after .e-step-
|
|
10969
|
+
.e-stepper.e-horizontal.e-label-after .e-step-item.e-step-label:not(.e-step-text) .e-step-label-optional {
|
|
10601
10970
|
margin-top: 0.2em;
|
|
10602
10971
|
}
|
|
10603
10972
|
.e-stepper.e-vertical {
|
|
@@ -10611,71 +10980,80 @@ ejs-sidebar {
|
|
|
10611
10980
|
.e-stepper.e-vertical:not(.e-label-top):not(.e-label-bottom) .e-step-label-optional {
|
|
10612
10981
|
position: absolute;
|
|
10613
10982
|
}
|
|
10614
|
-
.e-stepper.e-vertical:not(.e-label-bottom):not(.e-label-top) .e-step-
|
|
10983
|
+
.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 {
|
|
10615
10984
|
margin-top: 3em;
|
|
10616
10985
|
margin-left: 4em;
|
|
10617
10986
|
}
|
|
10618
|
-
.e-stepper.e-vertical.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-step-
|
|
10987
|
+
.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 {
|
|
10619
10988
|
margin-left: unset;
|
|
10620
10989
|
margin-right: 4em;
|
|
10621
10990
|
}
|
|
10622
10991
|
.e-stepper.e-vertical .e-stepper-steps {
|
|
10623
|
-
-
|
|
10624
|
-
|
|
10992
|
+
-webkit-box-orient: vertical;
|
|
10993
|
+
-webkit-box-direction: normal;
|
|
10994
|
+
-ms-flex-direction: column;
|
|
10995
|
+
flex-direction: column;
|
|
10625
10996
|
min-height: inherit;
|
|
10626
10997
|
float: left;
|
|
10627
|
-
-
|
|
10628
|
-
align
|
|
10998
|
+
-webkit-box-align: start;
|
|
10999
|
+
-ms-flex-align: start;
|
|
11000
|
+
align-items: start;
|
|
10629
11001
|
margin: 0;
|
|
10630
|
-
-
|
|
10631
|
-
|
|
11002
|
+
-webkit-box-pack: justify;
|
|
11003
|
+
-ms-flex-pack: justify;
|
|
11004
|
+
justify-content: space-between;
|
|
10632
11005
|
}
|
|
10633
11006
|
.e-stepper.e-vertical.e-rtl .e-stepper-steps {
|
|
10634
11007
|
float: right;
|
|
10635
11008
|
}
|
|
10636
|
-
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-
|
|
11009
|
+
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-item:not(.e-step-text):not(.e-step-label)),
|
|
10637
11010
|
.e-stepper.e-vertical .e-stepper-steps:has(.e-step-text.e-step-text-only),
|
|
10638
|
-
.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-
|
|
10639
|
-
-
|
|
10640
|
-
align
|
|
11011
|
+
.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 {
|
|
11012
|
+
-webkit-box-align: center;
|
|
11013
|
+
-ms-flex-align: center;
|
|
11014
|
+
align-items: center;
|
|
10641
11015
|
}
|
|
10642
|
-
.e-stepper.e-vertical .e-step-
|
|
10643
|
-
.e-stepper.e-vertical .e-step-
|
|
11016
|
+
.e-stepper.e-vertical .e-step-item.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
11017
|
+
.e-stepper.e-vertical .e-step-item.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
10644
11018
|
margin-left: 10px;
|
|
10645
11019
|
}
|
|
10646
|
-
.e-stepper.e-vertical.e-rtl .e-step-
|
|
10647
|
-
.e-stepper.e-vertical.e-rtl .e-step-
|
|
11020
|
+
.e-stepper.e-vertical.e-rtl .e-step-item.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
11021
|
+
.e-stepper.e-vertical.e-rtl .e-step-item.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
10648
11022
|
margin-left: unset;
|
|
10649
11023
|
margin-right: 10px;
|
|
10650
11024
|
}
|
|
10651
|
-
.e-stepper.e-vertical .e-step-
|
|
11025
|
+
.e-stepper.e-vertical .e-step-item:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional), .e-stepper.e-vertical.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional),
|
|
10652
11026
|
.e-stepper.e-vertical .e-step-text-only.e-step-text:has(.e-step-label-optional),
|
|
10653
11027
|
.e-stepper.e-vertical .e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
10654
|
-
-
|
|
10655
|
-
|
|
11028
|
+
-webkit-box-orient: vertical;
|
|
11029
|
+
-webkit-box-direction: normal;
|
|
11030
|
+
-ms-flex-direction: column;
|
|
11031
|
+
flex-direction: column;
|
|
10656
11032
|
}
|
|
10657
|
-
.e-stepper.e-vertical .e-step-
|
|
11033
|
+
.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,
|
|
10658
11034
|
.e-stepper.e-vertical .e-step-text-only.e-step-text:has(.e-step-label-optional) .e-step-label-optional,
|
|
10659
11035
|
.e-stepper.e-vertical .e-step-label-only.e-step-label:has(.e-step-label-optional) .e-step-label-optional {
|
|
10660
11036
|
position: unset;
|
|
10661
11037
|
}
|
|
10662
|
-
.e-stepper.e-vertical .e-step-
|
|
11038
|
+
.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) {
|
|
10663
11039
|
gap: 0.5em;
|
|
10664
11040
|
}
|
|
10665
|
-
.e-stepper.e-vertical.e-label-before .e-step-
|
|
10666
|
-
-
|
|
10667
|
-
|
|
11041
|
+
.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) {
|
|
11042
|
+
-webkit-box-orient: vertical;
|
|
11043
|
+
-webkit-box-direction: normal;
|
|
11044
|
+
-ms-flex-direction: column;
|
|
11045
|
+
flex-direction: column;
|
|
10668
11046
|
}
|
|
10669
|
-
.e-stepper.e-vertical.e-label-before .e-step-
|
|
11047
|
+
.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 {
|
|
10670
11048
|
line-height: 2em;
|
|
10671
11049
|
}
|
|
10672
|
-
.e-stepper.e-vertical.e-label-before .e-step-
|
|
11050
|
+
.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 {
|
|
10673
11051
|
position: unset;
|
|
10674
11052
|
}
|
|
10675
|
-
.e-stepper.e-vertical .e-step-container.e-step-label.e-step-text:not(.e-step-
|
|
11053
|
+
.e-stepper.e-vertical .e-step-container.e-step-label.e-step-text:not(.e-step-item) .e-step-label-container.e-label-after {
|
|
10676
11054
|
position: absolute;
|
|
10677
11055
|
}
|
|
10678
|
-
.e-stepper.e-vertical .e-step-container.e-step-label.e-step-text:not(.e-step-
|
|
11056
|
+
.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 {
|
|
10679
11057
|
left: 0;
|
|
10680
11058
|
}
|
|
10681
11059
|
.e-stepper.e-vertical .e-step-container .e-step-label-container.e-label-after .e-step-label-optional {
|
|
@@ -10696,20 +11074,24 @@ ejs-sidebar {
|
|
|
10696
11074
|
padding-bottom: 6px;
|
|
10697
11075
|
}
|
|
10698
11076
|
.e-stepper.e-vertical.e-label-top .e-stepper-steps, .e-stepper.e-vertical.e-label-bottom .e-stepper-steps {
|
|
10699
|
-
-
|
|
10700
|
-
align
|
|
11077
|
+
-webkit-box-align: center;
|
|
11078
|
+
-ms-flex-align: center;
|
|
11079
|
+
align-items: center;
|
|
10701
11080
|
}
|
|
10702
11081
|
.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 {
|
|
10703
|
-
-
|
|
10704
|
-
|
|
11082
|
+
-webkit-box-orient: vertical;
|
|
11083
|
+
-webkit-box-direction: normal;
|
|
11084
|
+
-ms-flex-direction: column;
|
|
11085
|
+
flex-direction: column;
|
|
10705
11086
|
}
|
|
10706
11087
|
.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 {
|
|
10707
11088
|
margin-left: 0;
|
|
10708
11089
|
}
|
|
10709
11090
|
.e-stepper.e-vertical.e-label-top .e-step-container .e-step-label-optional,
|
|
10710
11091
|
.e-stepper.e-vertical.e-label-top .e-step-container .e-step-text-container {
|
|
10711
|
-
-
|
|
10712
|
-
order: -1;
|
|
11092
|
+
-webkit-box-ordinal-group: 0;
|
|
11093
|
+
-ms-flex-order: -1;
|
|
11094
|
+
order: -1;
|
|
10713
11095
|
}
|
|
10714
11096
|
.e-stepper .e-stepper-progressbar {
|
|
10715
11097
|
height: 1.6px;
|
|
@@ -10720,9 +11102,12 @@ ejs-sidebar {
|
|
|
10720
11102
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
10721
11103
|
height: 100%;
|
|
10722
11104
|
width: var(--progress-value);
|
|
11105
|
+
-webkit-transition-property: width;
|
|
10723
11106
|
transition-property: width;
|
|
10724
|
-
transition-duration: var(--duration);
|
|
10725
|
-
|
|
11107
|
+
-webkit-transition-duration: var(--duration);
|
|
11108
|
+
transition-duration: var(--duration);
|
|
11109
|
+
-webkit-transition-delay: var(--delay);
|
|
11110
|
+
transition-delay: var(--delay);
|
|
10726
11111
|
}
|
|
10727
11112
|
.e-stepper.e-vertical .e-stepper-progressbar {
|
|
10728
11113
|
min-height: inherit;
|
|
@@ -10733,6 +11118,7 @@ ejs-sidebar {
|
|
|
10733
11118
|
.e-stepper.e-vertical .e-stepper-progressbar > .e-progressbar-value {
|
|
10734
11119
|
width: 100%;
|
|
10735
11120
|
height: var(--progress-value);
|
|
11121
|
+
-webkit-transition-property: height;
|
|
10736
11122
|
transition-property: height;
|
|
10737
11123
|
}
|
|
10738
11124
|
.e-stepper.e-vertical.e-rtl .e-stepper-progressbar {
|
|
@@ -10751,12 +11137,12 @@ ejs-sidebar {
|
|
|
10751
11137
|
top: 90% !important; /* stylelint-disable-line declaration-no-important */
|
|
10752
11138
|
}
|
|
10753
11139
|
|
|
10754
|
-
.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10755
|
-
.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
11140
|
+
.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,
|
|
11141
|
+
.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 {
|
|
10756
11142
|
font-size: 28px;
|
|
10757
11143
|
}
|
|
10758
|
-
.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10759
|
-
.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
11144
|
+
.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,
|
|
11145
|
+
.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 {
|
|
10760
11146
|
width: 28px;
|
|
10761
11147
|
height: 28px;
|
|
10762
11148
|
}
|
|
@@ -10790,12 +11176,12 @@ ejs-sidebar {
|
|
|
10790
11176
|
font-size: 10px;
|
|
10791
11177
|
}
|
|
10792
11178
|
|
|
10793
|
-
.e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10794
|
-
.e-bigger .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
11179
|
+
.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,
|
|
11180
|
+
.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 {
|
|
10795
11181
|
font-size: 40px;
|
|
10796
11182
|
}
|
|
10797
|
-
.e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10798
|
-
.e-bigger .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
11183
|
+
.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,
|
|
11184
|
+
.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 {
|
|
10799
11185
|
width: 40px;
|
|
10800
11186
|
height: 40px;
|
|
10801
11187
|
}
|
|
@@ -10829,16 +11215,16 @@ ejs-sidebar {
|
|
|
10829
11215
|
font-size: 14px;
|
|
10830
11216
|
}
|
|
10831
11217
|
|
|
10832
|
-
.e-bigger.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10833
|
-
.e-bigger.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10834
|
-
.e-bigger .e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10835
|
-
.e-small .e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
11218
|
+
.e-bigger.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,
|
|
11219
|
+
.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,
|
|
11220
|
+
.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,
|
|
11221
|
+
.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 {
|
|
10836
11222
|
font-size: 36px;
|
|
10837
11223
|
}
|
|
10838
|
-
.e-bigger.e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10839
|
-
.e-bigger.e-small .e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10840
|
-
.e-bigger .e-small.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
10841
|
-
.e-small .e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-
|
|
11224
|
+
.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,
|
|
11225
|
+
.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,
|
|
11226
|
+
.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,
|
|
11227
|
+
.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 {
|
|
10842
11228
|
width: 36px;
|
|
10843
11229
|
height: 36px;
|
|
10844
11230
|
}
|
|
@@ -10932,10 +11318,6 @@ ejs-sidebar {
|
|
|
10932
11318
|
.e-stepper .e-step-error .e-indicator:hover {
|
|
10933
11319
|
color: #495057;
|
|
10934
11320
|
}
|
|
10935
|
-
.e-stepper .e-step-selected .e-text,
|
|
10936
|
-
.e-stepper .e-step-selected .e-label {
|
|
10937
|
-
font-weight: 600;
|
|
10938
|
-
}
|
|
10939
11321
|
.e-stepper .e-step-valid.e-step-text-only .e-step-validation-icon,
|
|
10940
11322
|
.e-stepper .e-step-valid.e-step-label-only .e-step-validation-icon {
|
|
10941
11323
|
color: #28a745;
|
|
@@ -10954,7 +11336,7 @@ ejs-sidebar {
|
|
|
10954
11336
|
.e-stepper .e-step-completed:not(.e-step-error) .e-label {
|
|
10955
11337
|
color: #007bff;
|
|
10956
11338
|
}
|
|
10957
|
-
.e-stepper .e-step-label:not(.e-step-
|
|
11339
|
+
.e-stepper .e-step-label:not(.e-step-item) .e-step-label-container {
|
|
10958
11340
|
background-color: #fff;
|
|
10959
11341
|
}
|
|
10960
11342
|
.e-stepper .e-step-text-container {
|
|
@@ -10970,7 +11352,7 @@ ejs-sidebar {
|
|
|
10970
11352
|
.e-stepper .e-step-disabled .e-step-validation-icon {
|
|
10971
11353
|
color: #adb5bd;
|
|
10972
11354
|
}
|
|
10973
|
-
.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-
|
|
11355
|
+
.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 {
|
|
10974
11356
|
background-color: #fff;
|
|
10975
11357
|
}
|
|
10976
11358
|
.e-stepper .e-stepper-progressbar {
|
|
@@ -10980,31 +11362,36 @@ ejs-sidebar {
|
|
|
10980
11362
|
background-color: #007bff;
|
|
10981
11363
|
}
|
|
10982
11364
|
.e-stepper:not(.e-steps-focus) .e-step-selected .e-step {
|
|
10983
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007bff, 0 0 0 8px #fff;
|
|
11365
|
+
-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007bff, 0 0 0 8px #fff;
|
|
11366
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007bff, 0 0 0 8px #fff;
|
|
10984
11367
|
}
|
|
10985
11368
|
.e-stepper .e-step-focus .e-step,
|
|
10986
11369
|
.e-stepper .e-step-label-only.e-step-focus .e-label,
|
|
10987
11370
|
.e-stepper .e-step-text-only.e-step-focus .e-text,
|
|
10988
11371
|
.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 {
|
|
10989
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #495057, 0 0 0 8px #fff;
|
|
11372
|
+
-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #495057, 0 0 0 8px #fff;
|
|
11373
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #495057, 0 0 0 8px #fff;
|
|
10990
11374
|
}
|
|
10991
11375
|
.e-stepper:not(.e-steps-focus) .e-step-valid.e-step-selected .e-step,
|
|
10992
11376
|
.e-stepper .e-step-valid.e-step-focus .e-step,
|
|
10993
11377
|
.e-stepper .e-step-valid.e-step-label-only.e-step-focus .e-label,
|
|
10994
11378
|
.e-stepper .e-step-valid.e-step-text-only.e-step-focus .e-text,
|
|
10995
11379
|
.e-stepper .e-step-valid.e-step-template.e-step-focus {
|
|
10996
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #28a745, 0 0 0 8px #fff;
|
|
11380
|
+
-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #28a745, 0 0 0 8px #fff;
|
|
11381
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #28a745, 0 0 0 8px #fff;
|
|
10997
11382
|
}
|
|
10998
11383
|
.e-stepper:not(.e-steps-focus) .e-step-error.e-step-selected .e-step,
|
|
10999
11384
|
.e-stepper .e-step-error.e-step-focus .e-step,
|
|
11000
11385
|
.e-stepper .e-step-error.e-step-label-only.e-step-focus .e-label,
|
|
11001
11386
|
.e-stepper .e-step-error.e-step-text-only.e-step-focus .e-text,
|
|
11002
11387
|
.e-stepper .e-step-error.e-step-template.e-step-focus {
|
|
11003
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #dc3545, 0 0 0 8px #fff;
|
|
11388
|
+
-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #dc3545, 0 0 0 8px #fff;
|
|
11389
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #dc3545, 0 0 0 8px #fff;
|
|
11004
11390
|
}
|
|
11005
11391
|
.e-stepper .e-step-container:not(.e-step-focus).e-step-notstarted .e-step,
|
|
11006
11392
|
.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 {
|
|
11007
|
-
box-shadow: 0 0 0 8px #fff;
|
|
11393
|
+
-webkit-box-shadow: 0 0 0 8px #fff;
|
|
11394
|
+
box-shadow: 0 0 0 8px #fff;
|
|
11008
11395
|
}
|
|
11009
11396
|
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-step:hover,
|
|
11010
11397
|
.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-indicator:hover {
|