@syncfusion/ej2-ribbon 26.2.7 → 26.2.10
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 +12 -12
- 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
|
@@ -514,9 +514,14 @@
|
|
|
514
514
|
.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 {
|
|
515
515
|
font-size: 16px;
|
|
516
516
|
line-height: 16px;
|
|
517
|
+
min-height: 16px;
|
|
518
|
+
min-width: 16px;
|
|
519
|
+
background-repeat: no-repeat;
|
|
520
|
+
background-size: contain;
|
|
521
|
+
background-position: center;
|
|
517
522
|
width: auto;
|
|
518
523
|
margin-right: unset;
|
|
519
|
-
|
|
524
|
+
margin: 12px 16px 16px;
|
|
520
525
|
}
|
|
521
526
|
.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 {
|
|
522
527
|
padding-left: 48px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1191,6 +1196,11 @@
|
|
|
1191
1196
|
font-size: 16px;
|
|
1192
1197
|
font-weight: 400;
|
|
1193
1198
|
line-height: 16px;
|
|
1199
|
+
min-height: 16px;
|
|
1200
|
+
min-width: 16px;
|
|
1201
|
+
background-repeat: no-repeat;
|
|
1202
|
+
background-size: contain;
|
|
1203
|
+
background-position: center;
|
|
1194
1204
|
margin: 10px;
|
|
1195
1205
|
width: auto;
|
|
1196
1206
|
}
|
|
@@ -1298,6 +1308,10 @@
|
|
|
1298
1308
|
line-height: 20px;
|
|
1299
1309
|
padding: 3px;
|
|
1300
1310
|
background-size: cover;
|
|
1311
|
+
min-width: 20px;
|
|
1312
|
+
min-height: 20px;
|
|
1313
|
+
background-position: center;
|
|
1314
|
+
background-repeat: no-repeat;
|
|
1301
1315
|
}
|
|
1302
1316
|
.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,
|
|
1303
1317
|
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item:hover,
|
|
@@ -1349,6 +1363,11 @@
|
|
|
1349
1363
|
border-radius: unset;
|
|
1350
1364
|
}
|
|
1351
1365
|
.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 {
|
|
1366
|
+
min-height: 16px;
|
|
1367
|
+
min-width: 16px;
|
|
1368
|
+
background-repeat: no-repeat;
|
|
1369
|
+
background-size: contain;
|
|
1370
|
+
background-position: center;
|
|
1352
1371
|
width: auto;
|
|
1353
1372
|
}
|
|
1354
1373
|
.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 {
|
|
@@ -1365,6 +1384,11 @@
|
|
|
1365
1384
|
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1366
1385
|
font-size: 16px;
|
|
1367
1386
|
line-height: 16px;
|
|
1387
|
+
min-height: 16px;
|
|
1388
|
+
min-width: 16px;
|
|
1389
|
+
background-repeat: no-repeat;
|
|
1390
|
+
background-size: contain;
|
|
1391
|
+
background-position: center;
|
|
1368
1392
|
}
|
|
1369
1393
|
|
|
1370
1394
|
.e-ribbon-tooltip .e-tip-content {
|
|
@@ -1927,6 +1951,8 @@
|
|
|
1927
1951
|
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1928
1952
|
font-size: 20px;
|
|
1929
1953
|
line-height: 20px;
|
|
1954
|
+
min-height: 20px;
|
|
1955
|
+
min-width: 20px;
|
|
1930
1956
|
}
|
|
1931
1957
|
|
|
1932
1958
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
@@ -1935,6 +1961,13 @@
|
|
|
1935
1961
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
|
|
1936
1962
|
padding-left: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
1937
1963
|
}
|
|
1964
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
1965
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
1966
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
|
|
1967
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
|
|
1968
|
+
min-width: 16px;
|
|
1969
|
+
min-height: 16px;
|
|
1970
|
+
}
|
|
1938
1971
|
|
|
1939
1972
|
.e-bigger .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn {
|
|
1940
1973
|
height: 50px;
|
|
@@ -1958,7 +1991,9 @@
|
|
|
1958
1991
|
.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 {
|
|
1959
1992
|
font-size: 20px;
|
|
1960
1993
|
line-height: 20px;
|
|
1961
|
-
|
|
1994
|
+
margin: 15px 16px 19px;
|
|
1995
|
+
min-width: 20px;
|
|
1996
|
+
min-height: 20px;
|
|
1962
1997
|
}
|
|
1963
1998
|
.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,
|
|
1964
1999
|
.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,
|
|
@@ -1976,6 +2011,8 @@
|
|
|
1976
2011
|
font-size: 20px;
|
|
1977
2012
|
line-height: 20px;
|
|
1978
2013
|
margin: 10px;
|
|
2014
|
+
min-height: 20px;
|
|
2015
|
+
min-width: 20px;
|
|
1979
2016
|
}
|
|
1980
2017
|
.e-bigger .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left,
|
|
1981
2018
|
.e-bigger.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left {
|
|
@@ -519,9 +519,14 @@
|
|
|
519
519
|
.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 {
|
|
520
520
|
font-size: 16px;
|
|
521
521
|
line-height: 16px;
|
|
522
|
+
min-height: 16px;
|
|
523
|
+
min-width: 16px;
|
|
524
|
+
background-repeat: no-repeat;
|
|
525
|
+
background-size: contain;
|
|
526
|
+
background-position: center;
|
|
522
527
|
width: auto;
|
|
523
528
|
margin-right: unset;
|
|
524
|
-
|
|
529
|
+
margin: 12px 16px 16px;
|
|
525
530
|
}
|
|
526
531
|
.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 {
|
|
527
532
|
padding-left: 48px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1196,6 +1201,11 @@
|
|
|
1196
1201
|
font-size: 16px;
|
|
1197
1202
|
font-weight: 400;
|
|
1198
1203
|
line-height: 16px;
|
|
1204
|
+
min-height: 16px;
|
|
1205
|
+
min-width: 16px;
|
|
1206
|
+
background-repeat: no-repeat;
|
|
1207
|
+
background-size: contain;
|
|
1208
|
+
background-position: center;
|
|
1199
1209
|
margin: 10px;
|
|
1200
1210
|
width: auto;
|
|
1201
1211
|
}
|
|
@@ -1303,6 +1313,10 @@
|
|
|
1303
1313
|
line-height: 20px;
|
|
1304
1314
|
padding: 3px;
|
|
1305
1315
|
background-size: cover;
|
|
1316
|
+
min-width: 20px;
|
|
1317
|
+
min-height: 20px;
|
|
1318
|
+
background-position: center;
|
|
1319
|
+
background-repeat: no-repeat;
|
|
1306
1320
|
}
|
|
1307
1321
|
.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,
|
|
1308
1322
|
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item:hover,
|
|
@@ -1354,6 +1368,11 @@
|
|
|
1354
1368
|
border-radius: unset;
|
|
1355
1369
|
}
|
|
1356
1370
|
.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 {
|
|
1371
|
+
min-height: 14px;
|
|
1372
|
+
min-width: 14px;
|
|
1373
|
+
background-repeat: no-repeat;
|
|
1374
|
+
background-size: contain;
|
|
1375
|
+
background-position: center;
|
|
1357
1376
|
width: auto;
|
|
1358
1377
|
}
|
|
1359
1378
|
.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 {
|
|
@@ -1370,6 +1389,11 @@
|
|
|
1370
1389
|
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1371
1390
|
font-size: 16px;
|
|
1372
1391
|
line-height: 16px;
|
|
1392
|
+
min-height: 16px;
|
|
1393
|
+
min-width: 16px;
|
|
1394
|
+
background-repeat: no-repeat;
|
|
1395
|
+
background-size: contain;
|
|
1396
|
+
background-position: center;
|
|
1373
1397
|
}
|
|
1374
1398
|
|
|
1375
1399
|
.e-ribbon-tooltip .e-tip-content {
|
|
@@ -1932,6 +1956,8 @@
|
|
|
1932
1956
|
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1933
1957
|
font-size: 20px;
|
|
1934
1958
|
line-height: 20px;
|
|
1959
|
+
min-height: 20px;
|
|
1960
|
+
min-width: 20px;
|
|
1935
1961
|
}
|
|
1936
1962
|
|
|
1937
1963
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
@@ -1940,6 +1966,13 @@
|
|
|
1940
1966
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
|
|
1941
1967
|
padding-left: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
1942
1968
|
}
|
|
1969
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
1970
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
1971
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
|
|
1972
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
|
|
1973
|
+
min-width: 16px;
|
|
1974
|
+
min-height: 16px;
|
|
1975
|
+
}
|
|
1943
1976
|
|
|
1944
1977
|
.e-bigger .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn {
|
|
1945
1978
|
height: 50px;
|
|
@@ -1963,7 +1996,9 @@
|
|
|
1963
1996
|
.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 {
|
|
1964
1997
|
font-size: 20px;
|
|
1965
1998
|
line-height: 20px;
|
|
1966
|
-
|
|
1999
|
+
margin: 15px 16px 19px;
|
|
2000
|
+
min-width: 20px;
|
|
2001
|
+
min-height: 20px;
|
|
1967
2002
|
}
|
|
1968
2003
|
.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,
|
|
1969
2004
|
.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,
|
|
@@ -1981,6 +2016,8 @@
|
|
|
1981
2016
|
font-size: 20px;
|
|
1982
2017
|
line-height: 20px;
|
|
1983
2018
|
margin: 10px;
|
|
2019
|
+
min-height: 20px;
|
|
2020
|
+
min-width: 20px;
|
|
1984
2021
|
}
|
|
1985
2022
|
.e-bigger .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left,
|
|
1986
2023
|
.e-bigger.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left {
|
|
@@ -651,9 +651,14 @@
|
|
|
651
651
|
.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 {
|
|
652
652
|
font-size: 16px;
|
|
653
653
|
line-height: 16px;
|
|
654
|
+
min-height: 16px;
|
|
655
|
+
min-width: 16px;
|
|
656
|
+
background-repeat: no-repeat;
|
|
657
|
+
background-size: contain;
|
|
658
|
+
background-position: center;
|
|
654
659
|
width: auto;
|
|
655
660
|
margin-right: unset;
|
|
656
|
-
|
|
661
|
+
margin: 8px 16px 12px;
|
|
657
662
|
}
|
|
658
663
|
.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 {
|
|
659
664
|
padding-left: 48px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1328,6 +1333,11 @@
|
|
|
1328
1333
|
font-size: 16px;
|
|
1329
1334
|
font-weight: 400;
|
|
1330
1335
|
line-height: 16px;
|
|
1336
|
+
min-height: 16px;
|
|
1337
|
+
min-width: 16px;
|
|
1338
|
+
background-repeat: no-repeat;
|
|
1339
|
+
background-size: contain;
|
|
1340
|
+
background-position: center;
|
|
1331
1341
|
margin: 8px;
|
|
1332
1342
|
width: auto;
|
|
1333
1343
|
}
|
|
@@ -1435,6 +1445,10 @@
|
|
|
1435
1445
|
line-height: 20px;
|
|
1436
1446
|
padding: 3px;
|
|
1437
1447
|
background-size: cover;
|
|
1448
|
+
min-width: 20px;
|
|
1449
|
+
min-height: 20px;
|
|
1450
|
+
background-position: center;
|
|
1451
|
+
background-repeat: no-repeat;
|
|
1438
1452
|
}
|
|
1439
1453
|
.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,
|
|
1440
1454
|
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item:hover,
|
|
@@ -1486,6 +1500,11 @@
|
|
|
1486
1500
|
border-radius: unset;
|
|
1487
1501
|
}
|
|
1488
1502
|
.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 {
|
|
1503
|
+
min-height: 14px;
|
|
1504
|
+
min-width: 14px;
|
|
1505
|
+
background-repeat: no-repeat;
|
|
1506
|
+
background-size: contain;
|
|
1507
|
+
background-position: center;
|
|
1489
1508
|
width: auto;
|
|
1490
1509
|
}
|
|
1491
1510
|
.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 {
|
|
@@ -1502,6 +1521,11 @@
|
|
|
1502
1521
|
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1503
1522
|
font-size: 16px;
|
|
1504
1523
|
line-height: 16px;
|
|
1524
|
+
min-height: 16px;
|
|
1525
|
+
min-width: 16px;
|
|
1526
|
+
background-repeat: no-repeat;
|
|
1527
|
+
background-size: contain;
|
|
1528
|
+
background-position: center;
|
|
1505
1529
|
}
|
|
1506
1530
|
|
|
1507
1531
|
.e-ribbon-tooltip .e-tip-content {
|
|
@@ -2064,6 +2088,8 @@
|
|
|
2064
2088
|
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
2065
2089
|
font-size: 20px;
|
|
2066
2090
|
line-height: 20px;
|
|
2091
|
+
min-height: 20px;
|
|
2092
|
+
min-width: 20px;
|
|
2067
2093
|
}
|
|
2068
2094
|
|
|
2069
2095
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
@@ -2072,6 +2098,13 @@
|
|
|
2072
2098
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
|
|
2073
2099
|
padding-left: 42px !important; /* stylelint-disable-line declaration-no-important */
|
|
2074
2100
|
}
|
|
2101
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
2102
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
2103
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
|
|
2104
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
|
|
2105
|
+
min-width: 16px;
|
|
2106
|
+
min-height: 16px;
|
|
2107
|
+
}
|
|
2075
2108
|
|
|
2076
2109
|
.e-bigger .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn {
|
|
2077
2110
|
height: 36px;
|
|
@@ -2095,7 +2128,9 @@
|
|
|
2095
2128
|
.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 {
|
|
2096
2129
|
font-size: 20px;
|
|
2097
2130
|
line-height: 20px;
|
|
2098
|
-
|
|
2131
|
+
margin: 8px 12px 12px 16px;
|
|
2132
|
+
min-width: 20px;
|
|
2133
|
+
min-height: 20px;
|
|
2099
2134
|
}
|
|
2100
2135
|
.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,
|
|
2101
2136
|
.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,
|
|
@@ -2113,6 +2148,8 @@
|
|
|
2113
2148
|
font-size: 20px;
|
|
2114
2149
|
line-height: 20px;
|
|
2115
2150
|
margin: 8px;
|
|
2151
|
+
min-height: 20px;
|
|
2152
|
+
min-width: 20px;
|
|
2116
2153
|
}
|
|
2117
2154
|
.e-bigger .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left,
|
|
2118
2155
|
.e-bigger.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left {
|
|
@@ -677,9 +677,14 @@
|
|
|
677
677
|
.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 {
|
|
678
678
|
font-size: 16px;
|
|
679
679
|
line-height: 16px;
|
|
680
|
+
min-height: 16px;
|
|
681
|
+
min-width: 16px;
|
|
682
|
+
background-repeat: no-repeat;
|
|
683
|
+
background-size: contain;
|
|
684
|
+
background-position: center;
|
|
680
685
|
width: auto;
|
|
681
686
|
margin-right: unset;
|
|
682
|
-
|
|
687
|
+
margin: 8px 16px 12px;
|
|
683
688
|
}
|
|
684
689
|
.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 {
|
|
685
690
|
padding-left: 48px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1354,6 +1359,11 @@
|
|
|
1354
1359
|
font-size: 16px;
|
|
1355
1360
|
font-weight: 400;
|
|
1356
1361
|
line-height: 16px;
|
|
1362
|
+
min-height: 16px;
|
|
1363
|
+
min-width: 16px;
|
|
1364
|
+
background-repeat: no-repeat;
|
|
1365
|
+
background-size: contain;
|
|
1366
|
+
background-position: center;
|
|
1357
1367
|
margin: 8px;
|
|
1358
1368
|
width: auto;
|
|
1359
1369
|
}
|
|
@@ -1461,6 +1471,10 @@
|
|
|
1461
1471
|
line-height: 20px;
|
|
1462
1472
|
padding: 3px;
|
|
1463
1473
|
background-size: cover;
|
|
1474
|
+
min-width: 20px;
|
|
1475
|
+
min-height: 20px;
|
|
1476
|
+
background-position: center;
|
|
1477
|
+
background-repeat: no-repeat;
|
|
1464
1478
|
}
|
|
1465
1479
|
.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,
|
|
1466
1480
|
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item:hover,
|
|
@@ -1512,6 +1526,11 @@
|
|
|
1512
1526
|
border-radius: unset;
|
|
1513
1527
|
}
|
|
1514
1528
|
.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 {
|
|
1529
|
+
min-height: 14px;
|
|
1530
|
+
min-width: 14px;
|
|
1531
|
+
background-repeat: no-repeat;
|
|
1532
|
+
background-size: contain;
|
|
1533
|
+
background-position: center;
|
|
1515
1534
|
width: auto;
|
|
1516
1535
|
}
|
|
1517
1536
|
.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 {
|
|
@@ -1528,6 +1547,11 @@
|
|
|
1528
1547
|
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1529
1548
|
font-size: 16px;
|
|
1530
1549
|
line-height: 16px;
|
|
1550
|
+
min-height: 16px;
|
|
1551
|
+
min-width: 16px;
|
|
1552
|
+
background-repeat: no-repeat;
|
|
1553
|
+
background-size: contain;
|
|
1554
|
+
background-position: center;
|
|
1531
1555
|
}
|
|
1532
1556
|
|
|
1533
1557
|
.e-ribbon-tooltip .e-tip-content {
|
|
@@ -2090,6 +2114,8 @@
|
|
|
2090
2114
|
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
2091
2115
|
font-size: 20px;
|
|
2092
2116
|
line-height: 20px;
|
|
2117
|
+
min-height: 20px;
|
|
2118
|
+
min-width: 20px;
|
|
2093
2119
|
}
|
|
2094
2120
|
|
|
2095
2121
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
@@ -2098,6 +2124,13 @@
|
|
|
2098
2124
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
|
|
2099
2125
|
padding-left: 42px !important; /* stylelint-disable-line declaration-no-important */
|
|
2100
2126
|
}
|
|
2127
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
2128
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
2129
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
|
|
2130
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
|
|
2131
|
+
min-width: 16px;
|
|
2132
|
+
min-height: 16px;
|
|
2133
|
+
}
|
|
2101
2134
|
|
|
2102
2135
|
.e-bigger .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn {
|
|
2103
2136
|
height: 36px;
|
|
@@ -2121,7 +2154,9 @@
|
|
|
2121
2154
|
.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 {
|
|
2122
2155
|
font-size: 20px;
|
|
2123
2156
|
line-height: 20px;
|
|
2124
|
-
|
|
2157
|
+
margin: 8px 12px 12px 16px;
|
|
2158
|
+
min-width: 20px;
|
|
2159
|
+
min-height: 20px;
|
|
2125
2160
|
}
|
|
2126
2161
|
.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,
|
|
2127
2162
|
.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,
|
|
@@ -2139,6 +2174,8 @@
|
|
|
2139
2174
|
font-size: 20px;
|
|
2140
2175
|
line-height: 20px;
|
|
2141
2176
|
margin: 8px;
|
|
2177
|
+
min-height: 20px;
|
|
2178
|
+
min-width: 20px;
|
|
2142
2179
|
}
|
|
2143
2180
|
.e-bigger .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left,
|
|
2144
2181
|
.e-bigger.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left {
|
|
@@ -1,57 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
--color-sf-black: 0, 0, 0;
|
|
3
|
-
--color-sf-white: 255, 255, 255;
|
|
4
|
-
--color-sf-primary: 208, 188, 255;
|
|
5
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
6
|
-
--color-sf-secondary: 204, 194, 220;
|
|
7
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
8
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
9
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
10
|
-
--color-sf-surface: 28, 27, 31;
|
|
11
|
-
--color-sf-surface-variant: 73, 69, 79;
|
|
12
|
-
--color-sf-background: var(--color-sf-surface);
|
|
13
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
14
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
15
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
16
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
17
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
18
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
19
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
20
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
21
|
-
--color-sf-on-background: 230, 225, 229;
|
|
22
|
-
--color-sf-outline: 147, 143, 153;
|
|
23
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
24
|
-
--color-sf-shadow: 0, 0, 0;
|
|
25
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
26
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
27
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
28
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
29
|
-
--color-sf-scrim: 0, 0, 0;
|
|
30
|
-
--color-sf-error: 242, 184, 181;
|
|
31
|
-
--color-sf-error-container: 140, 29, 24;
|
|
32
|
-
--color-sf-on-error: 96, 20, 16;
|
|
33
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
34
|
-
--color-sf-success: 83, 202, 23;
|
|
35
|
-
--color-sf-success-container: 22, 62, 2;
|
|
36
|
-
--color-sf-on-success: 13, 39, 0;
|
|
37
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
38
|
-
--color-sf-info: 71, 172, 251;
|
|
39
|
-
--color-sf-info-container: 0, 67, 120;
|
|
40
|
-
--color-sf-on-info: 0, 51, 91;
|
|
41
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
42
|
-
--color-sf-warning: 245, 180, 130;
|
|
43
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
44
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
45
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
46
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
47
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
48
|
-
--color-sf-success-text: 0, 0, 0;
|
|
49
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
50
|
-
--color-sf-info-text: 0, 0, 0;
|
|
51
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
52
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
53
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
54
|
-
}
|
|
1
|
+
|
|
55
2
|
|
|
56
3
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
57
4
|
padding: 0 16px 0 0;
|
|
@@ -655,9 +602,14 @@
|
|
|
655
602
|
.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 {
|
|
656
603
|
font-size: 20px;
|
|
657
604
|
line-height: 20px;
|
|
605
|
+
min-height: 20px;
|
|
606
|
+
min-width: 20px;
|
|
607
|
+
background-repeat: no-repeat;
|
|
608
|
+
background-size: contain;
|
|
609
|
+
background-position: center;
|
|
658
610
|
width: auto;
|
|
659
611
|
margin-right: unset;
|
|
660
|
-
|
|
612
|
+
margin: 9px 16px 13px 14px;
|
|
661
613
|
}
|
|
662
614
|
.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 {
|
|
663
615
|
padding-left: 50px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -1332,6 +1284,11 @@
|
|
|
1332
1284
|
font-size: 16px;
|
|
1333
1285
|
font-weight: 400;
|
|
1334
1286
|
line-height: 16px;
|
|
1287
|
+
min-height: 16px;
|
|
1288
|
+
min-width: 16px;
|
|
1289
|
+
background-repeat: no-repeat;
|
|
1290
|
+
background-size: contain;
|
|
1291
|
+
background-position: center;
|
|
1335
1292
|
margin: 5px;
|
|
1336
1293
|
width: auto;
|
|
1337
1294
|
}
|
|
@@ -1439,6 +1396,10 @@
|
|
|
1439
1396
|
line-height: 20px;
|
|
1440
1397
|
padding: 3px;
|
|
1441
1398
|
background-size: cover;
|
|
1399
|
+
min-width: 20px;
|
|
1400
|
+
min-height: 20px;
|
|
1401
|
+
background-position: center;
|
|
1402
|
+
background-repeat: no-repeat;
|
|
1442
1403
|
}
|
|
1443
1404
|
.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,
|
|
1444
1405
|
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item:hover,
|
|
@@ -1490,6 +1451,11 @@
|
|
|
1490
1451
|
border-radius: unset;
|
|
1491
1452
|
}
|
|
1492
1453
|
.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 {
|
|
1454
|
+
min-height: 16px;
|
|
1455
|
+
min-width: 16px;
|
|
1456
|
+
background-repeat: no-repeat;
|
|
1457
|
+
background-size: contain;
|
|
1458
|
+
background-position: center;
|
|
1493
1459
|
width: auto;
|
|
1494
1460
|
}
|
|
1495
1461
|
.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 {
|
|
@@ -1506,6 +1472,11 @@
|
|
|
1506
1472
|
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1507
1473
|
font-size: 16px;
|
|
1508
1474
|
line-height: 16px;
|
|
1475
|
+
min-height: 16px;
|
|
1476
|
+
min-width: 16px;
|
|
1477
|
+
background-repeat: no-repeat;
|
|
1478
|
+
background-size: contain;
|
|
1479
|
+
background-position: center;
|
|
1509
1480
|
}
|
|
1510
1481
|
|
|
1511
1482
|
.e-ribbon-tooltip .e-tip-content {
|
|
@@ -2068,6 +2039,8 @@
|
|
|
2068
2039
|
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
2069
2040
|
font-size: 20px;
|
|
2070
2041
|
line-height: 20px;
|
|
2042
|
+
min-height: 20px;
|
|
2043
|
+
min-width: 20px;
|
|
2071
2044
|
}
|
|
2072
2045
|
|
|
2073
2046
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
@@ -2076,6 +2049,13 @@
|
|
|
2076
2049
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
|
|
2077
2050
|
padding-left: 50px !important; /* stylelint-disable-line declaration-no-important */
|
|
2078
2051
|
}
|
|
2052
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
2053
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item .e-menu-icon,
|
|
2054
|
+
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
|
|
2055
|
+
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
|
|
2056
|
+
min-width: 18px;
|
|
2057
|
+
min-height: 18px;
|
|
2058
|
+
}
|
|
2079
2059
|
|
|
2080
2060
|
.e-bigger .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn {
|
|
2081
2061
|
height: 48px;
|
|
@@ -2099,7 +2079,9 @@
|
|
|
2099
2079
|
.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 {
|
|
2100
2080
|
font-size: 24px;
|
|
2101
2081
|
line-height: 24px;
|
|
2102
|
-
|
|
2082
|
+
margin: 12px 12px 16px 16px;
|
|
2083
|
+
min-width: 24px;
|
|
2084
|
+
min-height: 24px;
|
|
2103
2085
|
}
|
|
2104
2086
|
.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,
|
|
2105
2087
|
.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,
|
|
@@ -2117,6 +2099,8 @@
|
|
|
2117
2099
|
font-size: 20px;
|
|
2118
2100
|
line-height: 20px;
|
|
2119
2101
|
margin: 8px;
|
|
2102
|
+
min-height: 20px;
|
|
2103
|
+
min-width: 20px;
|
|
2120
2104
|
}
|
|
2121
2105
|
.e-bigger .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left,
|
|
2122
2106
|
.e-bigger.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon.e-icon-left {
|