@syncfusion/ej2-ribbon 26.2.7 → 26.2.8
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-ribbon.umd.min.js +1 -1
- package/dist/global/ej2-ribbon.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +9 -9
- package/styles/bootstrap-dark.css +39 -2
- package/styles/bootstrap.css +39 -2
- package/styles/bootstrap4.css +39 -2
- package/styles/bootstrap5-dark.css +39 -2
- package/styles/bootstrap5.css +39 -2
- package/styles/fabric-dark.css +39 -2
- package/styles/fabric.css +39 -2
- package/styles/fluent-dark.css +39 -2
- package/styles/fluent.css +39 -2
- package/styles/fluent2.css +48 -1035
- package/styles/highcontrast-light.css +39 -2
- package/styles/highcontrast.css +39 -2
- package/styles/material-dark.css +39 -2
- package/styles/material.css +39 -2
- package/styles/material3-dark.css +40 -56
- package/styles/material3.css +42 -112
- package/styles/ribbon/_bds-definition.scss +2 -0
- package/styles/ribbon/_bootstrap-dark-definition.scss +4 -2
- package/styles/ribbon/_bootstrap-definition.scss +4 -2
- package/styles/ribbon/_bootstrap4-definition.scss +4 -2
- package/styles/ribbon/_bootstrap5-definition.scss +4 -2
- package/styles/ribbon/_bootstrap5.3-definition.scss +4 -2
- package/styles/ribbon/_fabric-dark-definition.scss +4 -2
- package/styles/ribbon/_fabric-definition.scss +4 -2
- package/styles/ribbon/_fluent-definition.scss +4 -2
- package/styles/ribbon/_fluent2-definition.scss +4 -2
- package/styles/ribbon/_fusionnew-definition.scss +2 -0
- package/styles/ribbon/_highcontrast-definition.scss +4 -2
- package/styles/ribbon/_highcontrast-light-definition.scss +4 -2
- package/styles/ribbon/_layout.scss +30 -4
- package/styles/ribbon/_material-dark-definition.scss +4 -2
- package/styles/ribbon/_material-definition.scss +4 -2
- package/styles/ribbon/_material3-definition.scss +4 -2
- package/styles/ribbon/_tailwind-definition.scss +4 -2
- package/styles/ribbon/bootstrap-dark.css +39 -2
- package/styles/ribbon/bootstrap.css +39 -2
- package/styles/ribbon/bootstrap4.css +39 -2
- package/styles/ribbon/bootstrap5-dark.css +39 -2
- package/styles/ribbon/bootstrap5.css +39 -2
- package/styles/ribbon/fabric-dark.css +39 -2
- package/styles/ribbon/fabric.css +39 -2
- package/styles/ribbon/fluent-dark.css +39 -2
- package/styles/ribbon/fluent.css +39 -2
- package/styles/ribbon/fluent2.css +48 -1035
- package/styles/ribbon/highcontrast-light.css +39 -2
- package/styles/ribbon/highcontrast.css +39 -2
- package/styles/ribbon/material-dark.css +39 -2
- package/styles/ribbon/material.css +39 -2
- package/styles/ribbon/material3-dark.css +40 -56
- package/styles/ribbon/material3.css +42 -112
- package/styles/ribbon/tailwind-dark.css +39 -2
- package/styles/ribbon/tailwind.css +39 -2
- package/styles/tailwind-dark.css +39 -2
- package/styles/tailwind.css +39 -2
|
@@ -1,113 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
--color-sf-primary: 103, 80, 164;
|
|
5
|
-
--color-sf-primary-container: 234, 221, 255;
|
|
6
|
-
--color-sf-secondary: 98, 91, 113;
|
|
7
|
-
--color-sf-secondary-container: 232, 222, 248;
|
|
8
|
-
--color-sf-tertiary: 125, 82, 96;
|
|
9
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
|
10
|
-
--color-sf-surface: 255, 255, 255;
|
|
11
|
-
--color-sf-surface-variant: 231, 224, 236;
|
|
12
|
-
--color-sf-background: var(--color-sf-surface);
|
|
13
|
-
--color-sf-on-primary: 255, 255, 255;
|
|
14
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
|
15
|
-
--color-sf-on-secondary: 255, 255, 255;
|
|
16
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
|
17
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
|
18
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
19
|
-
--color-sf-on-surface: 28, 27, 31;
|
|
20
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
|
21
|
-
--color-sf-on-background: 28, 27, 31;
|
|
22
|
-
--color-sf-outline: 121, 116, 126;
|
|
23
|
-
--color-sf-outline-variant: 196, 199, 197;
|
|
24
|
-
--color-sf-shadow: 0, 0, 0;
|
|
25
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
|
26
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
|
27
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
28
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
|
29
|
-
--color-sf-scrim: 0, 0, 0;
|
|
30
|
-
--color-sf-error: 179, 38, 30;
|
|
31
|
-
--color-sf-error-container: 249, 222, 220;
|
|
32
|
-
--color-sf-on-error: 255, 250, 250;
|
|
33
|
-
--color-sf-on-error-container: 65, 14, 11;
|
|
34
|
-
--color-sf-success: 32, 81, 7;
|
|
35
|
-
--color-sf-success-container: 209, 255, 186;
|
|
36
|
-
--color-sf-on-success: 244, 255, 239;
|
|
37
|
-
--color-sf-on-success-container: 13, 39, 0;
|
|
38
|
-
--color-sf-info: 1, 87, 155;
|
|
39
|
-
--color-sf-info-container: 233, 245, 255;
|
|
40
|
-
--color-sf-on-info: 250, 253, 255;
|
|
41
|
-
--color-sf-on-info-container: 0, 51, 91;
|
|
42
|
-
--color-sf-warning: 145, 76, 0;
|
|
43
|
-
--color-sf-warning-container: 254, 236, 222;
|
|
44
|
-
--color-sf-on-warning: 255, 255, 255;
|
|
45
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
|
46
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
47
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
48
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
|
49
|
-
--color-sf-success-text: 255, 255, 255;
|
|
50
|
-
--color-sf-warning-text: 255, 255, 255;
|
|
51
|
-
--color-sf-danger-text: 255, 255, 255;
|
|
52
|
-
--color-sf-info-text: 255, 255, 255;
|
|
53
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
54
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.e-dark-mode {
|
|
58
|
-
--color-sf-black: 0, 0, 0;
|
|
59
|
-
--color-sf-white: 255, 255, 255;
|
|
60
|
-
--color-sf-primary: 208, 188, 255;
|
|
61
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
62
|
-
--color-sf-secondary: 204, 194, 220;
|
|
63
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
64
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
65
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
66
|
-
--color-sf-surface: 28, 27, 31;
|
|
67
|
-
--color-sf-surface-variant: 28, 27, 31;
|
|
68
|
-
--color-sf-background: var(--color-sf-surface);
|
|
69
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
70
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
71
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
72
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
73
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
74
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
75
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
76
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
77
|
-
--color-sf-on-background: 230, 225, 229;
|
|
78
|
-
--color-sf-outline: 147, 143, 153;
|
|
79
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
80
|
-
--color-sf-shadow: 0, 0, 0;
|
|
81
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
82
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
83
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
84
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
85
|
-
--color-sf-scrim: 0, 0, 0;
|
|
86
|
-
--color-sf-error: 242, 184, 181;
|
|
87
|
-
--color-sf-error-container: 140, 29, 24;
|
|
88
|
-
--color-sf-on-error: 96, 20, 16;
|
|
89
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
90
|
-
--color-sf-success: 83, 202, 23;
|
|
91
|
-
--color-sf-success-container: 22, 62, 2;
|
|
92
|
-
--color-sf-on-success: 13, 39, 0;
|
|
93
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
94
|
-
--color-sf-info: 71, 172, 251;
|
|
95
|
-
--color-sf-info-container: 0, 67, 120;
|
|
96
|
-
--color-sf-on-info: 0, 51, 91;
|
|
97
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
98
|
-
--color-sf-warning: 245, 180, 130;
|
|
99
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
100
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
101
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
102
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
103
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
104
|
-
--color-sf-success-text: 0, 0, 0;
|
|
105
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
106
|
-
--color-sf-info-text: 0, 0, 0;
|
|
107
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
108
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
109
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
110
|
-
}
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
111
4
|
|
|
112
5
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
113
6
|
padding: 0 16px 0 0;
|
|
@@ -711,9 +604,14 @@
|
|
|
711
604
|
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator) .e-menu-icon, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator) .e-menu-icon {
|
|
712
605
|
font-size: 20px;
|
|
713
606
|
line-height: 20px;
|
|
607
|
+
min-height: 20px;
|
|
608
|
+
min-width: 20px;
|
|
609
|
+
background-repeat: no-repeat;
|
|
610
|
+
background-size: contain;
|
|
611
|
+
background-position: center;
|
|
714
612
|
width: auto;
|
|
715
613
|
margin-right: unset;
|
|
716
|
-
|
|
614
|
+
margin: 9px 16px 13px 14px;
|
|
717
615
|
}
|
|
718
616
|
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-blankicon, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator).e-blankicon {
|
|
719
617
|
padding-left: 50px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1388,6 +1286,11 @@
|
|
|
1388
1286
|
font-size: 16px;
|
|
1389
1287
|
font-weight: 400;
|
|
1390
1288
|
line-height: 16px;
|
|
1289
|
+
min-height: 16px;
|
|
1290
|
+
min-width: 16px;
|
|
1291
|
+
background-repeat: no-repeat;
|
|
1292
|
+
background-size: contain;
|
|
1293
|
+
background-position: center;
|
|
1391
1294
|
margin: 5px;
|
|
1392
1295
|
width: auto;
|
|
1393
1296
|
}
|
|
@@ -1495,6 +1398,10 @@
|
|
|
1495
1398
|
line-height: 20px;
|
|
1496
1399
|
padding: 3px;
|
|
1497
1400
|
background-size: cover;
|
|
1401
|
+
min-width: 20px;
|
|
1402
|
+
min-height: 20px;
|
|
1403
|
+
background-position: center;
|
|
1404
|
+
background-repeat: no-repeat;
|
|
1498
1405
|
}
|
|
1499
1406
|
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item:hover, .e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item.e-ribbon-gallery-selected,
|
|
1500
1407
|
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item:hover,
|
|
@@ -1546,6 +1453,11 @@
|
|
|
1546
1453
|
border-radius: unset;
|
|
1547
1454
|
}
|
|
1548
1455
|
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon, .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
|
|
1456
|
+
min-height: 16px;
|
|
1457
|
+
min-width: 16px;
|
|
1458
|
+
background-repeat: no-repeat;
|
|
1459
|
+
background-size: contain;
|
|
1460
|
+
background-position: center;
|
|
1549
1461
|
width: auto;
|
|
1550
1462
|
}
|
|
1551
1463
|
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon, .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
|
|
@@ -1562,6 +1474,11 @@
|
|
|
1562
1474
|
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1563
1475
|
font-size: 16px;
|
|
1564
1476
|
line-height: 16px;
|
|
1477
|
+
min-height: 16px;
|
|
1478
|
+
min-width: 16px;
|
|
1479
|
+
background-repeat: no-repeat;
|
|
1480
|
+
background-size: contain;
|
|
1481
|
+
background-position: center;
|
|
1565
1482
|
}
|
|
1566
1483
|
|
|
1567
1484
|
.e-ribbon-tooltip .e-tip-content {
|
|
@@ -2124,6 +2041,8 @@
|
|
|
2124
2041
|
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
2125
2042
|
font-size: 20px;
|
|
2126
2043
|
line-height: 20px;
|
|
2044
|
+
min-height: 20px;
|
|
2045
|
+
min-width: 20px;
|
|
2127
2046
|
}
|
|
2128
2047
|
|
|
2129
2048
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
@@ -2132,6 +2051,13 @@
|
|
|
2132
2051
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
|
|
2133
2052
|
padding-left: 50px !important; /* stylelint-disable-line declaration-no-important */
|
|
2134
2053
|
}
|
|
2054
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
2055
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
2056
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
|
|
2057
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
|
|
2058
|
+
min-width: 18px;
|
|
2059
|
+
min-height: 18px;
|
|
2060
|
+
}
|
|
2135
2061
|
|
|
2136
2062
|
.e-bigger .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn {
|
|
2137
2063
|
height: 48px;
|
|
@@ -2155,7 +2081,9 @@
|
|
|
2155
2081
|
.e-bigger.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator) .e-menu-icon {
|
|
2156
2082
|
font-size: 24px;
|
|
2157
2083
|
line-height: 24px;
|
|
2158
|
-
|
|
2084
|
+
margin: 12px 12px 16px 16px;
|
|
2085
|
+
min-width: 24px;
|
|
2086
|
+
min-height: 24px;
|
|
2159
2087
|
}
|
|
2160
2088
|
.e-bigger .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-blankicon,
|
|
2161
2089
|
.e-bigger.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-blankicon,
|
|
@@ -2173,6 +2101,8 @@
|
|
|
2173
2101
|
font-size: 20px;
|
|
2174
2102
|
line-height: 20px;
|
|
2175
2103
|
margin: 8px;
|
|
2104
|
+
min-height: 20px;
|
|
2105
|
+
min-width: 20px;
|
|
2176
2106
|
}
|
|
2177
2107
|
.e-bigger .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left,
|
|
2178
2108
|
.e-bigger.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left {
|
|
@@ -632,9 +632,14 @@
|
|
|
632
632
|
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator) .e-menu-icon, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator) .e-menu-icon {
|
|
633
633
|
font-size: 16px;
|
|
634
634
|
line-height: 16px;
|
|
635
|
+
min-height: 16px;
|
|
636
|
+
min-width: 16px;
|
|
637
|
+
background-repeat: no-repeat;
|
|
638
|
+
background-size: contain;
|
|
639
|
+
background-position: center;
|
|
635
640
|
width: auto;
|
|
636
641
|
margin-right: unset;
|
|
637
|
-
|
|
642
|
+
margin: 11px 18px 15px 16px;
|
|
638
643
|
}
|
|
639
644
|
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-blankicon, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator).e-blankicon {
|
|
640
645
|
padding-left: 50px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1309,6 +1314,11 @@
|
|
|
1309
1314
|
font-size: 16px;
|
|
1310
1315
|
font-weight: 400;
|
|
1311
1316
|
line-height: 16px;
|
|
1317
|
+
min-height: 16px;
|
|
1318
|
+
min-width: 16px;
|
|
1319
|
+
background-repeat: no-repeat;
|
|
1320
|
+
background-size: contain;
|
|
1321
|
+
background-position: center;
|
|
1312
1322
|
margin: 5px;
|
|
1313
1323
|
width: auto;
|
|
1314
1324
|
}
|
|
@@ -1416,6 +1426,10 @@
|
|
|
1416
1426
|
line-height: 20px;
|
|
1417
1427
|
padding: 3px;
|
|
1418
1428
|
background-size: cover;
|
|
1429
|
+
min-width: 20px;
|
|
1430
|
+
min-height: 20px;
|
|
1431
|
+
background-position: center;
|
|
1432
|
+
background-repeat: no-repeat;
|
|
1419
1433
|
}
|
|
1420
1434
|
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item:hover, .e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item.e-ribbon-gallery-selected,
|
|
1421
1435
|
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item:hover,
|
|
@@ -1467,6 +1481,11 @@
|
|
|
1467
1481
|
border-radius: unset;
|
|
1468
1482
|
}
|
|
1469
1483
|
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon, .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
|
|
1484
|
+
min-height: 18px;
|
|
1485
|
+
min-width: 18px;
|
|
1486
|
+
background-repeat: no-repeat;
|
|
1487
|
+
background-size: contain;
|
|
1488
|
+
background-position: center;
|
|
1470
1489
|
width: auto;
|
|
1471
1490
|
}
|
|
1472
1491
|
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon, .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
|
|
@@ -1483,6 +1502,11 @@
|
|
|
1483
1502
|
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1484
1503
|
font-size: 16px;
|
|
1485
1504
|
line-height: 16px;
|
|
1505
|
+
min-height: 16px;
|
|
1506
|
+
min-width: 16px;
|
|
1507
|
+
background-repeat: no-repeat;
|
|
1508
|
+
background-size: contain;
|
|
1509
|
+
background-position: center;
|
|
1486
1510
|
}
|
|
1487
1511
|
|
|
1488
1512
|
.e-ribbon-tooltip .e-tip-content {
|
|
@@ -2045,6 +2069,8 @@
|
|
|
2045
2069
|
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
2046
2070
|
font-size: 20px;
|
|
2047
2071
|
line-height: 20px;
|
|
2072
|
+
min-height: 20px;
|
|
2073
|
+
min-width: 20px;
|
|
2048
2074
|
}
|
|
2049
2075
|
|
|
2050
2076
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
@@ -2053,6 +2079,13 @@
|
|
|
2053
2079
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
|
|
2054
2080
|
padding-left: 50px !important; /* stylelint-disable-line declaration-no-important */
|
|
2055
2081
|
}
|
|
2082
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
2083
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
2084
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
|
|
2085
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
|
|
2086
|
+
min-width: 22px;
|
|
2087
|
+
min-height: 22px;
|
|
2088
|
+
}
|
|
2056
2089
|
|
|
2057
2090
|
.e-bigger .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn {
|
|
2058
2091
|
height: 48px;
|
|
@@ -2076,7 +2109,9 @@
|
|
|
2076
2109
|
.e-bigger.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator) .e-menu-icon {
|
|
2077
2110
|
font-size: 20px;
|
|
2078
2111
|
line-height: 20px;
|
|
2079
|
-
|
|
2112
|
+
margin: 14px 16px 18px;
|
|
2113
|
+
min-width: 20px;
|
|
2114
|
+
min-height: 20px;
|
|
2080
2115
|
}
|
|
2081
2116
|
.e-bigger .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-blankicon,
|
|
2082
2117
|
.e-bigger.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-blankicon,
|
|
@@ -2094,6 +2129,8 @@
|
|
|
2094
2129
|
font-size: 20px;
|
|
2095
2130
|
line-height: 20px;
|
|
2096
2131
|
margin: 7px;
|
|
2132
|
+
min-height: 20px;
|
|
2133
|
+
min-width: 20px;
|
|
2097
2134
|
}
|
|
2098
2135
|
.e-bigger .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left,
|
|
2099
2136
|
.e-bigger.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left {
|
|
@@ -632,9 +632,14 @@
|
|
|
632
632
|
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator) .e-menu-icon, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator) .e-menu-icon {
|
|
633
633
|
font-size: 16px;
|
|
634
634
|
line-height: 16px;
|
|
635
|
+
min-height: 16px;
|
|
636
|
+
min-width: 16px;
|
|
637
|
+
background-repeat: no-repeat;
|
|
638
|
+
background-size: contain;
|
|
639
|
+
background-position: center;
|
|
635
640
|
width: auto;
|
|
636
641
|
margin-right: unset;
|
|
637
|
-
|
|
642
|
+
margin: 11px 18px 15px 16px;
|
|
638
643
|
}
|
|
639
644
|
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-blankicon, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator).e-blankicon {
|
|
640
645
|
padding-left: 50px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1309,6 +1314,11 @@
|
|
|
1309
1314
|
font-size: 16px;
|
|
1310
1315
|
font-weight: 400;
|
|
1311
1316
|
line-height: 16px;
|
|
1317
|
+
min-height: 16px;
|
|
1318
|
+
min-width: 16px;
|
|
1319
|
+
background-repeat: no-repeat;
|
|
1320
|
+
background-size: contain;
|
|
1321
|
+
background-position: center;
|
|
1312
1322
|
margin: 5px;
|
|
1313
1323
|
width: auto;
|
|
1314
1324
|
}
|
|
@@ -1416,6 +1426,10 @@
|
|
|
1416
1426
|
line-height: 20px;
|
|
1417
1427
|
padding: 3px;
|
|
1418
1428
|
background-size: cover;
|
|
1429
|
+
min-width: 20px;
|
|
1430
|
+
min-height: 20px;
|
|
1431
|
+
background-position: center;
|
|
1432
|
+
background-repeat: no-repeat;
|
|
1419
1433
|
}
|
|
1420
1434
|
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item:hover, .e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item.e-ribbon-gallery-selected,
|
|
1421
1435
|
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item:hover,
|
|
@@ -1467,6 +1481,11 @@
|
|
|
1467
1481
|
border-radius: unset;
|
|
1468
1482
|
}
|
|
1469
1483
|
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon, .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
|
|
1484
|
+
min-height: 18px;
|
|
1485
|
+
min-width: 18px;
|
|
1486
|
+
background-repeat: no-repeat;
|
|
1487
|
+
background-size: contain;
|
|
1488
|
+
background-position: center;
|
|
1470
1489
|
width: auto;
|
|
1471
1490
|
}
|
|
1472
1491
|
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon, .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
|
|
@@ -1483,6 +1502,11 @@
|
|
|
1483
1502
|
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1484
1503
|
font-size: 16px;
|
|
1485
1504
|
line-height: 16px;
|
|
1505
|
+
min-height: 16px;
|
|
1506
|
+
min-width: 16px;
|
|
1507
|
+
background-repeat: no-repeat;
|
|
1508
|
+
background-size: contain;
|
|
1509
|
+
background-position: center;
|
|
1486
1510
|
}
|
|
1487
1511
|
|
|
1488
1512
|
.e-ribbon-tooltip .e-tip-content {
|
|
@@ -2045,6 +2069,8 @@
|
|
|
2045
2069
|
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
2046
2070
|
font-size: 20px;
|
|
2047
2071
|
line-height: 20px;
|
|
2072
|
+
min-height: 20px;
|
|
2073
|
+
min-width: 20px;
|
|
2048
2074
|
}
|
|
2049
2075
|
|
|
2050
2076
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
@@ -2053,6 +2079,13 @@
|
|
|
2053
2079
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
|
|
2054
2080
|
padding-left: 50px !important; /* stylelint-disable-line declaration-no-important */
|
|
2055
2081
|
}
|
|
2082
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
2083
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
2084
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
|
|
2085
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
|
|
2086
|
+
min-width: 22px;
|
|
2087
|
+
min-height: 22px;
|
|
2088
|
+
}
|
|
2056
2089
|
|
|
2057
2090
|
.e-bigger .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn {
|
|
2058
2091
|
height: 48px;
|
|
@@ -2076,7 +2109,9 @@
|
|
|
2076
2109
|
.e-bigger.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator) .e-menu-icon {
|
|
2077
2110
|
font-size: 20px;
|
|
2078
2111
|
line-height: 20px;
|
|
2079
|
-
|
|
2112
|
+
margin: 14px 16px 18px;
|
|
2113
|
+
min-width: 20px;
|
|
2114
|
+
min-height: 20px;
|
|
2080
2115
|
}
|
|
2081
2116
|
.e-bigger .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-blankicon,
|
|
2082
2117
|
.e-bigger.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-blankicon,
|
|
@@ -2094,6 +2129,8 @@
|
|
|
2094
2129
|
font-size: 20px;
|
|
2095
2130
|
line-height: 20px;
|
|
2096
2131
|
margin: 7px;
|
|
2132
|
+
min-height: 20px;
|
|
2133
|
+
min-width: 20px;
|
|
2097
2134
|
}
|
|
2098
2135
|
.e-bigger .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left,
|
|
2099
2136
|
.e-bigger.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left {
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -632,9 +632,14 @@
|
|
|
632
632
|
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator) .e-menu-icon, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator) .e-menu-icon {
|
|
633
633
|
font-size: 16px;
|
|
634
634
|
line-height: 16px;
|
|
635
|
+
min-height: 16px;
|
|
636
|
+
min-width: 16px;
|
|
637
|
+
background-repeat: no-repeat;
|
|
638
|
+
background-size: contain;
|
|
639
|
+
background-position: center;
|
|
635
640
|
width: auto;
|
|
636
641
|
margin-right: unset;
|
|
637
|
-
|
|
642
|
+
margin: 11px 18px 15px 16px;
|
|
638
643
|
}
|
|
639
644
|
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-blankicon, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator).e-blankicon {
|
|
640
645
|
padding-left: 50px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1309,6 +1314,11 @@
|
|
|
1309
1314
|
font-size: 16px;
|
|
1310
1315
|
font-weight: 400;
|
|
1311
1316
|
line-height: 16px;
|
|
1317
|
+
min-height: 16px;
|
|
1318
|
+
min-width: 16px;
|
|
1319
|
+
background-repeat: no-repeat;
|
|
1320
|
+
background-size: contain;
|
|
1321
|
+
background-position: center;
|
|
1312
1322
|
margin: 5px;
|
|
1313
1323
|
width: auto;
|
|
1314
1324
|
}
|
|
@@ -1416,6 +1426,10 @@
|
|
|
1416
1426
|
line-height: 20px;
|
|
1417
1427
|
padding: 3px;
|
|
1418
1428
|
background-size: cover;
|
|
1429
|
+
min-width: 20px;
|
|
1430
|
+
min-height: 20px;
|
|
1431
|
+
background-position: center;
|
|
1432
|
+
background-repeat: no-repeat;
|
|
1419
1433
|
}
|
|
1420
1434
|
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item:hover, .e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item.e-ribbon-gallery-selected,
|
|
1421
1435
|
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item:hover,
|
|
@@ -1467,6 +1481,11 @@
|
|
|
1467
1481
|
border-radius: unset;
|
|
1468
1482
|
}
|
|
1469
1483
|
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon, .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
|
|
1484
|
+
min-height: 18px;
|
|
1485
|
+
min-width: 18px;
|
|
1486
|
+
background-repeat: no-repeat;
|
|
1487
|
+
background-size: contain;
|
|
1488
|
+
background-position: center;
|
|
1470
1489
|
width: auto;
|
|
1471
1490
|
}
|
|
1472
1491
|
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon, .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
|
|
@@ -1483,6 +1502,11 @@
|
|
|
1483
1502
|
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1484
1503
|
font-size: 16px;
|
|
1485
1504
|
line-height: 16px;
|
|
1505
|
+
min-height: 16px;
|
|
1506
|
+
min-width: 16px;
|
|
1507
|
+
background-repeat: no-repeat;
|
|
1508
|
+
background-size: contain;
|
|
1509
|
+
background-position: center;
|
|
1486
1510
|
}
|
|
1487
1511
|
|
|
1488
1512
|
.e-ribbon-tooltip .e-tip-content {
|
|
@@ -2045,6 +2069,8 @@
|
|
|
2045
2069
|
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
2046
2070
|
font-size: 20px;
|
|
2047
2071
|
line-height: 20px;
|
|
2072
|
+
min-height: 20px;
|
|
2073
|
+
min-width: 20px;
|
|
2048
2074
|
}
|
|
2049
2075
|
|
|
2050
2076
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
@@ -2053,6 +2079,13 @@
|
|
|
2053
2079
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
|
|
2054
2080
|
padding-left: 50px !important; /* stylelint-disable-line declaration-no-important */
|
|
2055
2081
|
}
|
|
2082
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
2083
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
2084
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
|
|
2085
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
|
|
2086
|
+
min-width: 22px;
|
|
2087
|
+
min-height: 22px;
|
|
2088
|
+
}
|
|
2056
2089
|
|
|
2057
2090
|
.e-bigger .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn {
|
|
2058
2091
|
height: 48px;
|
|
@@ -2076,7 +2109,9 @@
|
|
|
2076
2109
|
.e-bigger.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator) .e-menu-icon {
|
|
2077
2110
|
font-size: 20px;
|
|
2078
2111
|
line-height: 20px;
|
|
2079
|
-
|
|
2112
|
+
margin: 14px 16px 18px;
|
|
2113
|
+
min-width: 20px;
|
|
2114
|
+
min-height: 20px;
|
|
2080
2115
|
}
|
|
2081
2116
|
.e-bigger .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-blankicon,
|
|
2082
2117
|
.e-bigger.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-blankicon,
|
|
@@ -2094,6 +2129,8 @@
|
|
|
2094
2129
|
font-size: 20px;
|
|
2095
2130
|
line-height: 20px;
|
|
2096
2131
|
margin: 7px;
|
|
2132
|
+
min-height: 20px;
|
|
2133
|
+
min-width: 20px;
|
|
2097
2134
|
}
|
|
2098
2135
|
.e-bigger .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left,
|
|
2099
2136
|
.e-bigger.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left {
|
package/styles/tailwind.css
CHANGED
|
@@ -632,9 +632,14 @@
|
|
|
632
632
|
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator) .e-menu-icon, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator) .e-menu-icon {
|
|
633
633
|
font-size: 16px;
|
|
634
634
|
line-height: 16px;
|
|
635
|
+
min-height: 16px;
|
|
636
|
+
min-width: 16px;
|
|
637
|
+
background-repeat: no-repeat;
|
|
638
|
+
background-size: contain;
|
|
639
|
+
background-position: center;
|
|
635
640
|
width: auto;
|
|
636
641
|
margin-right: unset;
|
|
637
|
-
|
|
642
|
+
margin: 11px 18px 15px 16px;
|
|
638
643
|
}
|
|
639
644
|
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-blankicon, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator).e-blankicon {
|
|
640
645
|
padding-left: 50px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1309,6 +1314,11 @@
|
|
|
1309
1314
|
font-size: 16px;
|
|
1310
1315
|
font-weight: 400;
|
|
1311
1316
|
line-height: 16px;
|
|
1317
|
+
min-height: 16px;
|
|
1318
|
+
min-width: 16px;
|
|
1319
|
+
background-repeat: no-repeat;
|
|
1320
|
+
background-size: contain;
|
|
1321
|
+
background-position: center;
|
|
1312
1322
|
margin: 5px;
|
|
1313
1323
|
width: auto;
|
|
1314
1324
|
}
|
|
@@ -1416,6 +1426,10 @@
|
|
|
1416
1426
|
line-height: 20px;
|
|
1417
1427
|
padding: 3px;
|
|
1418
1428
|
background-size: cover;
|
|
1429
|
+
min-width: 20px;
|
|
1430
|
+
min-height: 20px;
|
|
1431
|
+
background-position: center;
|
|
1432
|
+
background-repeat: no-repeat;
|
|
1419
1433
|
}
|
|
1420
1434
|
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item:hover, .e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item.e-ribbon-gallery-selected,
|
|
1421
1435
|
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item:hover,
|
|
@@ -1467,6 +1481,11 @@
|
|
|
1467
1481
|
border-radius: unset;
|
|
1468
1482
|
}
|
|
1469
1483
|
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon, .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
|
|
1484
|
+
min-height: 18px;
|
|
1485
|
+
min-width: 18px;
|
|
1486
|
+
background-repeat: no-repeat;
|
|
1487
|
+
background-size: contain;
|
|
1488
|
+
background-position: center;
|
|
1470
1489
|
width: auto;
|
|
1471
1490
|
}
|
|
1472
1491
|
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon, .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
|
|
@@ -1483,6 +1502,11 @@
|
|
|
1483
1502
|
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1484
1503
|
font-size: 16px;
|
|
1485
1504
|
line-height: 16px;
|
|
1505
|
+
min-height: 16px;
|
|
1506
|
+
min-width: 16px;
|
|
1507
|
+
background-repeat: no-repeat;
|
|
1508
|
+
background-size: contain;
|
|
1509
|
+
background-position: center;
|
|
1486
1510
|
}
|
|
1487
1511
|
|
|
1488
1512
|
.e-ribbon-tooltip .e-tip-content {
|
|
@@ -2045,6 +2069,8 @@
|
|
|
2045
2069
|
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
2046
2070
|
font-size: 20px;
|
|
2047
2071
|
line-height: 20px;
|
|
2072
|
+
min-height: 20px;
|
|
2073
|
+
min-width: 20px;
|
|
2048
2074
|
}
|
|
2049
2075
|
|
|
2050
2076
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
@@ -2053,6 +2079,13 @@
|
|
|
2053
2079
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
|
|
2054
2080
|
padding-left: 50px !important; /* stylelint-disable-line declaration-no-important */
|
|
2055
2081
|
}
|
|
2082
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
2083
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
2084
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
|
|
2085
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
|
|
2086
|
+
min-width: 22px;
|
|
2087
|
+
min-height: 22px;
|
|
2088
|
+
}
|
|
2056
2089
|
|
|
2057
2090
|
.e-bigger .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn {
|
|
2058
2091
|
height: 48px;
|
|
@@ -2076,7 +2109,9 @@
|
|
|
2076
2109
|
.e-bigger.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator) .e-menu-icon {
|
|
2077
2110
|
font-size: 20px;
|
|
2078
2111
|
line-height: 20px;
|
|
2079
|
-
|
|
2112
|
+
margin: 14px 16px 18px;
|
|
2113
|
+
min-width: 20px;
|
|
2114
|
+
min-height: 20px;
|
|
2080
2115
|
}
|
|
2081
2116
|
.e-bigger .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-blankicon,
|
|
2082
2117
|
.e-bigger.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-blankicon,
|
|
@@ -2094,6 +2129,8 @@
|
|
|
2094
2129
|
font-size: 20px;
|
|
2095
2130
|
line-height: 20px;
|
|
2096
2131
|
margin: 7px;
|
|
2132
|
+
min-height: 20px;
|
|
2133
|
+
min-width: 20px;
|
|
2097
2134
|
}
|
|
2098
2135
|
.e-bigger .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left,
|
|
2099
2136
|
.e-bigger.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left {
|