@syncfusion/ej2-angular-ribbon 21.2.3 → 22.1.34-ngcc
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/@syncfusion/ej2-angular-ribbon.es5.js +566 -0
- package/@syncfusion/ej2-angular-ribbon.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-ribbon.js +526 -0
- package/@syncfusion/ej2-angular-ribbon.js.map +1 -0
- package/CHANGELOG.md +21 -0
- package/dist/ej2-angular-ribbon.umd.js +710 -0
- package/dist/ej2-angular-ribbon.umd.js.map +1 -0
- package/dist/ej2-angular-ribbon.umd.min.js +11 -0
- package/dist/ej2-angular-ribbon.umd.min.js.map +1 -0
- package/ej2-angular-ribbon.d.ts +5 -0
- package/ej2-angular-ribbon.metadata.json +1 -0
- package/license +10 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +10 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/index.ts +10 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/ng-add/schema.ts +30 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +4 -0
- package/src/ribbon/collections.directive.d.ts +0 -5
- package/src/ribbon/groups.directive.d.ts +0 -5
- package/src/ribbon/items.directive.d.ts +0 -5
- package/src/ribbon/ribbon-all.module.d.ts +0 -6
- package/src/ribbon/ribbon.component.d.ts +0 -3
- package/src/ribbon/ribbon.module.d.ts +0 -10
- package/src/ribbon/tabs.directive.d.ts +0 -5
- package/styles/bootstrap-dark.css +26 -0
- package/styles/bootstrap.css +26 -0
- package/styles/bootstrap4.css +26 -0
- package/styles/bootstrap5-dark.css +26 -0
- package/styles/bootstrap5.css +26 -0
- package/styles/fabric-dark.css +26 -0
- package/styles/fabric.css +26 -0
- package/styles/fluent-dark.css +26 -0
- package/styles/fluent.css +26 -0
- package/styles/highcontrast-light.css +26 -0
- package/styles/highcontrast.css +30 -4
- package/styles/material-dark.css +26 -0
- package/styles/material.css +26 -0
- package/styles/material3-dark.css +1671 -0
- package/styles/material3-dark.scss +2 -0
- package/styles/material3.css +1727 -0
- package/styles/material3.scss +2 -0
- package/styles/ribbon/bootstrap-dark.css +26 -0
- package/styles/ribbon/bootstrap-dark.scss +1 -17
- package/styles/ribbon/bootstrap.css +26 -0
- package/styles/ribbon/bootstrap.scss +1 -17
- package/styles/ribbon/bootstrap4.css +26 -0
- package/styles/ribbon/bootstrap4.scss +1 -17
- package/styles/ribbon/bootstrap5-dark.css +26 -0
- package/styles/ribbon/bootstrap5-dark.scss +1 -17
- package/styles/ribbon/bootstrap5.css +26 -0
- package/styles/ribbon/bootstrap5.scss +1 -17
- package/styles/ribbon/fabric-dark.css +26 -0
- package/styles/ribbon/fabric-dark.scss +1 -17
- package/styles/ribbon/fabric.css +26 -0
- package/styles/ribbon/fabric.scss +1 -17
- package/styles/ribbon/fluent-dark.css +26 -0
- package/styles/ribbon/fluent-dark.scss +1 -17
- package/styles/ribbon/fluent.css +26 -0
- package/styles/ribbon/fluent.scss +1 -17
- package/styles/ribbon/highcontrast-light.css +26 -0
- package/styles/ribbon/highcontrast-light.scss +1 -16
- package/styles/ribbon/highcontrast.css +30 -4
- package/styles/ribbon/highcontrast.scss +1 -17
- package/styles/ribbon/material-dark.css +26 -0
- package/styles/ribbon/material-dark.scss +1 -17
- package/styles/ribbon/material.css +26 -0
- package/styles/ribbon/material.scss +1 -17
- package/styles/ribbon/material3-dark.css +1671 -0
- package/styles/ribbon/material3-dark.scss +2 -0
- package/styles/ribbon/material3.css +1727 -0
- package/styles/ribbon/material3.scss +2 -0
- package/styles/ribbon/tailwind-dark.css +26 -0
- package/styles/ribbon/tailwind-dark.scss +1 -17
- package/styles/ribbon/tailwind.css +26 -0
- package/styles/ribbon/tailwind.scss +1 -17
- package/styles/tailwind-dark.css +26 -0
- package/styles/tailwind.css +26 -0
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -9
- package/esm2020/src/ribbon/collections.directive.mjs +0 -70
- package/esm2020/src/ribbon/groups.directive.mjs +0 -66
- package/esm2020/src/ribbon/items.directive.mjs +0 -78
- package/esm2020/src/ribbon/ribbon-all.module.mjs +0 -47
- package/esm2020/src/ribbon/ribbon.component.mjs +0 -120
- package/esm2020/src/ribbon/ribbon.module.mjs +0 -61
- package/esm2020/src/ribbon/tabs.directive.mjs +0 -62
- package/esm2020/syncfusion-ej2-angular-ribbon.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-ribbon.mjs +0 -482
- package/fesm2015/syncfusion-ej2-angular-ribbon.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-ribbon.mjs +0 -482
- package/fesm2020/syncfusion-ej2-angular-ribbon.mjs.map +0 -1
- package/styles/ribbon/_all.scss +0 -2
- package/styles/ribbon/_bootstrap-dark-definition.scss +0 -206
- package/styles/ribbon/_bootstrap-definition.scss +0 -206
- package/styles/ribbon/_bootstrap4-definition.scss +0 -206
- package/styles/ribbon/_bootstrap5-dark-definition.scss +0 -1
- package/styles/ribbon/_bootstrap5-definition.scss +0 -206
- package/styles/ribbon/_fabric-dark-definition.scss +0 -206
- package/styles/ribbon/_fabric-definition.scss +0 -206
- package/styles/ribbon/_fluent-dark-definition.scss +0 -1
- package/styles/ribbon/_fluent-definition.scss +0 -206
- package/styles/ribbon/_fusionnew-definition.scss +0 -206
- package/styles/ribbon/_highcontrast-definition.scss +0 -206
- package/styles/ribbon/_highcontrast-light-definition.scss +0 -206
- package/styles/ribbon/_layout.scss +0 -1099
- package/styles/ribbon/_material-dark-definition.scss +0 -206
- package/styles/ribbon/_material-definition.scss +0 -206
- package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
- package/styles/ribbon/_tailwind-definition.scss +0 -206
- package/styles/ribbon/_theme.scss +0 -343
- package/styles/ribbon/icons/_bootstrap-dark.scss +0 -9
- package/styles/ribbon/icons/_bootstrap.scss +0 -9
- package/styles/ribbon/icons/_bootstrap4.scss +0 -9
- package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
- package/styles/ribbon/icons/_bootstrap5.scss +0 -9
- package/styles/ribbon/icons/_fabric-dark.scss +0 -9
- package/styles/ribbon/icons/_fabric.scss +0 -9
- package/styles/ribbon/icons/_fluent-dark.scss +0 -1
- package/styles/ribbon/icons/_fluent.scss +0 -9
- package/styles/ribbon/icons/_fusionnew.scss +0 -9
- package/styles/ribbon/icons/_highcontrast.scss +0 -9
- package/styles/ribbon/icons/_material-dark.scss +0 -9
- package/styles/ribbon/icons/_material.scss +0 -9
- package/styles/ribbon/icons/_material3.scss +0 -9
- package/styles/ribbon/icons/_tailwind-dark.scss +0 -9
- package/styles/ribbon/icons/_tailwind.scss +0 -9
- package/syncfusion-ej2-angular-ribbon.d.ts +0 -5
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* `e-ribbon-collection` directive represent a collection in the Angular Ribbon.
|
|
6
5
|
* ```html
|
|
@@ -43,8 +42,6 @@ export declare class RibbonCollectionDirective extends ComplexBase<RibbonCollect
|
|
|
43
42
|
*/
|
|
44
43
|
items: any;
|
|
45
44
|
constructor(viewContainerRef: ViewContainerRef);
|
|
46
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonCollectionDirective, never>;
|
|
47
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonCollectionDirective, "e-ribbon-collection", never, { "cssClass": "cssClass"; "id": "id"; "items": "items"; }, {}, ["childItems"]>;
|
|
48
45
|
}
|
|
49
46
|
/**
|
|
50
47
|
* RibbonCollection Array Directive
|
|
@@ -52,6 +49,4 @@ export declare class RibbonCollectionDirective extends ComplexBase<RibbonCollect
|
|
|
52
49
|
*/
|
|
53
50
|
export declare class RibbonCollectionsDirective extends ArrayBase<RibbonCollectionsDirective> {
|
|
54
51
|
constructor();
|
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonCollectionsDirective, never>;
|
|
56
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonCollectionsDirective, "e-ribbon-collections", never, {}, {}, ["children"]>;
|
|
57
52
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* `e-ribbon-group` directive represent a group in the Angular Ribbon.
|
|
6
5
|
* ```html
|
|
@@ -84,8 +83,6 @@ export declare class RibbonGroupDirective extends ComplexBase<RibbonGroupDirecti
|
|
|
84
83
|
*/
|
|
85
84
|
showLauncherIcon: any;
|
|
86
85
|
constructor(viewContainerRef: ViewContainerRef);
|
|
87
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonGroupDirective, never>;
|
|
88
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonGroupDirective, "e-ribbon-group", never, { "collections": "collections"; "cssClass": "cssClass"; "enableGroupOverflow": "enableGroupOverflow"; "groupIconCss": "groupIconCss"; "header": "header"; "id": "id"; "isCollapsed": "isCollapsed"; "isCollapsible": "isCollapsible"; "orientation": "orientation"; "priority": "priority"; "showLauncherIcon": "showLauncherIcon"; }, {}, ["childCollections"]>;
|
|
89
86
|
}
|
|
90
87
|
/**
|
|
91
88
|
* RibbonGroup Array Directive
|
|
@@ -93,6 +90,4 @@ export declare class RibbonGroupDirective extends ComplexBase<RibbonGroupDirecti
|
|
|
93
90
|
*/
|
|
94
91
|
export declare class RibbonGroupsDirective extends ArrayBase<RibbonGroupsDirective> {
|
|
95
92
|
constructor();
|
|
96
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonGroupsDirective, never>;
|
|
97
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonGroupsDirective, "e-ribbon-groups", never, {}, {}, ["children"]>;
|
|
98
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* `e-ribbon-item` directive represent a item in the Angular Ribbon.
|
|
6
5
|
* ```html
|
|
@@ -111,8 +110,6 @@ export declare class RibbonItemDirective extends ComplexBase<RibbonItemDirective
|
|
|
111
110
|
*/
|
|
112
111
|
itemTemplate: any;
|
|
113
112
|
constructor(viewContainerRef: ViewContainerRef);
|
|
114
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonItemDirective, never>;
|
|
115
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonItemDirective, "e-ribbon-item", never, { "activeSize": "activeSize"; "allowedSizes": "allowedSizes"; "buttonSettings": "buttonSettings"; "checkBoxSettings": "checkBoxSettings"; "colorPickerSettings": "colorPickerSettings"; "comboBoxSettings": "comboBoxSettings"; "cssClass": "cssClass"; "disabled": "disabled"; "displayOptions": "displayOptions"; "dropDownSettings": "dropDownSettings"; "id": "id"; "itemTemplate": "itemTemplate"; "ribbonTooltipSettings": "ribbonTooltipSettings"; "splitButtonSettings": "splitButtonSettings"; "type": "type"; }, {}, ["itemTemplate"]>;
|
|
116
113
|
}
|
|
117
114
|
/**
|
|
118
115
|
* RibbonItem Array Directive
|
|
@@ -120,6 +117,4 @@ export declare class RibbonItemDirective extends ComplexBase<RibbonItemDirective
|
|
|
120
117
|
*/
|
|
121
118
|
export declare class RibbonItemsDirective extends ArrayBase<RibbonItemsDirective> {
|
|
122
119
|
constructor();
|
|
123
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonItemsDirective, never>;
|
|
124
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonItemsDirective, "e-ribbon-items", never, {}, {}, ["children"]>;
|
|
125
120
|
}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "./ribbon.module";
|
|
5
2
|
export declare const RibbonButtonService: ValueProvider;
|
|
6
3
|
export declare const RibbonDropDownService: ValueProvider;
|
|
7
4
|
export declare const RibbonSplitButtonService: ValueProvider;
|
|
@@ -13,7 +10,4 @@ export declare const RibbonFileMenuService: ValueProvider;
|
|
|
13
10
|
* NgModule definition for the Ribbon component with providers.
|
|
14
11
|
*/
|
|
15
12
|
export declare class RibbonAllModule {
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonAllModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RibbonAllModule, never, [typeof i1.CommonModule, typeof i2.RibbonModule], [typeof i2.RibbonModule]>;
|
|
18
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RibbonAllModule>;
|
|
19
13
|
}
|
|
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@a
|
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Ribbon } from '@syncfusion/ej2-ribbon';
|
|
4
4
|
import { RibbonTabsDirective } from './tabs.directive';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
5
|
export declare const inputs: string[];
|
|
7
6
|
export declare const outputs: string[];
|
|
8
7
|
export declare const twoWays: string[];
|
|
@@ -40,6 +39,4 @@ export declare class RibbonComponent extends Ribbon implements IComponentBase {
|
|
|
40
39
|
ngAfterContentChecked(): void;
|
|
41
40
|
registerEvents: (eventList: string[]) => void;
|
|
42
41
|
addTwoWay: (propList: string[]) => void;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RibbonComponent, "ejs-ribbon", never, { "activeLayout": "activeLayout"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "fileMenu": "fileMenu"; "helpPaneTemplate": "helpPaneTemplate"; "isMinimized": "isMinimized"; "launcherIconCss": "launcherIconCss"; "locale": "locale"; "selectedTab": "selectedTab"; "tabAnimation": "tabAnimation"; "tabs": "tabs"; "width": "width"; }, { "launcherIconClick": "launcherIconClick"; "ribbonCollapsing": "ribbonCollapsing"; "ribbonExpanding": "ribbonExpanding"; "tabSelected": "tabSelected"; "tabSelecting": "tabSelecting"; }, ["helpPaneTemplate", "childTabs"], ["div"]>;
|
|
45
42
|
}
|
|
@@ -1,15 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./ribbon.component";
|
|
3
|
-
import * as i2 from "./items.directive";
|
|
4
|
-
import * as i3 from "./collections.directive";
|
|
5
|
-
import * as i4 from "./groups.directive";
|
|
6
|
-
import * as i5 from "./tabs.directive";
|
|
7
|
-
import * as i6 from "@angular/common";
|
|
8
1
|
/**
|
|
9
2
|
* NgModule definition for the Ribbon component.
|
|
10
3
|
*/
|
|
11
4
|
export declare class RibbonModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RibbonModule, [typeof i1.RibbonComponent, typeof i2.RibbonItemDirective, typeof i2.RibbonItemsDirective, typeof i3.RibbonCollectionDirective, typeof i3.RibbonCollectionsDirective, typeof i4.RibbonGroupDirective, typeof i4.RibbonGroupsDirective, typeof i5.RibbonTabDirective, typeof i5.RibbonTabsDirective], [typeof i6.CommonModule], [typeof i1.RibbonComponent, typeof i2.RibbonItemDirective, typeof i2.RibbonItemsDirective, typeof i3.RibbonCollectionDirective, typeof i3.RibbonCollectionsDirective, typeof i4.RibbonGroupDirective, typeof i4.RibbonGroupsDirective, typeof i5.RibbonTabDirective, typeof i5.RibbonTabsDirective]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RibbonModule>;
|
|
15
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* `e-ribbon-tab` directive represent a tab of the Angular Ribbon.
|
|
6
5
|
* It must be contained in a Ribbon component(`ejs-ribbon`).
|
|
@@ -40,8 +39,6 @@ export declare class RibbonTabDirective extends ComplexBase<RibbonTabDirective>
|
|
|
40
39
|
*/
|
|
41
40
|
id: any;
|
|
42
41
|
constructor(viewContainerRef: ViewContainerRef);
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonTabDirective, never>;
|
|
44
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonTabDirective, "e-ribbon-tab", never, { "cssClass": "cssClass"; "groups": "groups"; "header": "header"; "id": "id"; }, {}, ["childGroups"]>;
|
|
45
42
|
}
|
|
46
43
|
/**
|
|
47
44
|
* RibbonTab Array Directive
|
|
@@ -49,6 +46,4 @@ export declare class RibbonTabDirective extends ComplexBase<RibbonTabDirective>
|
|
|
49
46
|
*/
|
|
50
47
|
export declare class RibbonTabsDirective extends ArrayBase<RibbonTabsDirective> {
|
|
51
48
|
constructor();
|
|
52
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonTabsDirective, never>;
|
|
53
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonTabsDirective, "e-ribbon-tabs", never, {}, {}, ["children"]>;
|
|
54
49
|
}
|
|
@@ -138,6 +138,7 @@
|
|
|
138
138
|
border-width: unset;
|
|
139
139
|
font-size: 14px;
|
|
140
140
|
font-weight: 400;
|
|
141
|
+
box-shadow: none;
|
|
141
142
|
}
|
|
142
143
|
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu.e-active {
|
|
143
144
|
border-radius: unset;
|
|
@@ -275,6 +276,7 @@
|
|
|
275
276
|
border: none;
|
|
276
277
|
height: 32px;
|
|
277
278
|
margin: auto;
|
|
279
|
+
box-shadow: none;
|
|
278
280
|
}
|
|
279
281
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn .e-btn-icon,
|
|
280
282
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn .e-btn-icon {
|
|
@@ -414,6 +416,8 @@
|
|
|
414
416
|
.e-ribbon.e-rbn .e-input-group.e-control-wrapper .e-clear-icon,
|
|
415
417
|
.e-ribbon-group-overflow-ddb .e-input-group.e-control-wrapper .e-clear-icon {
|
|
416
418
|
min-width: auto;
|
|
419
|
+
min-height: auto;
|
|
420
|
+
border-radius: unset;
|
|
417
421
|
}
|
|
418
422
|
.e-ribbon.e-rbn .e-input-group .e-clear-icon,
|
|
419
423
|
.e-ribbon-group-overflow-ddb .e-input-group .e-clear-icon {
|
|
@@ -497,6 +501,7 @@
|
|
|
497
501
|
font-weight: 400;
|
|
498
502
|
font-size: 12px;
|
|
499
503
|
text-transform: none;
|
|
504
|
+
box-shadow: none;
|
|
500
505
|
}
|
|
501
506
|
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:focus,
|
|
502
507
|
.e-ribbon.e-rbn .e-ribbon-item .e-btn:focus,
|
|
@@ -605,6 +610,7 @@
|
|
|
605
610
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-split-btn-wrapper {
|
|
606
611
|
border: 1px solid transparent;
|
|
607
612
|
border-radius: 2px;
|
|
613
|
+
box-shadow: none;
|
|
608
614
|
}
|
|
609
615
|
.e-ribbon.e-rbn .e-ribbon-item .e-split-btn-wrapper .e-btn,
|
|
610
616
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-split-btn-wrapper .e-btn {
|
|
@@ -776,6 +782,17 @@
|
|
|
776
782
|
padding-left: 37px !important; /* stylelint-disable-line declaration-no-important */
|
|
777
783
|
}
|
|
778
784
|
|
|
785
|
+
.e-ribbon-control.e-dropdown-popup ul .e-item {
|
|
786
|
+
font-size: 14px;
|
|
787
|
+
height: 26px;
|
|
788
|
+
-ms-flex-align: center;
|
|
789
|
+
align-items: center;
|
|
790
|
+
}
|
|
791
|
+
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
792
|
+
font-size: 16px;
|
|
793
|
+
line-height: 16px;
|
|
794
|
+
}
|
|
795
|
+
|
|
779
796
|
.e-ribbon-tooltip .e-tip-content {
|
|
780
797
|
padding: 4px;
|
|
781
798
|
}
|
|
@@ -1152,6 +1169,15 @@
|
|
|
1152
1169
|
padding: 10px;
|
|
1153
1170
|
}
|
|
1154
1171
|
|
|
1172
|
+
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item {
|
|
1173
|
+
font-size: 14px;
|
|
1174
|
+
height: 32px;
|
|
1175
|
+
}
|
|
1176
|
+
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1177
|
+
font-size: 20px;
|
|
1178
|
+
line-height: 20px;
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1155
1181
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
1156
1182
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
1157
1183
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,
|
package/styles/bootstrap.css
CHANGED
|
@@ -143,6 +143,7 @@
|
|
|
143
143
|
border-width: unset;
|
|
144
144
|
font-size: 14px;
|
|
145
145
|
font-weight: 400;
|
|
146
|
+
box-shadow: none;
|
|
146
147
|
}
|
|
147
148
|
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu.e-active {
|
|
148
149
|
border-radius: unset;
|
|
@@ -280,6 +281,7 @@
|
|
|
280
281
|
border: none;
|
|
281
282
|
height: 32px;
|
|
282
283
|
margin: auto;
|
|
284
|
+
box-shadow: none;
|
|
283
285
|
}
|
|
284
286
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn .e-btn-icon,
|
|
285
287
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn .e-btn-icon {
|
|
@@ -419,6 +421,8 @@
|
|
|
419
421
|
.e-ribbon.e-rbn .e-input-group.e-control-wrapper .e-clear-icon,
|
|
420
422
|
.e-ribbon-group-overflow-ddb .e-input-group.e-control-wrapper .e-clear-icon {
|
|
421
423
|
min-width: auto;
|
|
424
|
+
min-height: auto;
|
|
425
|
+
border-radius: unset;
|
|
422
426
|
}
|
|
423
427
|
.e-ribbon.e-rbn .e-input-group .e-clear-icon,
|
|
424
428
|
.e-ribbon-group-overflow-ddb .e-input-group .e-clear-icon {
|
|
@@ -502,6 +506,7 @@
|
|
|
502
506
|
font-weight: 400;
|
|
503
507
|
font-size: 12px;
|
|
504
508
|
text-transform: none;
|
|
509
|
+
box-shadow: none;
|
|
505
510
|
}
|
|
506
511
|
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:focus,
|
|
507
512
|
.e-ribbon.e-rbn .e-ribbon-item .e-btn:focus,
|
|
@@ -610,6 +615,7 @@
|
|
|
610
615
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-split-btn-wrapper {
|
|
611
616
|
border: 1px solid transparent;
|
|
612
617
|
border-radius: 4px;
|
|
618
|
+
box-shadow: none;
|
|
613
619
|
}
|
|
614
620
|
.e-ribbon.e-rbn .e-ribbon-item .e-split-btn-wrapper .e-btn,
|
|
615
621
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-split-btn-wrapper .e-btn {
|
|
@@ -781,6 +787,17 @@
|
|
|
781
787
|
padding-left: 34px !important; /* stylelint-disable-line declaration-no-important */
|
|
782
788
|
}
|
|
783
789
|
|
|
790
|
+
.e-ribbon-control.e-dropdown-popup ul .e-item {
|
|
791
|
+
font-size: 14px;
|
|
792
|
+
height: 26px;
|
|
793
|
+
-ms-flex-align: center;
|
|
794
|
+
align-items: center;
|
|
795
|
+
}
|
|
796
|
+
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
797
|
+
font-size: 16px;
|
|
798
|
+
line-height: 16px;
|
|
799
|
+
}
|
|
800
|
+
|
|
784
801
|
.e-ribbon-tooltip .e-tip-content {
|
|
785
802
|
padding: 4px;
|
|
786
803
|
}
|
|
@@ -1157,6 +1174,15 @@
|
|
|
1157
1174
|
padding: 10px;
|
|
1158
1175
|
}
|
|
1159
1176
|
|
|
1177
|
+
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item {
|
|
1178
|
+
font-size: 14px;
|
|
1179
|
+
height: 32px;
|
|
1180
|
+
}
|
|
1181
|
+
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1182
|
+
font-size: 20px;
|
|
1183
|
+
line-height: 20px;
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1160
1186
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
1161
1187
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
1162
1188
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -193,6 +193,7 @@
|
|
|
193
193
|
border-width: unset;
|
|
194
194
|
font-size: 14px;
|
|
195
195
|
font-weight: 400;
|
|
196
|
+
box-shadow: none;
|
|
196
197
|
}
|
|
197
198
|
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu.e-active {
|
|
198
199
|
border-radius: unset;
|
|
@@ -330,6 +331,7 @@
|
|
|
330
331
|
border: none;
|
|
331
332
|
height: 32px;
|
|
332
333
|
margin: auto;
|
|
334
|
+
box-shadow: none;
|
|
333
335
|
}
|
|
334
336
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn .e-btn-icon,
|
|
335
337
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn .e-btn-icon {
|
|
@@ -469,6 +471,8 @@
|
|
|
469
471
|
.e-ribbon.e-rbn .e-input-group.e-control-wrapper .e-clear-icon,
|
|
470
472
|
.e-ribbon-group-overflow-ddb .e-input-group.e-control-wrapper .e-clear-icon {
|
|
471
473
|
min-width: auto;
|
|
474
|
+
min-height: auto;
|
|
475
|
+
border-radius: unset;
|
|
472
476
|
}
|
|
473
477
|
.e-ribbon.e-rbn .e-input-group .e-clear-icon,
|
|
474
478
|
.e-ribbon-group-overflow-ddb .e-input-group .e-clear-icon {
|
|
@@ -552,6 +556,7 @@
|
|
|
552
556
|
font-weight: 400;
|
|
553
557
|
font-size: 14px;
|
|
554
558
|
text-transform: none;
|
|
559
|
+
box-shadow: none;
|
|
555
560
|
}
|
|
556
561
|
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:focus,
|
|
557
562
|
.e-ribbon.e-rbn .e-ribbon-item .e-btn:focus,
|
|
@@ -660,6 +665,7 @@
|
|
|
660
665
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-split-btn-wrapper {
|
|
661
666
|
border: 1px solid transparent;
|
|
662
667
|
border-radius: 4px;
|
|
668
|
+
box-shadow: none;
|
|
663
669
|
}
|
|
664
670
|
.e-ribbon.e-rbn .e-ribbon-item .e-split-btn-wrapper .e-btn,
|
|
665
671
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-split-btn-wrapper .e-btn {
|
|
@@ -831,6 +837,17 @@
|
|
|
831
837
|
padding-left: 34px !important; /* stylelint-disable-line declaration-no-important */
|
|
832
838
|
}
|
|
833
839
|
|
|
840
|
+
.e-ribbon-control.e-dropdown-popup ul .e-item {
|
|
841
|
+
font-size: 14px;
|
|
842
|
+
height: 26px;
|
|
843
|
+
-ms-flex-align: center;
|
|
844
|
+
align-items: center;
|
|
845
|
+
}
|
|
846
|
+
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
847
|
+
font-size: 16px;
|
|
848
|
+
line-height: 16px;
|
|
849
|
+
}
|
|
850
|
+
|
|
834
851
|
.e-ribbon-tooltip .e-tip-content {
|
|
835
852
|
padding: 4px;
|
|
836
853
|
}
|
|
@@ -1207,6 +1224,15 @@
|
|
|
1207
1224
|
padding: 9px;
|
|
1208
1225
|
}
|
|
1209
1226
|
|
|
1227
|
+
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item {
|
|
1228
|
+
font-size: 14px;
|
|
1229
|
+
height: 32px;
|
|
1230
|
+
}
|
|
1231
|
+
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1232
|
+
font-size: 20px;
|
|
1233
|
+
line-height: 20px;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1210
1236
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
1211
1237
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
1212
1238
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,
|
|
@@ -222,6 +222,7 @@
|
|
|
222
222
|
border-width: unset;
|
|
223
223
|
font-size: 14px;
|
|
224
224
|
font-weight: 400;
|
|
225
|
+
box-shadow: none;
|
|
225
226
|
}
|
|
226
227
|
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu.e-active {
|
|
227
228
|
border-radius: unset;
|
|
@@ -359,6 +360,7 @@
|
|
|
359
360
|
border: none;
|
|
360
361
|
height: 26px;
|
|
361
362
|
margin: auto;
|
|
363
|
+
box-shadow: none;
|
|
362
364
|
}
|
|
363
365
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn .e-btn-icon,
|
|
364
366
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn .e-btn-icon {
|
|
@@ -498,6 +500,8 @@
|
|
|
498
500
|
.e-ribbon.e-rbn .e-input-group.e-control-wrapper .e-clear-icon,
|
|
499
501
|
.e-ribbon-group-overflow-ddb .e-input-group.e-control-wrapper .e-clear-icon {
|
|
500
502
|
min-width: auto;
|
|
503
|
+
min-height: auto;
|
|
504
|
+
border-radius: unset;
|
|
501
505
|
}
|
|
502
506
|
.e-ribbon.e-rbn .e-input-group .e-clear-icon,
|
|
503
507
|
.e-ribbon-group-overflow-ddb .e-input-group .e-clear-icon {
|
|
@@ -581,6 +585,7 @@
|
|
|
581
585
|
font-weight: 400;
|
|
582
586
|
font-size: 12px;
|
|
583
587
|
text-transform: none;
|
|
588
|
+
box-shadow: none;
|
|
584
589
|
}
|
|
585
590
|
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:focus,
|
|
586
591
|
.e-ribbon.e-rbn .e-ribbon-item .e-btn:focus,
|
|
@@ -689,6 +694,7 @@
|
|
|
689
694
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-split-btn-wrapper {
|
|
690
695
|
border: 1px solid transparent;
|
|
691
696
|
border-radius: 4px;
|
|
697
|
+
box-shadow: none;
|
|
692
698
|
}
|
|
693
699
|
.e-ribbon.e-rbn .e-ribbon-item .e-split-btn-wrapper .e-btn,
|
|
694
700
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-split-btn-wrapper .e-btn {
|
|
@@ -860,6 +866,17 @@
|
|
|
860
866
|
padding-left: 38px !important; /* stylelint-disable-line declaration-no-important */
|
|
861
867
|
}
|
|
862
868
|
|
|
869
|
+
.e-ribbon-control.e-dropdown-popup ul .e-item {
|
|
870
|
+
font-size: 12px;
|
|
871
|
+
height: 24px;
|
|
872
|
+
-ms-flex-align: center;
|
|
873
|
+
align-items: center;
|
|
874
|
+
}
|
|
875
|
+
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
876
|
+
font-size: 16px;
|
|
877
|
+
line-height: 16px;
|
|
878
|
+
}
|
|
879
|
+
|
|
863
880
|
.e-ribbon-tooltip .e-tip-content {
|
|
864
881
|
padding: 4px;
|
|
865
882
|
}
|
|
@@ -1236,6 +1253,15 @@
|
|
|
1236
1253
|
padding: 7px;
|
|
1237
1254
|
}
|
|
1238
1255
|
|
|
1256
|
+
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item {
|
|
1257
|
+
font-size: 14px;
|
|
1258
|
+
height: 32px;
|
|
1259
|
+
}
|
|
1260
|
+
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1261
|
+
font-size: 20px;
|
|
1262
|
+
line-height: 20px;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1239
1265
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
1240
1266
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
1241
1267
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -222,6 +222,7 @@
|
|
|
222
222
|
border-width: unset;
|
|
223
223
|
font-size: 14px;
|
|
224
224
|
font-weight: 400;
|
|
225
|
+
box-shadow: none;
|
|
225
226
|
}
|
|
226
227
|
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu.e-active {
|
|
227
228
|
border-radius: unset;
|
|
@@ -359,6 +360,7 @@
|
|
|
359
360
|
border: none;
|
|
360
361
|
height: 26px;
|
|
361
362
|
margin: auto;
|
|
363
|
+
box-shadow: none;
|
|
362
364
|
}
|
|
363
365
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn .e-btn-icon,
|
|
364
366
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn .e-btn-icon {
|
|
@@ -498,6 +500,8 @@
|
|
|
498
500
|
.e-ribbon.e-rbn .e-input-group.e-control-wrapper .e-clear-icon,
|
|
499
501
|
.e-ribbon-group-overflow-ddb .e-input-group.e-control-wrapper .e-clear-icon {
|
|
500
502
|
min-width: auto;
|
|
503
|
+
min-height: auto;
|
|
504
|
+
border-radius: unset;
|
|
501
505
|
}
|
|
502
506
|
.e-ribbon.e-rbn .e-input-group .e-clear-icon,
|
|
503
507
|
.e-ribbon-group-overflow-ddb .e-input-group .e-clear-icon {
|
|
@@ -581,6 +585,7 @@
|
|
|
581
585
|
font-weight: 400;
|
|
582
586
|
font-size: 12px;
|
|
583
587
|
text-transform: none;
|
|
588
|
+
box-shadow: none;
|
|
584
589
|
}
|
|
585
590
|
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:focus,
|
|
586
591
|
.e-ribbon.e-rbn .e-ribbon-item .e-btn:focus,
|
|
@@ -689,6 +694,7 @@
|
|
|
689
694
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-split-btn-wrapper {
|
|
690
695
|
border: 1px solid transparent;
|
|
691
696
|
border-radius: 4px;
|
|
697
|
+
box-shadow: none;
|
|
692
698
|
}
|
|
693
699
|
.e-ribbon.e-rbn .e-ribbon-item .e-split-btn-wrapper .e-btn,
|
|
694
700
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-split-btn-wrapper .e-btn {
|
|
@@ -860,6 +866,17 @@
|
|
|
860
866
|
padding-left: 38px !important; /* stylelint-disable-line declaration-no-important */
|
|
861
867
|
}
|
|
862
868
|
|
|
869
|
+
.e-ribbon-control.e-dropdown-popup ul .e-item {
|
|
870
|
+
font-size: 12px;
|
|
871
|
+
height: 24px;
|
|
872
|
+
-ms-flex-align: center;
|
|
873
|
+
align-items: center;
|
|
874
|
+
}
|
|
875
|
+
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
876
|
+
font-size: 16px;
|
|
877
|
+
line-height: 16px;
|
|
878
|
+
}
|
|
879
|
+
|
|
863
880
|
.e-ribbon-tooltip .e-tip-content {
|
|
864
881
|
padding: 4px;
|
|
865
882
|
}
|
|
@@ -1236,6 +1253,15 @@
|
|
|
1236
1253
|
padding: 7px;
|
|
1237
1254
|
}
|
|
1238
1255
|
|
|
1256
|
+
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item {
|
|
1257
|
+
font-size: 14px;
|
|
1258
|
+
height: 32px;
|
|
1259
|
+
}
|
|
1260
|
+
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1261
|
+
font-size: 20px;
|
|
1262
|
+
line-height: 20px;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1239
1265
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
1240
1266
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
1241
1267
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
border-width: unset;
|
|
115
115
|
font-size: 14px;
|
|
116
116
|
font-weight: 400;
|
|
117
|
+
box-shadow: none;
|
|
117
118
|
}
|
|
118
119
|
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu.e-active {
|
|
119
120
|
border-radius: unset;
|
|
@@ -251,6 +252,7 @@
|
|
|
251
252
|
border: none;
|
|
252
253
|
height: 32px;
|
|
253
254
|
margin: auto;
|
|
255
|
+
box-shadow: none;
|
|
254
256
|
}
|
|
255
257
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn .e-btn-icon,
|
|
256
258
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn .e-btn-icon {
|
|
@@ -390,6 +392,8 @@
|
|
|
390
392
|
.e-ribbon.e-rbn .e-input-group.e-control-wrapper .e-clear-icon,
|
|
391
393
|
.e-ribbon-group-overflow-ddb .e-input-group.e-control-wrapper .e-clear-icon {
|
|
392
394
|
min-width: auto;
|
|
395
|
+
min-height: auto;
|
|
396
|
+
border-radius: unset;
|
|
393
397
|
}
|
|
394
398
|
.e-ribbon.e-rbn .e-input-group .e-clear-icon,
|
|
395
399
|
.e-ribbon-group-overflow-ddb .e-input-group .e-clear-icon {
|
|
@@ -473,6 +477,7 @@
|
|
|
473
477
|
font-weight: 400;
|
|
474
478
|
font-size: 12px;
|
|
475
479
|
text-transform: none;
|
|
480
|
+
box-shadow: none;
|
|
476
481
|
}
|
|
477
482
|
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:focus,
|
|
478
483
|
.e-ribbon.e-rbn .e-ribbon-item .e-btn:focus,
|
|
@@ -581,6 +586,7 @@
|
|
|
581
586
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-split-btn-wrapper {
|
|
582
587
|
border: 1px solid transparent;
|
|
583
588
|
border-radius: unset;
|
|
589
|
+
box-shadow: none;
|
|
584
590
|
}
|
|
585
591
|
.e-ribbon.e-rbn .e-ribbon-item .e-split-btn-wrapper .e-btn,
|
|
586
592
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-split-btn-wrapper .e-btn {
|
|
@@ -752,6 +758,17 @@
|
|
|
752
758
|
padding-left: 30px !important; /* stylelint-disable-line declaration-no-important */
|
|
753
759
|
}
|
|
754
760
|
|
|
761
|
+
.e-ribbon-control.e-dropdown-popup ul .e-item {
|
|
762
|
+
font-size: 16px;
|
|
763
|
+
height: 36px;
|
|
764
|
+
-ms-flex-align: center;
|
|
765
|
+
align-items: center;
|
|
766
|
+
}
|
|
767
|
+
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
768
|
+
font-size: 16px;
|
|
769
|
+
line-height: 16px;
|
|
770
|
+
}
|
|
771
|
+
|
|
755
772
|
.e-ribbon-tooltip .e-tip-content {
|
|
756
773
|
padding: 4px;
|
|
757
774
|
}
|
|
@@ -1128,6 +1145,15 @@
|
|
|
1128
1145
|
padding: 10px;
|
|
1129
1146
|
}
|
|
1130
1147
|
|
|
1148
|
+
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item {
|
|
1149
|
+
font-size: 16px;
|
|
1150
|
+
height: 45px;
|
|
1151
|
+
}
|
|
1152
|
+
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1153
|
+
font-size: 20px;
|
|
1154
|
+
line-height: 20px;
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1131
1157
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
1132
1158
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
1133
1159
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,
|
package/styles/fabric.css
CHANGED
|
@@ -112,6 +112,7 @@
|
|
|
112
112
|
border-width: 0 0 1px 0;
|
|
113
113
|
font-size: 14px;
|
|
114
114
|
font-weight: 400;
|
|
115
|
+
box-shadow: none;
|
|
115
116
|
}
|
|
116
117
|
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu.e-active {
|
|
117
118
|
border-radius: unset;
|
|
@@ -249,6 +250,7 @@
|
|
|
249
250
|
border: none;
|
|
250
251
|
height: 32px;
|
|
251
252
|
margin: auto;
|
|
253
|
+
box-shadow: none;
|
|
252
254
|
}
|
|
253
255
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn .e-btn-icon,
|
|
254
256
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn .e-btn-icon {
|
|
@@ -388,6 +390,8 @@
|
|
|
388
390
|
.e-ribbon.e-rbn .e-input-group.e-control-wrapper .e-clear-icon,
|
|
389
391
|
.e-ribbon-group-overflow-ddb .e-input-group.e-control-wrapper .e-clear-icon {
|
|
390
392
|
min-width: auto;
|
|
393
|
+
min-height: auto;
|
|
394
|
+
border-radius: unset;
|
|
391
395
|
}
|
|
392
396
|
.e-ribbon.e-rbn .e-input-group .e-clear-icon,
|
|
393
397
|
.e-ribbon-group-overflow-ddb .e-input-group .e-clear-icon {
|
|
@@ -471,6 +475,7 @@
|
|
|
471
475
|
font-weight: 400;
|
|
472
476
|
font-size: 14px;
|
|
473
477
|
text-transform: none;
|
|
478
|
+
box-shadow: none;
|
|
474
479
|
}
|
|
475
480
|
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:focus,
|
|
476
481
|
.e-ribbon.e-rbn .e-ribbon-item .e-btn:focus,
|
|
@@ -579,6 +584,7 @@
|
|
|
579
584
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-split-btn-wrapper {
|
|
580
585
|
border: 1px solid transparent;
|
|
581
586
|
border-radius: unset;
|
|
587
|
+
box-shadow: none;
|
|
582
588
|
}
|
|
583
589
|
.e-ribbon.e-rbn .e-ribbon-item .e-split-btn-wrapper .e-btn,
|
|
584
590
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-split-btn-wrapper .e-btn {
|
|
@@ -750,6 +756,17 @@
|
|
|
750
756
|
padding-left: 30px !important; /* stylelint-disable-line declaration-no-important */
|
|
751
757
|
}
|
|
752
758
|
|
|
759
|
+
.e-ribbon-control.e-dropdown-popup ul .e-item {
|
|
760
|
+
font-size: 16px;
|
|
761
|
+
height: 36px;
|
|
762
|
+
-ms-flex-align: center;
|
|
763
|
+
align-items: center;
|
|
764
|
+
}
|
|
765
|
+
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
766
|
+
font-size: 16px;
|
|
767
|
+
line-height: 16px;
|
|
768
|
+
}
|
|
769
|
+
|
|
753
770
|
.e-ribbon-tooltip .e-tip-content {
|
|
754
771
|
padding: 4px;
|
|
755
772
|
}
|
|
@@ -1126,6 +1143,15 @@
|
|
|
1126
1143
|
padding: 10px;
|
|
1127
1144
|
}
|
|
1128
1145
|
|
|
1146
|
+
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item {
|
|
1147
|
+
font-size: 16px;
|
|
1148
|
+
height: 45px;
|
|
1149
|
+
}
|
|
1150
|
+
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1151
|
+
font-size: 20px;
|
|
1152
|
+
line-height: 20px;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1129
1155
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
1130
1156
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
1131
1157
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,
|