@syncfusion/ej2-navigations 24.2.8 → 25.1.35
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 +4 -43
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +145 -127
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +145 -127
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -12
- package/src/accordion/accordion-model.d.ts +3 -2
- package/src/accordion/accordion.d.ts +3 -2
- package/src/accordion/accordion.js +7 -7
- package/src/breadcrumb/breadcrumb.js +2 -1
- package/src/common/menu-base-model.d.ts +3 -2
- package/src/common/menu-base.d.ts +3 -2
- package/src/common/menu-base.js +101 -101
- package/src/menu/menu-model.d.ts +3 -2
- package/src/menu/menu.d.ts +3 -2
- package/src/menu/menu.js +1 -1
- package/src/stepper/stepper.js +1 -2
- package/src/tab/tab-model.d.ts +7 -21
- package/src/tab/tab.d.ts +7 -21
- package/src/tab/tab.js +5 -5
- package/src/toolbar/toolbar.js +25 -7
- package/src/treeview/treeview-model.d.ts +4 -7
- package/src/treeview/treeview.d.ts +3 -3
- package/src/treeview/treeview.js +5 -5
- package/styles/accordion/_bds-definition.scss +180 -0
- package/styles/accordion/_material-definition.scss +1 -1
- package/styles/accordion/icons/_bds.scss +17 -0
- package/styles/accordion/material.css +1 -1
- package/styles/appbar/_bds-definition.scss +27 -0
- package/styles/bootstrap-dark.css +12 -4
- package/styles/bootstrap.css +12 -4
- package/styles/bootstrap4.css +12 -4
- package/styles/bootstrap5-dark.css +12 -4
- package/styles/bootstrap5.css +12 -4
- package/styles/breadcrumb/_bds-definition.scss +60 -0
- package/styles/breadcrumb/icons/_bds.scss +25 -0
- package/styles/carousel/_bds-definition.scss +27 -0
- package/styles/carousel/_layout.scss +5 -0
- package/styles/carousel/bootstrap-dark.css +6 -0
- package/styles/carousel/bootstrap.css +6 -0
- package/styles/carousel/bootstrap4.css +6 -0
- package/styles/carousel/bootstrap5-dark.css +6 -0
- package/styles/carousel/bootstrap5.css +6 -0
- package/styles/carousel/fabric-dark.css +6 -0
- package/styles/carousel/fabric.css +6 -0
- package/styles/carousel/fluent-dark.css +6 -0
- package/styles/carousel/fluent.css +6 -0
- package/styles/carousel/highcontrast-light.css +6 -0
- package/styles/carousel/highcontrast.css +6 -0
- package/styles/carousel/icons/_bds.scss +30 -0
- package/styles/carousel/material-dark.css +6 -0
- package/styles/carousel/material.css +6 -0
- package/styles/carousel/material3-dark.css +6 -0
- package/styles/carousel/material3.css +6 -0
- package/styles/carousel/tailwind-dark.css +6 -0
- package/styles/carousel/tailwind.css +6 -0
- package/styles/context-menu/_bds-definition.scss +65 -0
- package/styles/context-menu/icons/_bds.scss +33 -0
- package/styles/fabric-dark.css +12 -4
- package/styles/fabric.css +12 -4
- package/styles/fluent-dark.css +12 -4
- package/styles/fluent.css +12 -4
- package/styles/h-scroll/_bds-definition.scss +83 -0
- package/styles/h-scroll/icons/_bds.scss +49 -0
- package/styles/highcontrast-light.css +12 -4
- package/styles/highcontrast.css +12 -4
- package/styles/material-dark.css +12 -4
- package/styles/material.css +13 -5
- package/styles/material3-dark.css +12 -4
- package/styles/material3.css +12 -4
- package/styles/menu/_bds-definition.scss +66 -0
- package/styles/menu/icons/_bds.scss +134 -0
- package/styles/pager/_bds-definition.scss +152 -0
- package/styles/pager/icons/_bds.scss +50 -0
- package/styles/sidebar/_bds-definition.scss +45 -0
- package/styles/stepper/_bds-definition.scss +79 -0
- package/styles/stepper/_layout.scss +1 -0
- package/styles/stepper/bootstrap-dark.css +3 -0
- package/styles/stepper/bootstrap.css +3 -0
- package/styles/stepper/bootstrap4.css +3 -0
- package/styles/stepper/bootstrap5-dark.css +3 -0
- package/styles/stepper/bootstrap5.css +3 -0
- package/styles/stepper/fabric-dark.css +3 -0
- package/styles/stepper/fabric.css +3 -0
- package/styles/stepper/fluent-dark.css +3 -0
- package/styles/stepper/fluent.css +3 -0
- package/styles/stepper/highcontrast-light.css +3 -0
- package/styles/stepper/highcontrast.css +3 -0
- package/styles/stepper/icons/_bds.scss +5 -0
- package/styles/stepper/material-dark.css +3 -0
- package/styles/stepper/material.css +3 -0
- package/styles/stepper/material3-dark.css +3 -0
- package/styles/stepper/material3.css +3 -0
- package/styles/stepper/tailwind-dark.css +3 -0
- package/styles/stepper/tailwind.css +3 -0
- package/styles/tab/_bds-definition.scss +701 -0
- package/styles/tab/icons/_bds.scss +92 -0
- package/styles/tailwind-dark.css +14 -6
- package/styles/tailwind.css +12 -4
- package/styles/toolbar/_bds-definition.scss +215 -0
- package/styles/toolbar/_layout.scss +6 -7
- package/styles/toolbar/bootstrap-dark.css +3 -4
- package/styles/toolbar/bootstrap.css +3 -4
- package/styles/toolbar/bootstrap4.css +3 -4
- package/styles/toolbar/bootstrap5-dark.css +3 -4
- package/styles/toolbar/bootstrap5.css +3 -4
- package/styles/toolbar/fabric-dark.css +3 -4
- package/styles/toolbar/fabric.css +3 -4
- package/styles/toolbar/fluent-dark.css +3 -4
- package/styles/toolbar/fluent.css +3 -4
- package/styles/toolbar/highcontrast-light.css +3 -4
- package/styles/toolbar/highcontrast.css +3 -4
- package/styles/toolbar/icons/_bds.scss +16 -0
- package/styles/toolbar/material-dark.css +3 -4
- package/styles/toolbar/material.css +3 -4
- package/styles/toolbar/material3-dark.css +3 -4
- package/styles/toolbar/material3.css +3 -4
- package/styles/toolbar/tailwind-dark.css +3 -4
- package/styles/toolbar/tailwind.css +3 -4
- package/styles/treeview/_bds-definition.scss +132 -0
- package/styles/treeview/_tailwind-definition.scss +1 -1
- package/styles/treeview/_theme.scss +1 -1
- package/styles/treeview/icons/_bds.scss +43 -0
- package/styles/treeview/tailwind-dark.css +2 -2
- package/styles/v-scroll/_bds-definition.scss +49 -0
- package/styles/v-scroll/icons/_bds.scss +27 -0
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
@include export-module('tab-bds-icons') {
|
|
2
|
+
|
|
3
|
+
/*! tab icons */
|
|
4
|
+
#{&}.e-tab {
|
|
5
|
+
|
|
6
|
+
.e-tab-header {
|
|
7
|
+
|
|
8
|
+
.e-close-icon::before {
|
|
9
|
+
content: '\e7e7';
|
|
10
|
+
position: relative;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&.e-vertical-icon .e-tab-header {
|
|
15
|
+
|
|
16
|
+
@media screen and (max-width: 480px) {
|
|
17
|
+
|
|
18
|
+
.e-popup-up-icon::before {
|
|
19
|
+
content: '\e776';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-popup-down-icon::before {
|
|
23
|
+
content: '\e729';
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&.e-vertical-tab {
|
|
29
|
+
|
|
30
|
+
.e-tab-header {
|
|
31
|
+
|
|
32
|
+
.e-popup-up-icon {
|
|
33
|
+
|
|
34
|
+
&::before {
|
|
35
|
+
content: 'More';
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&::after {
|
|
39
|
+
content: '\e776';
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.e-popup-down-icon {
|
|
44
|
+
|
|
45
|
+
&::before {
|
|
46
|
+
content: 'More';
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
&::after {
|
|
50
|
+
content: '\e729';
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&.e-icon-tab {
|
|
56
|
+
|
|
57
|
+
.e-tab-header {
|
|
58
|
+
|
|
59
|
+
.e-popup-up-icon {
|
|
60
|
+
|
|
61
|
+
&::before {
|
|
62
|
+
content: '';
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
&::after {
|
|
66
|
+
content: '\e776';
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.e-popup-down-icon {
|
|
71
|
+
|
|
72
|
+
&::before {
|
|
73
|
+
content: '';
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
&::after {
|
|
77
|
+
content: '\e729';
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.e-tab-clone-element {
|
|
86
|
+
|
|
87
|
+
.e-close-icon::before {
|
|
88
|
+
content: '\e7e7';
|
|
89
|
+
position: relative;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1492,8 +1492,8 @@
|
|
|
1492
1492
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
1493
1493
|
padding: 4px 6px;
|
|
1494
1494
|
}
|
|
1495
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1496
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1495
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1496
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1497
1497
|
min-width: 49px;
|
|
1498
1498
|
padding: 5px 6px;
|
|
1499
1499
|
}
|
|
@@ -1850,7 +1850,7 @@
|
|
|
1850
1850
|
font-size: 14px;
|
|
1851
1851
|
padding: 4px;
|
|
1852
1852
|
}
|
|
1853
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1853
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1854
1854
|
height: inherit;
|
|
1855
1855
|
min-width: 28px;
|
|
1856
1856
|
padding: 4px;
|
|
@@ -2184,7 +2184,6 @@
|
|
|
2184
2184
|
}
|
|
2185
2185
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2186
2186
|
margin-left: 0;
|
|
2187
|
-
margin-right: 8px;
|
|
2188
2187
|
}
|
|
2189
2188
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2190
2189
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -3169,6 +3168,12 @@
|
|
|
3169
3168
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3170
3169
|
transform: rotate(180deg);
|
|
3171
3170
|
}
|
|
3171
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3172
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
3173
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
3174
|
+
line-height: 1;
|
|
3175
|
+
padding-left: 3px;
|
|
3176
|
+
}
|
|
3172
3177
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
3173
3178
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
3174
3179
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -8549,7 +8554,7 @@
|
|
|
8549
8554
|
}
|
|
8550
8555
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow,
|
|
8551
8556
|
.e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
8552
|
-
background-color: #
|
|
8557
|
+
background-color: #353c46;
|
|
8553
8558
|
border-color: #4b5563;
|
|
8554
8559
|
}
|
|
8555
8560
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
@@ -8596,7 +8601,7 @@
|
|
|
8596
8601
|
}
|
|
8597
8602
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
|
|
8598
8603
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8599
|
-
background-color: #
|
|
8604
|
+
background-color: #353c46;
|
|
8600
8605
|
border-color: #4b5563;
|
|
8601
8606
|
}
|
|
8602
8607
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
@@ -10632,6 +10637,9 @@ ejs-sidebar {
|
|
|
10632
10637
|
-ms-flex-direction: column;
|
|
10633
10638
|
flex-direction: column;
|
|
10634
10639
|
}
|
|
10640
|
+
.e-stepper.e-horizontal {
|
|
10641
|
+
display: block;
|
|
10642
|
+
}
|
|
10635
10643
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10636
10644
|
-ms-flex-direction: row;
|
|
10637
10645
|
flex-direction: row;
|
package/styles/tailwind.css
CHANGED
|
@@ -1492,8 +1492,8 @@
|
|
|
1492
1492
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
1493
1493
|
padding: 4px 6px;
|
|
1494
1494
|
}
|
|
1495
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1496
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1495
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1496
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1497
1497
|
min-width: 49px;
|
|
1498
1498
|
padding: 5px 6px;
|
|
1499
1499
|
}
|
|
@@ -1850,7 +1850,7 @@
|
|
|
1850
1850
|
font-size: 14px;
|
|
1851
1851
|
padding: 4px;
|
|
1852
1852
|
}
|
|
1853
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1853
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1854
1854
|
height: inherit;
|
|
1855
1855
|
min-width: 28px;
|
|
1856
1856
|
padding: 4px;
|
|
@@ -2184,7 +2184,6 @@
|
|
|
2184
2184
|
}
|
|
2185
2185
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2186
2186
|
margin-left: 0;
|
|
2187
|
-
margin-right: 8px;
|
|
2188
2187
|
}
|
|
2189
2188
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2190
2189
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -3169,6 +3168,12 @@
|
|
|
3169
3168
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3170
3169
|
transform: rotate(180deg);
|
|
3171
3170
|
}
|
|
3171
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3172
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
3173
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
3174
|
+
line-height: 1;
|
|
3175
|
+
padding-left: 3px;
|
|
3176
|
+
}
|
|
3172
3177
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
3173
3178
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
3174
3179
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10632,6 +10637,9 @@ ejs-sidebar {
|
|
|
10632
10637
|
-ms-flex-direction: column;
|
|
10633
10638
|
flex-direction: column;
|
|
10634
10639
|
}
|
|
10640
|
+
.e-stepper.e-horizontal {
|
|
10641
|
+
display: block;
|
|
10642
|
+
}
|
|
10635
10643
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10636
10644
|
-ms-flex-direction: row;
|
|
10637
10645
|
flex-direction: row;
|
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
$tbar-skin: $skin-name !default;
|
|
2
|
+
$border-size: 0;
|
|
3
|
+
$border-type: solid;
|
|
4
|
+
$tbar-icons-bgr-font-size: 22px;
|
|
5
|
+
$tbar-separator-bgr-mrgn: 8px 6px;
|
|
6
|
+
$tbar-separator-vertical-bgr-mrgn: 5px 10px;
|
|
7
|
+
$tbar-radius: 0;
|
|
8
|
+
$tbar-separator-nrml-mrgn: 7px 4px;
|
|
9
|
+
$tbar-pop-radius: 4px;
|
|
10
|
+
$tbar-separator-vertical-nrml-mrgn: 3px 7px;
|
|
11
|
+
$tbar-border-size: $border-size;
|
|
12
|
+
$tbar-separator-border-type: $border-type;
|
|
13
|
+
$tbar-pop-box-shadow: $shadow-lg;
|
|
14
|
+
$tbar-hover-border-color: $icon-color;
|
|
15
|
+
$tbar-pressed-border: $tbar-hover-border-color;
|
|
16
|
+
$tbar-zero-value: 0 !default;
|
|
17
|
+
$tbar-border-radius: 4px !default;
|
|
18
|
+
$tbar-tab-highlight-color: rgba(0, 0, 0, 0) !default;
|
|
19
|
+
$tbar-border-nav-type: solid !default;
|
|
20
|
+
$tbar-btn-box-shadow: none !default;
|
|
21
|
+
|
|
22
|
+
$tbar-default-bg: $content-bg-color-alt2 !default;
|
|
23
|
+
$tbar-items-default-bg: $tbar-default-bg !default;
|
|
24
|
+
$tbar-default-font: $content-text-color !default;
|
|
25
|
+
$tbar-active-bg: $content-bg-color-alt3 !default;
|
|
26
|
+
$tbar-active-icon-color: $icon-color !default;
|
|
27
|
+
$tbar-press-bg: $content-bg-color-alt2 !default;
|
|
28
|
+
$tbar-btn-press-bg: $tbar-press-bg !default;
|
|
29
|
+
$tbar-press-border-color: $border-light !default;
|
|
30
|
+
$tbar-hover-bg: $content-bg-color-alt4 !default;
|
|
31
|
+
$tbar-hover-font: $content-text-color-alt2 !default;
|
|
32
|
+
$tbar-default-icon-color: $icon-color !default;
|
|
33
|
+
$tbar-pressed-bg: $content-bg-color-alt2 !default;
|
|
34
|
+
$tbar-pressed-font: $content-text-color-alt2 !default;
|
|
35
|
+
$tbar-select-font: $content-text-color-alt2 !default;
|
|
36
|
+
$tbar-default-icon-overlay: $content-text-color-alt2 !default;
|
|
37
|
+
$tbar-separator-border: $border-light !default;
|
|
38
|
+
$tbar-default-border: $border-light !default;
|
|
39
|
+
$tbar-hover-border-color: $icon-color !default;
|
|
40
|
+
$tbar-focus-border-color: $tbar-hover-border-color !default;
|
|
41
|
+
$tbar-focus-bg: $tbar-hover-bg !default;
|
|
42
|
+
$tbar-press-font: $content-text-color-alt2 !default;
|
|
43
|
+
|
|
44
|
+
$tbar-default-font-overlay: $content-text-color-alt2 !default;
|
|
45
|
+
$tbar-active-font-color: $tbar-press-font !default;
|
|
46
|
+
$tbar-border-nav-type: $border-light !default;
|
|
47
|
+
$tbar-border-nav-active-type: $border-light !default;
|
|
48
|
+
$tbar-btn-border: none !default;
|
|
49
|
+
|
|
50
|
+
$tbar-box-shadow: none !default;
|
|
51
|
+
$tbar-border-type: $border-type !default;
|
|
52
|
+
$tbar-separator-size: 1px !default;
|
|
53
|
+
$tba-horizontal-separator: 0 $tbar-separator-size 0 0 !default;
|
|
54
|
+
$tba-vertical-separator: 0 0 $tbar-separator-size 0 !default;
|
|
55
|
+
$tbar-popup-border-width: 0 0 0 1px !default;
|
|
56
|
+
$tbar-popup-rtl-border-width: 0 1px 0 0 !default;
|
|
57
|
+
$tbar-popup-vertical-border-width: $border-size 0 0 0 !default;
|
|
58
|
+
$tbar-popup-vertical-rtl-border-width: 0 0 $border-size 0 !default;
|
|
59
|
+
$tbar-nrml-size: 48px !default;
|
|
60
|
+
$tbar-bgr-size: 56px !default;
|
|
61
|
+
$tbar-nrml-items-size: 32px !default;
|
|
62
|
+
$tbar-bgr-items-size: 40px !default;
|
|
63
|
+
$tbar-nrml-item-size: 32px !default;
|
|
64
|
+
$tbar-item-height: 32px !default;
|
|
65
|
+
$tbar-item-nrml-minwidth: 28px !default;
|
|
66
|
+
$tbar-bgr-item-size: 49px !default;
|
|
67
|
+
$tbar-btn-font-size: $text-lg !default;
|
|
68
|
+
$tbar-btn-txt-font-size: $text-sm !default;
|
|
69
|
+
$tbar-item-pop-bg-color: $transparent !default;
|
|
70
|
+
|
|
71
|
+
$tbar-item-bgr-padding: 8px 4px !default;
|
|
72
|
+
$tbar-item-nrml-padding: 8px 4px !default;
|
|
73
|
+
$tbar-btn-nrml-padding: 0 4px !default;
|
|
74
|
+
$tbar-btn-bgr-padding: 0 8px !default;
|
|
75
|
+
$tbar-btn-bgr-focus-padding: 0 8px !default;
|
|
76
|
+
$tbar-btn-icn-nrml-padding: 4px !default;
|
|
77
|
+
$tbar-btn-icn-bgr-padding: 4px 6px !default;
|
|
78
|
+
$tbar-rtl-btn-icn-nrml-padding: 4px !default;
|
|
79
|
+
$tbar-rtl-btn-icn-bgr-padding: 4px 6px !default;
|
|
80
|
+
$tbar-btn-icn-right-bgr-padding: 4px 6px !default;
|
|
81
|
+
$tbar-btn-icn-right-nrml-padding: 4px !default;
|
|
82
|
+
$tbar-rtl-btn-icn-right-nrml-padding: 4px !default;
|
|
83
|
+
$tbar-rtl-btn-icn-right-bgr-padding: 4px 6px !default;
|
|
84
|
+
$btn-txt-nrml-padding: 8px 4px !default;
|
|
85
|
+
$btn-txt-bgr-padding: 8px 4px !default;
|
|
86
|
+
$btn-rtl-txt-nrml-padding: 8px 4px !default;
|
|
87
|
+
$btn-rtl-txt-bgr-padding: 8px 4px !default;
|
|
88
|
+
|
|
89
|
+
$tbar-pop-bg: $tbar-default-bg !default;
|
|
90
|
+
$tbar-item-pop-nrml-padding: 0 !default;
|
|
91
|
+
$tbar-item-pop-bgr-padding: 0 !default;
|
|
92
|
+
$tbar-pop-btn-bgr-padding: 8px 18px !default;
|
|
93
|
+
$tbar-pop-btn-nrml-padding: 6px 12px !default;
|
|
94
|
+
$tbar-pop-icon-bgr-padding: 0 6px 0 0 !default;
|
|
95
|
+
$tbar-pop-icon-nrml-padding: 0 4px 0 0 !default;
|
|
96
|
+
$tbar-pop-btn-txt-nrml-pad: 0 0 0 4px !default;
|
|
97
|
+
$tbar-pop-btn-txt-bgr-pad: 0 0 0 6px !default;
|
|
98
|
+
|
|
99
|
+
$tbar-nav-press-border: 0 !default;
|
|
100
|
+
$tbar-nav-hover-border: 1px solid $tbar-default-border !default;
|
|
101
|
+
$tbar-nav-focus-border: 0 !default;
|
|
102
|
+
$tbar-nav-pressed-box-shadow: none !default;
|
|
103
|
+
$tbar-btn-border-radius: 4px !default;
|
|
104
|
+
$tbar-btn-pressed-box-shadow: none !default;
|
|
105
|
+
$tbar-btn-nrml-mrgn: 0 !default;
|
|
106
|
+
$tbar-popup-padding: 0 !default;
|
|
107
|
+
$tbar-btn-nrml-minheight: 32px !default;
|
|
108
|
+
$tbar-btn-nrml-line-height: 1 !default;
|
|
109
|
+
$tbar-btn-icon-nrml-line-height: 14px !default;
|
|
110
|
+
$tbar-btn-bgr-minheight: 40px !default;
|
|
111
|
+
$tbar-btn-bgr-line-height: 1 !default;
|
|
112
|
+
$tbar-btn-icon-bgr-line-height: 17px !default;
|
|
113
|
+
$tbar-btn-nrml-minwidth: 32px !default;
|
|
114
|
+
$tbar-btn-weight: $font-weight-normal !default;
|
|
115
|
+
$tbar-btn-bgr-minwidth: 40px !default;
|
|
116
|
+
$tbar-separator-nrml-height: 24px !default;
|
|
117
|
+
$tbar-separator-bgr-height: 30px !default;
|
|
118
|
+
$tbar-separator-nrml-minheight: $tbar-separator-nrml-height !default;
|
|
119
|
+
$tbar-separator-bgr-minheight: $tbar-separator-bgr-height !default;
|
|
120
|
+
$tbar-btn-icon-nrml-width: 12px !default;
|
|
121
|
+
$tbar-btn-icon-nrml-height: 16px !default;
|
|
122
|
+
$tbar-right-item-line-height: 1 !default;
|
|
123
|
+
$tbar-btn-icon-bgr-width: 13px !default;
|
|
124
|
+
$tbar-nav-nrml-width: 28px !default;
|
|
125
|
+
$tbar-nav-bgr-width: 36px !default;
|
|
126
|
+
$tbar-item-nrml-mrgn: 8px !default;
|
|
127
|
+
$tbar-item-bgr-mrgn: 10px !default;
|
|
128
|
+
$tbar-btn-pop-nrml-minheight: 38px !default;
|
|
129
|
+
$tbar-btn-pop-bgr-minheight: 48px !default;
|
|
130
|
+
$tbar-multirow-items-mrgn-bigger: 12.5px !default;
|
|
131
|
+
$tbar-multirow-items-mrgn-small: 10px !default;
|
|
132
|
+
$tbar-multirow-item-top-btm-mrgn-bigger: 0 !default;
|
|
133
|
+
$tbar-multirow-item-top-btm-mrgn-small: 0 !default;
|
|
134
|
+
|
|
135
|
+
$tbar-bgr-btn-text-font-size: $text-base !default;
|
|
136
|
+
$tbar-bgr-btn-icon-font-size: 20px !default;
|
|
137
|
+
$tbar-bgr-btn-focus-padding: 0 8px !default;
|
|
138
|
+
|
|
139
|
+
$tbar-nrml-btn-border-radius: 4px !default;
|
|
140
|
+
$tbar-nrml-btn-focus-padding: 0 4px !default;
|
|
141
|
+
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
142
|
+
|
|
143
|
+
$tbar-btn-icons-focus-color: $icon-color !default;
|
|
144
|
+
$tbar-btn-text-focus-color: $content-text-color !default;
|
|
145
|
+
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
146
|
+
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
147
|
+
$tbar-btn-hover-active-icons-color: $icon-color !default;
|
|
148
|
+
$tbar-btn-hover-active-text-color: $content-text-color !default;
|
|
149
|
+
$tbar-btn-overlay-opacity: .5 !default;
|
|
150
|
+
$tbar-btn-active-bg: $tbar-press-bg !default;
|
|
151
|
+
$tbar-btn-active-icons-color: $icon-color !default;
|
|
152
|
+
$tbar-btn-active-text-color: $content-text-color !default;
|
|
153
|
+
$tbar-btn-text-color: $content-text-color !default;
|
|
154
|
+
$tbar-btn-pressed-text-color: $secondary-text-color-pressed !default;
|
|
155
|
+
$tbar-btn-pressed-focus-box-shadow: $shadow-sm !default;
|
|
156
|
+
$tbar-btn-pressed-bg: $secondary-bg-color-pressed !default;
|
|
157
|
+
$tbar-flat-btn-active-box-shadow: $shadow-sm !default;
|
|
158
|
+
|
|
159
|
+
$tbar-ext-btn-focus-padding: 0 4px !default;
|
|
160
|
+
$tbar-ext-btn-icon-padding: 8px 4px !default;
|
|
161
|
+
$tbar-ext-btn-icon-font-size: $text-base !default;
|
|
162
|
+
$tbar-ext-btn-focus-box-shadow: none !default;
|
|
163
|
+
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
164
|
+
$tbar-ext-btn-border: none !default;
|
|
165
|
+
|
|
166
|
+
$tbar-popup-icon-font-size: $text-lg !default;
|
|
167
|
+
$tbar-popup-text-btn-icon-padding: 0 !default;
|
|
168
|
+
$tbar-popup-bgr-text-btn-icon-padding: 0 !default;
|
|
169
|
+
$tbar-popup-btn-border: none !default;
|
|
170
|
+
$tbar-popup-btn-border-radius: 4px !default;
|
|
171
|
+
$tbar-popup-bgr-height: 38px !default;
|
|
172
|
+
$tbar-popup-bgr-btn-icon-font-size: $text-base !default;
|
|
173
|
+
$tbar-popup-bgr-btn-text-font-size: $text-base !default;
|
|
174
|
+
$tbar-popup-nav-active-border-bottom-right-radius: 0 !default;
|
|
175
|
+
$tbar-popup-nav-active-bg: $tbar-default-bg !default;
|
|
176
|
+
$tbar-popup-nav-active-icons-color: $tbar-default-icon-color !default;
|
|
177
|
+
$tbar-popup-nav-hover-bg: $tbar-hover-bg !default;
|
|
178
|
+
$tbar-popup-nav-hover-color: $tbar-hover-font !default;
|
|
179
|
+
$tbar-popup-nav-hover-icons-color: $icon-color !default;
|
|
180
|
+
$tbar-popup-nav-hover-border-color: $tbar-default-border !default;
|
|
181
|
+
$tbar-popup-nav-hover-border-size: 0 0 0 1px !default;
|
|
182
|
+
$tbar-popup-nav-hover-active-bg: $tbar-hover-bg !default;
|
|
183
|
+
$tbar-popup-nav-hover-active-border-color: $tbar-default-border !default;
|
|
184
|
+
$tbar-popup-nav-hover-active-border-size: 0 !default;
|
|
185
|
+
$tbar-popup-nav-focus-bg: $tbar-hover-bg !default;
|
|
186
|
+
$tbar-popup-nav-focus-color: $tbar-hover-font !default;
|
|
187
|
+
$tbar-popup-nav-focus-border-color: $icon-color !default;
|
|
188
|
+
$tbar-popup-nav-focus-border-size: 0 !default;
|
|
189
|
+
$tbar-popup-btn-bg: $transparent !default;
|
|
190
|
+
$tbar-popup-btn-hover-bg: $tbar-hover-bg !default;
|
|
191
|
+
$tbar-popup-btn-hover-box-shadow: none !default;
|
|
192
|
+
$tbar-popup-btn-active-bg: transparent !default;
|
|
193
|
+
$tbar-popup-btn-active-box-shadow: none !default;
|
|
194
|
+
$tbar-popup-btn-focus-bg: $tbar-hover-bg !default;
|
|
195
|
+
$tbar-popup-btn-focus-box-shadow: none !default;
|
|
196
|
+
$tbar-popup-nav-pressed-icons-active-color: $tbar-active-font-color !default;
|
|
197
|
+
$tbar-popup-btn-focus-outline: 0 !default;
|
|
198
|
+
$tbar-popup-nav-pressed-border-color: $tbar-pressed-bg !default;
|
|
199
|
+
$tbar-popup-nav-pressed-border-size: 0 !default;
|
|
200
|
+
$tbar-popup-nav-pressed-focus-border-color: $tbar-pressed-bg !default;
|
|
201
|
+
$tbar-popup-nav-pressed-focus-border-size: 0 !default;
|
|
202
|
+
$tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
203
|
+
|
|
204
|
+
@mixin tbar-btn-animation {
|
|
205
|
+
content: '';
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
@mixin tbar-btn-animation-after {
|
|
209
|
+
content: '';
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
/* stylelint-disable */
|
|
213
|
+
.e-toolbar-pop {
|
|
214
|
+
padding: 6px !important;
|
|
215
|
+
}
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
&:not(.e-separator) {
|
|
101
|
+
&:not(.e-separator):not(.e-spacer) {
|
|
102
102
|
min-width: $tbar-bgr-item-size;
|
|
103
103
|
padding: $tbar-item-bgr-padding;
|
|
104
104
|
}
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
}
|
|
313
313
|
}
|
|
314
314
|
}
|
|
315
|
-
|
|
315
|
+
|
|
316
316
|
.e-toolbar {
|
|
317
317
|
border-radius: $tbar-radius;
|
|
318
318
|
display: block;
|
|
@@ -342,6 +342,7 @@
|
|
|
342
342
|
}
|
|
343
343
|
}
|
|
344
344
|
}
|
|
345
|
+
|
|
345
346
|
|
|
346
347
|
.e-blazor-toolbar-items {
|
|
347
348
|
position: absolute;
|
|
@@ -481,7 +482,7 @@
|
|
|
481
482
|
vertical-align: middle;
|
|
482
483
|
width: auto;
|
|
483
484
|
flex: 0 0 auto;
|
|
484
|
-
|
|
485
|
+
|
|
485
486
|
&.e-spacer {
|
|
486
487
|
flex-grow: 1;
|
|
487
488
|
}
|
|
@@ -545,7 +546,7 @@
|
|
|
545
546
|
}
|
|
546
547
|
}
|
|
547
548
|
|
|
548
|
-
&:not(.e-separator) {
|
|
549
|
+
&:not(.e-separator):not(.e-spacer) {
|
|
549
550
|
height: inherit;
|
|
550
551
|
min-width: $tbar-item-nrml-minwidth;
|
|
551
552
|
padding: $tbar-item-nrml-padding;
|
|
@@ -924,7 +925,7 @@
|
|
|
924
925
|
}
|
|
925
926
|
}
|
|
926
927
|
}
|
|
927
|
-
|
|
928
|
+
|
|
928
929
|
.e-toolbar-item {
|
|
929
930
|
|
|
930
931
|
.e-tbar-btn {
|
|
@@ -996,10 +997,8 @@
|
|
|
996
997
|
}
|
|
997
998
|
|
|
998
999
|
&:not(.e-tbar-pos) {
|
|
999
|
-
|
|
1000
1000
|
.e-toolbar-item:first-child {
|
|
1001
1001
|
margin-left: 0;
|
|
1002
|
-
margin-right: $tbar-item-nrml-mrgn;
|
|
1003
1002
|
}
|
|
1004
1003
|
}
|
|
1005
1004
|
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
102
102
|
padding: 0 12px 0 0;
|
|
103
103
|
}
|
|
104
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
105
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
104
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
105
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
106
106
|
min-width: 0;
|
|
107
107
|
padding: 2.5px 5px;
|
|
108
108
|
}
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
font-size: 14px;
|
|
460
460
|
padding: 0 12px 0 6px;
|
|
461
461
|
}
|
|
462
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
462
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
463
463
|
height: inherit;
|
|
464
464
|
min-width: 30px;
|
|
465
465
|
padding: 4px 2.5px;
|
|
@@ -793,7 +793,6 @@
|
|
|
793
793
|
}
|
|
794
794
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
795
795
|
margin-left: 0;
|
|
796
|
-
margin-right: 15px;
|
|
797
796
|
}
|
|
798
797
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
799
798
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
103
103
|
padding: 0 12px 0 0;
|
|
104
104
|
}
|
|
105
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
106
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
105
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
106
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
107
107
|
min-width: 0;
|
|
108
108
|
padding: 2.5px 5px;
|
|
109
109
|
}
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
font-size: 14px;
|
|
461
461
|
padding: 0 12px 0 6px;
|
|
462
462
|
}
|
|
463
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
463
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
464
464
|
height: inherit;
|
|
465
465
|
min-width: 30px;
|
|
466
466
|
padding: 4px 2.5px;
|
|
@@ -794,7 +794,6 @@
|
|
|
794
794
|
}
|
|
795
795
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
796
796
|
margin-left: 0;
|
|
797
|
-
margin-right: 3px;
|
|
798
797
|
}
|
|
799
798
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
800
799
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
103
103
|
padding: 0 12px 0 0;
|
|
104
104
|
}
|
|
105
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
106
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
105
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
106
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
107
107
|
min-width: 0;
|
|
108
108
|
padding: 8px 2.5px;
|
|
109
109
|
}
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
font-size: 14px;
|
|
461
461
|
padding: 0 6px 0 4px;
|
|
462
462
|
}
|
|
463
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
463
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
464
464
|
height: inherit;
|
|
465
465
|
min-width: 30px;
|
|
466
466
|
padding: 3px 4px;
|
|
@@ -794,7 +794,6 @@
|
|
|
794
794
|
}
|
|
795
795
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
796
796
|
margin-left: 0;
|
|
797
|
-
margin-right: 12px;
|
|
798
797
|
}
|
|
799
798
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
800
799
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -113,8 +113,8 @@
|
|
|
113
113
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
114
114
|
padding: 4px 6px;
|
|
115
115
|
}
|
|
116
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
117
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
116
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
117
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
118
118
|
min-width: 49px;
|
|
119
119
|
padding: 4px;
|
|
120
120
|
}
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
font-size: 14px;
|
|
472
472
|
padding: 4px;
|
|
473
473
|
}
|
|
474
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
474
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
475
475
|
height: inherit;
|
|
476
476
|
min-width: 28px;
|
|
477
477
|
padding: 4px;
|
|
@@ -805,7 +805,6 @@
|
|
|
805
805
|
}
|
|
806
806
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
807
807
|
margin-left: 0;
|
|
808
|
-
margin-right: 8px;
|
|
809
808
|
}
|
|
810
809
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
811
810
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -113,8 +113,8 @@
|
|
|
113
113
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
114
114
|
padding: 4px 6px;
|
|
115
115
|
}
|
|
116
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
117
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
116
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
117
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
118
118
|
min-width: 49px;
|
|
119
119
|
padding: 4px;
|
|
120
120
|
}
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
font-size: 14px;
|
|
472
472
|
padding: 4px;
|
|
473
473
|
}
|
|
474
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
474
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
475
475
|
height: inherit;
|
|
476
476
|
min-width: 28px;
|
|
477
477
|
padding: 4px;
|
|
@@ -805,7 +805,6 @@
|
|
|
805
805
|
}
|
|
806
806
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
807
807
|
margin-left: 0;
|
|
808
|
-
margin-right: 8px;
|
|
809
808
|
}
|
|
810
809
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
811
810
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
102
102
|
padding: 0 12px 0 0;
|
|
103
103
|
}
|
|
104
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
105
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
104
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
105
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
106
106
|
min-width: 49px;
|
|
107
107
|
padding: 0 1.5px;
|
|
108
108
|
}
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
font-size: 14px;
|
|
460
460
|
padding: 0 12px 0 8px;
|
|
461
461
|
}
|
|
462
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
462
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
463
463
|
height: inherit;
|
|
464
464
|
min-width: 34px;
|
|
465
465
|
padding: 0 1px;
|
|
@@ -793,7 +793,6 @@
|
|
|
793
793
|
}
|
|
794
794
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
795
795
|
margin-left: 0;
|
|
796
|
-
margin-right: 3px;
|
|
797
796
|
}
|
|
798
797
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
799
798
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
103
103
|
padding: 0 12px 0 0;
|
|
104
104
|
}
|
|
105
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
106
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
105
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
106
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
107
107
|
min-width: 49px;
|
|
108
108
|
padding: 0 1.5px;
|
|
109
109
|
}
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
font-size: 14px;
|
|
461
461
|
padding: 0 12px 0 8px;
|
|
462
462
|
}
|
|
463
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
463
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
464
464
|
height: inherit;
|
|
465
465
|
min-width: 34px;
|
|
466
466
|
padding: 0 1px;
|
|
@@ -794,7 +794,6 @@
|
|
|
794
794
|
}
|
|
795
795
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
796
796
|
margin-left: 0;
|
|
797
|
-
margin-right: 3px;
|
|
798
797
|
}
|
|
799
798
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
800
799
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|