@syncfusion/ej2-angular-navigations 20.4.38-ngcc → 20.4.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/public_api.mjs +3 -0
- package/esm2020/src/accordion/accordion-all.module.mjs +23 -0
- package/esm2020/src/accordion/accordion.component.mjs +77 -0
- package/esm2020/src/accordion/accordion.module.mjs +34 -0
- package/esm2020/src/accordion/items.directive.mjs +72 -0
- package/esm2020/src/appbar/appbar-all.module.mjs +23 -0
- package/esm2020/src/appbar/appbar.component.mjs +59 -0
- package/esm2020/src/appbar/appbar.module.mjs +25 -0
- package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +23 -0
- package/esm2020/src/breadcrumb/breadcrumb.component.mjs +77 -0
- package/esm2020/src/breadcrumb/breadcrumb.module.mjs +34 -0
- package/esm2020/src/breadcrumb/items.directive.mjs +58 -0
- package/esm2020/src/carousel/carousel-all.module.mjs +23 -0
- package/esm2020/src/carousel/carousel.component.mjs +95 -0
- package/esm2020/src/carousel/carousel.module.mjs +34 -0
- package/esm2020/src/carousel/items.directive.mjs +66 -0
- package/esm2020/src/context-menu/contextmenu-all.module.mjs +23 -0
- package/esm2020/src/context-menu/contextmenu.component.mjs +60 -0
- package/esm2020/src/context-menu/contextmenu.module.mjs +25 -0
- package/esm2020/src/index.mjs +38 -0
- package/esm2020/src/menu/items.directive.mjs +46 -0
- package/esm2020/src/menu/menu-all.module.mjs +23 -0
- package/esm2020/src/menu/menu.component.mjs +71 -0
- package/esm2020/src/menu/menu.module.mjs +34 -0
- package/esm2020/src/sidebar/sidebar-all.module.mjs +23 -0
- package/esm2020/src/sidebar/sidebar.component.mjs +59 -0
- package/esm2020/src/sidebar/sidebar.module.mjs +25 -0
- package/esm2020/src/tab/items.directive.mjs +78 -0
- package/esm2020/src/tab/tab-all.module.mjs +23 -0
- package/esm2020/src/tab/tab.component.mjs +64 -0
- package/esm2020/src/tab/tab.module.mjs +34 -0
- package/esm2020/src/toolbar/items.directive.mjs +66 -0
- package/esm2020/src/toolbar/toolbar-all.module.mjs +23 -0
- package/esm2020/src/toolbar/toolbar.component.mjs +64 -0
- package/esm2020/src/toolbar/toolbar.module.mjs +34 -0
- package/esm2020/src/treeview/treeview-all.module.mjs +23 -0
- package/esm2020/src/treeview/treeview.component.mjs +66 -0
- package/esm2020/src/treeview/treeview.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-navigations.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs +1445 -0
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs +1445 -0
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -0
- package/package.json +27 -13
- package/schematics/utils/lib-details.d.ts +2 -2
- package/src/accordion/accordion-all.module.d.ts +6 -0
- package/src/accordion/accordion.component.d.ts +3 -0
- package/src/accordion/accordion.module.d.ts +7 -0
- package/src/accordion/items.directive.d.ts +5 -0
- package/src/appbar/appbar-all.module.d.ts +6 -0
- package/src/appbar/appbar.component.d.ts +3 -0
- package/src/appbar/appbar.module.d.ts +6 -0
- package/src/breadcrumb/breadcrumb-all.module.d.ts +6 -0
- package/src/breadcrumb/breadcrumb.component.d.ts +3 -0
- package/src/breadcrumb/breadcrumb.module.d.ts +7 -0
- package/src/breadcrumb/items.directive.d.ts +5 -0
- package/src/carousel/carousel-all.module.d.ts +6 -0
- package/src/carousel/carousel.component.d.ts +3 -0
- package/src/carousel/carousel.module.d.ts +7 -0
- package/src/carousel/items.directive.d.ts +5 -0
- package/src/context-menu/contextmenu-all.module.d.ts +6 -0
- package/src/context-menu/contextmenu.component.d.ts +3 -0
- package/src/context-menu/contextmenu.module.d.ts +6 -0
- package/src/menu/items.directive.d.ts +5 -0
- package/src/menu/menu-all.module.d.ts +6 -0
- package/src/menu/menu.component.d.ts +3 -0
- package/src/menu/menu.module.d.ts +7 -0
- package/src/sidebar/sidebar-all.module.d.ts +6 -0
- package/src/sidebar/sidebar.component.d.ts +3 -0
- package/src/sidebar/sidebar.module.d.ts +6 -0
- package/src/tab/items.directive.d.ts +5 -7
- package/src/tab/tab-all.module.d.ts +6 -0
- package/src/tab/tab.component.d.ts +3 -0
- package/src/tab/tab.module.d.ts +7 -0
- package/src/toolbar/items.directive.d.ts +5 -7
- package/src/toolbar/toolbar-all.module.d.ts +6 -0
- package/src/toolbar/toolbar.component.d.ts +3 -0
- package/src/toolbar/toolbar.module.d.ts +7 -0
- package/src/treeview/treeview-all.module.d.ts +6 -0
- package/src/treeview/treeview.component.d.ts +3 -0
- package/src/treeview/treeview.module.d.ts +6 -0
- package/styles/accordion/_all.scss +2 -0
- package/styles/accordion/_bootstrap-dark-definition.scss +75 -0
- package/styles/accordion/_bootstrap-definition.scss +80 -0
- package/styles/accordion/_bootstrap4-definition.scss +89 -0
- package/styles/accordion/_bootstrap5-dark-definition.scss +1 -0
- package/styles/accordion/_bootstrap5-definition.scss +85 -0
- package/styles/accordion/_fabric-dark-definition.scss +78 -0
- package/styles/accordion/_fabric-definition.scss +83 -0
- package/styles/accordion/_fluent-dark-definition.scss +1 -0
- package/styles/accordion/_fluent-definition.scss +84 -0
- package/styles/accordion/_fusionnew-definition.scss +85 -0
- package/styles/accordion/_highcontrast-definition.scss +110 -0
- package/styles/accordion/_highcontrast-light-definition.scss +108 -0
- package/styles/accordion/_layout.scss +416 -0
- package/styles/accordion/_material-dark-definition.scss +81 -0
- package/styles/accordion/_material-definition.scss +77 -0
- package/styles/accordion/_material3-definition.scss +85 -0
- package/styles/accordion/_tailwind-dark-definition.scss +1 -0
- package/styles/accordion/_tailwind-definition.scss +82 -0
- package/styles/accordion/_theme.scss +549 -0
- package/styles/accordion/bootstrap-dark.css +16 -202
- package/styles/accordion/bootstrap-dark.scss +4 -1
- package/styles/accordion/bootstrap.css +16 -202
- package/styles/accordion/bootstrap.scss +4 -1
- package/styles/accordion/bootstrap4.css +17 -171
- package/styles/accordion/bootstrap4.scss +4 -1
- package/styles/accordion/bootstrap5-dark.css +13 -202
- package/styles/accordion/bootstrap5-dark.scss +4 -1
- package/styles/accordion/bootstrap5.css +13 -202
- package/styles/accordion/bootstrap5.scss +4 -1
- package/styles/accordion/fabric-dark.css +11 -209
- package/styles/accordion/fabric-dark.scss +4 -1
- package/styles/accordion/fabric.css +11 -209
- package/styles/accordion/fabric.scss +4 -1
- package/styles/accordion/fluent-dark.css +5 -217
- package/styles/accordion/fluent-dark.scss +4 -1
- package/styles/accordion/fluent.css +5 -217
- package/styles/accordion/fluent.scss +4 -1
- package/styles/accordion/highcontrast-light.css +52 -186
- package/styles/accordion/highcontrast-light.scss +4 -1
- package/styles/accordion/highcontrast.css +52 -186
- package/styles/accordion/highcontrast.scss +4 -1
- package/styles/accordion/icons/_bootstrap-dark.scss +17 -0
- package/styles/accordion/icons/_bootstrap.scss +17 -0
- package/styles/accordion/icons/_bootstrap4.scss +17 -0
- package/styles/accordion/icons/_bootstrap5-dark.scss +1 -0
- package/styles/accordion/icons/_bootstrap5.scss +17 -0
- package/styles/accordion/icons/_fabric-dark.scss +17 -0
- package/styles/accordion/icons/_fabric.scss +17 -0
- package/styles/accordion/icons/_fluent-dark.scss +1 -0
- package/styles/accordion/icons/_fluent.scss +17 -0
- package/styles/accordion/icons/_fusionnew.scss +17 -0
- package/styles/accordion/icons/_highcontrast-light.scss +17 -0
- package/styles/accordion/icons/_highcontrast.scss +17 -0
- package/styles/accordion/icons/_material-dark.scss +17 -0
- package/styles/accordion/icons/_material.scss +17 -0
- package/styles/accordion/icons/_material3.scss +17 -0
- package/styles/accordion/icons/_tailwind-dark.scss +1 -0
- package/styles/accordion/icons/_tailwind.scss +17 -0
- package/styles/accordion/material-dark.css +16 -210
- package/styles/accordion/material-dark.scss +4 -1
- package/styles/accordion/material.css +15 -209
- package/styles/accordion/material.scss +4 -1
- package/styles/accordion/tailwind-dark.css +8 -199
- package/styles/accordion/tailwind-dark.scss +4 -1
- package/styles/accordion/tailwind.css +8 -199
- package/styles/accordion/tailwind.scss +4 -1
- package/styles/appbar/_all.scss +2 -0
- package/styles/appbar/_bootstrap-dark-definition.scss +8 -0
- package/styles/appbar/_bootstrap-definition.scss +8 -0
- package/styles/appbar/_bootstrap4-definition.scss +8 -0
- package/styles/appbar/_bootstrap5-dark-definition.scss +1 -0
- package/styles/appbar/_bootstrap5-definition.scss +8 -0
- package/styles/appbar/_fabric-dark-definition.scss +8 -0
- package/styles/appbar/_fabric-definition.scss +8 -0
- package/styles/appbar/_fluent-dark-definition.scss +1 -0
- package/styles/appbar/_fluent-definition.scss +8 -0
- package/styles/appbar/_fusionnew-definition.scss +8 -0
- package/styles/appbar/_highcontrast-definition.scss +8 -0
- package/styles/appbar/_highcontrast-light-definition.scss +8 -0
- package/styles/appbar/_layout.scss +81 -0
- package/styles/appbar/_material-dark-definition.scss +8 -0
- package/styles/appbar/_material-definition.scss +8 -0
- package/styles/appbar/_material3-definition.scss +8 -0
- package/styles/appbar/_tailwind-dark-definition.scss +1 -0
- package/styles/appbar/_tailwind-definition.scss +8 -0
- package/styles/appbar/_theme.scss +208 -0
- package/styles/appbar/bootstrap-dark.scss +3 -1
- package/styles/appbar/bootstrap.scss +3 -1
- package/styles/appbar/bootstrap4.scss +3 -1
- package/styles/appbar/bootstrap5-dark.scss +3 -1
- package/styles/appbar/bootstrap5.scss +3 -1
- package/styles/appbar/fabric-dark.scss +3 -1
- package/styles/appbar/fabric.scss +3 -1
- package/styles/appbar/fluent-dark.scss +3 -1
- package/styles/appbar/fluent.scss +3 -1
- package/styles/appbar/highcontrast-light.scss +3 -1
- package/styles/appbar/highcontrast.scss +3 -1
- package/styles/appbar/material-dark.scss +3 -1
- package/styles/appbar/material.scss +3 -1
- package/styles/appbar/tailwind-dark.scss +3 -1
- package/styles/appbar/tailwind.scss +3 -1
- package/styles/bootstrap-dark.css +281 -1130
- package/styles/bootstrap.css +267 -1116
- package/styles/bootstrap4.css +269 -985
- package/styles/bootstrap5-dark.css +281 -1046
- package/styles/bootstrap5.css +281 -1046
- package/styles/breadcrumb/_all.scss +3 -0
- package/styles/breadcrumb/_bootstrap-dark-definition.scss +54 -0
- package/styles/breadcrumb/_bootstrap-definition.scss +54 -0
- package/styles/breadcrumb/_bootstrap4-definition.scss +54 -0
- package/styles/breadcrumb/_bootstrap5-dark-definition.scss +1 -0
- package/styles/breadcrumb/_bootstrap5-definition.scss +59 -0
- package/styles/breadcrumb/_fabric-dark-definition.scss +59 -0
- package/styles/breadcrumb/_fabric-definition.scss +59 -0
- package/styles/breadcrumb/_fluent-dark-definition.scss +1 -0
- package/styles/breadcrumb/_fluent-definition.scss +62 -0
- package/styles/breadcrumb/_fusionnew-definition.scss +59 -0
- package/styles/breadcrumb/_highcontrast-definition.scss +61 -0
- package/styles/breadcrumb/_highcontrast-light-definition.scss +61 -0
- package/styles/breadcrumb/_layout.scss +491 -0
- package/styles/breadcrumb/_material-dark-definition.scss +50 -0
- package/styles/breadcrumb/_material-definition.scss +50 -0
- package/styles/breadcrumb/_material3-definition.scss +59 -0
- package/styles/breadcrumb/_tailwind-dark-definition.scss +1 -0
- package/styles/breadcrumb/_tailwind-definition.scss +60 -0
- package/styles/breadcrumb/_theme.scss +160 -0
- package/styles/breadcrumb/bootstrap-dark.scss +4 -1
- package/styles/breadcrumb/bootstrap.scss +4 -1
- package/styles/breadcrumb/bootstrap4.scss +4 -1
- package/styles/breadcrumb/bootstrap5-dark.scss +4 -1
- package/styles/breadcrumb/bootstrap5.scss +4 -1
- package/styles/breadcrumb/fabric-dark.scss +4 -1
- package/styles/breadcrumb/fabric.scss +4 -1
- package/styles/breadcrumb/fluent-dark.scss +4 -1
- package/styles/breadcrumb/fluent.scss +4 -1
- package/styles/breadcrumb/highcontrast-light.scss +4 -1
- package/styles/breadcrumb/highcontrast.scss +4 -1
- package/styles/breadcrumb/icons/_bootstrap-dark.scss +14 -0
- package/styles/breadcrumb/icons/_bootstrap.scss +14 -0
- package/styles/breadcrumb/icons/_bootstrap4.scss +14 -0
- package/styles/breadcrumb/icons/_bootstrap5-dark.scss +1 -0
- package/styles/breadcrumb/icons/_bootstrap5.scss +25 -0
- package/styles/breadcrumb/icons/_fabric-dark.scss +14 -0
- package/styles/breadcrumb/icons/_fabric.scss +14 -0
- package/styles/breadcrumb/icons/_fluent-dark.scss +1 -0
- package/styles/breadcrumb/icons/_fluent.scss +25 -0
- package/styles/breadcrumb/icons/_fusionnew.scss +25 -0
- package/styles/breadcrumb/icons/_highcontrast-light.scss +14 -0
- package/styles/breadcrumb/icons/_highcontrast.scss +14 -0
- package/styles/breadcrumb/icons/_material-dark.scss +25 -0
- package/styles/breadcrumb/icons/_material.scss +25 -0
- package/styles/breadcrumb/icons/_material3.scss +25 -0
- package/styles/breadcrumb/icons/_tailwind-dark.scss +25 -0
- package/styles/breadcrumb/icons/_tailwind.scss +25 -0
- package/styles/breadcrumb/material-dark.scss +4 -1
- package/styles/breadcrumb/material.scss +4 -1
- package/styles/breadcrumb/tailwind-dark.scss +4 -1
- package/styles/breadcrumb/tailwind.scss +4 -1
- package/styles/carousel/_all.scss +2 -0
- package/styles/carousel/_bootstrap-dark-definition.scss +22 -0
- package/styles/carousel/_bootstrap-definition.scss +22 -0
- package/styles/carousel/_bootstrap4-definition.scss +22 -0
- package/styles/carousel/_bootstrap5-dark-definition.scss +1 -0
- package/styles/carousel/_bootstrap5-definition.scss +22 -0
- package/styles/carousel/_fabric-dark-definition.scss +22 -0
- package/styles/carousel/_fabric-definition.scss +22 -0
- package/styles/carousel/_fluent-dark-definition.scss +1 -0
- package/styles/carousel/_fluent-definition.scss +22 -0
- package/styles/carousel/_fusionnew-definition.scss +22 -0
- package/styles/carousel/_highcontrast-definition.scss +22 -0
- package/styles/carousel/_highcontrast-light-definition.scss +22 -0
- package/styles/carousel/_layout.scss +218 -0
- package/styles/carousel/_material-dark-definition.scss +22 -0
- package/styles/carousel/_material-definition.scss +22 -0
- package/styles/carousel/_material3-definition.scss +22 -0
- package/styles/carousel/_tailwind-dark-definition.scss +1 -0
- package/styles/carousel/_tailwind-definition.scss +22 -0
- package/styles/carousel/_theme.scss +56 -0
- package/styles/carousel/bootstrap-dark.scss +5 -1
- package/styles/carousel/bootstrap.scss +5 -1
- package/styles/carousel/bootstrap4.scss +5 -1
- package/styles/carousel/bootstrap5-dark.scss +5 -1
- package/styles/carousel/bootstrap5.scss +5 -1
- package/styles/carousel/fabric-dark.scss +5 -1
- package/styles/carousel/fabric.scss +5 -1
- package/styles/carousel/fluent-dark.scss +5 -1
- package/styles/carousel/fluent.scss +5 -1
- package/styles/carousel/highcontrast-light.scss +5 -1
- package/styles/carousel/highcontrast.scss +5 -1
- package/styles/carousel/icons/_bootstrap-dark.scss +30 -0
- package/styles/carousel/icons/_bootstrap.scss +30 -0
- package/styles/carousel/icons/_bootstrap4.scss +30 -0
- package/styles/carousel/icons/_bootstrap5-dark.scss +1 -0
- package/styles/carousel/icons/_bootstrap5.scss +30 -0
- package/styles/carousel/icons/_fabric-dark.scss +30 -0
- package/styles/carousel/icons/_fabric.scss +30 -0
- package/styles/carousel/icons/_fluent-dark.scss +1 -0
- package/styles/carousel/icons/_fluent.scss +30 -0
- package/styles/carousel/icons/_fusionnew.scss +30 -0
- package/styles/carousel/icons/_highcontrast-light.scss +30 -0
- package/styles/carousel/icons/_highcontrast.scss +30 -0
- package/styles/carousel/icons/_material-dark.scss +30 -0
- package/styles/carousel/icons/_material.scss +30 -0
- package/styles/carousel/icons/_material3.scss +30 -0
- package/styles/carousel/icons/_tailwind-dark.scss +1 -0
- package/styles/carousel/icons/_tailwind.scss +30 -0
- package/styles/carousel/material-dark.scss +5 -1
- package/styles/carousel/material.scss +5 -1
- package/styles/carousel/tailwind-dark.scss +5 -1
- package/styles/carousel/tailwind.scss +5 -1
- package/styles/context-menu/_all.scss +2 -0
- package/styles/context-menu/_bootstrap-dark-definition.scss +53 -0
- package/styles/context-menu/_bootstrap-definition.scss +50 -0
- package/styles/context-menu/_bootstrap4-definition.scss +50 -0
- package/styles/context-menu/_bootstrap5-dark-definition.scss +1 -0
- package/styles/context-menu/_bootstrap5-definition.scss +52 -0
- package/styles/context-menu/_fabric-dark-definition.scss +53 -0
- package/styles/context-menu/_fabric-definition.scss +50 -0
- package/styles/context-menu/_fluent-dark-definition.scss +1 -0
- package/styles/context-menu/_fluent-definition.scss +52 -0
- package/styles/context-menu/_fusionnew-definition.scss +52 -0
- package/styles/context-menu/_highcontrast-definition.scss +50 -0
- package/styles/context-menu/_highcontrast-light-definition.scss +53 -0
- package/styles/context-menu/_layout-mixin.scss +168 -0
- package/styles/context-menu/_layout.scss +150 -0
- package/styles/context-menu/_material-dark-definition.scss +53 -0
- package/styles/context-menu/_material-definition.scss +50 -0
- package/styles/context-menu/_material3-definition.scss +52 -0
- package/styles/context-menu/_tailwind-dark-definition.scss +1 -0
- package/styles/context-menu/_tailwind-definition.scss +53 -0
- package/styles/context-menu/_theme-mixin.scss +59 -0
- package/styles/context-menu/_theme.scss +50 -0
- package/styles/context-menu/bootstrap-dark.scss +7 -1
- package/styles/context-menu/bootstrap.scss +7 -1
- package/styles/context-menu/bootstrap4.scss +7 -1
- package/styles/context-menu/bootstrap5-dark.css +1 -0
- package/styles/context-menu/bootstrap5-dark.scss +7 -1
- package/styles/context-menu/bootstrap5.css +1 -0
- package/styles/context-menu/bootstrap5.scss +7 -1
- package/styles/context-menu/fabric-dark.scss +7 -1
- package/styles/context-menu/fabric.scss +7 -1
- package/styles/context-menu/fluent-dark.css +1 -0
- package/styles/context-menu/fluent-dark.scss +7 -1
- package/styles/context-menu/fluent.css +1 -0
- package/styles/context-menu/fluent.scss +7 -1
- package/styles/context-menu/highcontrast-light.scss +7 -1
- package/styles/context-menu/highcontrast.scss +7 -1
- package/styles/context-menu/icons/_bootstrap-dark.scss +33 -0
- package/styles/context-menu/icons/_bootstrap.scss +33 -0
- package/styles/context-menu/icons/_bootstrap4.scss +33 -0
- package/styles/context-menu/icons/_bootstrap5-dark.scss +1 -0
- package/styles/context-menu/icons/_bootstrap5.scss +33 -0
- package/styles/context-menu/icons/_fabric-dark.scss +33 -0
- package/styles/context-menu/icons/_fabric.scss +33 -0
- package/styles/context-menu/icons/_fluent-dark.scss +1 -0
- package/styles/context-menu/icons/_fluent.scss +33 -0
- package/styles/context-menu/icons/_fusionnew.scss +33 -0
- package/styles/context-menu/icons/_highcontrast-light.scss +33 -0
- package/styles/context-menu/icons/_highcontrast.scss +33 -0
- package/styles/context-menu/icons/_material-dark.scss +33 -0
- package/styles/context-menu/icons/_material.scss +33 -0
- package/styles/context-menu/icons/_material3.scss +33 -0
- package/styles/context-menu/icons/_tailwind-dark.scss +33 -0
- package/styles/context-menu/icons/_tailwind.scss +33 -0
- package/styles/context-menu/material-dark.scss +7 -1
- package/styles/context-menu/material.scss +7 -1
- package/styles/context-menu/tailwind-dark.css +1 -0
- package/styles/context-menu/tailwind-dark.scss +7 -1
- package/styles/context-menu/tailwind.css +1 -0
- package/styles/context-menu/tailwind.scss +7 -1
- package/styles/fabric-dark.css +334 -1170
- package/styles/fabric.css +333 -1169
- package/styles/fluent-dark.css +224 -1111
- package/styles/fluent.css +222 -1109
- package/styles/h-scroll/_all.scss +2 -0
- package/styles/h-scroll/_bootstrap-dark-definition.scss +50 -0
- package/styles/h-scroll/_bootstrap-definition.scss +49 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +49 -0
- package/styles/h-scroll/_bootstrap5-dark-definition.scss +1 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +76 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +51 -0
- package/styles/h-scroll/_fabric-definition.scss +48 -0
- package/styles/h-scroll/_fluent-dark-definition.scss +1 -0
- package/styles/h-scroll/_fluent-definition.scss +76 -0
- package/styles/h-scroll/_fusionnew-definition.scss +76 -0
- package/styles/h-scroll/_highcontrast-definition.scss +52 -0
- package/styles/h-scroll/_highcontrast-light-definition.scss +55 -0
- package/styles/h-scroll/_layout.scss +200 -0
- package/styles/h-scroll/_material-dark-definition.scss +78 -0
- package/styles/h-scroll/_material-definition.scss +75 -0
- package/styles/h-scroll/_material3-definition.scss +76 -0
- package/styles/h-scroll/_tailwind-dark-definition.scss +1 -0
- package/styles/h-scroll/_tailwind-definition.scss +76 -0
- package/styles/h-scroll/_theme.scss +160 -0
- package/styles/h-scroll/bootstrap-dark.css +0 -13
- package/styles/h-scroll/bootstrap-dark.scss +4 -1
- package/styles/h-scroll/bootstrap.css +0 -13
- package/styles/h-scroll/bootstrap.scss +4 -1
- package/styles/h-scroll/bootstrap4.css +0 -7
- package/styles/h-scroll/bootstrap4.scss +4 -1
- package/styles/h-scroll/bootstrap5-dark.css +0 -12
- package/styles/h-scroll/bootstrap5-dark.scss +4 -1
- package/styles/h-scroll/bootstrap5.css +0 -12
- package/styles/h-scroll/bootstrap5.scss +4 -1
- package/styles/h-scroll/fabric-dark.css +2 -15
- package/styles/h-scroll/fabric-dark.scss +4 -1
- package/styles/h-scroll/fabric.css +2 -15
- package/styles/h-scroll/fabric.scss +4 -1
- package/styles/h-scroll/fluent-dark.css +0 -13
- package/styles/h-scroll/fluent-dark.scss +4 -1
- package/styles/h-scroll/fluent.css +0 -13
- package/styles/h-scroll/fluent.scss +4 -1
- package/styles/h-scroll/highcontrast-light.css +7 -8
- package/styles/h-scroll/highcontrast-light.scss +4 -1
- package/styles/h-scroll/highcontrast.css +9 -10
- package/styles/h-scroll/highcontrast.scss +4 -1
- package/styles/h-scroll/icons/_bootstrap-dark.scss +49 -0
- package/styles/h-scroll/icons/_bootstrap.scss +49 -0
- package/styles/h-scroll/icons/_bootstrap4.scss +49 -0
- package/styles/h-scroll/icons/_bootstrap5-dark.scss +1 -0
- package/styles/h-scroll/icons/_bootstrap5.scss +49 -0
- package/styles/h-scroll/icons/_fabric-dark.scss +49 -0
- package/styles/h-scroll/icons/_fabric.scss +49 -0
- package/styles/h-scroll/icons/_fluent-dark.scss +1 -0
- package/styles/h-scroll/icons/_fluent.scss +49 -0
- package/styles/h-scroll/icons/_fusionnew.scss +49 -0
- package/styles/h-scroll/icons/_highcontrast-light.scss +49 -0
- package/styles/h-scroll/icons/_highcontrast.scss +49 -0
- package/styles/h-scroll/icons/_material-dark.scss +49 -0
- package/styles/h-scroll/icons/_material.scss +49 -0
- package/styles/h-scroll/icons/_material3.scss +49 -0
- package/styles/h-scroll/icons/_tailwind-dark.scss +1 -0
- package/styles/h-scroll/icons/_tailwind.scss +49 -0
- package/styles/h-scroll/material-dark.css +2 -13
- package/styles/h-scroll/material-dark.scss +4 -1
- package/styles/h-scroll/material.css +2 -13
- package/styles/h-scroll/material.scss +4 -1
- package/styles/h-scroll/tailwind-dark.css +0 -12
- package/styles/h-scroll/tailwind-dark.scss +4 -1
- package/styles/h-scroll/tailwind.css +0 -12
- package/styles/h-scroll/tailwind.scss +4 -1
- package/styles/highcontrast-light.css +477 -1026
- package/styles/highcontrast.css +473 -1028
- package/styles/material-dark.css +197 -1267
- package/styles/material.css +197 -1267
- package/styles/menu/_all.scss +2 -0
- package/styles/menu/_bootstrap-dark-definition.scss +64 -0
- package/styles/menu/_bootstrap-definition.scss +65 -0
- package/styles/menu/_bootstrap4-definition.scss +64 -0
- package/styles/menu/_bootstrap5-dark-definition.scss +1 -0
- package/styles/menu/_bootstrap5-definition.scss +67 -0
- package/styles/menu/_fabric-dark-definition.scss +64 -0
- package/styles/menu/_fabric-definition.scss +64 -0
- package/styles/menu/_fluent-dark-definition.scss +1 -0
- package/styles/menu/_fluent-definition.scss +67 -0
- package/styles/menu/_fusionnew-definition.scss +67 -0
- package/styles/menu/_highcontrast-definition.scss +65 -0
- package/styles/menu/_highcontrast-light-definition.scss +61 -0
- package/styles/menu/_layout.scss +709 -0
- package/styles/menu/_material-dark-definition.scss +64 -0
- package/styles/menu/_material-definition.scss +64 -0
- package/styles/menu/_material3-definition.scss +67 -0
- package/styles/menu/_tailwind-dark-definition.scss +1 -0
- package/styles/menu/_tailwind-definition.scss +66 -0
- package/styles/menu/_theme.scss +282 -0
- package/styles/menu/bootstrap-dark.scss +8 -1
- package/styles/menu/bootstrap.scss +8 -1
- package/styles/menu/bootstrap4.scss +8 -1
- package/styles/menu/bootstrap5-dark.scss +8 -1
- package/styles/menu/bootstrap5.scss +8 -1
- package/styles/menu/fabric-dark.scss +8 -1
- package/styles/menu/fabric.scss +8 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent-dark.scss +8 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/menu/fluent.scss +8 -1
- package/styles/menu/highcontrast-light.scss +8 -1
- package/styles/menu/highcontrast.scss +8 -1
- package/styles/menu/icons/_bootstrap-dark.scss +134 -0
- package/styles/menu/icons/_bootstrap.scss +134 -0
- package/styles/menu/icons/_bootstrap4.scss +134 -0
- package/styles/menu/icons/_bootstrap5-dark.scss +1 -0
- package/styles/menu/icons/_bootstrap5.scss +134 -0
- package/styles/menu/icons/_fabric-dark.scss +134 -0
- package/styles/menu/icons/_fabric.scss +134 -0
- package/styles/menu/icons/_fluent-dark.scss +1 -0
- package/styles/menu/icons/_fluent.scss +134 -0
- package/styles/menu/icons/_fusionnew.scss +134 -0
- package/styles/menu/icons/_highcontrast-light.scss +134 -0
- package/styles/menu/icons/_highcontrast.scss +134 -0
- package/styles/menu/icons/_material-dark.scss +134 -0
- package/styles/menu/icons/_material.scss +134 -0
- package/styles/menu/icons/_material3.scss +134 -0
- package/styles/menu/icons/_tailwind-dark.scss +134 -0
- package/styles/menu/icons/_tailwind.scss +134 -0
- package/styles/menu/material-dark.scss +8 -1
- package/styles/menu/material.scss +8 -1
- package/styles/menu/tailwind-dark.scss +8 -1
- package/styles/menu/tailwind.scss +8 -1
- package/styles/pager/_all.scss +2 -0
- package/styles/pager/_bootstrap-dark-definition.scss +131 -0
- package/styles/pager/_bootstrap-definition.scss +131 -0
- package/styles/pager/_bootstrap4-definition.scss +131 -0
- package/styles/pager/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pager/_bootstrap5-definition.scss +146 -0
- package/styles/pager/_fabric-dark-definition.scss +131 -0
- package/styles/pager/_fabric-definition.scss +129 -0
- package/styles/pager/_fluent-dark-definition.scss +1 -0
- package/styles/pager/_fluent-definition.scss +133 -0
- package/styles/pager/_fusionnew-definition.scss +146 -0
- package/styles/pager/_highcontrast-definition.scss +129 -0
- package/styles/pager/_highcontrast-light-definition.scss +131 -0
- package/styles/pager/_layout.scss +896 -0
- package/styles/pager/_material-dark-definition.scss +132 -0
- package/styles/pager/_material-definition.scss +130 -0
- package/styles/pager/_material3-definition.scss +146 -0
- package/styles/pager/_tailwind-dark-definition.scss +1 -0
- package/styles/pager/_tailwind-definition.scss +132 -0
- package/styles/pager/_theme.scss +152 -0
- package/styles/pager/bootstrap-dark.css +9 -9
- package/styles/pager/bootstrap-dark.scss +4 -1
- package/styles/pager/bootstrap.css +9 -9
- package/styles/pager/bootstrap.scss +4 -1
- package/styles/pager/bootstrap4.css +9 -9
- package/styles/pager/bootstrap4.scss +4 -1
- package/styles/pager/bootstrap5-dark.css +9 -9
- package/styles/pager/bootstrap5-dark.scss +4 -1
- package/styles/pager/bootstrap5.css +9 -9
- package/styles/pager/bootstrap5.scss +4 -1
- package/styles/pager/fabric-dark.css +9 -9
- package/styles/pager/fabric-dark.scss +4 -1
- package/styles/pager/fabric.css +9 -9
- package/styles/pager/fabric.scss +4 -1
- package/styles/pager/fluent-dark.css +9 -9
- package/styles/pager/fluent-dark.scss +4 -1
- package/styles/pager/fluent.css +9 -9
- package/styles/pager/fluent.scss +4 -1
- package/styles/pager/highcontrast-light.css +9 -9
- package/styles/pager/highcontrast-light.scss +4 -1
- package/styles/pager/highcontrast.css +9 -9
- package/styles/pager/highcontrast.scss +4 -1
- package/styles/pager/icons/_bootstrap-dark.scss +50 -0
- package/styles/pager/icons/_bootstrap.scss +50 -0
- package/styles/pager/icons/_bootstrap4.scss +50 -0
- package/styles/pager/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pager/icons/_bootstrap5.scss +50 -0
- package/styles/pager/icons/_fabric-dark.scss +50 -0
- package/styles/pager/icons/_fabric.scss +50 -0
- package/styles/pager/icons/_fluent-dark.scss +1 -0
- package/styles/pager/icons/_fluent.scss +50 -0
- package/styles/pager/icons/_fusionnew.scss +50 -0
- package/styles/pager/icons/_highcontrast-light.scss +50 -0
- package/styles/pager/icons/_highcontrast.scss +46 -0
- package/styles/pager/icons/_material-dark.scss +50 -0
- package/styles/pager/icons/_material.scss +46 -0
- package/styles/pager/icons/_material3.scss +50 -0
- package/styles/pager/icons/_tailwind-dark.scss +1 -0
- package/styles/pager/icons/_tailwind.scss +50 -0
- package/styles/pager/material-dark.css +9 -9
- package/styles/pager/material-dark.scss +4 -1
- package/styles/pager/material.css +9 -9
- package/styles/pager/material.scss +4 -1
- package/styles/pager/tailwind-dark.css +9 -9
- package/styles/pager/tailwind-dark.scss +4 -1
- package/styles/pager/tailwind.css +9 -9
- package/styles/pager/tailwind.scss +4 -1
- package/styles/sidebar/_all.scss +3 -0
- package/styles/sidebar/_bootstrap-dark-definition.scss +4 -0
- package/styles/sidebar/_bootstrap-definition.scss +4 -0
- package/styles/sidebar/_bootstrap4-definition.scss +4 -0
- package/styles/sidebar/_bootstrap5-dark-definition.scss +1 -0
- package/styles/sidebar/_bootstrap5-definition.scss +6 -0
- package/styles/sidebar/_fabric-dark-definition.scss +4 -0
- package/styles/sidebar/_fabric-definition.scss +4 -0
- package/styles/sidebar/_fluent-dark-definition.scss +1 -0
- package/styles/sidebar/_fluent-definition.scss +6 -0
- package/styles/sidebar/_fusionnew-definition.scss +6 -0
- package/styles/sidebar/_highcontrast-definition.scss +4 -0
- package/styles/sidebar/_highcontrast-light-definition.scss +4 -0
- package/styles/sidebar/_icons.scss +1 -0
- package/styles/sidebar/_layout.scss +1 -0
- package/styles/sidebar/_material-dark-definition.scss +4 -0
- package/styles/sidebar/_material-definition.scss +6 -0
- package/styles/sidebar/_material3-definition.scss +6 -0
- package/styles/sidebar/_tailwind-dark-definition.scss +1 -0
- package/styles/sidebar/_tailwind-definition.scss +6 -0
- package/styles/sidebar/_theme.scss +182 -0
- package/styles/sidebar/bootstrap-dark.scss +3 -1
- package/styles/sidebar/bootstrap.scss +3 -1
- package/styles/sidebar/bootstrap4.scss +3 -1
- package/styles/sidebar/bootstrap5-dark.scss +3 -1
- package/styles/sidebar/bootstrap5.scss +3 -1
- package/styles/sidebar/fabric-dark.scss +3 -1
- package/styles/sidebar/fabric.scss +3 -1
- package/styles/sidebar/fluent-dark.scss +3 -1
- package/styles/sidebar/fluent.scss +3 -1
- package/styles/sidebar/highcontrast-light.scss +3 -1
- package/styles/sidebar/highcontrast.scss +3 -1
- package/styles/sidebar/material-dark.scss +3 -1
- package/styles/sidebar/material.scss +3 -1
- package/styles/sidebar/tailwind-dark.scss +3 -1
- package/styles/sidebar/tailwind.scss +3 -1
- package/styles/tab/_all.scss +2 -0
- package/styles/tab/_bootstrap-dark-definition.scss +398 -0
- package/styles/tab/_bootstrap-definition.scss +407 -0
- package/styles/tab/_bootstrap4-definition.scss +411 -0
- package/styles/tab/_bootstrap5-dark-definition.scss +1 -0
- package/styles/tab/_bootstrap5-definition.scss +401 -0
- package/styles/tab/_fabric-dark-definition.scss +406 -0
- package/styles/tab/_fabric-definition.scss +421 -0
- package/styles/tab/_fluent-dark-definition.scss +1 -0
- package/styles/tab/_fluent-definition.scss +409 -0
- package/styles/tab/_fusionnew-definition.scss +401 -0
- package/styles/tab/_highcontrast-definition.scss +445 -0
- package/styles/tab/_highcontrast-light-definition.scss +433 -0
- package/styles/tab/_icons.scss +44 -0
- package/styles/tab/_layout.scss +4113 -0
- package/styles/tab/_material-dark-definition.scss +417 -0
- package/styles/tab/_material-definition.scss +427 -0
- package/styles/tab/_material3-definition.scss +401 -0
- package/styles/tab/_tailwind-dark-definition.scss +1 -0
- package/styles/tab/_tailwind-definition.scss +430 -0
- package/styles/tab/_theme.scss +2024 -0
- package/styles/tab/bootstrap-dark.css +202 -675
- package/styles/tab/bootstrap-dark.scss +5 -1
- package/styles/tab/bootstrap.css +189 -662
- package/styles/tab/bootstrap.scss +5 -1
- package/styles/tab/bootstrap4.css +207 -634
- package/styles/tab/bootstrap4.scss +5 -1
- package/styles/tab/bootstrap5-dark.css +227 -611
- package/styles/tab/bootstrap5-dark.scss +5 -1
- package/styles/tab/bootstrap5.css +227 -611
- package/styles/tab/bootstrap5.scss +5 -1
- package/styles/tab/fabric-dark.css +294 -709
- package/styles/tab/fabric-dark.scss +5 -1
- package/styles/tab/fabric.css +292 -707
- package/styles/tab/fabric.scss +5 -1
- package/styles/tab/fluent-dark.css +193 -633
- package/styles/tab/fluent-dark.scss +5 -1
- package/styles/tab/fluent.css +193 -633
- package/styles/tab/fluent.scss +5 -1
- package/styles/tab/highcontrast-light.css +345 -615
- package/styles/tab/highcontrast-light.scss +5 -1
- package/styles/tab/highcontrast.css +339 -615
- package/styles/tab/highcontrast.scss +5 -1
- package/styles/tab/icons/_bootstrap-dark.scss +141 -0
- package/styles/tab/icons/_bootstrap.scss +141 -0
- package/styles/tab/icons/_bootstrap4.scss +141 -0
- package/styles/tab/icons/_bootstrap5-dark.scss +1 -0
- package/styles/tab/icons/_bootstrap5.scss +141 -0
- package/styles/tab/icons/_fabric-dark.scss +141 -0
- package/styles/tab/icons/_fabric.scss +141 -0
- package/styles/tab/icons/_fluent-dark.scss +1 -0
- package/styles/tab/icons/_fluent.scss +141 -0
- package/styles/tab/icons/_fusionnew.scss +141 -0
- package/styles/tab/icons/_highcontrast-light.scss +141 -0
- package/styles/tab/icons/_highcontrast.scss +141 -0
- package/styles/tab/icons/_material-dark.scss +141 -0
- package/styles/tab/icons/_material.scss +141 -0
- package/styles/tab/icons/_material3.scss +141 -0
- package/styles/tab/icons/_tailwind-dark.scss +1 -0
- package/styles/tab/icons/_tailwind.scss +141 -0
- package/styles/tab/material-dark.css +140 -791
- package/styles/tab/material-dark.scss +5 -1
- package/styles/tab/material.css +140 -791
- package/styles/tab/material.scss +5 -1
- package/styles/tab/tailwind-dark.css +157 -792
- package/styles/tab/tailwind-dark.scss +5 -1
- package/styles/tab/tailwind.css +157 -792
- package/styles/tab/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +192 -1238
- package/styles/tailwind.css +193 -1239
- package/styles/toolbar/_all.scss +2 -0
- package/styles/toolbar/_bootstrap-dark-definition.scss +143 -0
- package/styles/toolbar/_bootstrap-definition.scss +141 -0
- package/styles/toolbar/_bootstrap4-definition.scss +146 -0
- package/styles/toolbar/_bootstrap5-dark-definition.scss +1 -0
- package/styles/toolbar/_bootstrap5-definition.scss +162 -0
- package/styles/toolbar/_fabric-dark-definition.scss +162 -0
- package/styles/toolbar/_fabric-definition.scss +147 -0
- package/styles/toolbar/_fluent-dark-definition.scss +1 -0
- package/styles/toolbar/_fluent-definition.scss +150 -0
- package/styles/toolbar/_fusionnew-definition.scss +162 -0
- package/styles/toolbar/_highcontrast-definition.scss +157 -0
- package/styles/toolbar/_highcontrast-light-definition.scss +173 -0
- package/styles/toolbar/_layout.scss +1444 -0
- package/styles/toolbar/_material-dark-definition.scss +184 -0
- package/styles/toolbar/_material-definition.scss +170 -0
- package/styles/toolbar/_material3-definition.scss +162 -0
- package/styles/toolbar/_tailwind-dark-definition.scss +1 -0
- package/styles/toolbar/_tailwind-definition.scss +150 -0
- package/styles/toolbar/_theme.scss +550 -0
- package/styles/toolbar/bootstrap-dark.css +19 -196
- package/styles/toolbar/bootstrap-dark.scss +8 -1
- package/styles/toolbar/bootstrap.css +19 -196
- package/styles/toolbar/bootstrap.scss +8 -1
- package/styles/toolbar/bootstrap4.css +36 -164
- package/styles/toolbar/bootstrap4.scss +8 -1
- package/styles/toolbar/bootstrap5-dark.css +29 -210
- package/styles/toolbar/bootstrap5-dark.scss +8 -1
- package/styles/toolbar/bootstrap5.css +29 -210
- package/styles/toolbar/bootstrap5.scss +8 -1
- package/styles/toolbar/fabric-dark.css +9 -219
- package/styles/toolbar/fabric-dark.scss +8 -1
- package/styles/toolbar/fabric.css +10 -220
- package/styles/toolbar/fabric.scss +8 -1
- package/styles/toolbar/fluent-dark.css +10 -233
- package/styles/toolbar/fluent-dark.scss +8 -1
- package/styles/toolbar/fluent.css +10 -233
- package/styles/toolbar/fluent.scss +8 -1
- package/styles/toolbar/highcontrast-light.css +43 -199
- package/styles/toolbar/highcontrast-light.scss +8 -1
- package/styles/toolbar/highcontrast.css +44 -200
- package/styles/toolbar/highcontrast.scss +8 -1
- package/styles/toolbar/icons/_bootstrap-dark.scss +16 -0
- package/styles/toolbar/icons/_bootstrap.scss +16 -0
- package/styles/toolbar/icons/_bootstrap4.scss +16 -0
- package/styles/toolbar/icons/_bootstrap5-dark.scss +1 -0
- package/styles/toolbar/icons/_bootstrap5.scss +16 -0
- package/styles/toolbar/icons/_fabric-dark.scss +16 -0
- package/styles/toolbar/icons/_fabric.scss +16 -0
- package/styles/toolbar/icons/_fluent-dark.scss +1 -0
- package/styles/toolbar/icons/_fluent.scss +16 -0
- package/styles/toolbar/icons/_fusionnew.scss +16 -0
- package/styles/toolbar/icons/_highcontrast-light.scss +16 -0
- package/styles/toolbar/icons/_highcontrast.scss +16 -0
- package/styles/toolbar/icons/_material-dark.scss +16 -0
- package/styles/toolbar/icons/_material.scss +16 -0
- package/styles/toolbar/icons/_material3.scss +16 -0
- package/styles/toolbar/icons/_tailwind-dark.scss +1 -0
- package/styles/toolbar/icons/_tailwind.scss +16 -0
- package/styles/toolbar/material-dark.css +19 -233
- package/styles/toolbar/material-dark.scss +8 -1
- package/styles/toolbar/material.css +19 -233
- package/styles/toolbar/material.scss +8 -1
- package/styles/toolbar/tailwind-dark.css +15 -224
- package/styles/toolbar/tailwind-dark.scss +8 -1
- package/styles/toolbar/tailwind.css +14 -223
- package/styles/toolbar/tailwind.scss +8 -1
- package/styles/treeview/_all.scss +2 -0
- package/styles/treeview/_bootstrap-dark-definition.scss +118 -0
- package/styles/treeview/_bootstrap-definition.scss +113 -0
- package/styles/treeview/_bootstrap4-definition.scss +141 -0
- package/styles/treeview/_bootstrap5-dark-definition.scss +1 -0
- package/styles/treeview/_bootstrap5-definition.scss +120 -0
- package/styles/treeview/_fabric-dark-definition.scss +116 -0
- package/styles/treeview/_fabric-definition.scss +112 -0
- package/styles/treeview/_fluent-dark-definition.scss +1 -0
- package/styles/treeview/_fluent-definition.scss +120 -0
- package/styles/treeview/_fusionnew-definition.scss +120 -0
- package/styles/treeview/_highcontrast-definition.scss +118 -0
- package/styles/treeview/_highcontrast-light-definition.scss +123 -0
- package/styles/treeview/_layout.scss +1039 -0
- package/styles/treeview/_material-dark-definition.scss +114 -0
- package/styles/treeview/_material-definition.scss +112 -0
- package/styles/treeview/_material3-definition.scss +120 -0
- package/styles/treeview/_tailwind-dark-definition.scss +1 -0
- package/styles/treeview/_tailwind-definition.scss +124 -0
- package/styles/treeview/_theme.scss +364 -0
- package/styles/treeview/bootstrap-dark.scss +6 -1
- package/styles/treeview/bootstrap.scss +6 -1
- package/styles/treeview/bootstrap4.scss +6 -1
- package/styles/treeview/bootstrap5-dark.scss +6 -1
- package/styles/treeview/bootstrap5.scss +6 -1
- package/styles/treeview/fabric-dark.scss +6 -1
- package/styles/treeview/fabric.scss +6 -1
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/fluent-dark.scss +6 -1
- package/styles/treeview/fluent.scss +6 -1
- package/styles/treeview/highcontrast-light.scss +6 -1
- package/styles/treeview/highcontrast.scss +6 -1
- package/styles/treeview/icons/_bootstrap-dark.scss +39 -0
- package/styles/treeview/icons/_bootstrap.scss +39 -0
- package/styles/treeview/icons/_bootstrap4.scss +39 -0
- package/styles/treeview/icons/_bootstrap5-dark.scss +1 -0
- package/styles/treeview/icons/_bootstrap5.scss +43 -0
- package/styles/treeview/icons/_fabric-dark.scss +43 -0
- package/styles/treeview/icons/_fabric.scss +43 -0
- package/styles/treeview/icons/_fluent-dark.scss +1 -0
- package/styles/treeview/icons/_fluent.scss +43 -0
- package/styles/treeview/icons/_fusionnew.scss +43 -0
- package/styles/treeview/icons/_highcontrast-light.scss +43 -0
- package/styles/treeview/icons/_highcontrast.scss +43 -0
- package/styles/treeview/icons/_material-dark.scss +43 -0
- package/styles/treeview/icons/_material.scss +43 -0
- package/styles/treeview/icons/_material3.scss +43 -0
- package/styles/treeview/icons/_tailwind-dark.scss +43 -0
- package/styles/treeview/icons/_tailwind.scss +43 -0
- package/styles/treeview/material-dark.scss +6 -1
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/material.scss +6 -1
- package/styles/treeview/tailwind-dark.scss +6 -1
- package/styles/treeview/tailwind.css +2 -2
- package/styles/treeview/tailwind.scss +6 -1
- package/styles/v-scroll/_all.scss +2 -0
- package/styles/v-scroll/_bootstrap-dark-definition.scss +51 -0
- package/styles/v-scroll/_bootstrap-definition.scss +49 -0
- package/styles/v-scroll/_bootstrap4-definition.scss +49 -0
- package/styles/v-scroll/_bootstrap5-dark-definition.scss +1 -0
- package/styles/v-scroll/_bootstrap5-definition.scss +49 -0
- package/styles/v-scroll/_fabric-dark-definition.scss +52 -0
- package/styles/v-scroll/_fabric-definition.scss +50 -0
- package/styles/v-scroll/_fluent-dark-definition.scss +1 -0
- package/styles/v-scroll/_fluent-definition.scss +49 -0
- package/styles/v-scroll/_fusionnew-definition.scss +49 -0
- package/styles/v-scroll/_highcontrast-definition.scss +51 -0
- package/styles/v-scroll/_highcontrast-light-definition.scss +53 -0
- package/styles/v-scroll/_layout.scss +162 -0
- package/styles/v-scroll/_material-dark-definition.scss +79 -0
- package/styles/v-scroll/_material-definition.scss +77 -0
- package/styles/v-scroll/_material3-definition.scss +49 -0
- package/styles/v-scroll/_tailwind-dark-definition.scss +1 -0
- package/styles/v-scroll/_tailwind-definition.scss +49 -0
- package/styles/v-scroll/_theme.scss +134 -0
- package/styles/v-scroll/bootstrap-dark.scss +4 -1
- package/styles/v-scroll/bootstrap.scss +4 -1
- package/styles/v-scroll/bootstrap4.scss +4 -1
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5-dark.scss +4 -1
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/bootstrap5.scss +4 -1
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric-dark.scss +4 -1
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fabric.scss +4 -1
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent-dark.scss +4 -1
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/fluent.scss +4 -1
- package/styles/v-scroll/highcontrast-light.css +14 -2
- package/styles/v-scroll/highcontrast-light.scss +4 -1
- package/styles/v-scroll/highcontrast.css +14 -2
- package/styles/v-scroll/highcontrast.scss +4 -1
- package/styles/v-scroll/icons/_bootstrap-dark.scss +27 -0
- package/styles/v-scroll/icons/_bootstrap.scss +27 -0
- package/styles/v-scroll/icons/_bootstrap4.scss +27 -0
- package/styles/v-scroll/icons/_bootstrap5-dark.scss +1 -0
- package/styles/v-scroll/icons/_bootstrap5.scss +27 -0
- package/styles/v-scroll/icons/_fabric-dark.scss +27 -0
- package/styles/v-scroll/icons/_fabric.scss +27 -0
- package/styles/v-scroll/icons/_fluent-dark.scss +1 -0
- package/styles/v-scroll/icons/_fluent.scss +27 -0
- package/styles/v-scroll/icons/_fusionnew.scss +27 -0
- package/styles/v-scroll/icons/_highcontrast-light.scss +27 -0
- package/styles/v-scroll/icons/_highcontrast.scss +27 -0
- package/styles/v-scroll/icons/_material-dark.scss +27 -0
- package/styles/v-scroll/icons/_material.scss +27 -0
- package/styles/v-scroll/icons/_material3.scss +27 -0
- package/styles/v-scroll/icons/_tailwind-dark.scss +1 -0
- package/styles/v-scroll/icons/_tailwind.scss +27 -0
- package/styles/v-scroll/material-dark.scss +4 -1
- package/styles/v-scroll/material.scss +4 -1
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind-dark.scss +4 -1
- package/styles/v-scroll/tailwind.css +2 -2
- package/styles/v-scroll/tailwind.scss +4 -1
- package/syncfusion-ej2-angular-navigations.d.ts +5 -0
- package/@syncfusion/ej2-angular-navigations.es5.js +0 -2021
- package/@syncfusion/ej2-angular-navigations.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-navigations.js +0 -1859
- package/@syncfusion/ej2-angular-navigations.js.map +0 -1
- package/CHANGELOG.md +0 -1892
- package/dist/ej2-angular-navigations.umd.js +0 -2113
- package/dist/ej2-angular-navigations.umd.js.map +0 -1
- package/dist/ej2-angular-navigations.umd.min.js +0 -11
- package/dist/ej2-angular-navigations.umd.min.js.map +0 -1
- package/ej2-angular-navigations.d.ts +0 -14
- package/ej2-angular-navigations.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
package/styles/bootstrap4.css
CHANGED
|
@@ -96,15 +96,15 @@
|
|
|
96
96
|
}
|
|
97
97
|
@media (max-width: 769px) {
|
|
98
98
|
.e-bigger .e-pager,
|
|
99
|
-
|
|
99
|
+
.e-pager.e-bigger {
|
|
100
100
|
padding: 19px 0;
|
|
101
101
|
}
|
|
102
102
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
103
|
-
|
|
103
|
+
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
104
104
|
margin-right: 0;
|
|
105
105
|
}
|
|
106
106
|
.e-bigger .e-pager div.e-parentmsgbar,
|
|
107
|
-
|
|
107
|
+
.e-pager.e-bigger div.e-parentmsgbar {
|
|
108
108
|
padding: 0;
|
|
109
109
|
}
|
|
110
110
|
}
|
|
@@ -425,9 +425,9 @@
|
|
|
425
425
|
font-size: 11px;
|
|
426
426
|
}
|
|
427
427
|
.e-pager .e-mfirst,
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
428
|
+
.e-pager .e-mprev,
|
|
429
|
+
.e-pager .e-mnext,
|
|
430
|
+
.e-pager .e-mlast {
|
|
431
431
|
border: 0;
|
|
432
432
|
box-sizing: border-box;
|
|
433
433
|
display: inline-block;
|
|
@@ -542,9 +542,9 @@
|
|
|
542
542
|
}
|
|
543
543
|
@media (max-width: 769px) {
|
|
544
544
|
.e-pager.e-rtl .e-mfirst,
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
545
|
+
.e-pager.e-rtl .e-mprev,
|
|
546
|
+
.e-pager.e-rtl .e-mnext,
|
|
547
|
+
.e-pager.e-rtl .e-mlast {
|
|
548
548
|
border: 0;
|
|
549
549
|
}
|
|
550
550
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
@@ -855,7 +855,6 @@
|
|
|
855
855
|
text-align: center;
|
|
856
856
|
vertical-align: middle;
|
|
857
857
|
width: 100%;
|
|
858
|
-
font-size: 12px;
|
|
859
858
|
}
|
|
860
859
|
.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay {
|
|
861
860
|
pointer-events: none;
|
|
@@ -904,9 +903,6 @@
|
|
|
904
903
|
border: 1px #545b62;
|
|
905
904
|
color: #fff;
|
|
906
905
|
}
|
|
907
|
-
.e-hscroll.e-rtl .e-scroll-nav:hover:active {
|
|
908
|
-
background: #5a6268;
|
|
909
|
-
}
|
|
910
906
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
911
907
|
background: #5a6268;
|
|
912
908
|
border: 1px #545b62;
|
|
@@ -929,9 +925,6 @@
|
|
|
929
925
|
box-shadow: none;
|
|
930
926
|
color: #fff;
|
|
931
927
|
}
|
|
932
|
-
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
933
|
-
color: #333;
|
|
934
|
-
}
|
|
935
928
|
.e-hscroll .e-scroll-nav {
|
|
936
929
|
background: #f8f8f8;
|
|
937
930
|
}
|
|
@@ -1256,10 +1249,6 @@
|
|
|
1256
1249
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1257
1250
|
line-height: inherit;
|
|
1258
1251
|
}
|
|
1259
|
-
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
|
|
1260
|
-
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
|
|
1261
|
-
height: auto;
|
|
1262
|
-
}
|
|
1263
1252
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
1264
1253
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1265
1254
|
min-width: 48px;
|
|
@@ -1268,13 +1257,11 @@
|
|
|
1268
1257
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
1269
1258
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1270
1259
|
min-width: 24px;
|
|
1271
|
-
font-size: 16px;
|
|
1272
1260
|
}
|
|
1273
1261
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1274
1262
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1275
1263
|
min-height: 25px;
|
|
1276
1264
|
padding: 0 20px 0 20px;
|
|
1277
|
-
line-height: 32px;
|
|
1278
1265
|
}
|
|
1279
1266
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1280
1267
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -1284,7 +1271,6 @@
|
|
|
1284
1271
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1285
1272
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1286
1273
|
padding: 0 4px 0 6px;
|
|
1287
|
-
font-size: 16px;
|
|
1288
1274
|
}
|
|
1289
1275
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
1290
1276
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
@@ -1296,10 +1282,6 @@
|
|
|
1296
1282
|
margin-right: 15px;
|
|
1297
1283
|
white-space: normal;
|
|
1298
1284
|
}
|
|
1299
|
-
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
1300
|
-
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1301
|
-
margin: 0;
|
|
1302
|
-
}
|
|
1303
1285
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1304
1286
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
1305
1287
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -1412,6 +1394,7 @@
|
|
|
1412
1394
|
padding-left: 16px;
|
|
1413
1395
|
padding-right: 16px;
|
|
1414
1396
|
padding-top: 0;
|
|
1397
|
+
margin-left: -1px;
|
|
1415
1398
|
}
|
|
1416
1399
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
1417
1400
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
@@ -1433,7 +1416,6 @@
|
|
|
1433
1416
|
}
|
|
1434
1417
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
1435
1418
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1436
|
-
margin: 0;
|
|
1437
1419
|
min-width: 0;
|
|
1438
1420
|
padding: 8px 2.5px;
|
|
1439
1421
|
}
|
|
@@ -1511,6 +1493,7 @@
|
|
|
1511
1493
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
1512
1494
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
1513
1495
|
padding-right: 16px;
|
|
1496
|
+
margin-left: 0;
|
|
1514
1497
|
}
|
|
1515
1498
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
1516
1499
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
@@ -1607,7 +1590,6 @@
|
|
|
1607
1590
|
white-space: normal;
|
|
1608
1591
|
}
|
|
1609
1592
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1610
|
-
margin: 0;
|
|
1611
1593
|
height: 100%;
|
|
1612
1594
|
min-width: 30px;
|
|
1613
1595
|
padding: 3px 4px;
|
|
@@ -1668,7 +1650,6 @@
|
|
|
1668
1650
|
min-height: 26px;
|
|
1669
1651
|
min-width: 26px;
|
|
1670
1652
|
padding: 0;
|
|
1671
|
-
font-size: 14px;
|
|
1672
1653
|
}
|
|
1673
1654
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1674
1655
|
display: -ms-inline-flexbox;
|
|
@@ -1891,7 +1872,6 @@
|
|
|
1891
1872
|
text-align: center;
|
|
1892
1873
|
vertical-align: middle;
|
|
1893
1874
|
width: 100%;
|
|
1894
|
-
font-size: 12px;
|
|
1895
1875
|
}
|
|
1896
1876
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1897
1877
|
line-height: 26px;
|
|
@@ -1913,9 +1893,6 @@
|
|
|
1913
1893
|
margin-right: 15px;
|
|
1914
1894
|
white-space: normal;
|
|
1915
1895
|
}
|
|
1916
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1917
|
-
margin: 0;
|
|
1918
|
-
}
|
|
1919
1896
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1920
1897
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1921
1898
|
display: none;
|
|
@@ -2045,15 +2022,11 @@
|
|
|
2045
2022
|
min-height: 32px;
|
|
2046
2023
|
min-width: 32px;
|
|
2047
2024
|
padding: 0 3px;
|
|
2048
|
-
border-radius: 4px;
|
|
2049
2025
|
line-height: 27px;
|
|
2050
2026
|
}
|
|
2051
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:
|
|
2027
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
2052
2028
|
padding: 0 2px;
|
|
2053
2029
|
}
|
|
2054
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
2055
|
-
outline: 0;
|
|
2056
|
-
}
|
|
2057
2030
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2058
2031
|
padding: 0 4px 0 6px;
|
|
2059
2032
|
}
|
|
@@ -2064,7 +2037,6 @@
|
|
|
2064
2037
|
margin: 0;
|
|
2065
2038
|
min-width: 26px;
|
|
2066
2039
|
width: auto;
|
|
2067
|
-
padding-bottom: 0;
|
|
2068
2040
|
}
|
|
2069
2041
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
2070
2042
|
-ms-flex-item-align: center;
|
|
@@ -2211,60 +2183,30 @@
|
|
|
2211
2183
|
background: #f8f9fa;
|
|
2212
2184
|
box-shadow: none;
|
|
2213
2185
|
color: #495057;
|
|
2214
|
-
border: 0;
|
|
2215
2186
|
}
|
|
2216
2187
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
2217
2188
|
color: #495057;
|
|
2218
2189
|
}
|
|
2219
2190
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2220
2191
|
background: #6c757d;
|
|
2192
|
+
border-color: #6c757d;
|
|
2221
2193
|
border-radius: 4px;
|
|
2222
2194
|
color: #fff;
|
|
2223
|
-
border
|
|
2224
|
-
border-style: solid;
|
|
2225
|
-
border-width: 1px;
|
|
2195
|
+
border: 1px solid #6c757d;
|
|
2226
2196
|
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2227
2197
|
}
|
|
2228
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2229
|
-
color: inherit;
|
|
2230
|
-
}
|
|
2231
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2232
|
-
color: inherit;
|
|
2233
|
-
}
|
|
2234
2198
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2235
2199
|
background: #6c757d;
|
|
2200
|
+
border-color: #545b62;
|
|
2236
2201
|
border-radius: 4px;
|
|
2237
2202
|
color: #fff;
|
|
2238
|
-
border-color: #545b62;
|
|
2239
|
-
border-style: solid;
|
|
2240
|
-
border-width: 0;
|
|
2241
|
-
}
|
|
2242
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2243
|
-
color: inherit;
|
|
2244
|
-
}
|
|
2245
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2246
|
-
color: inherit;
|
|
2247
|
-
}
|
|
2248
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2249
|
-
color: inherit;
|
|
2250
|
-
}
|
|
2251
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2252
|
-
color: inherit;
|
|
2253
2203
|
}
|
|
2254
2204
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2255
2205
|
background: #6c757d;
|
|
2206
|
+
border-color: #545b62;
|
|
2256
2207
|
border-radius: 4px;
|
|
2257
2208
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2258
2209
|
color: #fff;
|
|
2259
|
-
border-color: #545b62;
|
|
2260
|
-
border-style: solid;
|
|
2261
|
-
border-width: 0;
|
|
2262
|
-
}
|
|
2263
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2264
|
-
color: inherit;
|
|
2265
|
-
}
|
|
2266
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2267
|
-
color: inherit;
|
|
2268
2210
|
}
|
|
2269
2211
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
2270
2212
|
color: #495057;
|
|
@@ -2274,53 +2216,23 @@
|
|
|
2274
2216
|
border: 1px solid #dee2e6;
|
|
2275
2217
|
box-shadow: none;
|
|
2276
2218
|
}
|
|
2277
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn
|
|
2278
|
-
|
|
2279
|
-
}
|
|
2280
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2281
|
-
background: #007bff;
|
|
2282
|
-
box-shadow: none;
|
|
2283
|
-
color: #fff;
|
|
2284
|
-
border-color: #545b62;
|
|
2285
|
-
border-style: solid;
|
|
2286
|
-
border-width: 0;
|
|
2287
|
-
}
|
|
2288
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2289
|
-
color: inherit;
|
|
2290
|
-
}
|
|
2291
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2292
|
-
color: inherit;
|
|
2293
|
-
}
|
|
2294
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2295
|
-
background: #007bff;
|
|
2296
|
-
box-shadow: none;
|
|
2297
|
-
color: #fff;
|
|
2298
|
-
border-color: #545b62;
|
|
2299
|
-
border-style: solid;
|
|
2300
|
-
border-width: 0;
|
|
2301
|
-
}
|
|
2302
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2303
|
-
color: inherit;
|
|
2304
|
-
}
|
|
2305
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2306
|
-
color: inherit;
|
|
2307
|
-
}
|
|
2219
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover,
|
|
2220
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active,
|
|
2308
2221
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2309
2222
|
background: #007bff;
|
|
2310
2223
|
box-shadow: none;
|
|
2311
2224
|
color: #fff;
|
|
2312
|
-
border-color: #6c757d;
|
|
2313
|
-
border-style: solid;
|
|
2314
|
-
border-width: 0;
|
|
2315
|
-
}
|
|
2316
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2317
|
-
color: inherit;
|
|
2318
2225
|
}
|
|
2226
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons,
|
|
2227
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text,
|
|
2228
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
2229
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text,
|
|
2230
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons,
|
|
2319
2231
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2320
2232
|
color: inherit;
|
|
2321
2233
|
}
|
|
2322
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn
|
|
2323
|
-
|
|
2234
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2235
|
+
background: #fff;
|
|
2324
2236
|
}
|
|
2325
2237
|
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
2326
2238
|
background: transparent;
|
|
@@ -2331,16 +2243,8 @@
|
|
|
2331
2243
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2332
2244
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2333
2245
|
background: #6c757d;
|
|
2246
|
+
border: 3px solid #adb5bd;
|
|
2334
2247
|
box-shadow: none;
|
|
2335
|
-
border-color: #adb5bd;
|
|
2336
|
-
border-style: solid;
|
|
2337
|
-
border-width: 3px;
|
|
2338
|
-
}
|
|
2339
|
-
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2340
|
-
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2341
|
-
border-color: #adb5bd;
|
|
2342
|
-
border-style: solid;
|
|
2343
|
-
border-width: 3px;
|
|
2344
2248
|
}
|
|
2345
2249
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
2346
2250
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
@@ -2354,31 +2258,27 @@
|
|
|
2354
2258
|
background: #f8f9fa;
|
|
2355
2259
|
box-shadow: none;
|
|
2356
2260
|
color: #495057;
|
|
2357
|
-
border: none;
|
|
2358
2261
|
}
|
|
2359
2262
|
.e-toolbar .e-tbar-btn:focus {
|
|
2360
2263
|
background: #6c757d;
|
|
2264
|
+
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2265
|
+
border: 1px solid #6c757d;
|
|
2266
|
+
margin: 0;
|
|
2267
|
+
border-color: #6c757d;
|
|
2361
2268
|
border-radius: 4px;
|
|
2362
2269
|
color: #fff;
|
|
2363
|
-
border-color: #6c757d;
|
|
2364
|
-
border-style: solid;
|
|
2365
|
-
border-width: 1px;
|
|
2366
|
-
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2367
|
-
}
|
|
2368
|
-
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
2369
|
-
color: inherit;
|
|
2370
|
-
}
|
|
2371
|
-
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2372
|
-
color: inherit;
|
|
2373
2270
|
}
|
|
2374
2271
|
.e-toolbar .e-tbar-btn:hover {
|
|
2375
2272
|
background: #6c757d;
|
|
2273
|
+
border: 1px solid #545b62;
|
|
2376
2274
|
border-color: #545b62;
|
|
2377
|
-
border-style: solid;
|
|
2378
|
-
border-width: 1px;
|
|
2379
2275
|
border-radius: 4px;
|
|
2380
2276
|
color: #fff;
|
|
2381
2277
|
}
|
|
2278
|
+
.e-toolbar .e-tbar-btn:hover .e-icons,
|
|
2279
|
+
.e-toolbar .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2280
|
+
color: inherit;
|
|
2281
|
+
}
|
|
2382
2282
|
.e-toolbar .e-toolbar-items {
|
|
2383
2283
|
background: #f8f9fa;
|
|
2384
2284
|
}
|
|
@@ -2392,30 +2292,8 @@
|
|
|
2392
2292
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
2393
2293
|
color: #495057;
|
|
2394
2294
|
}
|
|
2395
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-
|
|
2396
|
-
|
|
2397
|
-
}
|
|
2398
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2399
|
-
color: #fff;
|
|
2400
|
-
}
|
|
2401
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
2402
|
-
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2403
|
-
}
|
|
2404
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2405
|
-
color: inherit;
|
|
2406
|
-
}
|
|
2407
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2408
|
-
color: inherit;
|
|
2409
|
-
}
|
|
2410
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2411
|
-
color: inherit;
|
|
2412
|
-
}
|
|
2413
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2414
|
-
color: inherit;
|
|
2415
|
-
}
|
|
2416
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2417
|
-
color: inherit;
|
|
2418
|
-
}
|
|
2295
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons,
|
|
2296
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons,
|
|
2419
2297
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2420
2298
|
color: inherit;
|
|
2421
2299
|
}
|
|
@@ -2457,46 +2335,33 @@
|
|
|
2457
2335
|
content: "";
|
|
2458
2336
|
}
|
|
2459
2337
|
.e-toolbar .e-hor-nav:hover {
|
|
2460
|
-
background: #
|
|
2338
|
+
background: #6c757d;
|
|
2461
2339
|
border-left: 0;
|
|
2340
|
+
background: #5a6268;
|
|
2462
2341
|
color: #fff;
|
|
2463
2342
|
}
|
|
2464
2343
|
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
2465
2344
|
color: inherit;
|
|
2466
2345
|
}
|
|
2467
|
-
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
2468
|
-
border-color: #dee2e6;
|
|
2469
|
-
border-style: solid;
|
|
2470
|
-
border-width: 0;
|
|
2471
|
-
}
|
|
2472
|
-
.e-toolbar .e-hor-nav:hover:active {
|
|
2473
|
-
background: #5a6268;
|
|
2474
|
-
border-color: #adb5bd;
|
|
2475
|
-
border-style: solid;
|
|
2476
|
-
border-width: 3px 3px 3px 0;
|
|
2477
|
-
}
|
|
2478
2346
|
.e-toolbar .e-hor-nav:focus {
|
|
2479
2347
|
background: #6c757d;
|
|
2480
|
-
|
|
2348
|
+
border-left: 0;
|
|
2481
2349
|
border-color: transparent;
|
|
2482
|
-
|
|
2483
|
-
border-width: 0;
|
|
2350
|
+
color: #fff;
|
|
2484
2351
|
}
|
|
2485
2352
|
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
2486
2353
|
color: inherit;
|
|
2487
2354
|
}
|
|
2488
2355
|
.e-toolbar .e-tbar-btn:active {
|
|
2489
|
-
background: #
|
|
2356
|
+
background: #6c757d;
|
|
2490
2357
|
border-color: #545b62;
|
|
2491
|
-
border-style: solid;
|
|
2492
|
-
border-width: 1px;
|
|
2493
2358
|
border-radius: 4px;
|
|
2494
2359
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2495
2360
|
color: #fff;
|
|
2361
|
+
background: #545b62;
|
|
2362
|
+
border: 1px solid #4e555b;
|
|
2496
2363
|
}
|
|
2497
|
-
.e-toolbar .e-tbar-btn:active .e-icons
|
|
2498
|
-
color: inherit;
|
|
2499
|
-
}
|
|
2364
|
+
.e-toolbar .e-tbar-btn:active .e-icons,
|
|
2500
2365
|
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
2501
2366
|
color: inherit;
|
|
2502
2367
|
}
|
|
@@ -2513,6 +2378,7 @@
|
|
|
2513
2378
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
2514
2379
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2515
2380
|
font-size: 16px;
|
|
2381
|
+
line-height: 24px;
|
|
2516
2382
|
vertical-align: middle;
|
|
2517
2383
|
}
|
|
2518
2384
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
|
|
@@ -2568,12 +2434,13 @@
|
|
|
2568
2434
|
}
|
|
2569
2435
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
2570
2436
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2571
|
-
font-size:
|
|
2437
|
+
font-size: 16px;
|
|
2572
2438
|
}
|
|
2573
2439
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
2574
2440
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2575
2441
|
padding: 20px;
|
|
2576
2442
|
font-size: 16px;
|
|
2443
|
+
line-height: 24px;
|
|
2577
2444
|
}
|
|
2578
2445
|
.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content,
|
|
2579
2446
|
.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
@@ -2609,23 +2476,6 @@
|
|
|
2609
2476
|
display: block;
|
|
2610
2477
|
position: relative;
|
|
2611
2478
|
}
|
|
2612
|
-
.e-accordion .e-acrdn-item {
|
|
2613
|
-
border-radius: 4px 4px 0 0;
|
|
2614
|
-
margin-top: 0;
|
|
2615
|
-
}
|
|
2616
|
-
.e-accordion .e-acrdn-item.e-select.e-selected:first-child {
|
|
2617
|
-
border-top: 1px none #000;
|
|
2618
|
-
}
|
|
2619
|
-
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
2620
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
|
|
2621
|
-
}
|
|
2622
|
-
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
2623
|
-
margin-bottom: 0;
|
|
2624
|
-
margin-top: 0;
|
|
2625
|
-
}
|
|
2626
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select {
|
|
2627
|
-
margin: 0;
|
|
2628
|
-
}
|
|
2629
2479
|
.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content {
|
|
2630
2480
|
font-weight: normal;
|
|
2631
2481
|
}
|
|
@@ -2656,7 +2506,6 @@
|
|
|
2656
2506
|
text-decoration: underline;
|
|
2657
2507
|
}
|
|
2658
2508
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2659
|
-
border-radius: 0;
|
|
2660
2509
|
line-height: 39px;
|
|
2661
2510
|
min-height: 40px;
|
|
2662
2511
|
overflow: hidden;
|
|
@@ -2664,7 +2513,6 @@
|
|
|
2664
2513
|
text-decoration: none;
|
|
2665
2514
|
text-overflow: ellipsis;
|
|
2666
2515
|
white-space: nowrap;
|
|
2667
|
-
margin-bottom: 0;
|
|
2668
2516
|
}
|
|
2669
2517
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
2670
2518
|
display: inline-block;
|
|
@@ -2781,63 +2629,13 @@
|
|
|
2781
2629
|
background: #fff;
|
|
2782
2630
|
}
|
|
2783
2631
|
.e-accordion .e-acrdn-item {
|
|
2784
|
-
border-
|
|
2785
|
-
border-style: solid;
|
|
2786
|
-
border-width: 0 0 1px 0;
|
|
2632
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
|
|
2787
2633
|
border-radius: 4px 4px 0 0;
|
|
2788
2634
|
}
|
|
2789
2635
|
.e-accordion .e-acrdn-item.e-select:last-child {
|
|
2790
2636
|
border-bottom: 0;
|
|
2791
2637
|
border-radius: 0 0 4px 4px;
|
|
2792
2638
|
}
|
|
2793
|
-
.e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus {
|
|
2794
|
-
border-radius: 0;
|
|
2795
|
-
}
|
|
2796
|
-
.e-accordion .e-acrdn-item:last-child {
|
|
2797
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
|
|
2798
|
-
}
|
|
2799
|
-
.e-accordion .e-acrdn-item:last-child:not(.e-expand-state) .e-acrdn-header:focus {
|
|
2800
|
-
border-radius: 0;
|
|
2801
|
-
}
|
|
2802
|
-
.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus {
|
|
2803
|
-
border-radius: 0;
|
|
2804
|
-
}
|
|
2805
|
-
.e-accordion .e-acrdn-item.e-item-focus {
|
|
2806
|
-
border-color: rgba(0, 0, 0, 0.13);
|
|
2807
|
-
border-style: solid;
|
|
2808
|
-
border-width: 0 0 1px 0;
|
|
2809
|
-
}
|
|
2810
|
-
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2811
|
-
border-top: 1px none #000;
|
|
2812
|
-
}
|
|
2813
|
-
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
|
|
2814
|
-
border-color: rgba(0, 0, 0, 0.13);
|
|
2815
|
-
border-style: solid;
|
|
2816
|
-
border-width: 0;
|
|
2817
|
-
}
|
|
2818
|
-
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
|
|
2819
|
-
background: #f8f9fa;
|
|
2820
|
-
}
|
|
2821
|
-
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2822
|
-
color: #007bff;
|
|
2823
|
-
}
|
|
2824
|
-
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons {
|
|
2825
|
-
color: #007bff;
|
|
2826
|
-
}
|
|
2827
|
-
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-icon .e-icons {
|
|
2828
|
-
color: #007bff;
|
|
2829
|
-
}
|
|
2830
|
-
.e-accordion .e-acrdn-item.e-item-focus.e-expand-state.e-select, .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2831
|
-
border-color: #000 #000 rgba(0, 0, 0, 0.13);
|
|
2832
|
-
}
|
|
2833
|
-
.e-accordion .e-acrdn-item.e-expand-state.e-select {
|
|
2834
|
-
border-color: rgba(0, 0, 0, 0.13);
|
|
2835
|
-
border-style: solid;
|
|
2836
|
-
border-width: 0 0 1px 0;
|
|
2837
|
-
}
|
|
2838
|
-
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2839
|
-
border: 0;
|
|
2840
|
-
}
|
|
2841
2639
|
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons,
|
|
2842
2640
|
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2843
2641
|
color: #6c757d;
|
|
@@ -2850,39 +2648,15 @@
|
|
|
2850
2648
|
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
|
|
2851
2649
|
color: #6c757d;
|
|
2852
2650
|
}
|
|
2853
|
-
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
|
|
2854
|
-
color: #6c757d;
|
|
2855
|
-
}
|
|
2856
|
-
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2857
|
-
color: #007bff;
|
|
2858
|
-
}
|
|
2859
2651
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
|
|
2860
|
-
border-color: rgba(0, 0, 0, 0.13);
|
|
2861
|
-
border-style: solid;
|
|
2862
|
-
border-width: 0;
|
|
2863
|
-
background: #f8f9fa;
|
|
2864
|
-
}
|
|
2865
|
-
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2866
2652
|
background: #f8f9fa;
|
|
2867
2653
|
}
|
|
2868
|
-
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
|
|
2869
|
-
background: #f8f9fa;
|
|
2870
|
-
}
|
|
2871
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2872
|
-
color: #007bff;
|
|
2873
|
-
}
|
|
2874
2654
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child {
|
|
2875
2655
|
border-bottom: 1px none rgba(0, 0, 0, 0.13);
|
|
2876
2656
|
}
|
|
2877
2657
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2878
2658
|
color: #007bff;
|
|
2879
2659
|
}
|
|
2880
|
-
.e-accordion .e-acrdn-item.e-select {
|
|
2881
|
-
background: #f8f9fa;
|
|
2882
|
-
border-color: rgba(0, 0, 0, 0.13);
|
|
2883
|
-
border-style: solid;
|
|
2884
|
-
border-width: 0 0 1px 0;
|
|
2885
|
-
}
|
|
2886
2660
|
.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2887
2661
|
color: #212529;
|
|
2888
2662
|
background: #fff;
|
|
@@ -2896,65 +2670,37 @@
|
|
|
2896
2670
|
}
|
|
2897
2671
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2898
2672
|
background: #f8f9fa;
|
|
2899
|
-
border: 0;
|
|
2900
|
-
border-color: initial;
|
|
2901
2673
|
}
|
|
2902
2674
|
.e-accordion .e-acrdn-item .e-acrdn-header:hover {
|
|
2903
|
-
border: 0;
|
|
2904
2675
|
background: #f8f9fa;
|
|
2905
|
-
border-color: initial;
|
|
2906
2676
|
}
|
|
2907
2677
|
.e-accordion .e-acrdn-item .e-acrdn-header:active {
|
|
2908
|
-
border: 0;
|
|
2909
|
-
border-color: initial;
|
|
2910
2678
|
background: #f8f9fa;
|
|
2911
2679
|
}
|
|
2912
2680
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2913
|
-
border: 0;
|
|
2914
|
-
box-shadow: none;
|
|
2915
2681
|
background: #f8f9fa;
|
|
2916
2682
|
}
|
|
2917
|
-
.e-accordion .e-acrdn-item .e-acrdn-header:
|
|
2918
|
-
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
2919
|
-
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
2920
|
-
color: #007bff;
|
|
2921
|
-
}
|
|
2683
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons,
|
|
2922
2684
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2923
2685
|
color: #0056b3;
|
|
2924
2686
|
}
|
|
2925
|
-
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
2926
|
-
color: #007bff;
|
|
2927
|
-
}
|
|
2928
|
-
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
|
|
2929
|
-
color: #0056b3;
|
|
2930
|
-
}
|
|
2931
2687
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2932
2688
|
color: #007bff;
|
|
2933
2689
|
}
|
|
2934
|
-
.e-accordion .e-acrdn-item.e-select.e-selected
|
|
2935
|
-
border-color: initial;
|
|
2936
|
-
border-style: solid;
|
|
2937
|
-
border-width: 0;
|
|
2690
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header {
|
|
2938
2691
|
background: #f8f9fa;
|
|
2939
2692
|
}
|
|
2940
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header
|
|
2941
|
-
|
|
2942
|
-
}
|
|
2943
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons {
|
|
2944
|
-
color: #007bff;
|
|
2693
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
|
|
2694
|
+
background: #f8f9fa;
|
|
2945
2695
|
}
|
|
2946
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-
|
|
2696
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-icons,
|
|
2697
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-icons,
|
|
2698
|
+
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2947
2699
|
color: #0056b3;
|
|
2948
2700
|
}
|
|
2949
2701
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2950
2702
|
color: #007bff;
|
|
2951
2703
|
}
|
|
2952
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon {
|
|
2953
|
-
color: #007bff;
|
|
2954
|
-
}
|
|
2955
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2956
|
-
border-color: initial;
|
|
2957
|
-
}
|
|
2958
2704
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon {
|
|
2959
2705
|
color: #007bff;
|
|
2960
2706
|
}
|
|
@@ -2963,57 +2709,22 @@
|
|
|
2963
2709
|
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2964
2710
|
color: #007bff;
|
|
2965
2711
|
}
|
|
2966
|
-
.e-accordion .e-acrdn-item.e-select.e-item-focus {
|
|
2967
|
-
border-color: rgba(0, 0, 0, 0.13);
|
|
2968
|
-
}
|
|
2969
|
-
.e-accordion .e-acrdn-item.e-selected {
|
|
2970
|
-
border-color: #000 #000 rgba(0, 0, 0, 0.13);
|
|
2971
|
-
border-style: solid;
|
|
2972
|
-
border-width: 0 0 1px 0;
|
|
2973
|
-
}
|
|
2974
2712
|
.e-accordion .e-acrdn-item.e-selected.e-select {
|
|
2975
|
-
border-
|
|
2976
|
-
border-
|
|
2977
|
-
border-
|
|
2978
|
-
}
|
|
2979
|
-
.e-accordion .e-acrdn-item.e-selected.e-select.e-active {
|
|
2980
|
-
background: #fff;
|
|
2713
|
+
border-bottom: 1px none #000;
|
|
2714
|
+
border-top: 1px none #000;
|
|
2715
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
|
|
2981
2716
|
}
|
|
2982
2717
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
|
|
2983
2718
|
border-bottom: 1px none rgba(0, 0, 0, 0.13);
|
|
2984
2719
|
}
|
|
2985
|
-
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
2986
|
-
color: #007bff;
|
|
2987
|
-
}
|
|
2988
|
-
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
2989
|
-
color: #007bff;
|
|
2990
|
-
}
|
|
2991
|
-
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2992
|
-
box-shadow: none;
|
|
2993
|
-
}
|
|
2994
2720
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2995
|
-
border-
|
|
2996
|
-
border-style: solid;
|
|
2997
|
-
border-width: 0 0 1px 0;
|
|
2998
|
-
}
|
|
2999
|
-
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons {
|
|
3000
|
-
color: #007bff;
|
|
2721
|
+
border-top: 1px none #000;
|
|
3001
2722
|
}
|
|
3002
|
-
.e-accordion .e-acrdn-item.e-selected .e-
|
|
3003
|
-
|
|
2723
|
+
.e-accordion .e-acrdn-item.e-selected .e-selected:last-child {
|
|
2724
|
+
border-bottom: 1px none #000;
|
|
3004
2725
|
}
|
|
3005
2726
|
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
3006
|
-
background: #f8f9fa;
|
|
3007
2727
|
border-radius: 4px;
|
|
3008
|
-
border-color: initial;
|
|
3009
|
-
border-style: solid;
|
|
3010
|
-
border-width: 0;
|
|
3011
|
-
}
|
|
3012
|
-
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:focus {
|
|
3013
|
-
background: #f8f9fa;
|
|
3014
|
-
}
|
|
3015
|
-
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover {
|
|
3016
|
-
border-color: initial;
|
|
3017
2728
|
}
|
|
3018
2729
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
|
|
3019
2730
|
color: #212529;
|
|
@@ -3667,15 +3378,27 @@
|
|
|
3667
3378
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
3668
3379
|
content: "\e71f";
|
|
3669
3380
|
}
|
|
3381
|
+
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
3382
|
+
content: "\e71f";
|
|
3383
|
+
}
|
|
3384
|
+
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
3385
|
+
content: "\e70b";
|
|
3386
|
+
}
|
|
3670
3387
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
3671
3388
|
content: "\e745";
|
|
3672
3389
|
position: relative;
|
|
3673
3390
|
}
|
|
3391
|
+
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3392
|
+
content: "\e721";
|
|
3393
|
+
}
|
|
3674
3394
|
@media screen and (max-width: 480px) {
|
|
3675
3395
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3676
3396
|
content: "\e781";
|
|
3677
3397
|
}
|
|
3678
3398
|
}
|
|
3399
|
+
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3400
|
+
content: "\e744";
|
|
3401
|
+
}
|
|
3679
3402
|
@media screen and (max-width: 480px) {
|
|
3680
3403
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3681
3404
|
content: "\e781";
|
|
@@ -3689,6 +3412,12 @@
|
|
|
3689
3412
|
content: "\e744";
|
|
3690
3413
|
}
|
|
3691
3414
|
}
|
|
3415
|
+
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
3416
|
+
content: "\e734";
|
|
3417
|
+
}
|
|
3418
|
+
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
3419
|
+
content: "\e705";
|
|
3420
|
+
}
|
|
3692
3421
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
3693
3422
|
content: "More";
|
|
3694
3423
|
}
|
|
@@ -3729,6 +3458,8 @@
|
|
|
3729
3458
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items {
|
|
3730
3459
|
height: auto;
|
|
3731
3460
|
min-height: auto;
|
|
3461
|
+
height: 42px;
|
|
3462
|
+
min-height: 42px;
|
|
3732
3463
|
}
|
|
3733
3464
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3734
3465
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
@@ -3737,8 +3468,8 @@
|
|
|
3737
3468
|
}
|
|
3738
3469
|
@media screen and (max-width: 480px) {
|
|
3739
3470
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3740
|
-
|
|
3741
|
-
|
|
3471
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3472
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3742
3473
|
margin: 0;
|
|
3743
3474
|
}
|
|
3744
3475
|
}
|
|
@@ -3748,7 +3479,7 @@
|
|
|
3748
3479
|
}
|
|
3749
3480
|
@media screen and (max-width: 480px) {
|
|
3750
3481
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3751
|
-
|
|
3482
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3752
3483
|
margin: 0 2px 0 0;
|
|
3753
3484
|
}
|
|
3754
3485
|
}
|
|
@@ -3762,7 +3493,7 @@
|
|
|
3762
3493
|
}
|
|
3763
3494
|
@media screen and (max-width: 480px) {
|
|
3764
3495
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3765
|
-
|
|
3496
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3766
3497
|
margin: 0 2px 0 0;
|
|
3767
3498
|
}
|
|
3768
3499
|
}
|
|
@@ -3772,6 +3503,8 @@
|
|
|
3772
3503
|
}
|
|
3773
3504
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav,
|
|
3774
3505
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
3506
|
+
width: 50px;
|
|
3507
|
+
border-radius: 4px;
|
|
3775
3508
|
width: 38px;
|
|
3776
3509
|
}
|
|
3777
3510
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -3784,7 +3517,7 @@
|
|
|
3784
3517
|
}
|
|
3785
3518
|
@media screen and (max-width: 480px) {
|
|
3786
3519
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
3787
|
-
|
|
3520
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3788
3521
|
margin: 0 2px 0 0;
|
|
3789
3522
|
}
|
|
3790
3523
|
}
|
|
@@ -3801,7 +3534,7 @@
|
|
|
3801
3534
|
}
|
|
3802
3535
|
@media screen and (max-width: 480px) {
|
|
3803
3536
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
3804
|
-
|
|
3537
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3805
3538
|
padding: 0 15px;
|
|
3806
3539
|
}
|
|
3807
3540
|
}
|
|
@@ -3812,12 +3545,6 @@
|
|
|
3812
3545
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3813
3546
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
3814
3547
|
font-size: 16px;
|
|
3815
|
-
margin-bottom: 0;
|
|
3816
|
-
}
|
|
3817
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3818
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3819
|
-
position: relative;
|
|
3820
|
-
top: 0;
|
|
3821
3548
|
}
|
|
3822
3549
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3823
3550
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -3826,14 +3553,14 @@
|
|
|
3826
3553
|
}
|
|
3827
3554
|
@media screen and (max-width: 480px) {
|
|
3828
3555
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3829
|
-
|
|
3556
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
3830
3557
|
margin: 0 2px 0 0;
|
|
3831
3558
|
}
|
|
3832
3559
|
}
|
|
3833
3560
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3834
3561
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3835
3562
|
position: relative;
|
|
3836
|
-
top: 0;
|
|
3563
|
+
top: -0.5px;
|
|
3837
3564
|
}
|
|
3838
3565
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
3839
3566
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
@@ -3845,6 +3572,10 @@
|
|
|
3845
3572
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
3846
3573
|
height: 42px;
|
|
3847
3574
|
}
|
|
3575
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3576
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
3577
|
+
padding: 0;
|
|
3578
|
+
}
|
|
3848
3579
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3849
3580
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3850
3581
|
cursor: pointer;
|
|
@@ -3852,7 +3583,7 @@
|
|
|
3852
3583
|
}
|
|
3853
3584
|
@media screen and (max-width: 480px) {
|
|
3854
3585
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3855
|
-
|
|
3586
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3856
3587
|
margin: 0 0 0 8px;
|
|
3857
3588
|
}
|
|
3858
3589
|
}
|
|
@@ -3864,9 +3595,9 @@
|
|
|
3864
3595
|
}
|
|
3865
3596
|
@media screen and (max-width: 480px) {
|
|
3866
3597
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3598
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
|
|
3599
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3600
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
3870
3601
|
font-size: 12px;
|
|
3871
3602
|
}
|
|
3872
3603
|
}
|
|
@@ -3887,23 +3618,13 @@
|
|
|
3887
3618
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
3888
3619
|
padding: 0 20px;
|
|
3889
3620
|
}
|
|
3890
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3891
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3892
|
-
margin: 0 0 0 12px;
|
|
3893
|
-
}
|
|
3894
|
-
@media screen and (max-width: 480px) {
|
|
3895
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3896
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3897
|
-
margin: 0;
|
|
3898
|
-
}
|
|
3899
|
-
}
|
|
3900
3621
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3901
3622
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3902
3623
|
margin: 0 0 0 12px;
|
|
3903
3624
|
}
|
|
3904
3625
|
@media screen and (max-width: 480px) {
|
|
3905
3626
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3906
|
-
|
|
3627
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3907
3628
|
margin: 0 0 0 10px;
|
|
3908
3629
|
}
|
|
3909
3630
|
}
|
|
@@ -3963,7 +3684,7 @@
|
|
|
3963
3684
|
}
|
|
3964
3685
|
@media screen and (max-width: 480px) {
|
|
3965
3686
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap,
|
|
3966
|
-
|
|
3687
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
3967
3688
|
padding: 0 24px;
|
|
3968
3689
|
}
|
|
3969
3690
|
}
|
|
@@ -3977,7 +3698,7 @@
|
|
|
3977
3698
|
}
|
|
3978
3699
|
@media screen and (max-width: 480px) {
|
|
3979
3700
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"],
|
|
3980
|
-
|
|
3701
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
|
|
3981
3702
|
padding-right: 0;
|
|
3982
3703
|
}
|
|
3983
3704
|
}
|
|
@@ -4001,8 +3722,8 @@
|
|
|
4001
3722
|
}
|
|
4002
3723
|
@media screen and (max-width: 480px) {
|
|
4003
3724
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),
|
|
4004
|
-
|
|
4005
|
-
|
|
3725
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
|
|
3726
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
|
|
4006
3727
|
min-height: 50px;
|
|
4007
3728
|
}
|
|
4008
3729
|
}
|
|
@@ -4015,10 +3736,10 @@
|
|
|
4015
3736
|
}
|
|
4016
3737
|
@media screen and (max-width: 480px) {
|
|
4017
3738
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap,
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
|
|
4021
|
-
|
|
3739
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
|
|
3740
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
|
|
3741
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
|
|
3742
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
4022
3743
|
height: 50px;
|
|
4023
3744
|
}
|
|
4024
3745
|
}
|
|
@@ -4031,8 +3752,8 @@
|
|
|
4031
3752
|
}
|
|
4032
3753
|
@media screen and (max-width: 480px) {
|
|
4033
3754
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,
|
|
4034
|
-
|
|
4035
|
-
|
|
3755
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
3756
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4036
3757
|
margin: 0;
|
|
4037
3758
|
padding-left: 0;
|
|
4038
3759
|
padding-right: 0;
|
|
@@ -4046,7 +3767,7 @@
|
|
|
4046
3767
|
}
|
|
4047
3768
|
@media screen and (max-width: 480px) {
|
|
4048
3769
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav,
|
|
4049
|
-
|
|
3770
|
+
.e-tab.e-bigger .e-tab-header .e-scroll-nav {
|
|
4050
3771
|
padding: 0;
|
|
4051
3772
|
}
|
|
4052
3773
|
}
|
|
@@ -4067,7 +3788,7 @@
|
|
|
4067
3788
|
}
|
|
4068
3789
|
@media screen and (max-width: 480px) {
|
|
4069
3790
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
4070
|
-
|
|
3791
|
+
.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
4071
3792
|
font-size: 12px;
|
|
4072
3793
|
height: 38px;
|
|
4073
3794
|
line-height: 38px;
|
|
@@ -4091,7 +3812,7 @@
|
|
|
4091
3812
|
}
|
|
4092
3813
|
@media screen and (max-width: 480px) {
|
|
4093
3814
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
4094
|
-
|
|
3815
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
4095
3816
|
padding: 0;
|
|
4096
3817
|
}
|
|
4097
3818
|
}
|
|
@@ -4106,9 +3827,9 @@
|
|
|
4106
3827
|
}
|
|
4107
3828
|
@media screen and (max-width: 480px) {
|
|
4108
3829
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
|
|
3830
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
|
|
3831
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3832
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
4112
3833
|
font-size: 12px;
|
|
4113
3834
|
height: 38px;
|
|
4114
3835
|
line-height: 38px;
|
|
@@ -4126,9 +3847,9 @@
|
|
|
4126
3847
|
}
|
|
4127
3848
|
@media screen and (max-width: 480px) {
|
|
4128
3849
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
|
|
3850
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
3851
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3852
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4132
3853
|
font-size: 16px;
|
|
4133
3854
|
}
|
|
4134
3855
|
}
|
|
@@ -4142,6 +3863,7 @@
|
|
|
4142
3863
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
4143
3864
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
4144
3865
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
3866
|
+
top: 0;
|
|
4145
3867
|
line-height: 38px;
|
|
4146
3868
|
top: 0.5px;
|
|
4147
3869
|
}
|
|
@@ -4155,8 +3877,8 @@
|
|
|
4155
3877
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
4156
3878
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
4157
3879
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
4158
|
-
line-height: 38px;
|
|
4159
3880
|
top: 0;
|
|
3881
|
+
line-height: 38px;
|
|
4160
3882
|
}
|
|
4161
3883
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
4162
3884
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
@@ -4196,7 +3918,7 @@
|
|
|
4196
3918
|
}
|
|
4197
3919
|
@media screen and (max-width: 480px) {
|
|
4198
3920
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,
|
|
4199
|
-
|
|
3921
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
4200
3922
|
margin: 0 2px 0 0;
|
|
4201
3923
|
}
|
|
4202
3924
|
}
|
|
@@ -4208,6 +3930,11 @@
|
|
|
4208
3930
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
4209
3931
|
top: 0.5px;
|
|
4210
3932
|
}
|
|
3933
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap,
|
|
3934
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3935
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3936
|
+
height: initial;
|
|
3937
|
+
}
|
|
4211
3938
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before,
|
|
4212
3939
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
4213
3940
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
@@ -4220,7 +3947,7 @@
|
|
|
4220
3947
|
}
|
|
4221
3948
|
@media screen and (max-width: 480px) {
|
|
4222
3949
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
|
|
4223
|
-
|
|
3950
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
4224
3951
|
margin: 0 2px 0 0;
|
|
4225
3952
|
}
|
|
4226
3953
|
}
|
|
@@ -4247,15 +3974,16 @@
|
|
|
4247
3974
|
height: 42px;
|
|
4248
3975
|
padding: 0;
|
|
4249
3976
|
}
|
|
3977
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap,
|
|
3978
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3979
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3980
|
+
height: 42px;
|
|
3981
|
+
}
|
|
4250
3982
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap,
|
|
4251
3983
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
4252
3984
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
|
|
4253
3985
|
height: initial;
|
|
4254
3986
|
}
|
|
4255
|
-
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
|
|
4256
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
|
|
4257
|
-
height: 42px;
|
|
4258
|
-
}
|
|
4259
3987
|
.e-bigger .e-tab .e-tab-header.e-vertical,
|
|
4260
3988
|
.e-tab.e-bigger .e-tab-header.e-vertical {
|
|
4261
3989
|
max-width: 150px;
|
|
@@ -4267,7 +3995,7 @@
|
|
|
4267
3995
|
}
|
|
4268
3996
|
@media screen and (max-width: 480px) {
|
|
4269
3997
|
.e-bigger .e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]::before,
|
|
4270
|
-
|
|
3998
|
+
.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
|
|
4271
3999
|
bottom: 0;
|
|
4272
4000
|
top: 0;
|
|
4273
4001
|
}
|
|
@@ -4293,11 +4021,6 @@
|
|
|
4293
4021
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
4294
4022
|
right: -20px;
|
|
4295
4023
|
}
|
|
4296
|
-
.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
|
|
4297
|
-
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
4298
|
-
min-height: 38px;
|
|
4299
|
-
min-width: auto;
|
|
4300
|
-
}
|
|
4301
4024
|
.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
|
|
4302
4025
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
|
|
4303
4026
|
height: 24px;
|
|
@@ -4332,31 +4055,35 @@
|
|
|
4332
4055
|
.e-tab.e-bigger .e-tab-header.e-vertical.e-toolpop .e-toolbar-items {
|
|
4333
4056
|
height: auto;
|
|
4334
4057
|
}
|
|
4335
|
-
.e-bigger .e-tab.e-vertical-icon
|
|
4336
|
-
.e-tab.e-bigger.e-vertical-icon
|
|
4058
|
+
.e-bigger .e-tab.e-vertical-icon .e-tab-header,
|
|
4059
|
+
.e-tab.e-bigger.e-vertical-icon .e-tab-header {
|
|
4337
4060
|
height: 72px;
|
|
4338
4061
|
min-height: 72px;
|
|
4339
4062
|
}
|
|
4340
|
-
.e-bigger .e-tab.e-vertical-icon
|
|
4341
|
-
.e-tab.e-bigger.e-vertical-icon
|
|
4063
|
+
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items,
|
|
4064
|
+
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
4342
4065
|
height: 72px;
|
|
4343
4066
|
}
|
|
4344
|
-
.e-bigger .e-tab.e-vertical-icon
|
|
4345
|
-
.e-tab.e-bigger.e-vertical-icon
|
|
4067
|
+
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-scroll-nav,
|
|
4068
|
+
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-scroll-nav {
|
|
4346
4069
|
height: 72px;
|
|
4347
4070
|
}
|
|
4348
|
-
.e-bigger .e-tab.e-vertical-icon
|
|
4349
|
-
.e-tab.e-bigger.e-vertical-icon
|
|
4071
|
+
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav,
|
|
4072
|
+
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav {
|
|
4350
4073
|
height: 72px;
|
|
4351
4074
|
}
|
|
4352
4075
|
@media screen and (max-width: 480px) {
|
|
4353
|
-
.e-bigger .e-tab.e-vertical-icon
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4076
|
+
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4077
|
+
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4078
|
+
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4079
|
+
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4357
4080
|
font-size: 12px;
|
|
4358
4081
|
}
|
|
4359
4082
|
}
|
|
4083
|
+
.e-bigger .e-tab.e-vertical-icon.e-rtl .e-toolbar-item.e-active,
|
|
4084
|
+
.e-tab.e-bigger.e-vertical-icon.e-rtl .e-toolbar-item.e-active {
|
|
4085
|
+
margin: 0 0 0 2px;
|
|
4086
|
+
}
|
|
4360
4087
|
.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items,
|
|
4361
4088
|
.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
4362
4089
|
height: inherit;
|
|
@@ -4406,10 +4133,6 @@
|
|
|
4406
4133
|
height: 42px;
|
|
4407
4134
|
padding: 0;
|
|
4408
4135
|
}
|
|
4409
|
-
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
4410
|
-
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
4411
|
-
height: 42px;
|
|
4412
|
-
}
|
|
4413
4136
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
4414
4137
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
4415
4138
|
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -4474,6 +4197,10 @@
|
|
|
4474
4197
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
4475
4198
|
top: 0;
|
|
4476
4199
|
}
|
|
4200
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,
|
|
4201
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
4202
|
+
margin: 0;
|
|
4203
|
+
}
|
|
4477
4204
|
.e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator),
|
|
4478
4205
|
.e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
4479
4206
|
margin: 0 0 0 2px;
|
|
@@ -4489,7 +4216,7 @@
|
|
|
4489
4216
|
}
|
|
4490
4217
|
@media screen and (max-width: 480px) {
|
|
4491
4218
|
.e-bigger .e-tab.e-fill .e-tab-header,
|
|
4492
|
-
|
|
4219
|
+
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4493
4220
|
height: 42px;
|
|
4494
4221
|
min-height: 42px;
|
|
4495
4222
|
}
|
|
@@ -4501,7 +4228,7 @@
|
|
|
4501
4228
|
}
|
|
4502
4229
|
@media screen and (max-width: 480px) {
|
|
4503
4230
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items,
|
|
4504
|
-
|
|
4231
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
|
|
4505
4232
|
min-height: 42px;
|
|
4506
4233
|
}
|
|
4507
4234
|
}
|
|
@@ -4517,11 +4244,10 @@
|
|
|
4517
4244
|
height: 42px;
|
|
4518
4245
|
margin: 0 2px 0 0;
|
|
4519
4246
|
min-height: 42px;
|
|
4520
|
-
padding: 0;
|
|
4521
4247
|
}
|
|
4522
4248
|
@media screen and (max-width: 480px) {
|
|
4523
4249
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4524
|
-
|
|
4250
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4525
4251
|
height: 42px;
|
|
4526
4252
|
min-height: 42px;
|
|
4527
4253
|
}
|
|
@@ -4539,7 +4265,7 @@
|
|
|
4539
4265
|
}
|
|
4540
4266
|
@media screen and (max-width: 480px) {
|
|
4541
4267
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4542
|
-
|
|
4268
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4543
4269
|
height: 42px;
|
|
4544
4270
|
padding: 0 20px;
|
|
4545
4271
|
}
|
|
@@ -4550,7 +4276,7 @@
|
|
|
4550
4276
|
}
|
|
4551
4277
|
@media screen and (max-width: 480px) {
|
|
4552
4278
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
4553
|
-
|
|
4279
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4554
4280
|
height: 42px;
|
|
4555
4281
|
}
|
|
4556
4282
|
}
|
|
@@ -4568,7 +4294,7 @@
|
|
|
4568
4294
|
}
|
|
4569
4295
|
@media screen and (max-width: 480px) {
|
|
4570
4296
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4571
|
-
|
|
4297
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4572
4298
|
height: 42px;
|
|
4573
4299
|
}
|
|
4574
4300
|
}
|
|
@@ -4579,8 +4305,8 @@
|
|
|
4579
4305
|
}
|
|
4580
4306
|
@media screen and (max-width: 480px) {
|
|
4581
4307
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,
|
|
4582
|
-
|
|
4583
|
-
|
|
4308
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4309
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4584
4310
|
height: 42px;
|
|
4585
4311
|
}
|
|
4586
4312
|
}
|
|
@@ -4623,10 +4349,6 @@
|
|
|
4623
4349
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4624
4350
|
height: 42px;
|
|
4625
4351
|
}
|
|
4626
|
-
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
4627
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4628
|
-
height: 42px;
|
|
4629
|
-
}
|
|
4630
4352
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,
|
|
4631
4353
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
4632
4354
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -4639,8 +4361,8 @@
|
|
|
4639
4361
|
}
|
|
4640
4362
|
@media screen and (max-width: 480px) {
|
|
4641
4363
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,
|
|
4642
|
-
|
|
4643
|
-
|
|
4364
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
|
|
4365
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
4644
4366
|
height: auto;
|
|
4645
4367
|
}
|
|
4646
4368
|
}
|
|
@@ -4648,8 +4370,8 @@
|
|
|
4648
4370
|
.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4649
4371
|
margin: 0 0 0 2px;
|
|
4650
4372
|
}
|
|
4651
|
-
.e-bigger .e-tab.e-fill.e-vertical-icon
|
|
4652
|
-
.e-tab.e-bigger.e-fill.e-vertical-icon
|
|
4373
|
+
.e-bigger .e-tab.e-fill.e-vertical-icon .e-tab-header,
|
|
4374
|
+
.e-tab.e-bigger.e-fill.e-vertical-icon .e-tab-header {
|
|
4653
4375
|
height: 70px;
|
|
4654
4376
|
min-height: 70px;
|
|
4655
4377
|
}
|
|
@@ -4662,7 +4384,7 @@
|
|
|
4662
4384
|
}
|
|
4663
4385
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4664
4386
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4665
|
-
|
|
4387
|
+
margin: 0 2px 0 0;
|
|
4666
4388
|
}
|
|
4667
4389
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4668
4390
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -4670,7 +4392,7 @@
|
|
|
4670
4392
|
}
|
|
4671
4393
|
@media screen and (max-width: 480px) {
|
|
4672
4394
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4673
|
-
|
|
4395
|
+
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4674
4396
|
padding: 0 20px;
|
|
4675
4397
|
}
|
|
4676
4398
|
}
|
|
@@ -4682,6 +4404,10 @@
|
|
|
4682
4404
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
4683
4405
|
margin-bottom: 0;
|
|
4684
4406
|
}
|
|
4407
|
+
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4408
|
+
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4409
|
+
height: 42px;
|
|
4410
|
+
}
|
|
4685
4411
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
4686
4412
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
4687
4413
|
padding: 0 16px;
|
|
@@ -4700,17 +4426,13 @@
|
|
|
4700
4426
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4701
4427
|
margin: 0;
|
|
4702
4428
|
}
|
|
4703
|
-
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
4704
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
4705
|
-
margin: 0;
|
|
4706
|
-
}
|
|
4707
4429
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4708
4430
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4709
4431
|
margin: 0 10px 0 0;
|
|
4710
4432
|
}
|
|
4711
4433
|
@media screen and (max-width: 480px) {
|
|
4712
4434
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4713
|
-
|
|
4435
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4714
4436
|
margin: 0 10px 0 0;
|
|
4715
4437
|
}
|
|
4716
4438
|
}
|
|
@@ -4720,7 +4442,7 @@
|
|
|
4720
4442
|
}
|
|
4721
4443
|
@media screen and (max-width: 480px) {
|
|
4722
4444
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon,
|
|
4723
|
-
|
|
4445
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
|
|
4724
4446
|
margin: 0 8px 0 0;
|
|
4725
4447
|
}
|
|
4726
4448
|
}
|
|
@@ -4748,7 +4470,7 @@
|
|
|
4748
4470
|
}
|
|
4749
4471
|
@media screen and (max-width: 480px) {
|
|
4750
4472
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text,
|
|
4751
|
-
|
|
4473
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4752
4474
|
padding-left: 0;
|
|
4753
4475
|
}
|
|
4754
4476
|
}
|
|
@@ -4771,8 +4493,8 @@
|
|
|
4771
4493
|
}
|
|
4772
4494
|
@media screen and (max-width: 480px) {
|
|
4773
4495
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,
|
|
4774
|
-
|
|
4775
|
-
|
|
4496
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4497
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4776
4498
|
margin: 0;
|
|
4777
4499
|
padding-left: 0;
|
|
4778
4500
|
padding-right: 0;
|
|
@@ -4843,10 +4565,13 @@
|
|
|
4843
4565
|
margin: 0;
|
|
4844
4566
|
min-height: 32px;
|
|
4845
4567
|
position: relative;
|
|
4568
|
+
height: 32px;
|
|
4569
|
+
min-height: 32px;
|
|
4846
4570
|
}
|
|
4847
4571
|
@media screen and (max-width: 480px) {
|
|
4848
4572
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
4849
4573
|
min-height: 42px;
|
|
4574
|
+
height: 42px;
|
|
4850
4575
|
}
|
|
4851
4576
|
}
|
|
4852
4577
|
.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
@@ -4861,44 +4586,19 @@
|
|
|
4861
4586
|
margin: 0 2px 0 0;
|
|
4862
4587
|
}
|
|
4863
4588
|
}
|
|
4864
|
-
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
4865
|
-
position: unset;
|
|
4866
|
-
}
|
|
4867
|
-
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
4868
|
-
left: unset;
|
|
4869
|
-
right: unset;
|
|
4870
|
-
}
|
|
4871
|
-
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
4872
|
-
background-color: unset;
|
|
4873
|
-
bottom: unset;
|
|
4874
|
-
content: unset;
|
|
4875
|
-
height: unset;
|
|
4876
|
-
left: unset;
|
|
4877
|
-
position: unset;
|
|
4878
|
-
right: unset;
|
|
4879
|
-
transition: unset;
|
|
4880
|
-
}
|
|
4881
|
-
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
4882
|
-
color: unset;
|
|
4883
|
-
content: unset;
|
|
4884
|
-
display: unset;
|
|
4885
|
-
font-weight: unset;
|
|
4886
|
-
height: unset;
|
|
4887
|
-
overflow: unset;
|
|
4888
|
-
visibility: unset;
|
|
4889
|
-
}
|
|
4890
4589
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
4891
4590
|
padding: 0;
|
|
4892
4591
|
}
|
|
4893
4592
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
|
|
4894
4593
|
display: none;
|
|
4895
4594
|
}
|
|
4896
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-
|
|
4897
|
-
|
|
4595
|
+
.e-tab .e-tab-header .e-toolbar-items.e-hscroll[style*="overflow: hidden"] .e-toolbar-item:not(.e-separator).e-active {
|
|
4596
|
+
margin-bottom: 0;
|
|
4898
4597
|
}
|
|
4899
4598
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
4900
|
-
width:
|
|
4599
|
+
width: 40px;
|
|
4901
4600
|
border-radius: 4px;
|
|
4601
|
+
width: 32px;
|
|
4902
4602
|
}
|
|
4903
4603
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4904
4604
|
margin: 0 2px 0 0;
|
|
@@ -4926,7 +4626,6 @@
|
|
|
4926
4626
|
height: 2px;
|
|
4927
4627
|
left: 0;
|
|
4928
4628
|
right: 0;
|
|
4929
|
-
border-radius: 0;
|
|
4930
4629
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4931
4630
|
}
|
|
4932
4631
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -4976,10 +4675,6 @@
|
|
|
4976
4675
|
font-size: 14px;
|
|
4977
4676
|
font-weight: 400;
|
|
4978
4677
|
text-transform: capitalize;
|
|
4979
|
-
-ms-flex-item-align: auto;
|
|
4980
|
-
-ms-grid-row-align: auto;
|
|
4981
|
-
align-self: auto;
|
|
4982
|
-
margin-bottom: 0;
|
|
4983
4678
|
}
|
|
4984
4679
|
@media screen and (max-width: 480px) {
|
|
4985
4680
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -5007,16 +4702,14 @@
|
|
|
5007
4702
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
5008
4703
|
margin-bottom: 0;
|
|
5009
4704
|
}
|
|
4705
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
4706
|
+
border: 0;
|
|
4707
|
+
}
|
|
5010
4708
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5011
4709
|
font-weight: 400;
|
|
5012
4710
|
}
|
|
5013
4711
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
5014
|
-
top: 1px;
|
|
5015
|
-
left: 4px;
|
|
5016
|
-
}
|
|
5017
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
5018
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
5019
|
-
left: 0;
|
|
4712
|
+
top: -1px;
|
|
5020
4713
|
}
|
|
5021
4714
|
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
5022
4715
|
height: 32px;
|
|
@@ -5043,12 +4736,12 @@
|
|
|
5043
4736
|
}
|
|
5044
4737
|
@media screen and (max-width: 480px) {
|
|
5045
4738
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon,
|
|
5046
|
-
|
|
4739
|
+
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
5047
4740
|
font-size: 12px;
|
|
5048
4741
|
}
|
|
5049
4742
|
}
|
|
5050
4743
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
5051
|
-
top:
|
|
4744
|
+
top: 0;
|
|
5052
4745
|
}
|
|
5053
4746
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
5054
4747
|
display: -ms-inline-flexbox;
|
|
@@ -5070,19 +4763,10 @@
|
|
|
5070
4763
|
}
|
|
5071
4764
|
@media screen and (max-width: 480px) {
|
|
5072
4765
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
5073
|
-
|
|
4766
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5074
4767
|
font-size: 20px;
|
|
5075
4768
|
}
|
|
5076
4769
|
}
|
|
5077
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5078
|
-
position: relative;
|
|
5079
|
-
top: 1px;
|
|
5080
|
-
left: 4px;
|
|
5081
|
-
}
|
|
5082
|
-
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
5083
|
-
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
5084
|
-
left: 0;
|
|
5085
|
-
}
|
|
5086
4770
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
5087
4771
|
-ms-flex-pack: center;
|
|
5088
4772
|
justify-content: center;
|
|
@@ -5093,14 +4777,6 @@
|
|
|
5093
4777
|
padding: 0 16px;
|
|
5094
4778
|
}
|
|
5095
4779
|
}
|
|
5096
|
-
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5097
|
-
margin: 0 0 0 8px;
|
|
5098
|
-
}
|
|
5099
|
-
@media screen and (max-width: 480px) {
|
|
5100
|
-
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5101
|
-
margin: 0;
|
|
5102
|
-
}
|
|
5103
|
-
}
|
|
5104
4780
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
5105
4781
|
margin: 0 0 0 8px;
|
|
5106
4782
|
}
|
|
@@ -5198,7 +4874,6 @@
|
|
|
5198
4874
|
}
|
|
5199
4875
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
5200
4876
|
margin: 0;
|
|
5201
|
-
padding: 0;
|
|
5202
4877
|
}
|
|
5203
4878
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
5204
4879
|
height: 26px;
|
|
@@ -5383,7 +5058,7 @@
|
|
|
5383
5058
|
}
|
|
5384
5059
|
@media screen and (max-width: 480px) {
|
|
5385
5060
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
5386
|
-
|
|
5061
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5387
5062
|
font-size: 12px;
|
|
5388
5063
|
height: 38px;
|
|
5389
5064
|
line-height: 38px;
|
|
@@ -5400,7 +5075,7 @@
|
|
|
5400
5075
|
}
|
|
5401
5076
|
@media screen and (max-width: 480px) {
|
|
5402
5077
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5403
|
-
|
|
5078
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5404
5079
|
font-size: 16px;
|
|
5405
5080
|
}
|
|
5406
5081
|
}
|
|
@@ -5410,12 +5085,13 @@
|
|
|
5410
5085
|
}
|
|
5411
5086
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
5412
5087
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5088
|
+
top: 0;
|
|
5413
5089
|
line-height: 32px;
|
|
5414
5090
|
top: 0;
|
|
5415
5091
|
}
|
|
5416
5092
|
@media screen and (max-width: 480px) {
|
|
5417
5093
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
5418
|
-
|
|
5094
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5419
5095
|
line-height: 43px;
|
|
5420
5096
|
}
|
|
5421
5097
|
}
|
|
@@ -5445,12 +5121,13 @@
|
|
|
5445
5121
|
}
|
|
5446
5122
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5447
5123
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5124
|
+
top: 0;
|
|
5448
5125
|
line-height: 32px;
|
|
5449
5126
|
top: 0;
|
|
5450
5127
|
}
|
|
5451
5128
|
@media screen and (max-width: 480px) {
|
|
5452
5129
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5453
|
-
|
|
5130
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5454
5131
|
line-height: 43px;
|
|
5455
5132
|
}
|
|
5456
5133
|
}
|
|
@@ -5459,32 +5136,6 @@
|
|
|
5459
5136
|
line-height: 32px;
|
|
5460
5137
|
top: -0.5px;
|
|
5461
5138
|
}
|
|
5462
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
5463
|
-
position: unset;
|
|
5464
|
-
}
|
|
5465
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5466
|
-
left: unset;
|
|
5467
|
-
right: unset;
|
|
5468
|
-
}
|
|
5469
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5470
|
-
background-color: unset;
|
|
5471
|
-
content: unset;
|
|
5472
|
-
height: unset;
|
|
5473
|
-
left: unset;
|
|
5474
|
-
position: unset;
|
|
5475
|
-
right: unset;
|
|
5476
|
-
top: unset;
|
|
5477
|
-
transition: unset;
|
|
5478
|
-
}
|
|
5479
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5480
|
-
color: unset;
|
|
5481
|
-
content: unset;
|
|
5482
|
-
display: unset;
|
|
5483
|
-
font-weight: unset;
|
|
5484
|
-
height: unset;
|
|
5485
|
-
overflow: unset;
|
|
5486
|
-
visibility: unset;
|
|
5487
|
-
}
|
|
5488
5139
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
5489
5140
|
bottom: auto;
|
|
5490
5141
|
}
|
|
@@ -5519,12 +5170,6 @@
|
|
|
5519
5170
|
height: 32px;
|
|
5520
5171
|
padding: 0;
|
|
5521
5172
|
}
|
|
5522
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:not(.e-separator):last-child .e-text-wrap::before {
|
|
5523
|
-
top: unset;
|
|
5524
|
-
}
|
|
5525
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
5526
|
-
top: 0;
|
|
5527
|
-
}
|
|
5528
5173
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap {
|
|
5529
5174
|
height: initial;
|
|
5530
5175
|
}
|
|
@@ -5597,13 +5242,6 @@
|
|
|
5597
5242
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
|
|
5598
5243
|
display: none;
|
|
5599
5244
|
}
|
|
5600
|
-
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
5601
|
-
min-height: 32px;
|
|
5602
|
-
min-width: 33px;
|
|
5603
|
-
}
|
|
5604
|
-
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
|
|
5605
|
-
margin: 0;
|
|
5606
|
-
}
|
|
5607
5245
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
5608
5246
|
right: -15px;
|
|
5609
5247
|
}
|
|
@@ -5620,30 +5258,6 @@
|
|
|
5620
5258
|
left: auto;
|
|
5621
5259
|
right: 0;
|
|
5622
5260
|
}
|
|
5623
|
-
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5624
|
-
bottom: unset;
|
|
5625
|
-
height: unset;
|
|
5626
|
-
}
|
|
5627
|
-
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5628
|
-
background-color: unset;
|
|
5629
|
-
bottom: unset;
|
|
5630
|
-
content: unset;
|
|
5631
|
-
height: unset;
|
|
5632
|
-
left: unset;
|
|
5633
|
-
position: unset;
|
|
5634
|
-
right: unset;
|
|
5635
|
-
transition: unset;
|
|
5636
|
-
width: unset;
|
|
5637
|
-
}
|
|
5638
|
-
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5639
|
-
color: unset;
|
|
5640
|
-
content: unset;
|
|
5641
|
-
display: unset;
|
|
5642
|
-
font-weight: unset;
|
|
5643
|
-
height: unset;
|
|
5644
|
-
overflow: unset;
|
|
5645
|
-
visibility: unset;
|
|
5646
|
-
}
|
|
5647
5261
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
5648
5262
|
float: right;
|
|
5649
5263
|
}
|
|
@@ -5660,30 +5274,6 @@
|
|
|
5660
5274
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
5661
5275
|
width: auto;
|
|
5662
5276
|
}
|
|
5663
|
-
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5664
|
-
bottom: unset;
|
|
5665
|
-
height: unset;
|
|
5666
|
-
}
|
|
5667
|
-
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5668
|
-
background-color: unset;
|
|
5669
|
-
bottom: unset;
|
|
5670
|
-
content: unset;
|
|
5671
|
-
height: unset;
|
|
5672
|
-
left: unset;
|
|
5673
|
-
position: unset;
|
|
5674
|
-
right: unset;
|
|
5675
|
-
transition: unset;
|
|
5676
|
-
width: unset;
|
|
5677
|
-
}
|
|
5678
|
-
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5679
|
-
color: unset;
|
|
5680
|
-
content: unset;
|
|
5681
|
-
display: unset;
|
|
5682
|
-
font-weight: unset;
|
|
5683
|
-
height: unset;
|
|
5684
|
-
overflow: unset;
|
|
5685
|
-
visibility: unset;
|
|
5686
|
-
}
|
|
5687
5277
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
5688
5278
|
height: 16px;
|
|
5689
5279
|
-ms-flex-pack: center;
|
|
@@ -5731,7 +5321,7 @@
|
|
|
5731
5321
|
}
|
|
5732
5322
|
@media screen and (max-width: 480px) {
|
|
5733
5323
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
|
|
5734
|
-
|
|
5324
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
|
|
5735
5325
|
font-size: 16px;
|
|
5736
5326
|
}
|
|
5737
5327
|
}
|
|
@@ -5798,69 +5388,40 @@
|
|
|
5798
5388
|
.e-tab.e-vertical-tab .e-content .e-item > :first-child {
|
|
5799
5389
|
width: 100%;
|
|
5800
5390
|
}
|
|
5801
|
-
.e-tab.e-vertical-icon
|
|
5391
|
+
.e-tab.e-vertical-icon .e-tab-header {
|
|
5802
5392
|
height: 62px;
|
|
5803
5393
|
min-height: 62px;
|
|
5804
5394
|
}
|
|
5805
|
-
.e-tab.e-vertical-icon
|
|
5806
|
-
.e-tab.e-vertical-icon
|
|
5395
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5396
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5807
5397
|
display: none;
|
|
5808
5398
|
}
|
|
5809
|
-
.e-tab.e-vertical-icon
|
|
5399
|
+
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
5810
5400
|
height: 62px;
|
|
5811
5401
|
}
|
|
5812
|
-
.e-tab.e-vertical-icon
|
|
5813
|
-
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5814
|
-
position: unset;
|
|
5815
|
-
}
|
|
5816
|
-
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
5817
|
-
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
5818
|
-
border: unset;
|
|
5819
|
-
content: unset;
|
|
5820
|
-
display: none;
|
|
5821
|
-
position: unset;
|
|
5822
|
-
top: unset;
|
|
5823
|
-
width: unset;
|
|
5824
|
-
}
|
|
5825
|
-
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5826
|
-
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5827
|
-
content: unset;
|
|
5828
|
-
display: unset;
|
|
5829
|
-
position: unset;
|
|
5830
|
-
top: unset;
|
|
5831
|
-
width: unset;
|
|
5832
|
-
border: unset;
|
|
5833
|
-
}
|
|
5834
|
-
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
5402
|
+
.e-tab.e-vertical-icon .e-tab-header .e-scroll-nav {
|
|
5835
5403
|
height: 62px;
|
|
5836
5404
|
}
|
|
5837
|
-
.e-tab.e-vertical-icon
|
|
5405
|
+
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav {
|
|
5838
5406
|
height: 62px;
|
|
5839
5407
|
}
|
|
5840
5408
|
@media screen and (max-width: 480px) {
|
|
5841
|
-
.e-tab.e-vertical-icon
|
|
5842
|
-
|
|
5409
|
+
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5410
|
+
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5843
5411
|
font-size: 12px;
|
|
5844
5412
|
}
|
|
5845
5413
|
}
|
|
5846
|
-
.e-tab.e-vertical-icon
|
|
5847
|
-
|
|
5848
|
-
}
|
|
5849
|
-
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5850
|
-
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5414
|
+
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5415
|
+
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5851
5416
|
display: none;
|
|
5852
5417
|
}
|
|
5853
|
-
.e-tab.e-vertical-icon
|
|
5854
|
-
.e-tab.e-vertical-icon
|
|
5418
|
+
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
|
|
5419
|
+
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5855
5420
|
position: relative;
|
|
5856
5421
|
}
|
|
5857
|
-
.e-tab.e-vertical-icon
|
|
5422
|
+
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-scroll-nav {
|
|
5858
5423
|
height: 16px;
|
|
5859
5424
|
}
|
|
5860
|
-
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5861
|
-
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5862
|
-
top: unset;
|
|
5863
|
-
}
|
|
5864
5425
|
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
5865
5426
|
margin: 0 0 0 2px;
|
|
5866
5427
|
}
|
|
@@ -6047,6 +5608,9 @@
|
|
|
6047
5608
|
min-height: 42px;
|
|
6048
5609
|
}
|
|
6049
5610
|
}
|
|
5611
|
+
.e-tab.e-fill .e-tab-header::before {
|
|
5612
|
+
display: none;
|
|
5613
|
+
}
|
|
6050
5614
|
.e-tab.e-fill .e-tab-header .e-indicator {
|
|
6051
5615
|
display: none;
|
|
6052
5616
|
}
|
|
@@ -6067,7 +5631,6 @@
|
|
|
6067
5631
|
height: 32px;
|
|
6068
5632
|
margin: 0 2px 0 0;
|
|
6069
5633
|
min-height: 32px;
|
|
6070
|
-
padding: 0;
|
|
6071
5634
|
}
|
|
6072
5635
|
@media screen and (max-width: 480px) {
|
|
6073
5636
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -6168,9 +5731,6 @@
|
|
|
6168
5731
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
6169
5732
|
height: 32px;
|
|
6170
5733
|
}
|
|
6171
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
6172
|
-
height: 32px;
|
|
6173
|
-
}
|
|
6174
5734
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
6175
5735
|
height: 62px;
|
|
6176
5736
|
}
|
|
@@ -6185,18 +5745,20 @@
|
|
|
6185
5745
|
.e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
6186
5746
|
margin: 0 0 0 2px;
|
|
6187
5747
|
}
|
|
6188
|
-
.e-tab.e-fill.e-vertical-icon
|
|
5748
|
+
.e-tab.e-fill.e-vertical-icon .e-tab-header {
|
|
6189
5749
|
height: 60px;
|
|
6190
5750
|
min-height: 60px;
|
|
6191
5751
|
}
|
|
5752
|
+
.e-tab.e-background .e-tab-header::before {
|
|
5753
|
+
display: none;
|
|
5754
|
+
}
|
|
6192
5755
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
6193
5756
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
6194
5757
|
margin: 0;
|
|
6195
5758
|
padding: 0;
|
|
6196
5759
|
}
|
|
6197
5760
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
6198
|
-
margin: 0;
|
|
6199
|
-
padding: 0;
|
|
5761
|
+
margin: 0 2px 0 0;
|
|
6200
5762
|
}
|
|
6201
5763
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6202
5764
|
padding: 0 15px;
|
|
@@ -6212,12 +5774,12 @@
|
|
|
6212
5774
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6213
5775
|
margin-bottom: 0;
|
|
6214
5776
|
}
|
|
5777
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5778
|
+
height: 32px;
|
|
5779
|
+
}
|
|
6215
5780
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
6216
5781
|
font-weight: 400;
|
|
6217
5782
|
}
|
|
6218
|
-
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
6219
|
-
display: none;
|
|
6220
|
-
}
|
|
6221
5783
|
.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
6222
5784
|
padding: 0 12px;
|
|
6223
5785
|
}
|
|
@@ -6239,10 +5801,10 @@
|
|
|
6239
5801
|
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
6240
5802
|
margin: 0;
|
|
6241
5803
|
}
|
|
6242
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-
|
|
5804
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
6243
5805
|
margin: 0;
|
|
6244
5806
|
}
|
|
6245
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator)
|
|
5807
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
6246
5808
|
margin: 0;
|
|
6247
5809
|
}
|
|
6248
5810
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
@@ -6263,6 +5825,12 @@
|
|
|
6263
5825
|
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
6264
5826
|
margin: 0 0 0 2px;
|
|
6265
5827
|
}
|
|
5828
|
+
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active {
|
|
5829
|
+
margin: 0 0 0 2px;
|
|
5830
|
+
}
|
|
5831
|
+
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active .e-tab-text {
|
|
5832
|
+
margin-bottom: 0;
|
|
5833
|
+
}
|
|
6266
5834
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
6267
5835
|
margin: 0;
|
|
6268
5836
|
}
|
|
@@ -6363,9 +5931,6 @@
|
|
|
6363
5931
|
font-size: 14px;
|
|
6364
5932
|
font-weight: 400;
|
|
6365
5933
|
text-transform: capitalize;
|
|
6366
|
-
-ms-flex-item-align: auto;
|
|
6367
|
-
-ms-grid-row-align: auto;
|
|
6368
|
-
align-self: auto;
|
|
6369
5934
|
}
|
|
6370
5935
|
@media screen and (max-width: 480px) {
|
|
6371
5936
|
.e-tab-clone-element .e-tab-text {
|
|
@@ -6381,12 +5946,12 @@
|
|
|
6381
5946
|
}
|
|
6382
5947
|
@media screen and (max-width: 480px) {
|
|
6383
5948
|
.e-tab-clone-element .e-close-icon,
|
|
6384
|
-
|
|
5949
|
+
.e-tab-clone-element .e-close-icon::before {
|
|
6385
5950
|
font-size: 12px;
|
|
6386
5951
|
}
|
|
6387
5952
|
}
|
|
6388
5953
|
.e-tab-clone-element .e-close-icon::before {
|
|
6389
|
-
top:
|
|
5954
|
+
top: 0;
|
|
6390
5955
|
}
|
|
6391
5956
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
6392
5957
|
display: -ms-inline-flexbox;
|
|
@@ -6408,7 +5973,7 @@
|
|
|
6408
5973
|
}
|
|
6409
5974
|
@media screen and (max-width: 480px) {
|
|
6410
5975
|
.e-tab-clone-element .e-tab-icon,
|
|
6411
|
-
|
|
5976
|
+
.e-tab-clone-element .e-tab-icon::before {
|
|
6412
5977
|
font-size: 20px;
|
|
6413
5978
|
}
|
|
6414
5979
|
}
|
|
@@ -6422,14 +5987,6 @@
|
|
|
6422
5987
|
padding: 0 16px;
|
|
6423
5988
|
}
|
|
6424
5989
|
}
|
|
6425
|
-
.e-tab-clone-element .e-icon-right {
|
|
6426
|
-
margin: 0 0 0 8px;
|
|
6427
|
-
}
|
|
6428
|
-
@media screen and (max-width: 480px) {
|
|
6429
|
-
.e-tab-clone-element .e-icon-right {
|
|
6430
|
-
margin: 0;
|
|
6431
|
-
}
|
|
6432
|
-
}
|
|
6433
5990
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
6434
5991
|
margin: 0 0 0 8px;
|
|
6435
5992
|
}
|
|
@@ -6552,9 +6109,6 @@
|
|
|
6552
6109
|
}
|
|
6553
6110
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
6554
6111
|
font-size: 16px;
|
|
6555
|
-
-ms-flex-item-align: auto;
|
|
6556
|
-
-ms-grid-row-align: auto;
|
|
6557
|
-
align-self: auto;
|
|
6558
6112
|
}
|
|
6559
6113
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
6560
6114
|
cursor: pointer;
|
|
@@ -6571,7 +6125,7 @@
|
|
|
6571
6125
|
}
|
|
6572
6126
|
@media screen and (max-width: 480px) {
|
|
6573
6127
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon,
|
|
6574
|
-
|
|
6128
|
+
.e-bigger .e-tab-clone-element .e-close-icon::before {
|
|
6575
6129
|
font-size: 12px;
|
|
6576
6130
|
}
|
|
6577
6131
|
}
|
|
@@ -6588,14 +6142,6 @@
|
|
|
6588
6142
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
6589
6143
|
padding: 0 20px;
|
|
6590
6144
|
}
|
|
6591
|
-
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6592
|
-
margin: 0 0 0 12px;
|
|
6593
|
-
}
|
|
6594
|
-
@media screen and (max-width: 480px) {
|
|
6595
|
-
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6596
|
-
margin: 0;
|
|
6597
|
-
}
|
|
6598
|
-
}
|
|
6599
6145
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
6600
6146
|
margin: 0 0 0 12px;
|
|
6601
6147
|
}
|
|
@@ -6638,9 +6184,6 @@
|
|
|
6638
6184
|
background: inherit;
|
|
6639
6185
|
border: 0;
|
|
6640
6186
|
border-radius: 0;
|
|
6641
|
-
box-shadow: none;
|
|
6642
|
-
font-weight: normal;
|
|
6643
|
-
border-bottom: 0;
|
|
6644
6187
|
}
|
|
6645
6188
|
.e-tab .e-tab-header::before {
|
|
6646
6189
|
border-color: #dee2e6;
|
|
@@ -6649,9 +6192,11 @@
|
|
|
6649
6192
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
6650
6193
|
border-width: 0 0 1px;
|
|
6651
6194
|
}
|
|
6195
|
+
.e-tab .e-tab-header[style*="overflow: hidden"] {
|
|
6196
|
+
border: 0;
|
|
6197
|
+
}
|
|
6652
6198
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
6653
6199
|
border-bottom: 1px solid #fff;
|
|
6654
|
-
margin-bottom: 0;
|
|
6655
6200
|
}
|
|
6656
6201
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
6657
6202
|
background: inherit;
|
|
@@ -6663,9 +6208,6 @@
|
|
|
6663
6208
|
background: inherit;
|
|
6664
6209
|
border: 1px solid transparent;
|
|
6665
6210
|
}
|
|
6666
|
-
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
6667
|
-
background: inherit;
|
|
6668
|
-
}
|
|
6669
6211
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
6670
6212
|
background: rgba(222, 226, 230, 0);
|
|
6671
6213
|
}
|
|
@@ -6707,23 +6249,12 @@
|
|
|
6707
6249
|
border-radius: 4px 4px 0 0;
|
|
6708
6250
|
}
|
|
6709
6251
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6710
|
-
border:
|
|
6252
|
+
border: 0;
|
|
6711
6253
|
}
|
|
6712
6254
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6713
6255
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6714
6256
|
color: #495057;
|
|
6715
6257
|
}
|
|
6716
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6717
|
-
position: unset;
|
|
6718
|
-
}
|
|
6719
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
6720
|
-
border: unset;
|
|
6721
|
-
content: unset;
|
|
6722
|
-
display: unset;
|
|
6723
|
-
position: unset;
|
|
6724
|
-
top: unset;
|
|
6725
|
-
width: unset;
|
|
6726
|
-
}
|
|
6727
6258
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6728
6259
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6729
6260
|
color: #495057;
|
|
@@ -6784,13 +6315,8 @@
|
|
|
6784
6315
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6785
6316
|
color: #0056b3;
|
|
6786
6317
|
}
|
|
6787
|
-
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6788
|
-
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6789
|
-
color: #0056b3;
|
|
6790
|
-
}
|
|
6791
6318
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
6792
6319
|
background: #007bff;
|
|
6793
|
-
border-color: transparent;
|
|
6794
6320
|
}
|
|
6795
6321
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
6796
6322
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
@@ -6812,44 +6338,28 @@
|
|
|
6812
6338
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
6813
6339
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
|
|
6814
6340
|
color: #212529;
|
|
6815
|
-
border: 0;
|
|
6816
6341
|
}
|
|
6817
6342
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
6818
6343
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
6819
6344
|
background: #5a6268;
|
|
6820
6345
|
color: #fff;
|
|
6821
|
-
border: 0;
|
|
6822
6346
|
}
|
|
6823
6347
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
6824
6348
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
6825
6349
|
box-shadow: none;
|
|
6826
|
-
border: 0;
|
|
6827
|
-
}
|
|
6828
|
-
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
6829
|
-
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
6830
|
-
background: inherit;
|
|
6831
6350
|
}
|
|
6832
6351
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
6833
6352
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
6834
6353
|
background: #6c757d;
|
|
6835
6354
|
color: #fff;
|
|
6836
|
-
border: 0;
|
|
6837
6355
|
}
|
|
6838
6356
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6839
6357
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6840
6358
|
background: #5a6268;
|
|
6841
6359
|
color: #fff;
|
|
6842
6360
|
}
|
|
6843
|
-
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
6844
|
-
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
6845
|
-
background: #6c757d;
|
|
6846
|
-
border-color: unset;
|
|
6847
|
-
color: #fff;
|
|
6848
|
-
}
|
|
6849
6361
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
6850
6362
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
6851
|
-
box-shadow: none;
|
|
6852
|
-
background: inherit;
|
|
6853
6363
|
border: 3px solid #adb5bd;
|
|
6854
6364
|
}
|
|
6855
6365
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
@@ -6859,8 +6369,6 @@
|
|
|
6859
6369
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
6860
6370
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
6861
6371
|
color: rgba(108, 117, 125, 0.65);
|
|
6862
|
-
background: #5a6268;
|
|
6863
|
-
border-color: unset;
|
|
6864
6372
|
}
|
|
6865
6373
|
.e-tab .e-tab-header .e-hor-nav,
|
|
6866
6374
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -6885,10 +6393,7 @@
|
|
|
6885
6393
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
6886
6394
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
6887
6395
|
color: #fff;
|
|
6888
|
-
|
|
6889
|
-
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
6890
|
-
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
6891
|
-
background: transparent;
|
|
6396
|
+
border: 0;
|
|
6892
6397
|
}
|
|
6893
6398
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6894
6399
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
@@ -6912,7 +6417,6 @@
|
|
|
6912
6417
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
6913
6418
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
6914
6419
|
background: #5a6268;
|
|
6915
|
-
color: #fff;
|
|
6916
6420
|
border: 0;
|
|
6917
6421
|
border-radius: 4px;
|
|
6918
6422
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
@@ -6920,59 +6424,32 @@
|
|
|
6920
6424
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
6921
6425
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
6922
6426
|
border: 0;
|
|
6923
|
-
background: transparent;
|
|
6924
6427
|
}
|
|
6925
6428
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
6926
6429
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
6927
6430
|
background: transparent;
|
|
6928
6431
|
}
|
|
6929
|
-
.e-tab .e-tab-header .e-hor-nav:active,
|
|
6930
|
-
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
6931
|
-
box-shadow: none;
|
|
6932
|
-
background: transparent;
|
|
6933
|
-
}
|
|
6934
6432
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
6935
6433
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
6434
|
+
background: inherit;
|
|
6435
|
+
border: 0;
|
|
6436
|
+
box-shadow: none;
|
|
6936
6437
|
background: #6c757d;
|
|
6937
6438
|
border: 3px solid #adb5bd;
|
|
6938
|
-
box-shadow: none;
|
|
6939
6439
|
border-radius: 4px;
|
|
6940
6440
|
}
|
|
6941
|
-
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
6942
|
-
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
6943
|
-
color: #fff;
|
|
6944
|
-
}
|
|
6945
|
-
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
6946
|
-
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
6947
|
-
border: 3px solid #adb5bd;
|
|
6948
|
-
}
|
|
6949
|
-
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
6950
|
-
border-color: unset;
|
|
6951
|
-
border-style: solid;
|
|
6952
|
-
border-width: 0;
|
|
6953
|
-
}
|
|
6954
6441
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
6955
|
-
border
|
|
6956
|
-
border-style: solid;
|
|
6957
|
-
border-width: 0;
|
|
6442
|
+
border: 0;
|
|
6958
6443
|
}
|
|
6959
6444
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
6960
|
-
border-
|
|
6961
|
-
border-
|
|
6962
|
-
border-width: 1px 0 0;
|
|
6963
|
-
}
|
|
6964
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
6965
|
-
border-radius: 0 0 4px 4px;
|
|
6445
|
+
border-bottom: 0;
|
|
6446
|
+
border-top: 1px solid #ddd;
|
|
6966
6447
|
}
|
|
6967
6448
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
6968
|
-
border-
|
|
6969
|
-
border-style: solid;
|
|
6970
|
-
border-width: 1px;
|
|
6971
|
-
margin-top: 0;
|
|
6449
|
+
border-bottom: 1px solid #ddd;
|
|
6972
6450
|
border-radius: 0 0 4px 4px;
|
|
6973
|
-
|
|
6974
|
-
|
|
6975
|
-
border-bottom: 0;
|
|
6451
|
+
border-top: 1px solid #fff;
|
|
6452
|
+
border-top-color: #fff;
|
|
6976
6453
|
}
|
|
6977
6454
|
.e-tab .e-tab-header.e-vertical::before {
|
|
6978
6455
|
border-width: 0 1px 0 0;
|
|
@@ -6981,16 +6458,10 @@
|
|
|
6981
6458
|
border-bottom: 1px solid #ddd;
|
|
6982
6459
|
border-top: 1px solid #ddd;
|
|
6983
6460
|
}
|
|
6984
|
-
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
6985
|
-
border-radius: 4px 0 0 4px;
|
|
6986
|
-
}
|
|
6987
6461
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
6988
6462
|
border-radius: 4px 0 0 4px;
|
|
6989
6463
|
border-right: 1px solid #fff;
|
|
6990
6464
|
}
|
|
6991
|
-
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
6992
|
-
border-radius: 0 4px 4px 0;
|
|
6993
|
-
}
|
|
6994
6465
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
6995
6466
|
border-left: 1px solid #fff;
|
|
6996
6467
|
border-radius: 0 4px 4px 0;
|
|
@@ -7016,10 +6487,6 @@
|
|
|
7016
6487
|
}
|
|
7017
6488
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
7018
6489
|
background: #eee;
|
|
7019
|
-
border-color: #ddd transparent transparent;
|
|
7020
|
-
}
|
|
7021
|
-
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
7022
|
-
background: #eee;
|
|
7023
6490
|
}
|
|
7024
6491
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
7025
6492
|
color: #fff;
|
|
@@ -7030,9 +6497,6 @@
|
|
|
7030
6497
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
7031
6498
|
background: #eee;
|
|
7032
6499
|
}
|
|
7033
|
-
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
7034
|
-
color: none;
|
|
7035
|
-
}
|
|
7036
6500
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
7037
6501
|
background: none;
|
|
7038
6502
|
}
|
|
@@ -7063,36 +6527,23 @@
|
|
|
7063
6527
|
border: 0;
|
|
7064
6528
|
box-shadow: none;
|
|
7065
6529
|
}
|
|
7066
|
-
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7067
|
-
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7068
|
-
color: #fff;
|
|
7069
|
-
}
|
|
7070
6530
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
7071
6531
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
7072
6532
|
border: 0;
|
|
7073
6533
|
}
|
|
7074
6534
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
7075
6535
|
background: #eee;
|
|
7076
|
-
border: 1px solid transparent;
|
|
7077
6536
|
}
|
|
7078
6537
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
7079
6538
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
7080
6539
|
color: #0056b3;
|
|
7081
6540
|
}
|
|
7082
|
-
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
7083
|
-
color: #0056b3;
|
|
7084
|
-
}
|
|
7085
6541
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
7086
6542
|
color: #fff;
|
|
7087
6543
|
}
|
|
7088
6544
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
7089
6545
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
7090
6546
|
color: #fff;
|
|
7091
|
-
background: #6c757d;
|
|
7092
|
-
border: 0;
|
|
7093
|
-
}
|
|
7094
|
-
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
7095
|
-
border-color: #ddd transparent transparent;
|
|
7096
6547
|
}
|
|
7097
6548
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
7098
6549
|
border: 0;
|
|
@@ -7138,9 +6589,6 @@
|
|
|
7138
6589
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7139
6590
|
color: #0056b3;
|
|
7140
6591
|
}
|
|
7141
|
-
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7142
|
-
color: #0056b3;
|
|
7143
|
-
}
|
|
7144
6592
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
7145
6593
|
margin-top: 0;
|
|
7146
6594
|
}
|
|
@@ -7150,7 +6598,6 @@
|
|
|
7150
6598
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
7151
6599
|
background: #007bff;
|
|
7152
6600
|
border-radius: 4px;
|
|
7153
|
-
border-color: unset;
|
|
7154
6601
|
}
|
|
7155
6602
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
7156
6603
|
color: #fff;
|
|
@@ -7158,9 +6605,6 @@
|
|
|
7158
6605
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
7159
6606
|
margin-top: 0;
|
|
7160
6607
|
}
|
|
7161
|
-
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7162
|
-
border: unset;
|
|
7163
|
-
}
|
|
7164
6608
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
7165
6609
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
7166
6610
|
color: #fff;
|
|
@@ -7171,19 +6615,11 @@
|
|
|
7171
6615
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
7172
6616
|
color: #fff;
|
|
7173
6617
|
}
|
|
7174
|
-
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
7175
|
-
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
7176
|
-
color: #212529;
|
|
7177
|
-
}
|
|
7178
6618
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
7179
6619
|
background: #007bff;
|
|
7180
6620
|
}
|
|
7181
|
-
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text
|
|
7182
|
-
|
|
7183
|
-
}
|
|
7184
|
-
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
7185
|
-
color: #fff;
|
|
7186
|
-
}
|
|
6621
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text,
|
|
6622
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon,
|
|
7187
6623
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
7188
6624
|
color: #fff;
|
|
7189
6625
|
}
|
|
@@ -7239,11 +6675,8 @@
|
|
|
7239
6675
|
}
|
|
7240
6676
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
7241
6677
|
background: #eee;
|
|
7242
|
-
border-color: unset;
|
|
7243
|
-
}
|
|
7244
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7245
|
-
color: #0056b3;
|
|
7246
6678
|
}
|
|
6679
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
7247
6680
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7248
6681
|
color: #0056b3;
|
|
7249
6682
|
}
|
|
@@ -7263,7 +6696,6 @@
|
|
|
7263
6696
|
}
|
|
7264
6697
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
7265
6698
|
background: #dee2e6;
|
|
7266
|
-
bottom: 0;
|
|
7267
6699
|
}
|
|
7268
6700
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
7269
6701
|
border: 0;
|
|
@@ -7273,98 +6705,55 @@
|
|
|
7273
6705
|
}
|
|
7274
6706
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
7275
6707
|
background: inherit;
|
|
7276
|
-
border-color: transparent;
|
|
7277
6708
|
}
|
|
6709
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
7278
6710
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
7279
6711
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
7280
6712
|
color: #007bff;
|
|
7281
6713
|
}
|
|
7282
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
7283
|
-
color: #007bff;
|
|
7284
|
-
}
|
|
7285
6714
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
7286
6715
|
color: rgba(0, 0, 0, 0.5);
|
|
7287
6716
|
}
|
|
7288
6717
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
7289
6718
|
background: transparent;
|
|
7290
|
-
background-color: transparent;
|
|
7291
|
-
border-color: #e9ecef;
|
|
7292
|
-
}
|
|
7293
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
7294
|
-
color: #0056b3;
|
|
7295
6719
|
}
|
|
6720
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
7296
6721
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7297
6722
|
color: #fff;
|
|
7298
6723
|
}
|
|
7299
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-
|
|
7300
|
-
color:
|
|
6724
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
6725
|
+
color: #0056b3;
|
|
7301
6726
|
}
|
|
7302
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon
|
|
6727
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
7303
6728
|
color: rgba(0, 0, 0, 0.5);
|
|
7304
6729
|
}
|
|
7305
6730
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
7306
6731
|
border: 0;
|
|
7307
6732
|
margin: 0;
|
|
7308
|
-
background: inherit;
|
|
7309
6733
|
}
|
|
7310
6734
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
7311
6735
|
background: #007bff;
|
|
7312
|
-
border-color: unset;
|
|
7313
6736
|
border-radius: 4px;
|
|
7314
|
-
border-style: solid;
|
|
7315
|
-
border-width: 1px;
|
|
7316
|
-
}
|
|
7317
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
7318
|
-
color: #fff;
|
|
7319
|
-
}
|
|
7320
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
7321
|
-
color: #fff;
|
|
7322
|
-
}
|
|
7323
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
7324
|
-
color: #fff;
|
|
7325
|
-
}
|
|
7326
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7327
|
-
background: #007bff;
|
|
7328
|
-
border-color: unset;
|
|
7329
|
-
}
|
|
7330
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7331
|
-
color: #fff;
|
|
7332
6737
|
}
|
|
6738
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
7333
6739
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
7334
6740
|
color: #fff;
|
|
7335
6741
|
}
|
|
7336
6742
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
7337
6743
|
color: #fff;
|
|
7338
6744
|
}
|
|
7339
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
7340
|
-
color: #fff;
|
|
7341
|
-
}
|
|
7342
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
7343
|
-
color: #fff;
|
|
7344
|
-
}
|
|
7345
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
7346
|
-
background: #007bff;
|
|
7347
|
-
}
|
|
7348
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
7349
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
7350
|
-
color: #fff;
|
|
7351
|
-
}
|
|
7352
6745
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
7353
6746
|
background: #007bff;
|
|
7354
6747
|
}
|
|
7355
6748
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
7356
6749
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
7357
6750
|
color: #fff;
|
|
7358
|
-
}
|
|
7359
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7360
6751
|
color: #fff;
|
|
7361
6752
|
}
|
|
6753
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text,
|
|
7362
6754
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
7363
6755
|
color: #fff;
|
|
7364
6756
|
}
|
|
7365
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7366
|
-
border: unset;
|
|
7367
|
-
}
|
|
7368
6757
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
7369
6758
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
7370
6759
|
color: #fff;
|
|
@@ -7372,8 +6761,7 @@
|
|
|
7372
6761
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
7373
6762
|
color: #fff;
|
|
7374
6763
|
}
|
|
7375
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover
|
|
7376
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
6764
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
7377
6765
|
color: #fff;
|
|
7378
6766
|
}
|
|
7379
6767
|
.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 {
|
|
@@ -7388,11 +6776,11 @@
|
|
|
7388
6776
|
background: inherit;
|
|
7389
6777
|
}
|
|
7390
6778
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
7391
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
7392
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6779
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
7393
6780
|
color: #007bff;
|
|
7394
6781
|
}
|
|
7395
6782
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6783
|
+
background: #eee;
|
|
7396
6784
|
background: #007bff;
|
|
7397
6785
|
}
|
|
7398
6786
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
@@ -7400,103 +6788,52 @@
|
|
|
7400
6788
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
7401
6789
|
color: #fff;
|
|
7402
6790
|
}
|
|
7403
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text
|
|
7404
|
-
color: #fff;
|
|
7405
|
-
}
|
|
6791
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
7406
6792
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
7407
6793
|
color: #fff;
|
|
7408
6794
|
}
|
|
7409
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
7410
|
-
color: #007bff;
|
|
7411
|
-
}
|
|
7412
|
-
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
7413
|
-
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
7414
|
-
background: inherit;
|
|
7415
|
-
}
|
|
7416
6795
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
7417
6796
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
7418
6797
|
color: #212529;
|
|
7419
|
-
border: 0;
|
|
7420
6798
|
}
|
|
7421
6799
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
7422
6800
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
7423
6801
|
background: inherit;
|
|
7424
6802
|
color: #fff;
|
|
7425
|
-
border-color: unset;
|
|
7426
|
-
}
|
|
7427
|
-
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
7428
|
-
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
7429
|
-
background: unset;
|
|
7430
|
-
color: #212529;
|
|
7431
6803
|
}
|
|
7432
6804
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
7433
6805
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
7434
6806
|
color: #fff;
|
|
7435
|
-
border: 0;
|
|
7436
|
-
background: #6c757d;
|
|
7437
6807
|
}
|
|
7438
6808
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
7439
6809
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
7440
6810
|
background: inherit;
|
|
7441
6811
|
color: #fff;
|
|
7442
6812
|
}
|
|
7443
|
-
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
7444
|
-
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
7445
|
-
background: #6c757d;
|
|
7446
|
-
border-color: unset;
|
|
7447
|
-
color: #fff;
|
|
7448
|
-
}
|
|
7449
6813
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
7450
6814
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
7451
6815
|
animation: none;
|
|
7452
6816
|
}
|
|
7453
|
-
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
7454
|
-
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
7455
|
-
background: transparent;
|
|
7456
|
-
}
|
|
7457
6817
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
7458
6818
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
7459
6819
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
7460
6820
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
7461
6821
|
color: #212529;
|
|
7462
|
-
border: 0;
|
|
7463
6822
|
}
|
|
7464
6823
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
7465
6824
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
7466
6825
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
7467
6826
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
7468
|
-
background:
|
|
7469
|
-
border-color: unset;
|
|
6827
|
+
background: inherit;
|
|
7470
6828
|
color: #fff;
|
|
7471
|
-
|
|
7472
|
-
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
7473
|
-
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
7474
|
-
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
7475
|
-
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
6829
|
+
background: #e6e6e6;
|
|
7476
6830
|
background: #5a6268;
|
|
7477
|
-
color: #fff;
|
|
7478
6831
|
}
|
|
7479
6832
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
7480
6833
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
7481
6834
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
7482
6835
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
7483
6836
|
color: #fff;
|
|
7484
|
-
background: #6c757d;
|
|
7485
|
-
border: 0;
|
|
7486
|
-
}
|
|
7487
|
-
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
7488
|
-
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
7489
|
-
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
7490
|
-
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
7491
|
-
background: #5a6268;
|
|
7492
|
-
}
|
|
7493
|
-
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
7494
|
-
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
7495
|
-
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7496
|
-
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7497
|
-
background: #5a6268;
|
|
7498
|
-
border-color: unset;
|
|
7499
|
-
color: #fff;
|
|
7500
6837
|
}
|
|
7501
6838
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
7502
6839
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
@@ -7506,40 +6843,6 @@
|
|
|
7506
6843
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
7507
6844
|
color: #fff;
|
|
7508
6845
|
}
|
|
7509
|
-
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
7510
|
-
border: 0;
|
|
7511
|
-
margin: 0;
|
|
7512
|
-
}
|
|
7513
|
-
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
7514
|
-
border-color: unset;
|
|
7515
|
-
border-radius: 4px;
|
|
7516
|
-
border-style: solid;
|
|
7517
|
-
border-width: 0;
|
|
7518
|
-
}
|
|
7519
|
-
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
7520
|
-
border-color: #fff;
|
|
7521
|
-
border-style: solid;
|
|
7522
|
-
border-width: 0 1px 0 0;
|
|
7523
|
-
margin: 0;
|
|
7524
|
-
}
|
|
7525
|
-
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
7526
|
-
border-color: unset;
|
|
7527
|
-
border-radius: 4px;
|
|
7528
|
-
border-style: solid;
|
|
7529
|
-
border-width: 0;
|
|
7530
|
-
}
|
|
7531
|
-
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
7532
|
-
border-color: #fff;
|
|
7533
|
-
border-style: solid;
|
|
7534
|
-
border-width: 0 0 0 1px;
|
|
7535
|
-
margin: 0;
|
|
7536
|
-
}
|
|
7537
|
-
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
7538
|
-
border-color: unset;
|
|
7539
|
-
border-radius: 4px;
|
|
7540
|
-
border-style: solid;
|
|
7541
|
-
border-width: 0;
|
|
7542
|
-
}
|
|
7543
6846
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
7544
6847
|
border: 0;
|
|
7545
6848
|
}
|
|
@@ -7603,7 +6906,6 @@
|
|
|
7603
6906
|
}
|
|
7604
6907
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
7605
6908
|
background: #007bff;
|
|
7606
|
-
border-color: transparent;
|
|
7607
6909
|
}
|
|
7608
6910
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
7609
6911
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
@@ -7612,38 +6914,22 @@
|
|
|
7612
6914
|
}
|
|
7613
6915
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
7614
6916
|
background: #eee;
|
|
7615
|
-
border-color: unset;
|
|
7616
6917
|
}
|
|
7617
6918
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
7618
6919
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
7619
6920
|
color: #fff;
|
|
7620
6921
|
}
|
|
7621
6922
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7622
|
-
background: #007bff;
|
|
7623
6923
|
border: 1px solid #e9ecef;
|
|
7624
6924
|
border-radius: 4px 4px 0 0;
|
|
7625
6925
|
}
|
|
7626
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text
|
|
7627
|
-
|
|
7628
|
-
|
|
7629
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
7630
|
-
color: #fff;
|
|
7631
|
-
}
|
|
7632
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7633
|
-
color: #0056b3;
|
|
7634
|
-
}
|
|
7635
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7636
|
-
color: #0056b3;
|
|
7637
|
-
}
|
|
7638
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
7639
|
-
color: #fff;
|
|
7640
|
-
}
|
|
6926
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6927
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon,
|
|
6928
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
7641
6929
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
7642
6930
|
color: #0056b3;
|
|
7643
6931
|
}
|
|
7644
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
7645
|
-
color: #0056b3;
|
|
7646
|
-
}
|
|
6932
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text,
|
|
7647
6933
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
7648
6934
|
color: #0056b3;
|
|
7649
6935
|
}
|
|
@@ -7669,8 +6955,6 @@
|
|
|
7669
6955
|
.e-tab .e-content .e-item {
|
|
7670
6956
|
background: inherit;
|
|
7671
6957
|
color: #000;
|
|
7672
|
-
font-size: 12px;
|
|
7673
|
-
line-height: 18px;
|
|
7674
6958
|
}
|
|
7675
6959
|
|
|
7676
6960
|
.e-tab-clone-element {
|