@syncfusion/ej2-ribbon 31.2.12 → 32.1.19
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 -10
- package/dist/ej2-ribbon.umd.min.js.map +1 -1
- package/dist/es6/ej2-ribbon.es2015.js +2 -2
- package/dist/es6/ej2-ribbon.es2015.js.map +1 -1
- package/dist/es6/ej2-ribbon.es5.js +2 -2
- package/dist/es6/ej2-ribbon.es5.js.map +1 -1
- package/dist/global/ej2-ribbon.min.js +1 -10
- package/dist/global/ej2-ribbon.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +8 -8
- package/src/ribbon/base/ribbon-model.d.ts +1 -1
- package/src/ribbon/base/ribbon.js +3 -3
- package/styles/bds-lite.scss +17 -18
- package/styles/bds.scss +18 -19
- package/styles/bootstrap-dark-lite.scss +17 -18
- package/styles/bootstrap-dark.scss +18 -19
- package/styles/bootstrap-lite.scss +17 -18
- package/styles/bootstrap.scss +18 -19
- package/styles/bootstrap4-lite.scss +17 -18
- package/styles/bootstrap4.scss +18 -19
- package/styles/bootstrap5-dark-lite.scss +17 -18
- package/styles/bootstrap5-dark.scss +18 -19
- package/styles/bootstrap5-lite.scss +18 -18
- package/styles/bootstrap5.3-lite.css +81 -1
- package/styles/bootstrap5.3-lite.scss +18 -18
- package/styles/bootstrap5.3.css +81 -1
- package/styles/bootstrap5.3.scss +19 -19
- package/styles/bootstrap5.scss +19 -19
- package/styles/fabric-dark-lite.scss +18 -18
- package/styles/fabric-dark.scss +19 -19
- package/styles/fabric-lite.scss +18 -18
- package/styles/fabric.scss +19 -19
- package/styles/fluent-dark-lite.scss +18 -18
- package/styles/fluent-dark.scss +19 -19
- package/styles/fluent-lite.scss +18 -18
- package/styles/fluent.scss +19 -19
- package/styles/fluent2-lite.css +122 -8
- package/styles/fluent2-lite.scss +18 -18
- package/styles/fluent2.css +123 -9
- package/styles/fluent2.scss +19 -19
- package/styles/highcontrast-light-lite.css +1 -1
- package/styles/highcontrast-light-lite.scss +17 -17
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast-light.scss +18 -18
- package/styles/highcontrast-lite.css +1 -1
- package/styles/highcontrast-lite.scss +18 -18
- package/styles/highcontrast.css +1 -1
- package/styles/highcontrast.scss +19 -19
- package/styles/material-dark-lite.scss +18 -18
- package/styles/material-dark.scss +19 -19
- package/styles/material-lite.scss +17 -18
- package/styles/material.scss +18 -19
- package/styles/material3-dark-lite.css +141 -2
- package/styles/material3-dark-lite.scss +18 -18
- package/styles/material3-dark.css +141 -2
- package/styles/material3-dark.scss +19 -21
- package/styles/material3-lite.css +141 -2
- package/styles/material3-lite.scss +18 -18
- package/styles/material3.css +141 -2
- package/styles/material3.scss +19 -21
- package/styles/ribbon/_all.scss +2 -2
- package/styles/ribbon/_bds-definition.scss +144 -0
- package/styles/ribbon/_bigger.scss +20 -18
- package/styles/ribbon/_bootstrap-dark-definition.scss +140 -0
- package/styles/ribbon/_bootstrap-definition.scss +140 -0
- package/styles/ribbon/_bootstrap4-definition.scss +140 -0
- package/styles/ribbon/_bootstrap5-dark-definition.scss +555 -1
- package/styles/ribbon/_bootstrap5-definition.scss +140 -0
- package/styles/ribbon/_bootstrap5.3-definition.scss +140 -0
- package/styles/ribbon/_fabric-dark-definition.scss +140 -0
- package/styles/ribbon/_fabric-definition.scss +140 -0
- package/styles/ribbon/_fluent-dark-definition.scss +555 -1
- package/styles/ribbon/_fluent-definition.scss +140 -0
- package/styles/ribbon/_fluent2-definition.scss +151 -0
- package/styles/ribbon/_fusionnew-definition.scss +138 -0
- package/styles/ribbon/_highcontrast-definition.scss +141 -0
- package/styles/ribbon/_highcontrast-light-definition.scss +141 -0
- package/styles/ribbon/_layout.scss +127 -125
- package/styles/ribbon/_material-dark-definition.scss +140 -0
- package/styles/ribbon/_material-definition.scss +140 -0
- package/styles/ribbon/_material3-dark-definition.scss +555 -1
- package/styles/ribbon/_material3-definition.scss +140 -0
- package/styles/ribbon/_tailwind-dark-definition.scss +559 -1
- package/styles/ribbon/_tailwind-definition.scss +144 -0
- package/styles/ribbon/_tailwind3-definition.scss +191 -47
- package/styles/ribbon/_theme-variables.scss +1 -0
- package/styles/ribbon/_theme.scss +3 -1
- package/styles/ribbon/bds.scss +19 -19
- package/styles/ribbon/bootstrap-dark.scss +19 -19
- package/styles/ribbon/bootstrap.scss +19 -19
- package/styles/ribbon/bootstrap4.scss +19 -19
- package/styles/ribbon/bootstrap5-dark.scss +19 -19
- package/styles/ribbon/bootstrap5.3.css +81 -1
- package/styles/ribbon/bootstrap5.3.scss +19 -19
- package/styles/ribbon/bootstrap5.scss +19 -19
- package/styles/ribbon/fabric-dark.scss +19 -19
- package/styles/ribbon/fabric.scss +19 -19
- package/styles/ribbon/fluent-dark.scss +19 -19
- package/styles/ribbon/fluent.scss +19 -19
- package/styles/ribbon/fluent2.css +123 -9
- package/styles/ribbon/fluent2.scss +19 -19
- package/styles/ribbon/highcontrast-light.css +1 -1
- package/styles/ribbon/highcontrast-light.scss +18 -18
- package/styles/ribbon/highcontrast.css +1 -1
- package/styles/ribbon/highcontrast.scss +19 -19
- package/styles/ribbon/icons/_bds.scss +1 -0
- package/styles/ribbon/icons/_bootstrap-dark.scss +1 -0
- package/styles/ribbon/icons/_bootstrap.scss +1 -0
- package/styles/ribbon/icons/_bootstrap4.scss +1 -0
- package/styles/ribbon/icons/_bootstrap5-dark.scss +1 -1
- package/styles/ribbon/icons/_bootstrap5.3.scss +1 -0
- package/styles/ribbon/icons/_bootstrap5.scss +1 -0
- package/styles/ribbon/icons/_fabric-dark.scss +1 -0
- package/styles/ribbon/icons/_fabric.scss +1 -0
- package/styles/ribbon/icons/_fluent-dark.scss +1 -1
- package/styles/ribbon/icons/_fluent.scss +1 -0
- package/styles/ribbon/icons/_fluent2.scss +1 -0
- package/styles/ribbon/icons/_fusionnew.scss +1 -0
- package/styles/ribbon/icons/_highcontrast.scss +1 -0
- package/styles/ribbon/icons/_material-dark.scss +1 -0
- package/styles/ribbon/icons/_material.scss +1 -0
- package/styles/ribbon/icons/_material3-dark.scss +1 -1
- package/styles/ribbon/icons/_material3.scss +1 -0
- package/styles/ribbon/icons/_tailwind-dark.scss +1 -0
- package/styles/ribbon/icons/_tailwind.scss +1 -0
- package/styles/ribbon/icons/_tailwind3.scss +1 -0
- package/styles/ribbon/material-dark.scss +19 -19
- package/styles/ribbon/material.scss +19 -19
- package/styles/ribbon/material3-dark.css +141 -2
- package/styles/ribbon/material3-dark.scss +19 -20
- package/styles/ribbon/material3.css +141 -2
- package/styles/ribbon/material3.scss +19 -20
- package/styles/ribbon/tailwind-dark.scss +19 -19
- package/styles/ribbon/tailwind.scss +19 -19
- package/styles/ribbon/tailwind3.css +101 -31
- package/styles/ribbon/tailwind3.scss +19 -19
- package/styles/tailwind-dark-lite.scss +18 -18
- package/styles/tailwind-dark.scss +19 -19
- package/styles/tailwind-lite.scss +18 -18
- package/styles/tailwind.scss +19 -19
- package/styles/tailwind3-lite.css +101 -31
- package/styles/tailwind3-lite.scss +18 -18
- package/styles/tailwind3.css +101 -31
- package/styles/tailwind3.scss +19 -19
- package/.eslintrc.json +0 -263
- package/aceconfig.js +0 -17
- package/tslint.json +0 -111
|
@@ -2,6 +2,76 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* border */
|
|
11
|
+
/* 0px */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 1.5px */
|
|
14
|
+
/* 2px */
|
|
15
|
+
/* 3px */
|
|
16
|
+
/* 4px */
|
|
17
|
+
/* 5px */
|
|
18
|
+
/* 6px */
|
|
19
|
+
/* 7px */
|
|
20
|
+
/* 8px */
|
|
21
|
+
/* Radius */
|
|
22
|
+
/* 1px */
|
|
23
|
+
/* 2px */
|
|
24
|
+
/* 3px */
|
|
25
|
+
/* 4px */
|
|
26
|
+
/* 5px */
|
|
27
|
+
/* 6px */
|
|
28
|
+
/* 7px */
|
|
29
|
+
/* 8px */
|
|
30
|
+
/* 9px */
|
|
31
|
+
/* 10px */
|
|
32
|
+
/* 11px */
|
|
33
|
+
/* 12px */
|
|
34
|
+
/* 13px */
|
|
35
|
+
/* 14px */
|
|
36
|
+
/* 15px */
|
|
37
|
+
/* 16px */
|
|
38
|
+
/* 17px */
|
|
39
|
+
/* 18px */
|
|
40
|
+
/* 19px */
|
|
41
|
+
/* 20px */
|
|
42
|
+
/* 21px */
|
|
43
|
+
/* 22px */
|
|
44
|
+
/* 23px */
|
|
45
|
+
/* 24px */
|
|
46
|
+
/* 25px */
|
|
47
|
+
/* 26px */
|
|
48
|
+
/* 27px */
|
|
49
|
+
/* 28px */
|
|
50
|
+
/* 29px */
|
|
51
|
+
/* 30px */
|
|
52
|
+
/* 31px */
|
|
53
|
+
/* 32px */
|
|
54
|
+
/* 33px */
|
|
55
|
+
/* 34px */
|
|
56
|
+
/* 35px */
|
|
57
|
+
/* 36px */
|
|
58
|
+
/* 37px */
|
|
59
|
+
/* 38px */
|
|
60
|
+
/* 39px */
|
|
61
|
+
/* 40px */
|
|
62
|
+
/* 41px */
|
|
63
|
+
/* 42px */
|
|
64
|
+
/* 43px */
|
|
65
|
+
/* 44px */
|
|
66
|
+
/* 45px */
|
|
67
|
+
/* 46px */
|
|
68
|
+
/* 47px */
|
|
69
|
+
/* 48px */
|
|
70
|
+
/* 49px */
|
|
71
|
+
/* 50px */
|
|
72
|
+
/* 5em */
|
|
73
|
+
|
|
74
|
+
|
|
5
75
|
.e-dropdownbase .e-list-group-item,
|
|
6
76
|
.e-fixed-head {
|
|
7
77
|
font-size: 12px;
|
|
@@ -23,7 +93,7 @@
|
|
|
23
93
|
}
|
|
24
94
|
|
|
25
95
|
.e-popup.e-ddl {
|
|
26
|
-
border-radius:
|
|
96
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
27
97
|
-webkit-box-shadow: none;
|
|
28
98
|
box-shadow: none;
|
|
29
99
|
margin-top: 3px;
|
|
@@ -164,7 +234,7 @@
|
|
|
164
234
|
height: 20px;
|
|
165
235
|
}
|
|
166
236
|
.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-skeleton {
|
|
167
|
-
border-radius:
|
|
237
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
168
238
|
}
|
|
169
239
|
.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-overlay {
|
|
170
240
|
display: -webkit-box;
|
|
@@ -305,7 +375,7 @@
|
|
|
305
375
|
-webkit-transform: none;
|
|
306
376
|
transform: none;
|
|
307
377
|
border-width: 1px;
|
|
308
|
-
border-radius:
|
|
378
|
+
border-radius: calc(var(--e-radius) * 0.125);
|
|
309
379
|
z-index: 3;
|
|
310
380
|
}
|
|
311
381
|
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav.e-overlay {
|
|
@@ -356,7 +426,7 @@
|
|
|
356
426
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn,
|
|
357
427
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn {
|
|
358
428
|
cursor: pointer;
|
|
359
|
-
border-radius:
|
|
429
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
360
430
|
padding: 0;
|
|
361
431
|
border: none;
|
|
362
432
|
height: 32px;
|
|
@@ -404,7 +474,7 @@
|
|
|
404
474
|
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-item .e-ribbon-gallery-wrapper .e-ribbon-gallery-container .e-ribbon-gallery-item {
|
|
405
475
|
width: 95px;
|
|
406
476
|
margin: 0 2px;
|
|
407
|
-
border-radius:
|
|
477
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
408
478
|
max-height: 22px;
|
|
409
479
|
}
|
|
410
480
|
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-item .e-ribbon-gallery-wrapper .e-ribbon-gallery-container .e-ribbon-gallery-item.e-disabled {
|
|
@@ -643,7 +713,7 @@
|
|
|
643
713
|
.e-ribbon.e-rbn .e-input-group,
|
|
644
714
|
.e-ribbon-group-overflow-ddb .e-input-group {
|
|
645
715
|
height: 30px;
|
|
646
|
-
border-radius:
|
|
716
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
647
717
|
margin: 0 0 4px;
|
|
648
718
|
}
|
|
649
719
|
.e-ribbon.e-rbn .e-input-group input.e-input,
|
|
@@ -776,7 +846,7 @@
|
|
|
776
846
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-ribbon-gallery-wrapper .e-ribbon-gallery-container .e-ribbon-gallery-item {
|
|
777
847
|
max-height: 80px;
|
|
778
848
|
margin: 0 2px;
|
|
779
|
-
border-radius:
|
|
849
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
780
850
|
}
|
|
781
851
|
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-gallery-button,
|
|
782
852
|
.e-ribbon.e-rbn .e-ribbon-item .e-ribbon-gallery-button,
|
|
@@ -784,7 +854,7 @@
|
|
|
784
854
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-ribbon-gallery-button {
|
|
785
855
|
padding: 0 2px;
|
|
786
856
|
border-width: 0 0 0 1px;
|
|
787
|
-
border-radius: 0
|
|
857
|
+
border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0);
|
|
788
858
|
line-height: 12px;
|
|
789
859
|
font-weight: 400;
|
|
790
860
|
font-size: 12px;
|
|
@@ -800,7 +870,7 @@
|
|
|
800
870
|
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow:not(:has(.e-ribbon-template)) .e-btn,
|
|
801
871
|
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn {
|
|
802
872
|
border: none;
|
|
803
|
-
border-radius:
|
|
873
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
804
874
|
font-weight: 400;
|
|
805
875
|
font-size: 12px;
|
|
806
876
|
text-transform: none;
|
|
@@ -923,7 +993,7 @@
|
|
|
923
993
|
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)):has(.e-ribbon-gallery-container:not(.e-hidden)),
|
|
924
994
|
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)):has(.e-ribbon-gallery-container:not(.e-hidden)) {
|
|
925
995
|
height: 90px;
|
|
926
|
-
border-radius:
|
|
996
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
927
997
|
}
|
|
928
998
|
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group,
|
|
929
999
|
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group {
|
|
@@ -960,7 +1030,7 @@
|
|
|
960
1030
|
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-wrapper,
|
|
961
1031
|
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-container {
|
|
962
1032
|
border: 1px solid transparent;
|
|
963
|
-
border-radius:
|
|
1033
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
964
1034
|
}
|
|
965
1035
|
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
|
|
966
1036
|
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
|
|
@@ -977,13 +1047,13 @@
|
|
|
977
1047
|
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper,
|
|
978
1048
|
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper {
|
|
979
1049
|
border: 1px solid transparent;
|
|
980
|
-
border-radius:
|
|
1050
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
981
1051
|
-webkit-box-shadow: none;
|
|
982
1052
|
box-shadow: none;
|
|
983
1053
|
}
|
|
984
1054
|
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper .e-btn,
|
|
985
1055
|
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper .e-btn {
|
|
986
|
-
border-radius: 0;
|
|
1056
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
987
1057
|
}
|
|
988
1058
|
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper .e-dropdown-btn .e-caret,
|
|
989
1059
|
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper .e-dropdown-btn .e-caret {
|
|
@@ -1103,7 +1173,7 @@
|
|
|
1103
1173
|
.e-ribbon.e-rbn.e-rtl .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-gallery-button,
|
|
1104
1174
|
.e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-gallery-button {
|
|
1105
1175
|
border-width: 0 1px 0 0;
|
|
1106
|
-
border-radius:
|
|
1176
|
+
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25);
|
|
1107
1177
|
}
|
|
1108
1178
|
|
|
1109
1179
|
.e-ribbon-group-overflow-ddb.e-dropdown-popup:has(.e-ribbon-overflow-target) {
|
|
@@ -1266,7 +1336,7 @@
|
|
|
1266
1336
|
}
|
|
1267
1337
|
|
|
1268
1338
|
.e-dropdown-popup.e-ribbon-dropdown-group-button {
|
|
1269
|
-
border-radius:
|
|
1339
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
1270
1340
|
border: 1px solid;
|
|
1271
1341
|
padding: 4px 9px;
|
|
1272
1342
|
}
|
|
@@ -1289,16 +1359,16 @@
|
|
|
1289
1359
|
justify-content: flex-start;
|
|
1290
1360
|
}
|
|
1291
1361
|
.e-dropdown-popup.e-ribbon-dropdown-group-button.e-ribbon-group-button-overflow-popup .e-btn-group:has(.e-ribbon-group-button-content) .e-btn.e-ribbon-group-button:first-of-type {
|
|
1292
|
-
border-top-right-radius:
|
|
1293
|
-
border-top-left-radius:
|
|
1294
|
-
border-bottom-right-radius: 0;
|
|
1295
|
-
border-bottom-left-radius: 0;
|
|
1362
|
+
border-top-right-radius: calc(var(--e-radius) * 0.25);
|
|
1363
|
+
border-top-left-radius: calc(var(--e-radius) * 0.25);
|
|
1364
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
1365
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
1296
1366
|
}
|
|
1297
1367
|
.e-dropdown-popup.e-ribbon-dropdown-group-button.e-ribbon-group-button-overflow-popup .e-btn-group:has(.e-ribbon-group-button-content) .e-btn.e-ribbon-group-button:last-of-type {
|
|
1298
|
-
border-top-right-radius: 0;
|
|
1299
|
-
border-top-left-radius: 0;
|
|
1300
|
-
border-bottom-right-radius:
|
|
1301
|
-
border-bottom-left-radius:
|
|
1368
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
1369
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
1370
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0.25);
|
|
1371
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0.25);
|
|
1302
1372
|
}
|
|
1303
1373
|
.e-dropdown-popup.e-ribbon-dropdown-group-button.e-ribbon-group-button-overflow-popup .e-btn-group:not(.e-icon-btn) {
|
|
1304
1374
|
-webkit-box-orient: vertical;
|
|
@@ -1309,7 +1379,7 @@
|
|
|
1309
1379
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group {
|
|
1310
1380
|
-webkit-box-shadow: none;
|
|
1311
1381
|
box-shadow: none;
|
|
1312
|
-
border-radius:
|
|
1382
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
1313
1383
|
}
|
|
1314
1384
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon {
|
|
1315
1385
|
font-size: 16px;
|
|
@@ -1349,7 +1419,7 @@
|
|
|
1349
1419
|
|
|
1350
1420
|
.e-ribbon-gallery-popup.e-popup,
|
|
1351
1421
|
.e-ribbon-gallery-dropdown.e-popup {
|
|
1352
|
-
border-radius:
|
|
1422
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
1353
1423
|
padding: 8px 12px 12px;
|
|
1354
1424
|
overflow: auto;
|
|
1355
1425
|
}
|
|
@@ -1404,7 +1474,7 @@
|
|
|
1404
1474
|
cursor: pointer;
|
|
1405
1475
|
border-width: 2px;
|
|
1406
1476
|
border-style: solid;
|
|
1407
|
-
border-radius:
|
|
1477
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
1408
1478
|
}
|
|
1409
1479
|
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item.e-disabled,
|
|
1410
1480
|
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item.e-disabled,
|
|
@@ -1439,7 +1509,7 @@
|
|
|
1439
1509
|
.e-ribbon-group-overflow .e-ribbon-gallery-container .e-ribbon-gallery-item.e-ribbon-gallery-selected,
|
|
1440
1510
|
.e-ribbon-item .e-ribbon-gallery-container .e-ribbon-gallery-item:hover,
|
|
1441
1511
|
.e-ribbon-item .e-ribbon-gallery-container .e-ribbon-gallery-item.e-ribbon-gallery-selected {
|
|
1442
|
-
border-radius:
|
|
1512
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
1443
1513
|
}
|
|
1444
1514
|
|
|
1445
1515
|
.e-ribbon-gallery-text {
|
|
@@ -1457,7 +1527,7 @@
|
|
|
1457
1527
|
line-height: 18px;
|
|
1458
1528
|
min-width: 26px;
|
|
1459
1529
|
height: 26px;
|
|
1460
|
-
border-radius:
|
|
1530
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
1461
1531
|
}
|
|
1462
1532
|
.e-ribbon-keytip.e-popup-open {
|
|
1463
1533
|
display: -webkit-box;
|
|
@@ -1479,7 +1549,7 @@
|
|
|
1479
1549
|
.e-ribbon-menu.e-menu-container ul.e-ul.e-menu {
|
|
1480
1550
|
padding: 4px 0;
|
|
1481
1551
|
border: 1px solid;
|
|
1482
|
-
border-radius:
|
|
1552
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
1483
1553
|
}
|
|
1484
1554
|
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item,
|
|
1485
1555
|
.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item, .e-ribbon-menu.e-menu-container ul.e-vertical .e-menu-item,
|
|
@@ -1549,11 +1619,11 @@
|
|
|
1549
1619
|
|
|
1550
1620
|
.e-ribbon-vertical-center.e-dropdown-popup,
|
|
1551
1621
|
.e-ribbon-group-overflow-ddb.e-dropdown-popup {
|
|
1552
|
-
border-radius:
|
|
1622
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
1553
1623
|
}
|
|
1554
1624
|
.e-ribbon-vertical-center.e-ribbon-filemenu.e-dropdown-popup,
|
|
1555
1625
|
.e-ribbon-group-overflow-ddb.e-ribbon-filemenu.e-dropdown-popup {
|
|
1556
|
-
border-radius:
|
|
1626
|
+
border-radius: calc(var(--e-radius) * 0.5);
|
|
1557
1627
|
}
|
|
1558
1628
|
|
|
1559
1629
|
.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-overlay {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind3' as *;
|
|
2
|
+
@use 'ej2-popups/styles/tooltip/tailwind3-definition' as *;
|
|
3
|
+
@use 'ej2-buttons/styles/button/tailwind3-definition' as *;
|
|
4
|
+
@use 'ej2-buttons/styles/check-box/tailwind3-definition' as *;
|
|
5
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/tailwind3-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/drop-down-base/tailwind3-definition' as *;
|
|
7
|
+
@use 'ej2-dropdowns/styles/drop-down-list/tailwind3-definition' as *;
|
|
8
|
+
@use 'ej2-dropdowns/styles/combo-box/tailwind3-definition' as *;
|
|
9
|
+
@use 'ej2-navigations/styles/h-scroll/tailwind3-definition' as *;
|
|
10
|
+
@use 'ej2-navigations/styles/v-scroll/tailwind3-definition' as *;
|
|
11
|
+
@use 'ej2-navigations/styles/context-menu/tailwind3-definition' as *;
|
|
12
|
+
@use 'ej2-navigations/styles/toolbar/tailwind3-definition' as *;
|
|
13
|
+
@use 'ej2-navigations/styles/menu/tailwind3-definition' as *;
|
|
14
|
+
@use 'ej2-navigations/styles/tab/tailwind3-definition' as *;
|
|
15
|
+
@use 'ej2-inputs/styles/color-picker/tailwind3-definition' as *;
|
|
16
|
+
@use 'ribbon/tailwind3-definition' as *;
|
|
17
|
+
@use 'ribbon/icons/tailwind3' as *;
|
|
18
|
+
@use 'ribbon/all' as *;
|
package/styles/tailwind3.css
CHANGED
|
@@ -2,6 +2,76 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* border */
|
|
11
|
+
/* 0px */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 1.5px */
|
|
14
|
+
/* 2px */
|
|
15
|
+
/* 3px */
|
|
16
|
+
/* 4px */
|
|
17
|
+
/* 5px */
|
|
18
|
+
/* 6px */
|
|
19
|
+
/* 7px */
|
|
20
|
+
/* 8px */
|
|
21
|
+
/* Radius */
|
|
22
|
+
/* 1px */
|
|
23
|
+
/* 2px */
|
|
24
|
+
/* 3px */
|
|
25
|
+
/* 4px */
|
|
26
|
+
/* 5px */
|
|
27
|
+
/* 6px */
|
|
28
|
+
/* 7px */
|
|
29
|
+
/* 8px */
|
|
30
|
+
/* 9px */
|
|
31
|
+
/* 10px */
|
|
32
|
+
/* 11px */
|
|
33
|
+
/* 12px */
|
|
34
|
+
/* 13px */
|
|
35
|
+
/* 14px */
|
|
36
|
+
/* 15px */
|
|
37
|
+
/* 16px */
|
|
38
|
+
/* 17px */
|
|
39
|
+
/* 18px */
|
|
40
|
+
/* 19px */
|
|
41
|
+
/* 20px */
|
|
42
|
+
/* 21px */
|
|
43
|
+
/* 22px */
|
|
44
|
+
/* 23px */
|
|
45
|
+
/* 24px */
|
|
46
|
+
/* 25px */
|
|
47
|
+
/* 26px */
|
|
48
|
+
/* 27px */
|
|
49
|
+
/* 28px */
|
|
50
|
+
/* 29px */
|
|
51
|
+
/* 30px */
|
|
52
|
+
/* 31px */
|
|
53
|
+
/* 32px */
|
|
54
|
+
/* 33px */
|
|
55
|
+
/* 34px */
|
|
56
|
+
/* 35px */
|
|
57
|
+
/* 36px */
|
|
58
|
+
/* 37px */
|
|
59
|
+
/* 38px */
|
|
60
|
+
/* 39px */
|
|
61
|
+
/* 40px */
|
|
62
|
+
/* 41px */
|
|
63
|
+
/* 42px */
|
|
64
|
+
/* 43px */
|
|
65
|
+
/* 44px */
|
|
66
|
+
/* 45px */
|
|
67
|
+
/* 46px */
|
|
68
|
+
/* 47px */
|
|
69
|
+
/* 48px */
|
|
70
|
+
/* 49px */
|
|
71
|
+
/* 50px */
|
|
72
|
+
/* 5em */
|
|
73
|
+
|
|
74
|
+
|
|
5
75
|
.e-dropdownbase .e-list-group-item,
|
|
6
76
|
.e-fixed-head {
|
|
7
77
|
font-size: 12px;
|
|
@@ -23,7 +93,7 @@
|
|
|
23
93
|
}
|
|
24
94
|
|
|
25
95
|
.e-popup.e-ddl {
|
|
26
|
-
border-radius:
|
|
96
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
27
97
|
-webkit-box-shadow: none;
|
|
28
98
|
box-shadow: none;
|
|
29
99
|
margin-top: 3px;
|
|
@@ -164,7 +234,7 @@
|
|
|
164
234
|
height: 20px;
|
|
165
235
|
}
|
|
166
236
|
.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-skeleton {
|
|
167
|
-
border-radius:
|
|
237
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
168
238
|
}
|
|
169
239
|
.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-overlay {
|
|
170
240
|
display: -webkit-box;
|
|
@@ -305,7 +375,7 @@
|
|
|
305
375
|
-webkit-transform: none;
|
|
306
376
|
transform: none;
|
|
307
377
|
border-width: 1px;
|
|
308
|
-
border-radius:
|
|
378
|
+
border-radius: calc(var(--e-radius) * 0.125);
|
|
309
379
|
z-index: 3;
|
|
310
380
|
}
|
|
311
381
|
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav.e-overlay {
|
|
@@ -356,7 +426,7 @@
|
|
|
356
426
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn,
|
|
357
427
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn {
|
|
358
428
|
cursor: pointer;
|
|
359
|
-
border-radius:
|
|
429
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
360
430
|
padding: 0;
|
|
361
431
|
border: none;
|
|
362
432
|
height: 32px;
|
|
@@ -404,7 +474,7 @@
|
|
|
404
474
|
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-item .e-ribbon-gallery-wrapper .e-ribbon-gallery-container .e-ribbon-gallery-item {
|
|
405
475
|
width: 95px;
|
|
406
476
|
margin: 0 2px;
|
|
407
|
-
border-radius:
|
|
477
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
408
478
|
max-height: 22px;
|
|
409
479
|
}
|
|
410
480
|
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-item .e-ribbon-gallery-wrapper .e-ribbon-gallery-container .e-ribbon-gallery-item.e-disabled {
|
|
@@ -643,7 +713,7 @@
|
|
|
643
713
|
.e-ribbon.e-rbn .e-input-group,
|
|
644
714
|
.e-ribbon-group-overflow-ddb .e-input-group {
|
|
645
715
|
height: 30px;
|
|
646
|
-
border-radius:
|
|
716
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
647
717
|
margin: 0 0 4px;
|
|
648
718
|
}
|
|
649
719
|
.e-ribbon.e-rbn .e-input-group input.e-input,
|
|
@@ -776,7 +846,7 @@
|
|
|
776
846
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-ribbon-gallery-wrapper .e-ribbon-gallery-container .e-ribbon-gallery-item {
|
|
777
847
|
max-height: 80px;
|
|
778
848
|
margin: 0 2px;
|
|
779
|
-
border-radius:
|
|
849
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
780
850
|
}
|
|
781
851
|
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-ribbon-gallery-button,
|
|
782
852
|
.e-ribbon.e-rbn .e-ribbon-item .e-ribbon-gallery-button,
|
|
@@ -784,7 +854,7 @@
|
|
|
784
854
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-ribbon-gallery-button {
|
|
785
855
|
padding: 0 2px;
|
|
786
856
|
border-width: 0 0 0 1px;
|
|
787
|
-
border-radius: 0
|
|
857
|
+
border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0);
|
|
788
858
|
line-height: 12px;
|
|
789
859
|
font-weight: 400;
|
|
790
860
|
font-size: 12px;
|
|
@@ -800,7 +870,7 @@
|
|
|
800
870
|
.e-ribbon-group-overflow-ddb .e-ribbon-group-overflow:not(:has(.e-ribbon-template)) .e-btn,
|
|
801
871
|
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn {
|
|
802
872
|
border: none;
|
|
803
|
-
border-radius:
|
|
873
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
804
874
|
font-weight: 400;
|
|
805
875
|
font-size: 12px;
|
|
806
876
|
text-transform: none;
|
|
@@ -923,7 +993,7 @@
|
|
|
923
993
|
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)):has(.e-ribbon-gallery-container:not(.e-hidden)),
|
|
924
994
|
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)):has(.e-ribbon-gallery-container:not(.e-hidden)) {
|
|
925
995
|
height: 90px;
|
|
926
|
-
border-radius:
|
|
996
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
927
997
|
}
|
|
928
998
|
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group,
|
|
929
999
|
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-btn-group {
|
|
@@ -960,7 +1030,7 @@
|
|
|
960
1030
|
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-wrapper,
|
|
961
1031
|
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-container {
|
|
962
1032
|
border: 1px solid transparent;
|
|
963
|
-
border-radius:
|
|
1033
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
964
1034
|
}
|
|
965
1035
|
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
|
|
966
1036
|
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
|
|
@@ -977,13 +1047,13 @@
|
|
|
977
1047
|
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper,
|
|
978
1048
|
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper {
|
|
979
1049
|
border: 1px solid transparent;
|
|
980
|
-
border-radius:
|
|
1050
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
981
1051
|
-webkit-box-shadow: none;
|
|
982
1052
|
box-shadow: none;
|
|
983
1053
|
}
|
|
984
1054
|
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper .e-btn,
|
|
985
1055
|
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper .e-btn {
|
|
986
|
-
border-radius: 0;
|
|
1056
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
987
1057
|
}
|
|
988
1058
|
.e-ribbon.e-rbn .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper .e-dropdown-btn .e-caret,
|
|
989
1059
|
.e-ribbon-group-overflow-ddb .e-ribbon-item:not(:has(.e-ribbon-template)) .e-split-btn-wrapper .e-dropdown-btn .e-caret {
|
|
@@ -1103,7 +1173,7 @@
|
|
|
1103
1173
|
.e-ribbon.e-rbn.e-rtl .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-gallery-button,
|
|
1104
1174
|
.e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-item:not(:has(.e-ribbon-template)) .e-ribbon-gallery-button {
|
|
1105
1175
|
border-width: 0 1px 0 0;
|
|
1106
|
-
border-radius:
|
|
1176
|
+
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25);
|
|
1107
1177
|
}
|
|
1108
1178
|
|
|
1109
1179
|
.e-ribbon-group-overflow-ddb.e-dropdown-popup:has(.e-ribbon-overflow-target) {
|
|
@@ -1266,7 +1336,7 @@
|
|
|
1266
1336
|
}
|
|
1267
1337
|
|
|
1268
1338
|
.e-dropdown-popup.e-ribbon-dropdown-group-button {
|
|
1269
|
-
border-radius:
|
|
1339
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
1270
1340
|
border: 1px solid;
|
|
1271
1341
|
padding: 4px 9px;
|
|
1272
1342
|
}
|
|
@@ -1289,16 +1359,16 @@
|
|
|
1289
1359
|
justify-content: flex-start;
|
|
1290
1360
|
}
|
|
1291
1361
|
.e-dropdown-popup.e-ribbon-dropdown-group-button.e-ribbon-group-button-overflow-popup .e-btn-group:has(.e-ribbon-group-button-content) .e-btn.e-ribbon-group-button:first-of-type {
|
|
1292
|
-
border-top-right-radius:
|
|
1293
|
-
border-top-left-radius:
|
|
1294
|
-
border-bottom-right-radius: 0;
|
|
1295
|
-
border-bottom-left-radius: 0;
|
|
1362
|
+
border-top-right-radius: calc(var(--e-radius) * 0.25);
|
|
1363
|
+
border-top-left-radius: calc(var(--e-radius) * 0.25);
|
|
1364
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
1365
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
1296
1366
|
}
|
|
1297
1367
|
.e-dropdown-popup.e-ribbon-dropdown-group-button.e-ribbon-group-button-overflow-popup .e-btn-group:has(.e-ribbon-group-button-content) .e-btn.e-ribbon-group-button:last-of-type {
|
|
1298
|
-
border-top-right-radius: 0;
|
|
1299
|
-
border-top-left-radius: 0;
|
|
1300
|
-
border-bottom-right-radius:
|
|
1301
|
-
border-bottom-left-radius:
|
|
1368
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
1369
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
1370
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0.25);
|
|
1371
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0.25);
|
|
1302
1372
|
}
|
|
1303
1373
|
.e-dropdown-popup.e-ribbon-dropdown-group-button.e-ribbon-group-button-overflow-popup .e-btn-group:not(.e-icon-btn) {
|
|
1304
1374
|
-webkit-box-orient: vertical;
|
|
@@ -1309,7 +1379,7 @@
|
|
|
1309
1379
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group {
|
|
1310
1380
|
-webkit-box-shadow: none;
|
|
1311
1381
|
box-shadow: none;
|
|
1312
|
-
border-radius:
|
|
1382
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
1313
1383
|
}
|
|
1314
1384
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn-group .e-btn-icon {
|
|
1315
1385
|
font-size: 16px;
|
|
@@ -1349,7 +1419,7 @@
|
|
|
1349
1419
|
|
|
1350
1420
|
.e-ribbon-gallery-popup.e-popup,
|
|
1351
1421
|
.e-ribbon-gallery-dropdown.e-popup {
|
|
1352
|
-
border-radius:
|
|
1422
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
1353
1423
|
padding: 8px 12px 12px;
|
|
1354
1424
|
overflow: auto;
|
|
1355
1425
|
}
|
|
@@ -1404,7 +1474,7 @@
|
|
|
1404
1474
|
cursor: pointer;
|
|
1405
1475
|
border-width: 2px;
|
|
1406
1476
|
border-style: solid;
|
|
1407
|
-
border-radius:
|
|
1477
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
1408
1478
|
}
|
|
1409
1479
|
.e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item.e-disabled,
|
|
1410
1480
|
.e-ribbon-gallery-dropdown.e-popup .e-ribbon-gallery-container .e-ribbon-gallery-item.e-disabled,
|
|
@@ -1439,7 +1509,7 @@
|
|
|
1439
1509
|
.e-ribbon-group-overflow .e-ribbon-gallery-container .e-ribbon-gallery-item.e-ribbon-gallery-selected,
|
|
1440
1510
|
.e-ribbon-item .e-ribbon-gallery-container .e-ribbon-gallery-item:hover,
|
|
1441
1511
|
.e-ribbon-item .e-ribbon-gallery-container .e-ribbon-gallery-item.e-ribbon-gallery-selected {
|
|
1442
|
-
border-radius:
|
|
1512
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
1443
1513
|
}
|
|
1444
1514
|
|
|
1445
1515
|
.e-ribbon-gallery-text {
|
|
@@ -1457,7 +1527,7 @@
|
|
|
1457
1527
|
line-height: 18px;
|
|
1458
1528
|
min-width: 26px;
|
|
1459
1529
|
height: 26px;
|
|
1460
|
-
border-radius:
|
|
1530
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
1461
1531
|
}
|
|
1462
1532
|
.e-ribbon-keytip.e-popup-open {
|
|
1463
1533
|
display: -webkit-box;
|
|
@@ -1479,7 +1549,7 @@
|
|
|
1479
1549
|
.e-ribbon-menu.e-menu-container ul.e-ul.e-menu {
|
|
1480
1550
|
padding: 4px 0;
|
|
1481
1551
|
border: 1px solid;
|
|
1482
|
-
border-radius:
|
|
1552
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
1483
1553
|
}
|
|
1484
1554
|
.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item,
|
|
1485
1555
|
.e-ribbon-menu.e-menu-wrapper ul.e-ul .e-menu-item, .e-ribbon-menu.e-menu-container ul.e-vertical .e-menu-item,
|
|
@@ -1549,11 +1619,11 @@
|
|
|
1549
1619
|
|
|
1550
1620
|
.e-ribbon-vertical-center.e-dropdown-popup,
|
|
1551
1621
|
.e-ribbon-group-overflow-ddb.e-dropdown-popup {
|
|
1552
|
-
border-radius:
|
|
1622
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
1553
1623
|
}
|
|
1554
1624
|
.e-ribbon-vertical-center.e-ribbon-filemenu.e-dropdown-popup,
|
|
1555
1625
|
.e-ribbon-group-overflow-ddb.e-ribbon-filemenu.e-dropdown-popup {
|
|
1556
|
-
border-radius:
|
|
1626
|
+
border-radius: calc(var(--e-radius) * 0.5);
|
|
1557
1627
|
}
|
|
1558
1628
|
|
|
1559
1629
|
.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-overlay {
|
package/styles/tailwind3.scss
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
@
|
|
19
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind3' as *;
|
|
2
|
+
@use 'ej2-popups/styles/tooltip/tailwind3-definition' as *;
|
|
3
|
+
@use 'ej2-buttons/styles/button/tailwind3-definition' as *;
|
|
4
|
+
@use 'ej2-buttons/styles/check-box/tailwind3-definition' as *;
|
|
5
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/tailwind3-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/drop-down-base/tailwind3-definition' as *;
|
|
7
|
+
@use 'ej2-dropdowns/styles/drop-down-list/tailwind3-definition' as *;
|
|
8
|
+
@use 'ej2-dropdowns/styles/combo-box/tailwind3-definition' as *;
|
|
9
|
+
@use 'ej2-navigations/styles/h-scroll/tailwind3-definition' as *;
|
|
10
|
+
@use 'ej2-navigations/styles/v-scroll/tailwind3-definition' as *;
|
|
11
|
+
@use 'ej2-navigations/styles/context-menu/tailwind3-definition' as *;
|
|
12
|
+
@use 'ej2-navigations/styles/toolbar/tailwind3-definition' as *;
|
|
13
|
+
@use 'ej2-navigations/styles/menu/tailwind3-definition' as *;
|
|
14
|
+
@use 'ej2-navigations/styles/tab/tailwind3-definition' as *;
|
|
15
|
+
@use 'ej2-inputs/styles/color-picker/tailwind3-definition' as *;
|
|
16
|
+
@use 'ribbon/tailwind3-definition' as *;
|
|
17
|
+
@use 'ribbon/icons/tailwind3' as *;
|
|
18
|
+
@use 'ribbon/all' as *;
|
|
19
|
+
@use 'ribbon/bigger' as *;
|