@syncfusion/ej2-navigations 30.1.37 → 30.1.39
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/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 +10 -0
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +10 -0
- 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 +4 -4
- package/src/context-menu/context-menu-model.d.ts +1 -1
- package/src/context-menu/context-menu.d.ts +1 -0
- package/src/context-menu/context-menu.js +11 -1
- package/styles/bds-lite.css +14 -2
- package/styles/bds.css +14 -2
- package/styles/bootstrap-dark-lite.css +16 -4
- package/styles/bootstrap-dark.css +16 -4
- package/styles/bootstrap-lite.css +16 -4
- package/styles/bootstrap.css +16 -4
- package/styles/bootstrap4-lite.css +17 -5
- package/styles/bootstrap4.css +17 -5
- package/styles/bootstrap5-dark-lite.css +16 -4
- package/styles/bootstrap5-dark.css +16 -4
- package/styles/bootstrap5-lite.css +17 -5
- package/styles/bootstrap5.3-lite.css +17 -5
- package/styles/bootstrap5.3.css +17 -5
- package/styles/bootstrap5.css +17 -5
- package/styles/context-menu/_layout.scss +5 -0
- package/styles/context-menu/bds.css +6 -0
- package/styles/context-menu/bootstrap-dark.css +6 -0
- package/styles/context-menu/bootstrap.css +6 -0
- package/styles/context-menu/bootstrap4.css +6 -0
- package/styles/context-menu/bootstrap5-dark.css +6 -0
- package/styles/context-menu/bootstrap5.3.css +6 -0
- package/styles/context-menu/bootstrap5.css +6 -0
- package/styles/context-menu/fabric-dark.css +6 -0
- package/styles/context-menu/fabric.css +6 -0
- package/styles/context-menu/fluent-dark.css +6 -0
- package/styles/context-menu/fluent.css +6 -0
- package/styles/context-menu/fluent2.css +6 -0
- package/styles/context-menu/highcontrast-light.css +6 -0
- package/styles/context-menu/highcontrast.css +6 -0
- package/styles/context-menu/material-dark.css +6 -0
- package/styles/context-menu/material.css +6 -0
- package/styles/context-menu/material3-dark.css +6 -0
- package/styles/context-menu/material3.css +6 -0
- package/styles/context-menu/tailwind-dark.css +6 -0
- package/styles/context-menu/tailwind.css +6 -0
- package/styles/context-menu/tailwind3.css +6 -0
- package/styles/fabric-dark-lite.css +14 -2
- package/styles/fabric-dark.css +14 -2
- package/styles/fabric-lite.css +15 -3
- package/styles/fabric.css +15 -3
- package/styles/fluent-dark-lite.css +21 -9
- package/styles/fluent-dark.css +21 -9
- package/styles/fluent-lite.css +21 -9
- package/styles/fluent.css +21 -9
- package/styles/fluent2-lite.css +14 -2
- package/styles/fluent2.css +14 -2
- package/styles/highcontrast-light-lite.css +14 -2
- package/styles/highcontrast-light.css +14 -2
- package/styles/highcontrast-lite.css +15 -3
- package/styles/highcontrast.css +15 -3
- package/styles/material-dark-lite.css +14 -2
- package/styles/material-dark.css +14 -2
- package/styles/material-lite.css +15 -3
- package/styles/material.css +15 -3
- package/styles/material3-dark-lite.css +14 -2
- package/styles/material3-dark.css +15 -3
- package/styles/material3-lite.css +14 -2
- package/styles/material3.css +15 -3
- package/styles/tab/_bootstrap-dark-definition.scss +3 -3
- package/styles/tab/_bootstrap-definition.scss +3 -3
- package/styles/tab/_bootstrap4-definition.scss +3 -3
- package/styles/tab/_bootstrap5-definition.scss +3 -3
- package/styles/tab/_bootstrap5.3-definition.scss +3 -3
- package/styles/tab/_fabric-definition.scss +1 -1
- package/styles/tab/_fluent-definition.scss +4 -4
- package/styles/tab/_highcontrast-definition.scss +1 -1
- package/styles/tab/_material-definition.scss +1 -1
- package/styles/tab/_tailwind-definition.scss +3 -3
- package/styles/tab/_tailwind3-definition.scss +3 -3
- package/styles/tab/bootstrap-dark.css +2 -2
- package/styles/tab/bootstrap.css +2 -2
- package/styles/tab/bootstrap4.css +3 -3
- package/styles/tab/bootstrap5-dark.css +2 -2
- package/styles/tab/bootstrap5.3.css +3 -3
- package/styles/tab/bootstrap5.css +3 -3
- package/styles/tab/fabric.css +1 -1
- package/styles/tab/fluent-dark.css +7 -7
- package/styles/tab/fluent.css +7 -7
- package/styles/tab/highcontrast.css +1 -1
- package/styles/tab/material.css +1 -1
- package/styles/tab/tailwind-dark.css +4 -4
- package/styles/tab/tailwind.css +4 -4
- package/styles/tab/tailwind3.css +3 -3
- package/styles/tailwind-dark-lite.css +18 -6
- package/styles/tailwind-dark.css +18 -6
- package/styles/tailwind-lite.css +18 -6
- package/styles/tailwind.css +18 -6
- package/styles/tailwind3-lite.css +17 -5
- package/styles/tailwind3.css +17 -5
- package/styles/toolbar/_layout.scss +13 -1
- package/styles/toolbar/bds.css +8 -2
- package/styles/toolbar/bootstrap-dark.css +8 -2
- package/styles/toolbar/bootstrap.css +8 -2
- package/styles/toolbar/bootstrap4.css +8 -2
- package/styles/toolbar/bootstrap5-dark.css +8 -2
- package/styles/toolbar/bootstrap5.3.css +8 -2
- package/styles/toolbar/bootstrap5.css +8 -2
- package/styles/toolbar/fabric-dark.css +8 -2
- package/styles/toolbar/fabric.css +8 -2
- package/styles/toolbar/fluent-dark.css +8 -2
- package/styles/toolbar/fluent.css +8 -2
- package/styles/toolbar/fluent2.css +8 -2
- package/styles/toolbar/highcontrast-light.css +8 -2
- package/styles/toolbar/highcontrast.css +8 -2
- package/styles/toolbar/material-dark.css +8 -2
- package/styles/toolbar/material.css +8 -2
- package/styles/toolbar/material3-dark.css +8 -2
- package/styles/toolbar/material3.css +8 -2
- package/styles/toolbar/tailwind-dark.css +8 -2
- package/styles/toolbar/tailwind.css +8 -2
- package/styles/toolbar/tailwind3.css +8 -2
- package/styles/treeview/_material3-definition.scss +1 -1
- package/styles/treeview/material3-dark.css +1 -1
- package/styles/treeview/material3.css +1 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 30.1.
|
|
3
|
+
* version : 30.1.39
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-navigations",
|
|
3
|
-
"version": "30.1.
|
|
3
|
+
"version": "30.1.39",
|
|
4
4
|
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"module": "./index.js",
|
|
9
9
|
"es2015": "./dist/es6/ej2-navigations.es5.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@syncfusion/ej2-base": "~30.1.
|
|
11
|
+
"@syncfusion/ej2-base": "~30.1.38",
|
|
12
12
|
"@syncfusion/ej2-buttons": "~30.1.37",
|
|
13
|
-
"@syncfusion/ej2-data": "~30.1.
|
|
14
|
-
"@syncfusion/ej2-inputs": "~30.1.
|
|
13
|
+
"@syncfusion/ej2-data": "~30.1.38",
|
|
14
|
+
"@syncfusion/ej2-inputs": "~30.1.38",
|
|
15
15
|
"@syncfusion/ej2-lists": "~30.1.37",
|
|
16
16
|
"@syncfusion/ej2-popups": "~30.1.37"
|
|
17
17
|
},
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { attributes, getUniqueID, Collection, NotifyPropertyChanges, INotifyPropertyChanged, Property } from '@syncfusion/ej2-base';import { getZindexPartial } from '@syncfusion/ej2-popups';import { MenuBase, MenuItem } from '../common/menu-base';import { MenuItemModel } from './../common/menu-base-model';
|
|
1
|
+
import { attributes, getUniqueID, Collection, NotifyPropertyChanges, INotifyPropertyChanged, Property, isNullOrUndefined, addClass, removeClass } from '@syncfusion/ej2-base';import { getZindexPartial } from '@syncfusion/ej2-popups';import { MenuBase, MenuItem } from '../common/menu-base';import { MenuItemModel } from './../common/menu-base-model';
|
|
2
2
|
import {MenuBaseModel} from "../common/menu-base-model";
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -19,9 +19,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
/* eslint-disable @typescript-eslint/triple-slash-reference */
|
|
21
21
|
/// <reference path='../common/menu-base-model.d.ts'/>
|
|
22
|
-
import { attributes, getUniqueID, Collection, NotifyPropertyChanges, Property } from '@syncfusion/ej2-base';
|
|
22
|
+
import { attributes, getUniqueID, Collection, NotifyPropertyChanges, Property, isNullOrUndefined, addClass, removeClass } from '@syncfusion/ej2-base';
|
|
23
23
|
import { getZindexPartial } from '@syncfusion/ej2-popups';
|
|
24
24
|
import { MenuBase, MenuItem } from '../common/menu-base';
|
|
25
|
+
var CONTEXTMENUTEMPLATE = 'e-contextmenu-template';
|
|
25
26
|
/**
|
|
26
27
|
* The ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.
|
|
27
28
|
* ```html
|
|
@@ -59,6 +60,7 @@ var ContextMenu = /** @class */ (function (_super) {
|
|
|
59
60
|
};
|
|
60
61
|
ContextMenu.prototype.initialize = function () {
|
|
61
62
|
this.template = this.itemTemplate ? this.itemTemplate : null;
|
|
63
|
+
this.addTemplateClass();
|
|
62
64
|
_super.prototype.initialize.call(this);
|
|
63
65
|
attributes(this.element, { 'role': 'menubar', 'tabindex': '0' });
|
|
64
66
|
this.element.style.zIndex = getZindexPartial(this.element).toString();
|
|
@@ -84,6 +86,12 @@ var ContextMenu = /** @class */ (function (_super) {
|
|
|
84
86
|
ContextMenu.prototype.close = function () {
|
|
85
87
|
_super.prototype.closeMenu.call(this);
|
|
86
88
|
};
|
|
89
|
+
ContextMenu.prototype.addTemplateClass = function () {
|
|
90
|
+
if (!isNullOrUndefined(this.itemTemplate) && typeof this.itemTemplate === 'function' ||
|
|
91
|
+
(typeof this.itemTemplate === 'string' && this.itemTemplate !== '')) {
|
|
92
|
+
addClass([this.element], CONTEXTMENUTEMPLATE);
|
|
93
|
+
}
|
|
94
|
+
};
|
|
87
95
|
/**
|
|
88
96
|
* Called internally if any of the property value changed.
|
|
89
97
|
*
|
|
@@ -107,6 +115,8 @@ var ContextMenu = /** @class */ (function (_super) {
|
|
|
107
115
|
break;
|
|
108
116
|
case 'itemTemplate':
|
|
109
117
|
this.itemTemplate = newProp.itemTemplate;
|
|
118
|
+
removeClass([this.element], CONTEXTMENUTEMPLATE);
|
|
119
|
+
this.addTemplateClass();
|
|
110
120
|
this.refresh();
|
|
111
121
|
}
|
|
112
122
|
}
|
package/styles/bds-lite.css
CHANGED
|
@@ -1723,6 +1723,9 @@
|
|
|
1723
1723
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1724
1724
|
margin-right: 8px;
|
|
1725
1725
|
}
|
|
1726
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1727
|
+
margin-left: 8px;
|
|
1728
|
+
}
|
|
1726
1729
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1727
1730
|
padding: 4px;
|
|
1728
1731
|
}
|
|
@@ -1753,6 +1756,7 @@
|
|
|
1753
1756
|
}
|
|
1754
1757
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1755
1758
|
margin-left: 0;
|
|
1759
|
+
margin-right: 8px;
|
|
1756
1760
|
}
|
|
1757
1761
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1758
1762
|
margin-left: 8px;
|
|
@@ -1760,11 +1764,13 @@
|
|
|
1760
1764
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1761
1765
|
margin-left: 0;
|
|
1762
1766
|
}
|
|
1763
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1767
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1768
|
+
margin-right: 0;
|
|
1769
|
+
}
|
|
1764
1770
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1765
1771
|
margin-right: 0;
|
|
1772
|
+
margin-left: 8px;
|
|
1766
1773
|
}
|
|
1767
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1768
1774
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1769
1775
|
margin-right: 8px;
|
|
1770
1776
|
}
|
|
@@ -2946,6 +2952,12 @@
|
|
|
2946
2952
|
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
2947
2953
|
padding: 4px 0;
|
|
2948
2954
|
}
|
|
2955
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
2956
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
2957
|
+
display: -webkit-box;
|
|
2958
|
+
display: -ms-flexbox;
|
|
2959
|
+
display: flex;
|
|
2960
|
+
}
|
|
2949
2961
|
.e-contextmenu-wrapper ul.e-ul,
|
|
2950
2962
|
.e-contextmenu-container ul.e-ul {
|
|
2951
2963
|
font-family: "Inter";
|
package/styles/bds.css
CHANGED
|
@@ -2040,6 +2040,9 @@
|
|
|
2040
2040
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2041
2041
|
margin-right: 8px;
|
|
2042
2042
|
}
|
|
2043
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
2044
|
+
margin-left: 8px;
|
|
2045
|
+
}
|
|
2043
2046
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2044
2047
|
padding: 4px;
|
|
2045
2048
|
}
|
|
@@ -2070,6 +2073,7 @@
|
|
|
2070
2073
|
}
|
|
2071
2074
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
2072
2075
|
margin-left: 0;
|
|
2076
|
+
margin-right: 8px;
|
|
2073
2077
|
}
|
|
2074
2078
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
2075
2079
|
margin-left: 8px;
|
|
@@ -2077,11 +2081,13 @@
|
|
|
2077
2081
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2078
2082
|
margin-left: 0;
|
|
2079
2083
|
}
|
|
2080
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
2084
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
2085
|
+
margin-right: 0;
|
|
2086
|
+
}
|
|
2081
2087
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
2082
2088
|
margin-right: 0;
|
|
2089
|
+
margin-left: 8px;
|
|
2083
2090
|
}
|
|
2084
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
2085
2091
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
2086
2092
|
margin-right: 8px;
|
|
2087
2093
|
}
|
|
@@ -3622,6 +3628,12 @@
|
|
|
3622
3628
|
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
3623
3629
|
padding: 4px 0;
|
|
3624
3630
|
}
|
|
3631
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
3632
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
3633
|
+
display: -webkit-box;
|
|
3634
|
+
display: -ms-flexbox;
|
|
3635
|
+
display: flex;
|
|
3636
|
+
}
|
|
3625
3637
|
.e-contextmenu-wrapper ul.e-ul,
|
|
3626
3638
|
.e-contextmenu-container ul.e-ul {
|
|
3627
3639
|
font-family: "Inter";
|
|
@@ -1567,6 +1567,9 @@
|
|
|
1567
1567
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1568
1568
|
margin-right: 15px;
|
|
1569
1569
|
}
|
|
1570
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1571
|
+
margin-left: 15px;
|
|
1572
|
+
}
|
|
1570
1573
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1571
1574
|
padding: 0 12px 0 0;
|
|
1572
1575
|
}
|
|
@@ -1597,6 +1600,7 @@
|
|
|
1597
1600
|
}
|
|
1598
1601
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1599
1602
|
margin-left: 0;
|
|
1603
|
+
margin-right: 15px;
|
|
1600
1604
|
}
|
|
1601
1605
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1602
1606
|
margin-left: 15px;
|
|
@@ -1604,11 +1608,13 @@
|
|
|
1604
1608
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1605
1609
|
margin-left: 0;
|
|
1606
1610
|
}
|
|
1607
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1611
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1612
|
+
margin-right: 0;
|
|
1613
|
+
}
|
|
1608
1614
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1609
1615
|
margin-right: 0;
|
|
1616
|
+
margin-left: 15px;
|
|
1610
1617
|
}
|
|
1611
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1612
1618
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1613
1619
|
margin-right: 15px;
|
|
1614
1620
|
}
|
|
@@ -2779,6 +2785,12 @@
|
|
|
2779
2785
|
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
2780
2786
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
2781
2787
|
}
|
|
2788
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
2789
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
2790
|
+
display: -webkit-box;
|
|
2791
|
+
display: -ms-flexbox;
|
|
2792
|
+
display: flex;
|
|
2793
|
+
}
|
|
2782
2794
|
.e-contextmenu-wrapper ul.e-ul,
|
|
2783
2795
|
.e-contextmenu-container ul.e-ul {
|
|
2784
2796
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -5527,14 +5539,14 @@
|
|
|
5527
5539
|
color: rgb(36, 138.2, 255);
|
|
5528
5540
|
}
|
|
5529
5541
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
5530
|
-
background: #
|
|
5542
|
+
background: #0070f0;
|
|
5531
5543
|
border-color: unset;
|
|
5532
5544
|
}
|
|
5533
5545
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
5534
5546
|
color: rgb(0, 40.6, 87);
|
|
5535
5547
|
}
|
|
5536
5548
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
5537
|
-
color:
|
|
5549
|
+
color: #fff;
|
|
5538
5550
|
}
|
|
5539
5551
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
5540
5552
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -1830,6 +1830,9 @@
|
|
|
1830
1830
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1831
1831
|
margin-right: 15px;
|
|
1832
1832
|
}
|
|
1833
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1834
|
+
margin-left: 15px;
|
|
1835
|
+
}
|
|
1833
1836
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1834
1837
|
padding: 0 12px 0 0;
|
|
1835
1838
|
}
|
|
@@ -1860,6 +1863,7 @@
|
|
|
1860
1863
|
}
|
|
1861
1864
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1862
1865
|
margin-left: 0;
|
|
1866
|
+
margin-right: 15px;
|
|
1863
1867
|
}
|
|
1864
1868
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1865
1869
|
margin-left: 15px;
|
|
@@ -1867,11 +1871,13 @@
|
|
|
1867
1871
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1868
1872
|
margin-left: 0;
|
|
1869
1873
|
}
|
|
1870
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1874
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1875
|
+
margin-right: 0;
|
|
1876
|
+
}
|
|
1871
1877
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1872
1878
|
margin-right: 0;
|
|
1879
|
+
margin-left: 15px;
|
|
1873
1880
|
}
|
|
1874
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1875
1881
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1876
1882
|
margin-right: 15px;
|
|
1877
1883
|
}
|
|
@@ -3401,6 +3407,12 @@
|
|
|
3401
3407
|
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
3402
3408
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
3403
3409
|
}
|
|
3410
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
3411
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
3412
|
+
display: -webkit-box;
|
|
3413
|
+
display: -ms-flexbox;
|
|
3414
|
+
display: flex;
|
|
3415
|
+
}
|
|
3404
3416
|
.e-contextmenu-wrapper ul.e-ul,
|
|
3405
3417
|
.e-contextmenu-container ul.e-ul {
|
|
3406
3418
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -6208,14 +6220,14 @@
|
|
|
6208
6220
|
color: rgb(36, 138.2, 255);
|
|
6209
6221
|
}
|
|
6210
6222
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6211
|
-
background: #
|
|
6223
|
+
background: #0070f0;
|
|
6212
6224
|
border-color: unset;
|
|
6213
6225
|
}
|
|
6214
6226
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
6215
6227
|
color: rgb(0, 40.6, 87);
|
|
6216
6228
|
}
|
|
6217
6229
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
6218
|
-
color:
|
|
6230
|
+
color: #fff;
|
|
6219
6231
|
}
|
|
6220
6232
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6221
6233
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -1569,6 +1569,9 @@
|
|
|
1569
1569
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1570
1570
|
margin-right: 3px;
|
|
1571
1571
|
}
|
|
1572
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1573
|
+
margin-left: 3px;
|
|
1574
|
+
}
|
|
1572
1575
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1573
1576
|
padding: 0 12px 0 0;
|
|
1574
1577
|
}
|
|
@@ -1599,6 +1602,7 @@
|
|
|
1599
1602
|
}
|
|
1600
1603
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1601
1604
|
margin-left: 0;
|
|
1605
|
+
margin-right: 3px;
|
|
1602
1606
|
}
|
|
1603
1607
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1604
1608
|
margin-left: 3px;
|
|
@@ -1606,11 +1610,13 @@
|
|
|
1606
1610
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1607
1611
|
margin-left: 0;
|
|
1608
1612
|
}
|
|
1609
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1613
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1614
|
+
margin-right: 0;
|
|
1615
|
+
}
|
|
1610
1616
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1611
1617
|
margin-right: 0;
|
|
1618
|
+
margin-left: 3px;
|
|
1612
1619
|
}
|
|
1613
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1614
1620
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1615
1621
|
margin-right: 3px;
|
|
1616
1622
|
}
|
|
@@ -2781,6 +2787,12 @@
|
|
|
2781
2787
|
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
2782
2788
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
2783
2789
|
}
|
|
2790
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
2791
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
2792
|
+
display: -webkit-box;
|
|
2793
|
+
display: -ms-flexbox;
|
|
2794
|
+
display: flex;
|
|
2795
|
+
}
|
|
2784
2796
|
.e-contextmenu-wrapper ul.e-ul,
|
|
2785
2797
|
.e-contextmenu-container ul.e-ul {
|
|
2786
2798
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -5529,14 +5541,14 @@
|
|
|
5529
5541
|
color: #1f496e;
|
|
5530
5542
|
}
|
|
5531
5543
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
5532
|
-
background: #
|
|
5544
|
+
background: #317ab9;
|
|
5533
5545
|
border-color: unset;
|
|
5534
5546
|
}
|
|
5535
5547
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
5536
5548
|
color: #1f496e;
|
|
5537
5549
|
}
|
|
5538
5550
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
5539
|
-
color: #
|
|
5551
|
+
color: #fff;
|
|
5540
5552
|
}
|
|
5541
5553
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
5542
5554
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
package/styles/bootstrap.css
CHANGED
|
@@ -1832,6 +1832,9 @@
|
|
|
1832
1832
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1833
1833
|
margin-right: 3px;
|
|
1834
1834
|
}
|
|
1835
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1836
|
+
margin-left: 3px;
|
|
1837
|
+
}
|
|
1835
1838
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1836
1839
|
padding: 0 12px 0 0;
|
|
1837
1840
|
}
|
|
@@ -1862,6 +1865,7 @@
|
|
|
1862
1865
|
}
|
|
1863
1866
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1864
1867
|
margin-left: 0;
|
|
1868
|
+
margin-right: 3px;
|
|
1865
1869
|
}
|
|
1866
1870
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1867
1871
|
margin-left: 3px;
|
|
@@ -1869,11 +1873,13 @@
|
|
|
1869
1873
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1870
1874
|
margin-left: 0;
|
|
1871
1875
|
}
|
|
1872
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1876
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1877
|
+
margin-right: 0;
|
|
1878
|
+
}
|
|
1873
1879
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1874
1880
|
margin-right: 0;
|
|
1881
|
+
margin-left: 3px;
|
|
1875
1882
|
}
|
|
1876
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1877
1883
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1878
1884
|
margin-right: 3px;
|
|
1879
1885
|
}
|
|
@@ -3403,6 +3409,12 @@
|
|
|
3403
3409
|
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
3404
3410
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
3405
3411
|
}
|
|
3412
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
3413
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
3414
|
+
display: -webkit-box;
|
|
3415
|
+
display: -ms-flexbox;
|
|
3416
|
+
display: flex;
|
|
3417
|
+
}
|
|
3406
3418
|
.e-contextmenu-wrapper ul.e-ul,
|
|
3407
3419
|
.e-contextmenu-container ul.e-ul {
|
|
3408
3420
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -6210,14 +6222,14 @@
|
|
|
6210
6222
|
color: #1f496e;
|
|
6211
6223
|
}
|
|
6212
6224
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6213
|
-
background: #
|
|
6225
|
+
background: #317ab9;
|
|
6214
6226
|
border-color: unset;
|
|
6215
6227
|
}
|
|
6216
6228
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
6217
6229
|
color: #1f496e;
|
|
6218
6230
|
}
|
|
6219
6231
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
6220
|
-
color: #
|
|
6232
|
+
color: #fff;
|
|
6221
6233
|
}
|
|
6222
6234
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6223
6235
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -1569,6 +1569,9 @@
|
|
|
1569
1569
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1570
1570
|
margin-right: 12px;
|
|
1571
1571
|
}
|
|
1572
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1573
|
+
margin-left: 12px;
|
|
1574
|
+
}
|
|
1572
1575
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1573
1576
|
padding: 0 4px 0 6px;
|
|
1574
1577
|
}
|
|
@@ -1599,6 +1602,7 @@
|
|
|
1599
1602
|
}
|
|
1600
1603
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1601
1604
|
margin-left: 0;
|
|
1605
|
+
margin-right: 12px;
|
|
1602
1606
|
}
|
|
1603
1607
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1604
1608
|
margin-left: 12px;
|
|
@@ -1606,11 +1610,13 @@
|
|
|
1606
1610
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1607
1611
|
margin-left: 0;
|
|
1608
1612
|
}
|
|
1609
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1613
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1614
|
+
margin-right: 0;
|
|
1615
|
+
}
|
|
1610
1616
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1611
1617
|
margin-right: 0;
|
|
1618
|
+
margin-left: 12px;
|
|
1612
1619
|
}
|
|
1613
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1614
1620
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1615
1621
|
margin-right: 12px;
|
|
1616
1622
|
}
|
|
@@ -2781,6 +2787,12 @@
|
|
|
2781
2787
|
-webkit-box-shadow: none;
|
|
2782
2788
|
box-shadow: none;
|
|
2783
2789
|
}
|
|
2790
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
2791
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
2792
|
+
display: -webkit-box;
|
|
2793
|
+
display: -ms-flexbox;
|
|
2794
|
+
display: flex;
|
|
2795
|
+
}
|
|
2784
2796
|
.e-contextmenu-wrapper ul.e-ul,
|
|
2785
2797
|
.e-contextmenu-container ul.e-ul {
|
|
2786
2798
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -5529,18 +5541,18 @@
|
|
|
5529
5541
|
color: rgb(0, 86.1, 178.5);
|
|
5530
5542
|
}
|
|
5531
5543
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
5532
|
-
background: #
|
|
5544
|
+
background: #007bff;
|
|
5533
5545
|
border-color: unset;
|
|
5534
5546
|
}
|
|
5535
5547
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
5536
5548
|
color: rgb(0, 86.1, 178.5);
|
|
5537
5549
|
}
|
|
5538
5550
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
5539
|
-
color:
|
|
5551
|
+
color: #fff;
|
|
5540
5552
|
}
|
|
5541
5553
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
5542
5554
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
5543
|
-
color: #
|
|
5555
|
+
color: #fff;
|
|
5544
5556
|
}
|
|
5545
5557
|
.e-tab.e-background .e-tab-header {
|
|
5546
5558
|
background: inherit;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1832,6 +1832,9 @@
|
|
|
1832
1832
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1833
1833
|
margin-right: 12px;
|
|
1834
1834
|
}
|
|
1835
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1836
|
+
margin-left: 12px;
|
|
1837
|
+
}
|
|
1835
1838
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1836
1839
|
padding: 0 4px 0 6px;
|
|
1837
1840
|
}
|
|
@@ -1862,6 +1865,7 @@
|
|
|
1862
1865
|
}
|
|
1863
1866
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1864
1867
|
margin-left: 0;
|
|
1868
|
+
margin-right: 12px;
|
|
1865
1869
|
}
|
|
1866
1870
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1867
1871
|
margin-left: 12px;
|
|
@@ -1869,11 +1873,13 @@
|
|
|
1869
1873
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1870
1874
|
margin-left: 0;
|
|
1871
1875
|
}
|
|
1872
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1876
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1877
|
+
margin-right: 0;
|
|
1878
|
+
}
|
|
1873
1879
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1874
1880
|
margin-right: 0;
|
|
1881
|
+
margin-left: 12px;
|
|
1875
1882
|
}
|
|
1876
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1877
1883
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1878
1884
|
margin-right: 12px;
|
|
1879
1885
|
}
|
|
@@ -3403,6 +3409,12 @@
|
|
|
3403
3409
|
-webkit-box-shadow: none;
|
|
3404
3410
|
box-shadow: none;
|
|
3405
3411
|
}
|
|
3412
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
3413
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
3414
|
+
display: -webkit-box;
|
|
3415
|
+
display: -ms-flexbox;
|
|
3416
|
+
display: flex;
|
|
3417
|
+
}
|
|
3406
3418
|
.e-contextmenu-wrapper ul.e-ul,
|
|
3407
3419
|
.e-contextmenu-container ul.e-ul {
|
|
3408
3420
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -6210,18 +6222,18 @@
|
|
|
6210
6222
|
color: rgb(0, 86.1, 178.5);
|
|
6211
6223
|
}
|
|
6212
6224
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6213
|
-
background: #
|
|
6225
|
+
background: #007bff;
|
|
6214
6226
|
border-color: unset;
|
|
6215
6227
|
}
|
|
6216
6228
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
6217
6229
|
color: rgb(0, 86.1, 178.5);
|
|
6218
6230
|
}
|
|
6219
6231
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
6220
|
-
color:
|
|
6232
|
+
color: #fff;
|
|
6221
6233
|
}
|
|
6222
6234
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6223
6235
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6224
|
-
color: #
|
|
6236
|
+
color: #fff;
|
|
6225
6237
|
}
|
|
6226
6238
|
.e-tab.e-background .e-tab-header {
|
|
6227
6239
|
background: inherit;
|
|
@@ -1614,6 +1614,9 @@
|
|
|
1614
1614
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1615
1615
|
margin-right: 8px;
|
|
1616
1616
|
}
|
|
1617
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1618
|
+
margin-left: 8px;
|
|
1619
|
+
}
|
|
1617
1620
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1618
1621
|
padding: 4px;
|
|
1619
1622
|
}
|
|
@@ -1644,6 +1647,7 @@
|
|
|
1644
1647
|
}
|
|
1645
1648
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1646
1649
|
margin-left: 0;
|
|
1650
|
+
margin-right: 8px;
|
|
1647
1651
|
}
|
|
1648
1652
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1649
1653
|
margin-left: 8px;
|
|
@@ -1651,11 +1655,13 @@
|
|
|
1651
1655
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1652
1656
|
margin-left: 0;
|
|
1653
1657
|
}
|
|
1654
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1658
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1659
|
+
margin-right: 0;
|
|
1660
|
+
}
|
|
1655
1661
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1656
1662
|
margin-right: 0;
|
|
1663
|
+
margin-left: 8px;
|
|
1657
1664
|
}
|
|
1658
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1659
1665
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1660
1666
|
margin-right: 8px;
|
|
1661
1667
|
}
|
|
@@ -2829,6 +2835,12 @@
|
|
|
2829
2835
|
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
2830
2836
|
padding: 4px 0;
|
|
2831
2837
|
}
|
|
2838
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
2839
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
2840
|
+
display: -webkit-box;
|
|
2841
|
+
display: -ms-flexbox;
|
|
2842
|
+
display: flex;
|
|
2843
|
+
}
|
|
2832
2844
|
.e-contextmenu-wrapper ul.e-ul,
|
|
2833
2845
|
.e-contextmenu-container ul.e-ul {
|
|
2834
2846
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -5547,14 +5559,14 @@
|
|
|
5547
5559
|
color: rgb(10.4, 88, 202.4);
|
|
5548
5560
|
}
|
|
5549
5561
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
5550
|
-
background:
|
|
5562
|
+
background: #0d6efd;
|
|
5551
5563
|
border-color: #adb5bd;
|
|
5552
5564
|
}
|
|
5553
5565
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
5554
5566
|
color: #adb5bd;
|
|
5555
5567
|
}
|
|
5556
5568
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
5557
|
-
color: #
|
|
5569
|
+
color: #fff;
|
|
5558
5570
|
}
|
|
5559
5571
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
5560
5572
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|