@syncfusion/ej2-navigations 19.4.56 → 20.1.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +53 -2
- package/README.md +16 -1
- package/carousel.d.ts +4 -0
- package/carousel.js +4 -0
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +1065 -30
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +1106 -33
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/accordion/accordion.js +11 -3
- package/src/breadcrumb/breadcrumb.js +6 -0
- package/src/carousel/carousel-model.d.ts +227 -0
- package/src/carousel/carousel.d.ts +338 -0
- package/src/carousel/carousel.js +988 -0
- package/src/carousel/index.d.ts +3 -0
- package/src/carousel/index.js +2 -0
- package/src/common/h-scroll.js +5 -3
- package/src/common/menu-base.js +11 -13
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -0
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.js +72 -11
- package/src/toolbar/toolbar.js +11 -0
- package/src/treeview/treeview.js +5 -2
- package/styles/accordion/_bootstrap-dark-definition.scss +4 -4
- package/styles/accordion/_bootstrap-definition.scss +4 -4
- package/styles/accordion/_bootstrap4-definition.scss +4 -4
- package/styles/accordion/_bootstrap5-definition.scss +10 -10
- package/styles/accordion/_fabric-dark-definition.scss +9 -9
- package/styles/accordion/_fabric-definition.scss +9 -9
- package/styles/accordion/_fluent-dark-definition.scss +1 -0
- package/styles/accordion/_fluent-definition.scss +10 -10
- package/styles/accordion/_highcontrast-definition.scss +8 -8
- package/styles/accordion/_highcontrast-light-definition.scss +8 -8
- package/styles/accordion/_layout.scss +56 -86
- package/styles/accordion/_material-dark-definition.scss +8 -8
- package/styles/accordion/_material-definition.scss +8 -8
- package/styles/accordion/_tailwind-definition.scss +10 -10
- package/styles/accordion/_theme.scss +14 -1
- package/styles/accordion/bootstrap-dark.css +48 -63
- package/styles/accordion/bootstrap.css +48 -63
- package/styles/accordion/bootstrap4.css +48 -63
- package/styles/accordion/bootstrap5-dark.css +51 -66
- package/styles/accordion/bootstrap5.css +51 -66
- package/styles/accordion/fabric-dark.css +50 -65
- package/styles/accordion/fabric.css +50 -65
- package/styles/accordion/fluent-dark.css +395 -0
- package/styles/accordion/fluent-dark.scss +4 -0
- package/styles/accordion/fluent.css +395 -0
- package/styles/accordion/fluent.scss +4 -0
- package/styles/accordion/highcontrast-light.css +49 -64
- package/styles/accordion/highcontrast.css +49 -64
- package/styles/accordion/icons/_fluent-dark.scss +1 -0
- package/styles/accordion/icons/_fluent.scss +2 -1
- package/styles/accordion/icons/_tailwind.scss +2 -1
- package/styles/accordion/material-dark.css +49 -64
- package/styles/accordion/material.css +49 -64
- package/styles/accordion/tailwind-dark.css +52 -67
- package/styles/accordion/tailwind.css +52 -67
- package/styles/bootstrap-dark.css +309 -68
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +309 -68
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +309 -68
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +414 -170
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +414 -170
- package/styles/bootstrap5.scss +1 -0
- package/styles/breadcrumb/_bootstrap5-definition.scss +2 -2
- package/styles/breadcrumb/_fluent-dark-definition.scss +1 -0
- package/styles/breadcrumb/_fluent-definition.scss +4 -1
- package/styles/breadcrumb/_layout.scss +42 -5
- package/styles/breadcrumb/_tailwind-dark-definition.scss +1 -60
- package/styles/breadcrumb/_tailwind-definition.scss +2 -2
- package/styles/breadcrumb/_theme.scss +11 -5
- package/styles/breadcrumb/bootstrap-dark.css +9 -1
- package/styles/breadcrumb/bootstrap.css +9 -1
- package/styles/breadcrumb/bootstrap4.css +9 -1
- package/styles/breadcrumb/bootstrap5-dark.css +11 -3
- package/styles/breadcrumb/bootstrap5.css +11 -3
- package/styles/breadcrumb/fabric-dark.css +9 -3
- package/styles/breadcrumb/fabric.css +9 -3
- package/styles/breadcrumb/fluent-dark.css +444 -0
- package/styles/breadcrumb/fluent-dark.scss +4 -0
- package/styles/breadcrumb/fluent.css +444 -0
- package/styles/breadcrumb/fluent.scss +4 -0
- package/styles/breadcrumb/highcontrast-light.css +9 -3
- package/styles/breadcrumb/highcontrast.css +9 -3
- package/styles/breadcrumb/icons/_fluent-dark.scss +1 -0
- package/styles/breadcrumb/icons/_fluent.scss +4 -4
- package/styles/breadcrumb/icons/_tailwind-dark.scss +13 -2
- package/styles/breadcrumb/icons/_tailwind.scss +13 -2
- package/styles/breadcrumb/material-dark.css +9 -1
- package/styles/breadcrumb/material.css +9 -1
- package/styles/breadcrumb/tailwind-dark.css +27 -10
- package/styles/breadcrumb/tailwind.css +26 -9
- 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/_highcontrast-definition.scss +22 -0
- package/styles/carousel/_highcontrast-light-definition.scss +22 -0
- package/styles/carousel/_layout.scss +150 -0
- package/styles/carousel/_material-dark-definition.scss +22 -0
- package/styles/carousel/_material-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.css +236 -0
- package/styles/carousel/bootstrap-dark.scss +5 -0
- package/styles/carousel/bootstrap.css +236 -0
- package/styles/carousel/bootstrap.scss +5 -0
- package/styles/carousel/bootstrap4.css +236 -0
- package/styles/carousel/bootstrap4.scss +5 -0
- package/styles/carousel/bootstrap5-dark.css +236 -0
- package/styles/carousel/bootstrap5-dark.scss +5 -0
- package/styles/carousel/bootstrap5.css +236 -0
- package/styles/carousel/bootstrap5.scss +5 -0
- package/styles/carousel/fabric-dark.css +236 -0
- package/styles/carousel/fabric-dark.scss +5 -0
- package/styles/carousel/fabric.css +236 -0
- package/styles/carousel/fabric.scss +5 -0
- package/styles/carousel/fluent-dark.css +236 -0
- package/styles/carousel/fluent-dark.scss +5 -0
- package/styles/carousel/fluent.css +236 -0
- package/styles/carousel/fluent.scss +5 -0
- package/styles/carousel/highcontrast-light.css +236 -0
- package/styles/carousel/highcontrast-light.scss +5 -0
- package/styles/carousel/highcontrast.css +236 -0
- package/styles/carousel/highcontrast.scss +5 -0
- 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/_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/_tailwind-dark.scss +1 -0
- package/styles/carousel/icons/_tailwind.scss +30 -0
- package/styles/carousel/material-dark.css +237 -0
- package/styles/carousel/material-dark.scss +5 -0
- package/styles/carousel/material.css +237 -0
- package/styles/carousel/material.scss +5 -0
- package/styles/carousel/tailwind-dark.css +237 -0
- package/styles/carousel/tailwind-dark.scss +5 -0
- package/styles/carousel/tailwind.css +237 -0
- package/styles/carousel/tailwind.scss +5 -0
- package/styles/context-menu/_bootstrap5-definition.scss +2 -2
- package/styles/context-menu/_fluent-dark-definition.scss +1 -0
- package/styles/context-menu/_fluent-definition.scss +10 -10
- package/styles/context-menu/_layout-mixin.scss +3 -0
- package/styles/context-menu/_layout.scss +11 -1
- package/styles/context-menu/_tailwind-definition.scss +2 -1
- package/styles/context-menu/bootstrap-dark.css +5 -0
- package/styles/context-menu/bootstrap.css +5 -0
- package/styles/context-menu/bootstrap4.css +5 -0
- package/styles/context-menu/bootstrap5-dark.css +16 -8
- package/styles/context-menu/bootstrap5.css +16 -8
- package/styles/context-menu/fabric-dark.css +5 -0
- package/styles/context-menu/fabric.css +5 -0
- package/styles/context-menu/fluent-dark.css +388 -0
- package/styles/context-menu/fluent-dark.scss +4 -0
- package/styles/context-menu/fluent.css +388 -0
- package/styles/context-menu/fluent.scss +4 -0
- package/styles/context-menu/highcontrast-light.css +5 -0
- package/styles/context-menu/highcontrast.css +5 -0
- package/styles/context-menu/icons/_fluent-dark.scss +1 -0
- package/styles/context-menu/icons/_fluent.scss +3 -3
- package/styles/context-menu/icons/_tailwind-dark.scss +3 -3
- package/styles/context-menu/icons/_tailwind.scss +3 -3
- package/styles/context-menu/material-dark.css +5 -0
- package/styles/context-menu/material.css +5 -0
- package/styles/context-menu/tailwind-dark.css +11 -4
- package/styles/context-menu/tailwind.css +11 -4
- package/styles/fabric-dark.css +311 -72
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +311 -72
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +10263 -0
- package/styles/fluent-dark.scss +11 -0
- package/styles/fluent.css +10263 -0
- package/styles/fluent.scss +11 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +3 -3
- package/styles/h-scroll/_fluent-dark-definition.scss +1 -0
- package/styles/h-scroll/_layout.scss +0 -1
- package/styles/h-scroll/_material-dark-definition.scss +3 -3
- package/styles/h-scroll/bootstrap-dark.css +0 -1
- package/styles/h-scroll/bootstrap.css +0 -1
- package/styles/h-scroll/bootstrap4.css +0 -1
- package/styles/h-scroll/bootstrap5-dark.css +10 -11
- package/styles/h-scroll/bootstrap5.css +10 -11
- package/styles/h-scroll/fabric-dark.css +0 -1
- package/styles/h-scroll/fabric.css +0 -1
- package/styles/h-scroll/fluent-dark.css +326 -0
- package/styles/h-scroll/fluent-dark.scss +4 -0
- package/styles/h-scroll/fluent.css +326 -0
- package/styles/h-scroll/fluent.scss +4 -0
- package/styles/h-scroll/highcontrast-light.css +0 -1
- package/styles/h-scroll/highcontrast.css +0 -1
- package/styles/h-scroll/icons/_fluent-dark.scss +1 -0
- package/styles/h-scroll/icons/_fluent.scss +9 -9
- package/styles/h-scroll/icons/_tailwind.scss +8 -8
- package/styles/h-scroll/material-dark.css +3 -4
- package/styles/h-scroll/material.css +0 -1
- package/styles/h-scroll/tailwind-dark.css +8 -9
- package/styles/h-scroll/tailwind.css +8 -9
- package/styles/highcontrast-light.css +310 -71
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +311 -72
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +313 -72
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +310 -69
- package/styles/material.scss +1 -0
- package/styles/menu/_bootstrap5-definition.scss +4 -5
- package/styles/menu/_fluent-dark-definition.scss +1 -0
- package/styles/menu/_fluent-definition.scss +9 -9
- package/styles/menu/_layout.scss +8 -4
- package/styles/menu/_tailwind-definition.scss +1 -0
- package/styles/menu/_theme.scss +9 -0
- package/styles/menu/bootstrap-dark.css +1 -2
- package/styles/menu/bootstrap.css +1 -2
- package/styles/menu/bootstrap4.css +1 -2
- package/styles/menu/bootstrap5-dark.css +23 -24
- package/styles/menu/bootstrap5.css +23 -24
- package/styles/menu/fabric-dark.css +1 -2
- package/styles/menu/fabric.css +1 -2
- package/styles/menu/fluent-dark.css +1261 -0
- package/styles/menu/fluent-dark.scss +8 -0
- package/styles/menu/fluent.css +1261 -0
- package/styles/menu/fluent.scss +8 -0
- package/styles/menu/highcontrast-light.css +1 -2
- package/styles/menu/highcontrast.css +1 -2
- package/styles/menu/icons/_fluent-dark.scss +1 -0
- package/styles/menu/icons/_fluent.scss +14 -14
- package/styles/menu/icons/_tailwind-dark.scss +14 -14
- package/styles/menu/icons/_tailwind.scss +15 -15
- package/styles/menu/material-dark.css +1 -2
- package/styles/menu/material.css +1 -2
- package/styles/menu/tailwind-dark.css +18 -18
- package/styles/menu/tailwind.css +18 -18
- package/styles/sidebar/_fluent-dark-definition.scss +1 -0
- package/styles/sidebar/_theme.scss +5 -0
- package/styles/sidebar/bootstrap-dark.css +4 -0
- package/styles/sidebar/bootstrap.css +4 -0
- package/styles/sidebar/bootstrap4.css +4 -0
- package/styles/sidebar/bootstrap5-dark.css +4 -0
- package/styles/sidebar/bootstrap5.css +4 -0
- package/styles/sidebar/fabric-dark.css +4 -0
- package/styles/sidebar/fabric.css +4 -0
- package/styles/sidebar/fluent-dark.css +158 -0
- package/styles/sidebar/fluent-dark.scss +3 -0
- package/styles/sidebar/fluent.css +158 -0
- package/styles/sidebar/fluent.scss +3 -0
- package/styles/sidebar/highcontrast-light.css +4 -0
- package/styles/sidebar/highcontrast.css +4 -0
- package/styles/sidebar/material-dark.css +4 -0
- package/styles/sidebar/material.css +4 -0
- package/styles/sidebar/tailwind-dark.css +4 -0
- package/styles/sidebar/tailwind.css +4 -0
- package/styles/tab/_bootstrap5-definition.scss +7 -7
- package/styles/tab/_fluent-dark-definition.scss +1 -0
- package/styles/tab/_fluent-definition.scss +20 -20
- package/styles/tab/_highcontrast-definition.scss +1 -1
- package/styles/tab/_layout.scss +68 -12
- package/styles/tab/_tailwind-definition.scss +7 -7
- package/styles/tab/_theme.scss +12 -6
- package/styles/tab/bootstrap-dark.css +1 -1
- package/styles/tab/bootstrap.css +1 -1
- package/styles/tab/bootstrap4.css +1 -1
- package/styles/tab/bootstrap5-dark.css +23 -23
- package/styles/tab/bootstrap5.css +23 -23
- package/styles/tab/fabric-dark.css +1 -1
- package/styles/tab/fabric.css +1 -1
- package/styles/tab/fluent-dark.css +4394 -0
- package/styles/tab/fluent-dark.scss +5 -0
- package/styles/tab/fluent.css +4394 -0
- package/styles/tab/fluent.scss +5 -0
- package/styles/tab/highcontrast-light.css +1 -1
- package/styles/tab/highcontrast.css +2 -2
- package/styles/tab/icons/_fluent-dark.scss +1 -0
- package/styles/tab/icons/_fluent.scss +19 -18
- package/styles/tab/icons/_tailwind.scss +19 -18
- package/styles/tab/material-dark.css +1 -1
- package/styles/tab/material.css +1 -1
- package/styles/tab/tailwind-dark.css +43 -45
- package/styles/tab/tailwind.css +43 -45
- package/styles/tailwind-dark.css +428 -177
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +427 -176
- package/styles/tailwind.scss +1 -0
- package/styles/toolbar/_bootstrap-dark-definition.scss +1 -0
- package/styles/toolbar/_bootstrap-definition.scss +1 -0
- package/styles/toolbar/_bootstrap4-definition.scss +1 -0
- package/styles/toolbar/_bootstrap5-definition.scss +12 -11
- package/styles/toolbar/_fabric-dark-definition.scss +1 -0
- package/styles/toolbar/_fabric-definition.scss +1 -0
- package/styles/toolbar/_fluent-dark-definition.scss +1 -0
- package/styles/toolbar/_fluent-definition.scss +14 -13
- package/styles/toolbar/_highcontrast-definition.scss +1 -0
- package/styles/toolbar/_highcontrast-light-definition.scss +1 -0
- package/styles/toolbar/_layout.scss +13 -5
- package/styles/toolbar/_material-dark-definition.scss +1 -0
- package/styles/toolbar/_material-definition.scss +1 -0
- package/styles/toolbar/_tailwind-definition.scss +4 -3
- package/styles/toolbar/_theme.scss +5 -1
- package/styles/toolbar/bootstrap-dark.css +4 -0
- package/styles/toolbar/bootstrap.css +4 -0
- package/styles/toolbar/bootstrap4.css +4 -0
- package/styles/toolbar/bootstrap5-dark.css +35 -31
- package/styles/toolbar/bootstrap5.css +35 -31
- package/styles/toolbar/fabric-dark.css +4 -0
- package/styles/toolbar/fabric.css +4 -0
- package/styles/toolbar/fluent-dark.css +1365 -0
- package/styles/toolbar/fluent-dark.scss +8 -0
- package/styles/toolbar/fluent.css +1365 -0
- package/styles/toolbar/fluent.scss +8 -0
- package/styles/toolbar/highcontrast-light.css +4 -0
- package/styles/toolbar/highcontrast.css +4 -0
- package/styles/toolbar/icons/_fluent-dark.scss +1 -0
- package/styles/toolbar/icons/_fluent.scss +3 -2
- package/styles/toolbar/icons/_tailwind.scss +3 -2
- package/styles/toolbar/material-dark.css +4 -0
- package/styles/toolbar/material.css +4 -0
- package/styles/toolbar/tailwind-dark.css +10 -6
- package/styles/toolbar/tailwind.css +10 -6
- package/styles/treeview/_bootstrap5-definition.scss +2 -2
- package/styles/treeview/_fluent-dark-definition.scss +1 -0
- package/styles/treeview/_fluent-definition.scss +2 -2
- package/styles/treeview/_layout.scss +8 -3
- package/styles/treeview/_tailwind-definition.scss +5 -5
- package/styles/treeview/bootstrap5-dark.css +4 -4
- package/styles/treeview/bootstrap5.css +4 -4
- package/styles/treeview/fluent-dark.css +1039 -0
- package/styles/treeview/fluent-dark.scss +6 -0
- package/styles/treeview/fluent.css +1039 -0
- package/styles/treeview/fluent.scss +6 -0
- package/styles/treeview/icons/_fluent-dark.scss +1 -0
- package/styles/treeview/icons/_fluent.scss +5 -5
- package/styles/treeview/icons/_tailwind-dark.scss +5 -5
- package/styles/treeview/icons/_tailwind.scss +5 -5
- package/styles/treeview/tailwind-dark.css +13 -14
- package/styles/treeview/tailwind.css +13 -14
- package/styles/v-scroll/_fluent-dark-definition.scss +1 -0
- package/styles/v-scroll/fluent-dark.css +247 -0
- package/styles/v-scroll/fluent-dark.scss +4 -0
- package/styles/v-scroll/fluent.css +247 -0
- package/styles/v-scroll/fluent.scss +4 -0
- package/styles/v-scroll/icons/_fluent-dark.scss +1 -0
- package/styles/v-scroll/icons/_fluent.scss +5 -4
- package/styles/v-scroll/icons/_tailwind.scss +5 -4
- package/styles/v-scroll/tailwind-dark.css +4 -4
- package/styles/v-scroll/tailwind.css +4 -4
package/styles/tailwind.scss
CHANGED
|
@@ -71,6 +71,7 @@ $tbar-btn-border: none !default;
|
|
|
71
71
|
$tbar-nav-pressed-box-shadow: inset 0 4px 5px rgba($grey-base, .35) !default;
|
|
72
72
|
$tbar-pop-box-shadow: 0 6px 12px rgba(0 , 0 , 0 , .175) !default;
|
|
73
73
|
$tbar-pop-radius: 4px !default;
|
|
74
|
+
$tbar-item-pop-bg-color: transparent !default;
|
|
74
75
|
$tbar-radius: 4px !default;
|
|
75
76
|
$tbar-border-nav-active-type: none !default;
|
|
76
77
|
|
|
@@ -67,6 +67,7 @@ $tbar-btn-border: none !default;
|
|
|
67
67
|
$tbar-nav-pressed-box-shadow: inset 0 3px 5px rgba(0 , 0 , 0 , .125) !default;
|
|
68
68
|
$tbar-pop-box-shadow: 0 6px 12px rgba(0 , 0 , 0 , .175) !default;
|
|
69
69
|
$tbar-pop-radius: 4px !default;
|
|
70
|
+
$tbar-item-pop-bg-color: transparent !default;
|
|
70
71
|
$tbar-radius: 4px !default;
|
|
71
72
|
$tbar-border-nav-active-type: none !default;
|
|
72
73
|
|
|
@@ -73,6 +73,7 @@ $tbar-pressed-border: transparent !default;
|
|
|
73
73
|
$tbar-nav-pressed-box-shadow: none !default;
|
|
74
74
|
$tbar-pop-box-shadow: none !default;
|
|
75
75
|
$tbar-pop-radius: 4px !default;
|
|
76
|
+
$tbar-item-pop-bg-color: transparent !default;
|
|
76
77
|
$tbar-radius: 4px !default;
|
|
77
78
|
$tbar-border-nav-active-type: none !default;
|
|
78
79
|
|
|
@@ -17,7 +17,7 @@ $tbar-nav-pressed-box-shadow: none !default;
|
|
|
17
17
|
$tbar-btn-pressed-box-shadow: none !default;
|
|
18
18
|
|
|
19
19
|
// padding definitions
|
|
20
|
-
$tbar-item-bgr-padding:
|
|
20
|
+
$tbar-item-bgr-padding: 4px !default;
|
|
21
21
|
$tbar-item-nrml-padding: 4px !default;
|
|
22
22
|
$tbar-btn-nrml-padding: 0 4px !default;
|
|
23
23
|
$tbar-btn-bgr-padding: 0 8px !default;
|
|
@@ -43,16 +43,16 @@ $tbar-item-nrml-padding-small: 1px 0 !default;
|
|
|
43
43
|
// dimension definitions
|
|
44
44
|
$tbar-btn-bgr-line-height: 24px !default;
|
|
45
45
|
$tbar-btn-nrml-line-height: 22px !default;
|
|
46
|
-
$tbar-btn-nrml-minheight:
|
|
46
|
+
$tbar-btn-nrml-minheight: 32px !default;
|
|
47
47
|
$tbar-btn-bgr-minheight: 38px !default;
|
|
48
|
-
$tbar-btn-nrml-minwidth:
|
|
48
|
+
$tbar-btn-nrml-minwidth: 32px !default;
|
|
49
49
|
$tbar-btn-bgr-minwidth: 38px !default;
|
|
50
50
|
$tbar-btn-bgr-height: calc(100% - 11px) !default;
|
|
51
51
|
$tbar-btn-nrml-height: calc(100% - 10px) !default;
|
|
52
52
|
$tbar-nrml-size: 38px !default;
|
|
53
|
-
$tbar-bgr-size:
|
|
53
|
+
$tbar-bgr-size: 46px !default;
|
|
54
54
|
$tbar-nrml-items-size: 38px !default;
|
|
55
|
-
$tbar-bgr-items-size:
|
|
55
|
+
$tbar-bgr-items-size: 46px !default;
|
|
56
56
|
$tbar-nrml-item-size: 38px !default;
|
|
57
57
|
$tbar-item-height: 38px !default;
|
|
58
58
|
$tbar-item-nrml-minwidth: 28px !default;
|
|
@@ -69,7 +69,7 @@ $tbar-btn-txt-line-height: inherit !default;
|
|
|
69
69
|
$tbar-nav-nrml-width: 28px !default;
|
|
70
70
|
$tbar-nav-bgr-width: 36px !default;
|
|
71
71
|
$tbar-btn-pop-nrml-minheight: 38px !default;
|
|
72
|
-
$tbar-btn-pop-bgr-minheight:
|
|
72
|
+
$tbar-btn-pop-bgr-minheight: 46px !default;
|
|
73
73
|
$tbar-radius: 0;
|
|
74
74
|
$tbar-pop-radius: 4px;
|
|
75
75
|
$tbar-pop-padding-bottom: 5px !default;
|
|
@@ -85,7 +85,7 @@ $tba-vertical-separator: 0 0 $tbar-separator-size 0 !default;
|
|
|
85
85
|
|
|
86
86
|
// margin definitions
|
|
87
87
|
$tbar-item-nrml-mrgn: 8px !default;
|
|
88
|
-
$tbar-item-bgr-mrgn:
|
|
88
|
+
$tbar-item-bgr-mrgn: 12px !default;
|
|
89
89
|
$tbar-multirow-items-mrgn-bigger: 12.5px !default;
|
|
90
90
|
$tbar-multirow-items-mrgn-small: 10px !default;
|
|
91
91
|
$tbar-multirow-item-top-btm-mrgn-bigger: 1.5px 0 !default;
|
|
@@ -96,9 +96,9 @@ $tbar-btn-nrml-mrgn: 0 !default;
|
|
|
96
96
|
$tbar-v-btn-bgr-mrgn: 0 !default;
|
|
97
97
|
$tbar-v-btn-nrml-mrgn: 0 !default;
|
|
98
98
|
$tbar-separator-vertical-nrml-mrgn: 3px 7px;
|
|
99
|
-
$tbar-separator-bgr-mrgn: 8px
|
|
99
|
+
$tbar-separator-bgr-mrgn: 8px;
|
|
100
100
|
$tbar-separator-vertical-bgr-mrgn: 5px 10px;
|
|
101
|
-
$tbar-separator-nrml-mrgn:
|
|
101
|
+
$tbar-separator-nrml-mrgn: 5px 10px;
|
|
102
102
|
|
|
103
103
|
// border definitions
|
|
104
104
|
$border-size: 0;
|
|
@@ -117,6 +117,7 @@ $tbar-press-border-color: $border-light !default;
|
|
|
117
117
|
$tbar-border-nav-type: $border-light !default;
|
|
118
118
|
$tbar-border-nav-active-type: $border-light !default;
|
|
119
119
|
$tbar-btn-border: none !default;
|
|
120
|
+
$tbar-item-pop-bg-color: $transparent !default;
|
|
120
121
|
$tbar-popup-border-width: 0 0 0 $border-size !default;
|
|
121
122
|
$tbar-popup-rtl-border-width: 0 $border-size 0 0 !default;
|
|
122
123
|
$tbar-popup-vertical-border-width: $border-size 0 0 0 !default;
|
|
@@ -140,14 +141,14 @@ $tbar-hover-bg: $secondary-bg-color-hover !default;
|
|
|
140
141
|
$tbar-hover-font: $icon-color !default;
|
|
141
142
|
$tbar-hover-font-color: $tbar-hover-font !default;
|
|
142
143
|
$tbar-default-icon-color: $icon-color !default;
|
|
143
|
-
$tbar-pressed-bg: $
|
|
144
|
+
$tbar-pressed-bg: $secondary-bg-color-focus !default;
|
|
144
145
|
$tbar-pressed-font: $content-text-color-alt2 !default;
|
|
145
146
|
$tbar-select-font: $content-text-color-alt2 !default;
|
|
146
147
|
$tbar-default-font-overlay: $content-text-color-alt2 !default;
|
|
147
148
|
$tbar-default-icon-overlay: $content-text-color-alt2 !default;
|
|
148
149
|
$tbar-focus-bg: $tbar-hover-bg !default;
|
|
149
150
|
$tbar-press-font: $content-text-color-alt2 !default;
|
|
150
|
-
$tbar-active-font-color: $
|
|
151
|
+
$tbar-active-font-color: $primary-text-color !default;
|
|
151
152
|
$tbar-btn-active-font-color: $tbar-press-font !default;
|
|
152
153
|
$tbar-popup-btn-bg-color: transparent !default;
|
|
153
154
|
$tbar-pop-bg: $flyout-bg-color !default;
|
|
@@ -13,6 +13,7 @@ $tbar-pop-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .21) !default;
|
|
|
13
13
|
$tbar-hover-border-color: $hover-border-color !default;
|
|
14
14
|
$tbar-pressed-border: $tbar-hover-border-color !default;
|
|
15
15
|
$tbar-pop-btn-bgr-padding: $tbar-zero-value 4px !default;
|
|
16
|
+
$tbar-item-pop-bg-color: transparent !default;
|
|
16
17
|
$tbar-pop-btn-nrml-padding: $tbar-zero-value 4px !default;
|
|
17
18
|
$tbar-separator-bgr-minheight: 36px !default;
|
|
18
19
|
$tbar-separator-vertical-bgr-mrgn: 5px 10px !default;
|
|
@@ -23,6 +23,7 @@ $tbar-btn-box-shadow: none !default;
|
|
|
23
23
|
$tbar-default-bg: $neutral-white !default;
|
|
24
24
|
$tbar-items-default-bg: $tbar-default-bg !default;
|
|
25
25
|
$tbar-pop-bg: $tbar-default-bg !default;
|
|
26
|
+
$tbar-item-pop-bg-color: transparent !default;
|
|
26
27
|
$tbar-default-font: $neutral-light-font !default;
|
|
27
28
|
$tbar-active-bg: $theme-primary !default;
|
|
28
29
|
$tbar-active-icon-color: $theme-primary-font !default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './fluent-definition.scss';
|
|
@@ -2,10 +2,10 @@ $tbar-skin: 'FluentUI' !default;
|
|
|
2
2
|
$border-size: 0;
|
|
3
3
|
$border-type: solid;
|
|
4
4
|
$tbar-icons-bgr-font-size: $text-xl;
|
|
5
|
-
$tbar-separator-bgr-mrgn:
|
|
5
|
+
$tbar-separator-bgr-mrgn: 4px !default;
|
|
6
6
|
$tbar-separator-vertical-bgr-mrgn: 5px 10px;
|
|
7
7
|
$tbar-radius: 0;
|
|
8
|
-
$tbar-separator-nrml-mrgn:
|
|
8
|
+
$tbar-separator-nrml-mrgn: 4px !default;
|
|
9
9
|
$tbar-pop-radius: 4px;
|
|
10
10
|
$tbar-separator-vertical-nrml-mrgn: 3px 7px;
|
|
11
11
|
$tbar-border-size: $border-size;
|
|
@@ -44,7 +44,7 @@ $tbar-separator-border: $border-dark !default;
|
|
|
44
44
|
$tbar-default-border: $border-light !default;
|
|
45
45
|
$tbar-hover-border-color: $icon-color !default;
|
|
46
46
|
$tbar-focus-border-color: $tbar-hover-border-color !default;
|
|
47
|
-
$tbar-focus-bg: $
|
|
47
|
+
$tbar-focus-bg: $content-bg-color-alt4 !default;
|
|
48
48
|
$tbar-press-font: $content-text-color !default;
|
|
49
49
|
|
|
50
50
|
$tbar-btn-active-font-color: $tbar-press-font !default;
|
|
@@ -64,7 +64,7 @@ $tbar-popup-vertical-border-width: $border-size 0 0 0 !default;
|
|
|
64
64
|
$tbar-popup-vertical-rtl-border-width: 0 0 $border-size 0 !default;
|
|
65
65
|
$tbar-nrml-size: 38px !default;
|
|
66
66
|
$tbar-bgr-size: 48px !default;
|
|
67
|
-
$tbar-nrml-items-size:
|
|
67
|
+
$tbar-nrml-items-size: 40px !default;
|
|
68
68
|
$tbar-bgr-items-size: 48px !default;
|
|
69
69
|
$tbar-nrml-item-size: 38px !default;
|
|
70
70
|
$tbar-item-height: auto !default;
|
|
@@ -72,10 +72,11 @@ $tbar-item-nrml-minwidth: 28px !default;
|
|
|
72
72
|
$tbar-bgr-item-size: 49px !default;
|
|
73
73
|
$tbar-btn-font-size: $text-lg !default;
|
|
74
74
|
$tbar-btn-txt-font-size: $text-sm !default;
|
|
75
|
-
$tbar-popup-btn-bg-color: transparent !default;
|
|
75
|
+
$tbar-popup-btn-bg-color: $transparent !default;
|
|
76
|
+
$tbar-item-pop-bg-color: $transparent !default;
|
|
76
77
|
|
|
77
|
-
$tbar-item-bgr-padding:
|
|
78
|
-
$tbar-item-nrml-padding: 4px !default;
|
|
78
|
+
$tbar-item-bgr-padding: 0 6px !default;
|
|
79
|
+
$tbar-item-nrml-padding: 0 4px !default;
|
|
79
80
|
$tbar-btn-nrml-padding: 0 4px !default;
|
|
80
81
|
$tbar-btn-bgr-padding: 0 8px !default;
|
|
81
82
|
$tbar-btn-bgr-focus-padding: 0 6px !default;
|
|
@@ -93,8 +94,8 @@ $tbar-pop-btn-bgr-padding: 8px 18px !default;
|
|
|
93
94
|
$tbar-pop-btn-nrml-padding: 6px 12px !default;
|
|
94
95
|
$tbar-pop-icon-bgr-padding: 0 6px 0 0 !default;
|
|
95
96
|
$tbar-pop-icon-nrml-padding: 0 4px 0 0 !default;
|
|
96
|
-
$tbar-pop-btn-txt-nrml-pad:
|
|
97
|
-
$tbar-pop-btn-txt-bgr-pad:
|
|
97
|
+
$tbar-pop-btn-txt-nrml-pad: 4px !default;
|
|
98
|
+
$tbar-pop-btn-txt-bgr-pad: 4px !default;
|
|
98
99
|
|
|
99
100
|
$tbar-nav-press-border: 0 !default;
|
|
100
101
|
$tbar-nav-hover-border: 0 !default;
|
|
@@ -107,10 +108,10 @@ $tbar-btn-nrml-mrgn: 0 !default;
|
|
|
107
108
|
$tbar-v-btn-bgr-mrgn: 0 !default;
|
|
108
109
|
$tbar-v-btn-nrml-mrgn: 0 !default;
|
|
109
110
|
$tbar-popup-padding: 0 !default;
|
|
110
|
-
$tbar-btn-nrml-minheight:
|
|
111
|
-
$tbar-btn-bgr-minheight:
|
|
112
|
-
$tbar-btn-nrml-minwidth:
|
|
113
|
-
$tbar-btn-bgr-minwidth:
|
|
111
|
+
$tbar-btn-nrml-minheight: 40px !default;
|
|
112
|
+
$tbar-btn-bgr-minheight: 48px !default;
|
|
113
|
+
$tbar-btn-nrml-minwidth: 40px !default;
|
|
114
|
+
$tbar-btn-bgr-minwidth: 48px !default;
|
|
114
115
|
$tbar-btn-bgr-height: calc(100% - 11px) !default;
|
|
115
116
|
$tbar-btn-nrml-height: calc(100% - 10px) !default;
|
|
116
117
|
$tbar-separator-nrml-height: 24px !default;
|
|
@@ -5,6 +5,7 @@ $tbar-separator-vertical-bgr-mrgn: 5px 10px;
|
|
|
5
5
|
$tbar-radius: 0;
|
|
6
6
|
$tbar-separator-nrml-mrgn: 7.5px 3px;
|
|
7
7
|
$tbar-pop-radius: 0;
|
|
8
|
+
$tbar-item-pop-bg-color: transparent !default;
|
|
8
9
|
$tbar-separator-vertical-nrml-mrgn: 3px 7.5px;
|
|
9
10
|
$tbar-border-size: $border-size;
|
|
10
11
|
$tbar-separator-border-type: $border-type;
|
|
@@ -55,6 +55,7 @@ $tbar-pressed-font: $tbar-hover-font !default;
|
|
|
55
55
|
$tbar-default-bg: $bg-base-0 !default;
|
|
56
56
|
$tbar-items-default-bg: $tbar-default-bg !default;
|
|
57
57
|
$tbar-pop-bg: $tbar-default-bg !default;
|
|
58
|
+
$tbar-item-pop-bg-color: transparent !default;
|
|
58
59
|
$tbar-default-font: $content-font !default;
|
|
59
60
|
$tbar-active-bg: transparent !default;
|
|
60
61
|
$tbar-active-icon-color: $selection-font !default;
|
|
@@ -258,7 +258,9 @@
|
|
|
258
258
|
|
|
259
259
|
&:not(.e-separator) {
|
|
260
260
|
min-width: $tbar-bgr-item-size;
|
|
261
|
-
|
|
261
|
+
@if ($tbar-skin != 'FluentUI') {
|
|
262
|
+
padding: $tbar-item-bgr-padding;
|
|
263
|
+
}
|
|
262
264
|
}
|
|
263
265
|
|
|
264
266
|
&.e-separator {
|
|
@@ -362,7 +364,9 @@
|
|
|
362
364
|
}
|
|
363
365
|
|
|
364
366
|
min-width: $tbar-bgr-item-size;
|
|
365
|
-
|
|
367
|
+
@if ($tbar-skin != 'FluentUI') {
|
|
368
|
+
padding: $tbar-item-bgr-padding;
|
|
369
|
+
}
|
|
366
370
|
}
|
|
367
371
|
|
|
368
372
|
.e-toolbar-item.e-separator.e-extended-separator {
|
|
@@ -593,7 +597,9 @@
|
|
|
593
597
|
|
|
594
598
|
height: 100%;
|
|
595
599
|
min-width: $tbar-item-nrml-minwidth;
|
|
596
|
-
|
|
600
|
+
@if ($tbar-skin != 'FluentUI') {
|
|
601
|
+
padding: $tbar-item-nrml-padding;
|
|
602
|
+
}
|
|
597
603
|
}
|
|
598
604
|
|
|
599
605
|
.e-toolbar-item.e-separator.e-extended-separator {
|
|
@@ -1230,7 +1236,9 @@
|
|
|
1230
1236
|
&:not(.e-separator) {
|
|
1231
1237
|
height: inherit;
|
|
1232
1238
|
min-width: $tbar-item-nrml-minwidth;
|
|
1233
|
-
|
|
1239
|
+
@if ($tbar-skin != 'FluentUI') {
|
|
1240
|
+
padding: $tbar-item-nrml-padding;
|
|
1241
|
+
}
|
|
1234
1242
|
}
|
|
1235
1243
|
|
|
1236
1244
|
&.e-separator {
|
|
@@ -1291,7 +1299,7 @@
|
|
|
1291
1299
|
}
|
|
1292
1300
|
}
|
|
1293
1301
|
|
|
1294
|
-
@if $tbar-skin == 'highcontrast' or $tbar-skin == 'fabric' {
|
|
1302
|
+
@if $tbar-skin == 'highcontrast' or $tbar-skin == 'fabric' or $tbar-skin == 'FluentUI' {
|
|
1295
1303
|
&:focus {
|
|
1296
1304
|
outline: none;
|
|
1297
1305
|
}
|
|
@@ -109,6 +109,7 @@ $tbar-item-height: auto !default;
|
|
|
109
109
|
$tbar-btn-nrml-padding: $tbar-zero-value 1.5px !default;
|
|
110
110
|
$tbar-pop-btn-bgr-padding: $tbar-zero-value 16px !default;
|
|
111
111
|
$tbar-pop-btn-nrml-padding: $tbar-zero-value 16px !default;
|
|
112
|
+
$tbar-item-pop-bg-color: transparent !default;
|
|
112
113
|
|
|
113
114
|
$tbar-nav-press-border: 0 !default;
|
|
114
115
|
$tbar-nav-hover-border: 0 !default;
|
|
@@ -107,6 +107,7 @@ $tbar-popup-border-width: 0 0 0 $border-size !default;
|
|
|
107
107
|
$tbar-popup-rtl-border-width: 0 $border-size 0 0 !default;
|
|
108
108
|
$tbar-popup-vertical-border-width: $border-size 0 0 0 !default;
|
|
109
109
|
$tbar-popup-vertical-rtl-border-width: 0 0 $border-size 0 !default;
|
|
110
|
+
$tbar-item-pop-bg-color: transparent !default;
|
|
110
111
|
|
|
111
112
|
$tbar-btn-weight: 400 !default;
|
|
112
113
|
$tbar-btn-family: 'Roboto', 'Segoe UI', 'GeezaPro', 'DejaVu Serif' !default;;
|
|
@@ -2,10 +2,10 @@ $tbar-skin: 'tailwind' !default;
|
|
|
2
2
|
$border-size: 0;
|
|
3
3
|
$border-type: solid;
|
|
4
4
|
$tbar-icons-bgr-font-size: $text-xl;
|
|
5
|
-
$tbar-separator-bgr-mrgn: 8px
|
|
5
|
+
$tbar-separator-bgr-mrgn: 8px 6px;
|
|
6
6
|
$tbar-separator-vertical-bgr-mrgn: 5px 10px;
|
|
7
7
|
$tbar-radius: 0;
|
|
8
|
-
$tbar-separator-nrml-mrgn: 7px
|
|
8
|
+
$tbar-separator-nrml-mrgn: 7px 4px;
|
|
9
9
|
$tbar-pop-radius: 4px;
|
|
10
10
|
$tbar-separator-vertical-nrml-mrgn: 3px 7px;
|
|
11
11
|
$tbar-border-size: $border-size;
|
|
@@ -72,7 +72,8 @@ $tbar-item-nrml-minwidth: 28px !default;
|
|
|
72
72
|
$tbar-bgr-item-size: 49px !default;
|
|
73
73
|
$tbar-btn-font-size: $text-lg !default;
|
|
74
74
|
$tbar-btn-txt-font-size: $text-sm !default;
|
|
75
|
-
$tbar-popup-btn-bg-color: transparent !default;
|
|
75
|
+
$tbar-popup-btn-bg-color: $transparent !default;
|
|
76
|
+
$tbar-item-pop-bg-color: $transparent !default;
|
|
76
77
|
|
|
77
78
|
$tbar-item-bgr-padding: 5px 6px !default;
|
|
78
79
|
$tbar-item-nrml-padding: 4px !default;
|
|
@@ -211,11 +211,15 @@
|
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
213
|
|
|
214
|
-
@if $tbar-skin == 'highcontrast' or $tbar-skin == 'fabric' {
|
|
214
|
+
@if $tbar-skin == 'highcontrast' or $tbar-skin == 'fabric' or $tbar-skin == 'FluentUI' {
|
|
215
215
|
.e-btn:focus {
|
|
216
216
|
outline: none;
|
|
217
217
|
}
|
|
218
218
|
}
|
|
219
|
+
|
|
220
|
+
&:not(.e-separator) {
|
|
221
|
+
background: $tbar-item-pop-bg-color;
|
|
222
|
+
}
|
|
219
223
|
}
|
|
220
224
|
}
|
|
221
225
|
|
|
@@ -1274,6 +1274,10 @@
|
|
|
1274
1274
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1275
1275
|
}
|
|
1276
1276
|
|
|
1277
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1278
|
+
background: transparent;
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1277
1281
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1278
1282
|
background: #131313;
|
|
1279
1283
|
}
|
|
@@ -1277,6 +1277,10 @@
|
|
|
1277
1277
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1278
1278
|
}
|
|
1279
1279
|
|
|
1280
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1281
|
+
background: transparent;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1280
1284
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1281
1285
|
background: #f8f8f8;
|
|
1282
1286
|
}
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
/*! toolbar layout */
|
|
26
26
|
.e-bigger .e-toolbar,
|
|
27
27
|
.e-toolbar.e-bigger {
|
|
28
|
-
height:
|
|
29
|
-
min-height:
|
|
28
|
+
height: 46px;
|
|
29
|
+
min-height: 46px;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
|
|
67
67
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
68
68
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
69
|
-
margin-left:
|
|
69
|
+
margin-left: 12px;
|
|
70
70
|
margin-right: initial;
|
|
71
71
|
}
|
|
72
72
|
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
|
|
78
78
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
|
|
79
79
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
80
|
-
margin-left:
|
|
80
|
+
margin-left: 12px;
|
|
81
81
|
margin-right: 0;
|
|
82
82
|
}
|
|
83
83
|
|
|
@@ -99,12 +99,12 @@
|
|
|
99
99
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
100
100
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
101
101
|
margin-left: 0;
|
|
102
|
-
margin-right:
|
|
102
|
+
margin-right: 12px;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
.e-bigger .e-toolbar .e-hor-nav,
|
|
106
106
|
.e-toolbar.e-bigger .e-hor-nav {
|
|
107
|
-
min-height:
|
|
107
|
+
min-height: 46px;
|
|
108
108
|
min-width: 36px;
|
|
109
109
|
}
|
|
110
110
|
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
|
|
142
142
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
143
143
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
144
|
-
min-height:
|
|
144
|
+
min-height: 46px;
|
|
145
145
|
padding: 8px 18px;
|
|
146
146
|
}
|
|
147
147
|
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
|
|
160
160
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
161
161
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
162
|
-
min-height:
|
|
162
|
+
min-height: 46px;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
|
|
195
195
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
196
196
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
197
|
-
margin-right:
|
|
197
|
+
margin-right: 12px;
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
|
|
205
205
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
|
|
206
206
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
207
|
-
margin-right:
|
|
207
|
+
margin-right: 12px;
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
|
|
@@ -214,29 +214,29 @@
|
|
|
214
214
|
|
|
215
215
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
|
|
216
216
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
217
|
-
margin-left:
|
|
217
|
+
margin-left: 12px;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
.e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
221
221
|
.e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
222
|
-
margin-left:
|
|
222
|
+
margin-left: 12px;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
226
226
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item {
|
|
227
|
-
min-height:
|
|
227
|
+
min-height: 46px;
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
231
231
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
232
232
|
min-width: 49px;
|
|
233
|
-
padding:
|
|
233
|
+
padding: 4px;
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
237
237
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
|
|
238
238
|
height: 30px;
|
|
239
|
-
margin: 8px
|
|
239
|
+
margin: 8px;
|
|
240
240
|
min-height: 30px;
|
|
241
241
|
}
|
|
242
242
|
|
|
@@ -281,10 +281,10 @@
|
|
|
281
281
|
|
|
282
282
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
|
|
283
283
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
|
|
284
|
-
min-height:
|
|
284
|
+
min-height: 46px;
|
|
285
285
|
padding-bottom: 0;
|
|
286
|
-
padding-left:
|
|
287
|
-
padding-right:
|
|
286
|
+
padding-left: 12px;
|
|
287
|
+
padding-right: 12px;
|
|
288
288
|
padding-top: 0;
|
|
289
289
|
margin-left: -1px;
|
|
290
290
|
}
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
315
315
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
316
316
|
min-width: 49px;
|
|
317
|
-
padding:
|
|
317
|
+
padding: 4px;
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator,
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
cursor: pointer;
|
|
338
338
|
display: -ms-inline-flexbox;
|
|
339
339
|
display: inline-flex;
|
|
340
|
-
min-height:
|
|
340
|
+
min-height: 46px;
|
|
341
341
|
vertical-align: middle;
|
|
342
342
|
width: auto;
|
|
343
343
|
}
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
|
|
369
369
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
370
370
|
height: 30px;
|
|
371
|
-
margin: 8px
|
|
371
|
+
margin: 8px;
|
|
372
372
|
min-height: 30px;
|
|
373
373
|
}
|
|
374
374
|
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
|
|
388
388
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
389
389
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
390
|
-
padding-right:
|
|
390
|
+
padding-right: 12px;
|
|
391
391
|
margin-left: 0;
|
|
392
392
|
}
|
|
393
393
|
|
|
@@ -552,8 +552,8 @@
|
|
|
552
552
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
553
553
|
height: calc(100% - 10px);
|
|
554
554
|
margin: 0;
|
|
555
|
-
min-height:
|
|
556
|
-
min-width:
|
|
555
|
+
min-height: 32px;
|
|
556
|
+
min-width: 32px;
|
|
557
557
|
padding: 0 4px;
|
|
558
558
|
}
|
|
559
559
|
|
|
@@ -562,7 +562,7 @@
|
|
|
562
562
|
}
|
|
563
563
|
|
|
564
564
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
565
|
-
margin:
|
|
565
|
+
margin: 5px 10px;
|
|
566
566
|
min-height: 16px;
|
|
567
567
|
min-width: 1px;
|
|
568
568
|
vertical-align: middle;
|
|
@@ -1008,7 +1008,7 @@
|
|
|
1008
1008
|
}
|
|
1009
1009
|
|
|
1010
1010
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1011
|
-
margin:
|
|
1011
|
+
margin: 5px 10px;
|
|
1012
1012
|
min-height: 24px;
|
|
1013
1013
|
min-width: 1px;
|
|
1014
1014
|
}
|
|
@@ -1024,8 +1024,8 @@
|
|
|
1024
1024
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1025
1025
|
height: calc(100% - 10px);
|
|
1026
1026
|
margin: 0;
|
|
1027
|
-
min-height:
|
|
1028
|
-
min-width:
|
|
1027
|
+
min-height: 32px;
|
|
1028
|
+
min-width: 32px;
|
|
1029
1029
|
padding: 0 4px;
|
|
1030
1030
|
border-radius: 4px;
|
|
1031
1031
|
}
|
|
@@ -1278,21 +1278,25 @@
|
|
|
1278
1278
|
background: #5c636a;
|
|
1279
1279
|
}
|
|
1280
1280
|
|
|
1281
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1282
|
+
background: transparent;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1281
1285
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1282
1286
|
background: #282d31;
|
|
1283
1287
|
}
|
|
1284
1288
|
|
|
1285
1289
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
1286
1290
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1287
|
-
background: #
|
|
1291
|
+
background: #5c636a;
|
|
1288
1292
|
border: 0;
|
|
1289
1293
|
box-shadow: none;
|
|
1290
|
-
border-left: 0 #444c54 #
|
|
1294
|
+
border-left: 0 #444c54 #5c636a;
|
|
1291
1295
|
}
|
|
1292
1296
|
|
|
1293
1297
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
1294
1298
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
1295
|
-
color: #
|
|
1299
|
+
color: #fff;
|
|
1296
1300
|
}
|
|
1297
1301
|
|
|
1298
1302
|
.e-toolbar .e-tbar-btn {
|