@syncfusion/ej2-ribbon 33.2.10 → 34.1.30
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 +2 -2
- package/dist/ej2-ribbon.umd.min.js.map +1 -1
- package/dist/es6/ej2-ribbon.es2015.js +107 -8
- package/dist/es6/ej2-ribbon.es2015.js.map +1 -1
- package/dist/es6/ej2-ribbon.es5.js +115 -16
- package/dist/es6/ej2-ribbon.es5.js.map +1 -1
- package/dist/global/ej2-ribbon.min.js +2 -2
- package/dist/global/ej2-ribbon.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/src/ribbon/base/ribbon-model.d.ts +1 -1
- package/src/ribbon/base/ribbon.js +1 -2
- package/src/ribbon/base/utils.js +8 -0
- package/src/ribbon/items/ribbon-colorpicker.js +20 -1
- package/src/ribbon/items/ribbon-combobox.js +30 -1
- package/src/ribbon/items/ribbon-gallery.js +17 -5
- package/src/ribbon/items/ribbon-groupbutton.js +18 -6
- package/src/ribbon/items/ribbon-splitbutton.js +8 -2
- package/src/ribbon/modules/ribbon-filemenu.js +14 -0
- package/styles/bds-lite.css +15 -312
- package/styles/bds-lite.scss +1 -15
- package/styles/bds.css +20 -316
- package/styles/bds.scss +2 -16
- package/styles/bootstrap-dark-lite.css +6 -74
- package/styles/bootstrap-dark-lite.scss +1 -15
- package/styles/bootstrap-dark.css +6 -74
- package/styles/bootstrap-dark.scss +2 -16
- package/styles/bootstrap-lite.css +6 -76
- package/styles/bootstrap-lite.scss +1 -15
- package/styles/bootstrap.css +6 -76
- package/styles/bootstrap.scss +2 -16
- package/styles/bootstrap4-lite.css +7 -127
- package/styles/bootstrap4-lite.scss +1 -15
- package/styles/bootstrap4.css +7 -127
- package/styles/bootstrap4.scss +2 -16
- package/styles/bootstrap5-dark-lite.css +6 -149
- package/styles/bootstrap5-dark-lite.scss +1 -15
- package/styles/bootstrap5-dark.css +11 -149
- package/styles/bootstrap5-dark.scss +2 -16
- package/styles/bootstrap5-lite.css +7 -150
- package/styles/bootstrap5-lite.scss +1 -16
- package/styles/bootstrap5.3-lite.css +7 -318
- package/styles/bootstrap5.3-lite.scss +1 -16
- package/styles/bootstrap5.3.css +13 -403
- package/styles/bootstrap5.3.scss +2 -17
- package/styles/bootstrap5.css +12 -150
- package/styles/bootstrap5.scss +2 -17
- package/styles/fabric-dark-lite.css +6 -50
- package/styles/fabric-dark-lite.scss +1 -16
- package/styles/fabric-dark.css +6 -50
- package/styles/fabric-dark.scss +2 -17
- package/styles/fabric-lite.css +6 -51
- package/styles/fabric-lite.scss +1 -16
- package/styles/fabric.css +6 -51
- package/styles/fabric.scss +2 -17
- package/styles/fluent-dark-lite.css +6 -141
- package/styles/fluent-dark-lite.scss +1 -16
- package/styles/fluent-dark.css +6 -141
- package/styles/fluent-dark.scss +2 -17
- package/styles/fluent-lite.css +6 -141
- package/styles/fluent-lite.scss +1 -16
- package/styles/fluent.css +6 -141
- package/styles/fluent.scss +2 -17
- package/styles/fluent2-lite.css +7 -390
- package/styles/fluent2-lite.scss +1 -16
- package/styles/fluent2.css +7 -476
- package/styles/fluent2.scss +2 -17
- package/styles/highcontrast-light-lite.css +6 -71
- package/styles/highcontrast-light-lite.scss +1 -16
- package/styles/highcontrast-light.css +6 -71
- package/styles/highcontrast-light.scss +2 -17
- package/styles/highcontrast-lite.css +6 -72
- package/styles/highcontrast-lite.scss +1 -16
- package/styles/highcontrast.css +6 -72
- package/styles/highcontrast.scss +2 -17
- package/styles/material-dark-lite.css +7 -211
- package/styles/material-dark-lite.scss +1 -16
- package/styles/material-dark.css +7 -211
- package/styles/material-dark.scss +2 -17
- package/styles/material-lite.css +6 -215
- package/styles/material-lite.scss +1 -15
- package/styles/material.css +6 -215
- package/styles/material.scss +2 -16
- package/styles/material3-dark-lite.css +7 -358
- package/styles/material3-dark-lite.scss +1 -16
- package/styles/material3-dark.css +7 -440
- package/styles/material3-dark.scss +2 -17
- package/styles/material3-lite.css +7 -362
- package/styles/material3-lite.scss +1 -16
- package/styles/material3.css +7 -446
- package/styles/material3.scss +2 -17
- package/styles/ribbon/_all.scss +2 -2
- package/styles/ribbon/_bds-definition.scss +2 -2
- package/styles/ribbon/_bigger.scss +8 -1
- package/styles/ribbon/_bootstrap-dark-definition.scss +1 -2
- package/styles/ribbon/_bootstrap-definition.scss +2 -2
- package/styles/ribbon/_bootstrap4-definition.scss +1 -2
- package/styles/ribbon/_bootstrap5-dark-definition.scss +2 -2
- package/styles/ribbon/_bootstrap5-definition.scss +2 -2
- package/styles/ribbon/_bootstrap5.3-definition.scss +3 -3
- package/styles/ribbon/_fabric-dark-definition.scss +2 -2
- package/styles/ribbon/_fabric-definition.scss +2 -2
- package/styles/ribbon/_fluent-dark-definition.scss +2 -2
- package/styles/ribbon/_fluent-definition.scss +2 -2
- package/styles/ribbon/_fluent2-definition.scss +2 -2
- package/styles/ribbon/_highcontrast-definition.scss +2 -2
- package/styles/ribbon/_highcontrast-light-definition.scss +2 -2
- package/styles/ribbon/_layout.scss +1 -1
- package/styles/ribbon/_material-dark-definition.scss +2 -2
- package/styles/ribbon/_material-definition.scss +2 -2
- package/styles/ribbon/_material3-dark-definition.scss +2 -2
- package/styles/ribbon/_material3-definition.scss +2 -2
- package/styles/ribbon/_tailwind-dark-definition.scss +2 -2
- package/styles/ribbon/_tailwind-definition.scss +2 -2
- package/styles/ribbon/_tailwind3-definition.scss +2 -2
- package/styles/ribbon/_theme.scss +1 -1
- package/styles/ribbon/_variables.scss +2 -0
- package/styles/ribbon/bds.css +20 -316
- package/styles/ribbon/bds.scss +2 -17
- package/styles/ribbon/bootstrap-dark.css +6 -74
- package/styles/ribbon/bootstrap-dark.scss +2 -17
- package/styles/ribbon/bootstrap.css +6 -76
- package/styles/ribbon/bootstrap.scss +2 -17
- package/styles/ribbon/bootstrap4.css +7 -127
- package/styles/ribbon/bootstrap4.scss +2 -17
- package/styles/ribbon/bootstrap5-dark.css +11 -149
- package/styles/ribbon/bootstrap5-dark.scss +2 -17
- package/styles/ribbon/bootstrap5.3.css +13 -403
- package/styles/ribbon/bootstrap5.3.scss +2 -17
- package/styles/ribbon/bootstrap5.css +12 -150
- package/styles/ribbon/bootstrap5.scss +2 -17
- package/styles/ribbon/fabric-dark.css +6 -50
- package/styles/ribbon/fabric-dark.scss +2 -17
- package/styles/ribbon/fabric.css +6 -51
- package/styles/ribbon/fabric.scss +2 -17
- package/styles/ribbon/fluent-dark.css +6 -141
- package/styles/ribbon/fluent-dark.scss +2 -17
- package/styles/ribbon/fluent.css +6 -141
- package/styles/ribbon/fluent.scss +2 -17
- package/styles/ribbon/fluent2.css +7 -476
- package/styles/ribbon/fluent2.scss +2 -17
- package/styles/ribbon/highcontrast-light.css +6 -71
- package/styles/ribbon/highcontrast-light.scss +2 -17
- package/styles/ribbon/highcontrast.css +6 -72
- package/styles/ribbon/highcontrast.scss +2 -17
- package/styles/ribbon/icons/_bds.scss +1 -1
- package/styles/ribbon/icons/_bootstrap-dark.scss +1 -1
- package/styles/ribbon/icons/_bootstrap.scss +1 -1
- package/styles/ribbon/icons/_bootstrap4.scss +1 -1
- package/styles/ribbon/icons/_bootstrap5.3.scss +1 -1
- package/styles/ribbon/icons/_bootstrap5.scss +1 -1
- package/styles/ribbon/icons/_fabric-dark.scss +1 -1
- package/styles/ribbon/icons/_fabric.scss +1 -1
- package/styles/ribbon/icons/_fluent.scss +1 -1
- package/styles/ribbon/icons/_fluent2.scss +1 -1
- package/styles/ribbon/icons/_fusionnew.scss +1 -1
- package/styles/ribbon/icons/_highcontrast.scss +1 -1
- package/styles/ribbon/icons/_material-dark.scss +1 -1
- package/styles/ribbon/icons/_material.scss +1 -1
- package/styles/ribbon/icons/_material3.scss +1 -1
- package/styles/ribbon/icons/_tailwind-dark.scss +1 -1
- package/styles/ribbon/icons/_tailwind.scss +1 -1
- package/styles/ribbon/icons/_tailwind3.scss +1 -1
- package/styles/ribbon/material-dark.css +7 -211
- package/styles/ribbon/material-dark.scss +2 -17
- package/styles/ribbon/material.css +6 -215
- package/styles/ribbon/material.scss +2 -17
- package/styles/ribbon/material3-dark.css +7 -440
- package/styles/ribbon/material3-dark.scss +2 -17
- package/styles/ribbon/material3.css +7 -446
- package/styles/ribbon/material3.scss +2 -17
- package/styles/ribbon/tailwind-dark.css +19 -176
- package/styles/ribbon/tailwind-dark.scss +2 -17
- package/styles/ribbon/tailwind.css +20 -177
- package/styles/ribbon/tailwind.scss +2 -17
- package/styles/ribbon/tailwind3.css +15 -376
- package/styles/ribbon/tailwind3.scss +2 -17
- package/styles/tailwind-dark-lite.css +14 -176
- package/styles/tailwind-dark-lite.scss +1 -16
- package/styles/tailwind-dark.css +19 -176
- package/styles/tailwind-dark.scss +2 -17
- package/styles/tailwind-lite.css +15 -177
- package/styles/tailwind-lite.scss +1 -16
- package/styles/tailwind.css +20 -177
- package/styles/tailwind.scss +2 -17
- package/styles/tailwind3-lite.css +15 -302
- package/styles/tailwind3-lite.scss +1 -16
- package/styles/tailwind3.css +15 -376
- package/styles/tailwind3.scss +2 -17
- package/styles/ribbon/_all.bds.scss +0 -2
- package/styles/ribbon/_all.bootstrap-dark.scss +0 -2
- package/styles/ribbon/_all.bootstrap.scss +0 -2
- package/styles/ribbon/_all.bootstrap4.scss +0 -2
- package/styles/ribbon/_all.bootstrap5-dark.scss +0 -2
- package/styles/ribbon/_all.bootstrap5.3.scss +0 -2
- package/styles/ribbon/_all.bootstrap5.scss +0 -2
- package/styles/ribbon/_all.fabric-dark.scss +0 -2
- package/styles/ribbon/_all.fabric.scss +0 -2
- package/styles/ribbon/_all.fluent-dark.scss +0 -2
- package/styles/ribbon/_all.fluent.scss +0 -2
- package/styles/ribbon/_all.fluent2.scss +0 -2
- package/styles/ribbon/_all.highcontrast-light.scss +0 -2
- package/styles/ribbon/_all.highcontrast.scss +0 -2
- package/styles/ribbon/_all.material-dark.scss +0 -2
- package/styles/ribbon/_all.material.scss +0 -2
- package/styles/ribbon/_all.material3-dark.scss +0 -2
- package/styles/ribbon/_all.material3.scss +0 -2
- package/styles/ribbon/_all.tailwind-dark.scss +0 -2
- package/styles/ribbon/_all.tailwind.scss +0 -2
- package/styles/ribbon/_all.tailwind3.scss +0 -2
- package/styles/ribbon/_bigger.bds.scss +0 -3
- package/styles/ribbon/_bigger.bootstrap-dark.scss +0 -3
- package/styles/ribbon/_bigger.bootstrap.scss +0 -3
- package/styles/ribbon/_bigger.bootstrap4.scss +0 -3
- package/styles/ribbon/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/ribbon/_bigger.bootstrap5.3.scss +0 -3
- package/styles/ribbon/_bigger.bootstrap5.scss +0 -3
- package/styles/ribbon/_bigger.fabric-dark.scss +0 -3
- package/styles/ribbon/_bigger.fabric.scss +0 -3
- package/styles/ribbon/_bigger.fluent-dark.scss +0 -3
- package/styles/ribbon/_bigger.fluent.scss +0 -3
- package/styles/ribbon/_bigger.fluent2.scss +0 -3
- package/styles/ribbon/_bigger.highcontrast-light.scss +0 -3
- package/styles/ribbon/_bigger.highcontrast.scss +0 -3
- package/styles/ribbon/_bigger.material-dark.scss +0 -3
- package/styles/ribbon/_bigger.material.scss +0 -3
- package/styles/ribbon/_bigger.material3-dark.scss +0 -3
- package/styles/ribbon/_bigger.material3.scss +0 -3
- package/styles/ribbon/_bigger.tailwind-dark.scss +0 -3
- package/styles/ribbon/_bigger.tailwind.scss +0 -3
- package/styles/ribbon/_bigger.tailwind3.scss +0 -3
- package/styles/ribbon/_layout.bds.scss +0 -3
- package/styles/ribbon/_layout.bootstrap-dark.scss +0 -3
- package/styles/ribbon/_layout.bootstrap.scss +0 -3
- package/styles/ribbon/_layout.bootstrap4.scss +0 -3
- package/styles/ribbon/_layout.bootstrap5-dark.scss +0 -3
- package/styles/ribbon/_layout.bootstrap5.3.scss +0 -3
- package/styles/ribbon/_layout.bootstrap5.scss +0 -3
- package/styles/ribbon/_layout.fabric-dark.scss +0 -3
- package/styles/ribbon/_layout.fabric.scss +0 -3
- package/styles/ribbon/_layout.fluent-dark.scss +0 -3
- package/styles/ribbon/_layout.fluent.scss +0 -3
- package/styles/ribbon/_layout.fluent2.scss +0 -3
- package/styles/ribbon/_layout.highcontrast-light.scss +0 -3
- package/styles/ribbon/_layout.highcontrast.scss +0 -3
- package/styles/ribbon/_layout.material-dark.scss +0 -3
- package/styles/ribbon/_layout.material.scss +0 -3
- package/styles/ribbon/_layout.material3-dark.scss +0 -3
- package/styles/ribbon/_layout.material3.scss +0 -3
- package/styles/ribbon/_layout.tailwind-dark.scss +0 -3
- package/styles/ribbon/_layout.tailwind.scss +0 -3
- package/styles/ribbon/_layout.tailwind3.scss +0 -3
- package/styles/ribbon/_theme-variables.bds.scss +0 -1
- package/styles/ribbon/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/ribbon/_theme-variables.bootstrap.scss +0 -1
- package/styles/ribbon/_theme-variables.bootstrap4.scss +0 -1
- package/styles/ribbon/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/ribbon/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/ribbon/_theme-variables.bootstrap5.scss +0 -1
- package/styles/ribbon/_theme-variables.fabric-dark.scss +0 -1
- package/styles/ribbon/_theme-variables.fabric.scss +0 -1
- package/styles/ribbon/_theme-variables.fluent-dark.scss +0 -1
- package/styles/ribbon/_theme-variables.fluent.scss +0 -1
- package/styles/ribbon/_theme-variables.fluent2.scss +0 -1
- package/styles/ribbon/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/ribbon/_theme-variables.highcontrast.scss +0 -1
- package/styles/ribbon/_theme-variables.material-dark.scss +0 -1
- package/styles/ribbon/_theme-variables.material.scss +0 -1
- package/styles/ribbon/_theme-variables.material3-dark.scss +0 -1
- package/styles/ribbon/_theme-variables.material3.scss +0 -1
- package/styles/ribbon/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/ribbon/_theme-variables.tailwind.scss +0 -1
- package/styles/ribbon/_theme-variables.tailwind3.scss +0 -1
- package/styles/ribbon/_theme.bds.scss +0 -4
- package/styles/ribbon/_theme.bootstrap-dark.scss +0 -4
- package/styles/ribbon/_theme.bootstrap.scss +0 -4
- package/styles/ribbon/_theme.bootstrap4.scss +0 -4
- package/styles/ribbon/_theme.bootstrap5-dark.scss +0 -4
- package/styles/ribbon/_theme.bootstrap5.3.scss +0 -4
- package/styles/ribbon/_theme.bootstrap5.scss +0 -4
- package/styles/ribbon/_theme.fabric-dark.scss +0 -4
- package/styles/ribbon/_theme.fabric.scss +0 -4
- package/styles/ribbon/_theme.fluent-dark.scss +0 -4
- package/styles/ribbon/_theme.fluent.scss +0 -4
- package/styles/ribbon/_theme.fluent2.scss +0 -4
- package/styles/ribbon/_theme.highcontrast-light.scss +0 -4
- package/styles/ribbon/_theme.highcontrast.scss +0 -4
- package/styles/ribbon/_theme.material-dark.scss +0 -4
- package/styles/ribbon/_theme.material.scss +0 -4
- package/styles/ribbon/_theme.material3-dark.scss +0 -4
- package/styles/ribbon/_theme.material3.scss +0 -4
- package/styles/ribbon/_theme.tailwind-dark.scss +0 -4
- package/styles/ribbon/_theme.tailwind.scss +0 -4
- package/styles/ribbon/_theme.tailwind3.scss +0 -4
|
@@ -1,18 +1,4 @@
|
|
|
1
|
-
@use 'ej2-popups/styles/tooltip/bootstrap-dark-definition' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/bootstrap-dark-definition' as *;
|
|
3
|
-
@use 'ej2-buttons/styles/check-box/bootstrap-dark-definition' as *;
|
|
4
|
-
@use 'ej2-splitbuttons/styles/drop-down-button/bootstrap-dark-definition' as *;
|
|
5
|
-
@use 'ej2-dropdowns/styles/drop-down-base/bootstrap-dark-definition' as *;
|
|
6
|
-
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition' as *;
|
|
7
|
-
@use 'ej2-dropdowns/styles/combo-box/bootstrap-dark-definition' as *;
|
|
8
|
-
@use 'ej2-navigations/styles/h-scroll/bootstrap-dark-definition' as *;
|
|
9
|
-
@use 'ej2-navigations/styles/v-scroll/bootstrap-dark-definition' as *;
|
|
10
|
-
@use 'ej2-navigations/styles/context-menu/bootstrap-dark-definition' as *;
|
|
11
|
-
@use 'ej2-navigations/styles/toolbar/bootstrap-dark-definition' as *;
|
|
12
|
-
@use 'ej2-navigations/styles/menu/bootstrap-dark-definition' as *;
|
|
13
|
-
@use 'ej2-navigations/styles/tab/bootstrap-dark-definition' as *;
|
|
14
|
-
@use 'ej2-inputs/styles/color-picker/bootstrap-dark-definition' as *;
|
|
15
1
|
@use 'ribbon/bootstrap-dark-definition' as *;
|
|
16
2
|
@use 'ribbon/icons/bootstrap-dark' as *;
|
|
17
|
-
@use 'ribbon/all
|
|
18
|
-
@use 'ribbon/bigger
|
|
3
|
+
@use 'ribbon/all' as *;
|
|
4
|
+
@use 'ribbon/bigger' as *;
|
|
@@ -1,73 +1,3 @@
|
|
|
1
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
2
|
-
-webkit-padding-end: 10px;
|
|
3
|
-
padding-inline-end: 10px;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
7
|
-
-webkit-padding-end: 8px;
|
|
8
|
-
padding-inline-end: 8px;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.e-popup.e-ddl {
|
|
12
|
-
border-radius: 4px;
|
|
13
|
-
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
14
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
15
|
-
margin-top: 3px;
|
|
16
|
-
}
|
|
17
|
-
.e-popup.e-ddl .e-input-group {
|
|
18
|
-
width: auto;
|
|
19
|
-
}
|
|
20
|
-
.e-popup.e-ddl .e-input-group input {
|
|
21
|
-
line-height: 15px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
25
|
-
min-height: 26px;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
29
|
-
display: -webkit-box;
|
|
30
|
-
display: -ms-flexbox;
|
|
31
|
-
display: flex;
|
|
32
|
-
width: auto;
|
|
33
|
-
}
|
|
34
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
35
|
-
border: 0;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
39
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
40
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
41
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
42
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
43
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
44
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
45
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
46
|
-
background: transparent;
|
|
47
|
-
color: #333;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
51
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
52
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
53
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
54
|
-
border: 0;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
58
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
59
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
60
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
61
|
-
-webkit-box-shadow: none;
|
|
62
|
-
box-shadow: none;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
66
|
-
border-bottom: 1px solid #ccc;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
/*! component's theme wise override definitions and variables */
|
|
70
|
-
/*! component's theme wise override definitions and variables */
|
|
71
1
|
.e-ribbon .e-drop-icon::before {
|
|
72
2
|
content: "\e95d";
|
|
73
3
|
}
|
|
@@ -2173,32 +2103,32 @@
|
|
|
2173
2103
|
color: #333;
|
|
2174
2104
|
background: #fff;
|
|
2175
2105
|
}
|
|
2106
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:hover .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:focus .e-btn-icon {
|
|
2107
|
+
color: #333;
|
|
2108
|
+
}
|
|
2176
2109
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:hover, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:focus {
|
|
2177
2110
|
background: #f5f5f5;
|
|
2178
2111
|
}
|
|
2179
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button
|
|
2112
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:hover .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:focus .e-btn-icon {
|
|
2180
2113
|
color: #333;
|
|
2181
2114
|
}
|
|
2182
2115
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:hover, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:focus {
|
|
2183
2116
|
background: #f5f5f5;
|
|
2184
2117
|
color: #333;
|
|
2185
2118
|
}
|
|
2186
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button
|
|
2119
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn.e-active .e-btn-icon {
|
|
2187
2120
|
color: #333;
|
|
2188
2121
|
}
|
|
2189
2122
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn.e-active {
|
|
2190
2123
|
background: #e6e6e6;
|
|
2191
2124
|
}
|
|
2192
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-
|
|
2125
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-active .e-btn-icon {
|
|
2193
2126
|
color: #333;
|
|
2194
2127
|
}
|
|
2195
2128
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-active {
|
|
2196
2129
|
background: #e6e6e6;
|
|
2197
2130
|
color: #333;
|
|
2198
2131
|
}
|
|
2199
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-active .e-btn-icon {
|
|
2200
|
-
color: #333;
|
|
2201
|
-
}
|
|
2202
2132
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:active .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:active .e-btn-icon {
|
|
2203
2133
|
color: #333;
|
|
2204
2134
|
}
|
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
@use 'ej2-popups/styles/tooltip/bootstrap-definition' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/bootstrap-definition' as *;
|
|
3
|
-
@use 'ej2-buttons/styles/check-box/bootstrap-definition' as *;
|
|
4
|
-
@use 'ej2-splitbuttons/styles/drop-down-button/bootstrap-definition' as *;
|
|
5
|
-
@use 'ej2-dropdowns/styles/drop-down-base/bootstrap-definition' as *;
|
|
6
|
-
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition' as *;
|
|
7
|
-
@use 'ej2-dropdowns/styles/combo-box/bootstrap-definition' as *;
|
|
8
|
-
@use 'ej2-navigations/styles/h-scroll/bootstrap-definition' as *;
|
|
9
|
-
@use 'ej2-navigations/styles/v-scroll/bootstrap-definition' as *;
|
|
10
|
-
@use 'ej2-navigations/styles/context-menu/bootstrap-definition' as *;
|
|
11
|
-
@use 'ej2-navigations/styles/toolbar/bootstrap-definition' as *;
|
|
12
|
-
@use 'ej2-navigations/styles/menu/bootstrap-definition' as *;
|
|
13
|
-
@use 'ej2-navigations/styles/tab/bootstrap-definition' as *;
|
|
14
|
-
@use 'ej2-inputs/styles/color-picker/bootstrap-definition' as *;
|
|
15
1
|
@use 'ribbon/bootstrap-definition' as *;
|
|
16
2
|
@use 'ribbon/icons/bootstrap' as *;
|
|
17
|
-
@use 'ribbon/all
|
|
3
|
+
@use 'ribbon/all' as *;
|
package/styles/bootstrap.css
CHANGED
|
@@ -1,73 +1,3 @@
|
|
|
1
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
2
|
-
-webkit-padding-end: 10px;
|
|
3
|
-
padding-inline-end: 10px;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
7
|
-
-webkit-padding-end: 8px;
|
|
8
|
-
padding-inline-end: 8px;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.e-popup.e-ddl {
|
|
12
|
-
border-radius: 4px;
|
|
13
|
-
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
14
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
15
|
-
margin-top: 3px;
|
|
16
|
-
}
|
|
17
|
-
.e-popup.e-ddl .e-input-group {
|
|
18
|
-
width: auto;
|
|
19
|
-
}
|
|
20
|
-
.e-popup.e-ddl .e-input-group input {
|
|
21
|
-
line-height: 15px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
25
|
-
min-height: 26px;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
29
|
-
display: -webkit-box;
|
|
30
|
-
display: -ms-flexbox;
|
|
31
|
-
display: flex;
|
|
32
|
-
width: auto;
|
|
33
|
-
}
|
|
34
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
35
|
-
border: 0;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
39
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
40
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
41
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
42
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
43
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
44
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
45
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
46
|
-
background: transparent;
|
|
47
|
-
color: #333;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
51
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
52
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
53
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
54
|
-
border: 0;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
58
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
59
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
60
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
61
|
-
-webkit-box-shadow: none;
|
|
62
|
-
box-shadow: none;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
66
|
-
border-bottom: 1px solid #ccc;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
/*! component's theme wise override definitions and variables */
|
|
70
|
-
/*! component's theme wise override definitions and variables */
|
|
71
1
|
.e-ribbon .e-drop-icon::before {
|
|
72
2
|
content: "\e95d";
|
|
73
3
|
}
|
|
@@ -2173,32 +2103,32 @@
|
|
|
2173
2103
|
color: #333;
|
|
2174
2104
|
background: #fff;
|
|
2175
2105
|
}
|
|
2106
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:hover .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:focus .e-btn-icon {
|
|
2107
|
+
color: #333;
|
|
2108
|
+
}
|
|
2176
2109
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:hover, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:focus {
|
|
2177
2110
|
background: #f5f5f5;
|
|
2178
2111
|
}
|
|
2179
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button
|
|
2112
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:hover .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:focus .e-btn-icon {
|
|
2180
2113
|
color: #333;
|
|
2181
2114
|
}
|
|
2182
2115
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:hover, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:focus {
|
|
2183
2116
|
background: #f5f5f5;
|
|
2184
2117
|
color: #333;
|
|
2185
2118
|
}
|
|
2186
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button
|
|
2119
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn.e-active .e-btn-icon {
|
|
2187
2120
|
color: #333;
|
|
2188
2121
|
}
|
|
2189
2122
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn.e-active {
|
|
2190
2123
|
background: #e6e6e6;
|
|
2191
2124
|
}
|
|
2192
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-
|
|
2125
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-active .e-btn-icon {
|
|
2193
2126
|
color: #333;
|
|
2194
2127
|
}
|
|
2195
2128
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-active {
|
|
2196
2129
|
background: #e6e6e6;
|
|
2197
2130
|
color: #333;
|
|
2198
2131
|
}
|
|
2199
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-active .e-btn-icon {
|
|
2200
|
-
color: #333;
|
|
2201
|
-
}
|
|
2202
2132
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:active .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:active .e-btn-icon {
|
|
2203
2133
|
color: #333;
|
|
2204
2134
|
}
|
package/styles/bootstrap.scss
CHANGED
|
@@ -1,18 +1,4 @@
|
|
|
1
|
-
@use 'ej2-popups/styles/tooltip/bootstrap-definition' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/bootstrap-definition' as *;
|
|
3
|
-
@use 'ej2-buttons/styles/check-box/bootstrap-definition' as *;
|
|
4
|
-
@use 'ej2-splitbuttons/styles/drop-down-button/bootstrap-definition' as *;
|
|
5
|
-
@use 'ej2-dropdowns/styles/drop-down-base/bootstrap-definition' as *;
|
|
6
|
-
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition' as *;
|
|
7
|
-
@use 'ej2-dropdowns/styles/combo-box/bootstrap-definition' as *;
|
|
8
|
-
@use 'ej2-navigations/styles/h-scroll/bootstrap-definition' as *;
|
|
9
|
-
@use 'ej2-navigations/styles/v-scroll/bootstrap-definition' as *;
|
|
10
|
-
@use 'ej2-navigations/styles/context-menu/bootstrap-definition' as *;
|
|
11
|
-
@use 'ej2-navigations/styles/toolbar/bootstrap-definition' as *;
|
|
12
|
-
@use 'ej2-navigations/styles/menu/bootstrap-definition' as *;
|
|
13
|
-
@use 'ej2-navigations/styles/tab/bootstrap-definition' as *;
|
|
14
|
-
@use 'ej2-inputs/styles/color-picker/bootstrap-definition' as *;
|
|
15
1
|
@use 'ribbon/bootstrap-definition' as *;
|
|
16
2
|
@use 'ribbon/icons/bootstrap' as *;
|
|
17
|
-
@use 'ribbon/all
|
|
18
|
-
@use 'ribbon/bigger
|
|
3
|
+
@use 'ribbon/all' as *;
|
|
4
|
+
@use 'ribbon/bigger' as *;
|
|
@@ -1,123 +1,3 @@
|
|
|
1
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
2
|
-
-webkit-padding-end: 8px;
|
|
3
|
-
padding-inline-end: 8px;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
7
|
-
-webkit-padding-end: 8px;
|
|
8
|
-
padding-inline-end: 8px;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.e-input-group.e-ddl .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
|
|
12
|
-
.e-ddl.e-popup .e-filter-parent .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
|
|
13
|
-
.e-ddl.e-popup .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
|
|
14
|
-
stroke-width: 1px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.e-popup.e-ddl {
|
|
18
|
-
border-radius: 4px;
|
|
19
|
-
-webkit-box-shadow: none;
|
|
20
|
-
box-shadow: none;
|
|
21
|
-
margin-top: 3px;
|
|
22
|
-
}
|
|
23
|
-
.e-popup.e-ddl .e-input-group {
|
|
24
|
-
width: auto;
|
|
25
|
-
}
|
|
26
|
-
.e-popup.e-ddl .e-input-group input {
|
|
27
|
-
line-height: 15px;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
31
|
-
min-height: 26px;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
35
|
-
display: -webkit-box;
|
|
36
|
-
display: -ms-flexbox;
|
|
37
|
-
display: flex;
|
|
38
|
-
width: auto;
|
|
39
|
-
}
|
|
40
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
41
|
-
border: 0;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
45
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
46
|
-
background: transparent;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
50
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
51
|
-
background: #e9ecef;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
55
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
56
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
57
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
58
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
59
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
60
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
61
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
62
|
-
background: transparent;
|
|
63
|
-
color: #495057;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
67
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
68
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
69
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
70
|
-
border: 0;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
74
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
75
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
76
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
77
|
-
-webkit-box-shadow: none;
|
|
78
|
-
box-shadow: none;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
82
|
-
background: transparent;
|
|
83
|
-
display: -webkit-box;
|
|
84
|
-
display: -ms-flexbox;
|
|
85
|
-
display: flex;
|
|
86
|
-
position: relative;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
90
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
91
|
-
background: rgba(0, 0, 0, 0.03);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
95
|
-
font-size: 12px;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
99
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
100
|
-
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
101
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
102
|
-
background: transparent;
|
|
103
|
-
color: #495057;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
107
|
-
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
108
|
-
font-size: 10px;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.e-input-group.e-ddl .e-control.e-combobox ~ .e-ddl-icon {
|
|
112
|
-
font-size: 8px;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.e-bigger .e-input-group.e-ddl .e-control.e-combobox ~ .e-ddl-icon {
|
|
116
|
-
font-size: 10px;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
/*! component's theme wise override definitions and variables */
|
|
120
|
-
/*! component's theme wise override definitions and variables */
|
|
121
1
|
.e-ribbon .e-drop-icon::before {
|
|
122
2
|
content: "\e705";
|
|
123
3
|
}
|
|
@@ -2223,32 +2103,32 @@
|
|
|
2223
2103
|
color: #212529;
|
|
2224
2104
|
background: #fff;
|
|
2225
2105
|
}
|
|
2106
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:hover .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:focus .e-btn-icon {
|
|
2107
|
+
color: #495057;
|
|
2108
|
+
}
|
|
2226
2109
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:hover, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:focus {
|
|
2227
2110
|
background: rgb(242.05, 243.9, 245.75);
|
|
2228
2111
|
}
|
|
2229
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button
|
|
2112
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:hover .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:focus .e-btn-icon {
|
|
2230
2113
|
color: #495057;
|
|
2231
2114
|
}
|
|
2232
2115
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:hover, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:focus {
|
|
2233
2116
|
background: rgb(242.05, 243.9, 245.75);
|
|
2234
2117
|
color: #212529;
|
|
2235
2118
|
}
|
|
2236
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button
|
|
2237
|
-
color: #
|
|
2119
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn.e-active .e-btn-icon {
|
|
2120
|
+
color: #fff;
|
|
2238
2121
|
}
|
|
2239
2122
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn.e-active {
|
|
2240
2123
|
background: #6c757d;
|
|
2241
2124
|
}
|
|
2242
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-
|
|
2125
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-active .e-btn-icon {
|
|
2243
2126
|
color: #fff;
|
|
2244
2127
|
}
|
|
2245
2128
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-active {
|
|
2246
2129
|
background: #6c757d;
|
|
2247
2130
|
color: #f8f9fa;
|
|
2248
2131
|
}
|
|
2249
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-active .e-btn-icon {
|
|
2250
|
-
color: #fff;
|
|
2251
|
-
}
|
|
2252
2132
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:active .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:active .e-btn-icon {
|
|
2253
2133
|
color: #fff;
|
|
2254
2134
|
}
|
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
@use 'ej2-popups/styles/tooltip/bootstrap4-definition' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/bootstrap4-definition' as *;
|
|
3
|
-
@use 'ej2-buttons/styles/check-box/bootstrap4-definition' as *;
|
|
4
|
-
@use 'ej2-splitbuttons/styles/drop-down-button/bootstrap4-definition' as *;
|
|
5
|
-
@use 'ej2-dropdowns/styles/drop-down-base/bootstrap4-definition' as *;
|
|
6
|
-
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition' as *;
|
|
7
|
-
@use 'ej2-dropdowns/styles/combo-box/bootstrap4-definition' as *;
|
|
8
|
-
@use 'ej2-navigations/styles/h-scroll/bootstrap4-definition' as *;
|
|
9
|
-
@use 'ej2-navigations/styles/v-scroll/bootstrap4-definition' as *;
|
|
10
|
-
@use 'ej2-navigations/styles/context-menu/bootstrap4-definition' as *;
|
|
11
|
-
@use 'ej2-navigations/styles/toolbar/bootstrap4-definition' as *;
|
|
12
|
-
@use 'ej2-navigations/styles/menu/bootstrap4-definition' as *;
|
|
13
|
-
@use 'ej2-navigations/styles/tab/bootstrap4-definition' as *;
|
|
14
|
-
@use 'ej2-inputs/styles/color-picker/bootstrap4-definition' as *;
|
|
15
1
|
@use 'ribbon/bootstrap4-definition' as *;
|
|
16
2
|
@use 'ribbon/icons/bootstrap4' as *;
|
|
17
|
-
@use 'ribbon/all
|
|
3
|
+
@use 'ribbon/all' as *;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1,123 +1,3 @@
|
|
|
1
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
2
|
-
-webkit-padding-end: 8px;
|
|
3
|
-
padding-inline-end: 8px;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
7
|
-
-webkit-padding-end: 8px;
|
|
8
|
-
padding-inline-end: 8px;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.e-input-group.e-ddl .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
|
|
12
|
-
.e-ddl.e-popup .e-filter-parent .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
|
|
13
|
-
.e-ddl.e-popup .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
|
|
14
|
-
stroke-width: 1px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.e-popup.e-ddl {
|
|
18
|
-
border-radius: 4px;
|
|
19
|
-
-webkit-box-shadow: none;
|
|
20
|
-
box-shadow: none;
|
|
21
|
-
margin-top: 3px;
|
|
22
|
-
}
|
|
23
|
-
.e-popup.e-ddl .e-input-group {
|
|
24
|
-
width: auto;
|
|
25
|
-
}
|
|
26
|
-
.e-popup.e-ddl .e-input-group input {
|
|
27
|
-
line-height: 15px;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
31
|
-
min-height: 26px;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
35
|
-
display: -webkit-box;
|
|
36
|
-
display: -ms-flexbox;
|
|
37
|
-
display: flex;
|
|
38
|
-
width: auto;
|
|
39
|
-
}
|
|
40
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
41
|
-
border: 0;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
45
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
46
|
-
background: transparent;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
50
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
51
|
-
background: #e9ecef;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
55
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
56
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
57
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
58
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
59
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
60
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
61
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
62
|
-
background: transparent;
|
|
63
|
-
color: #495057;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
67
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
68
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
69
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
70
|
-
border: 0;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
74
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
75
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
76
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
77
|
-
-webkit-box-shadow: none;
|
|
78
|
-
box-shadow: none;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
82
|
-
background: transparent;
|
|
83
|
-
display: -webkit-box;
|
|
84
|
-
display: -ms-flexbox;
|
|
85
|
-
display: flex;
|
|
86
|
-
position: relative;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
90
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
91
|
-
background: rgba(0, 0, 0, 0.03);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
95
|
-
font-size: 12px;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
99
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
100
|
-
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
101
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
102
|
-
background: transparent;
|
|
103
|
-
color: #495057;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
107
|
-
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
108
|
-
font-size: 10px;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.e-input-group.e-ddl .e-control.e-combobox ~ .e-ddl-icon {
|
|
112
|
-
font-size: 8px;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.e-bigger .e-input-group.e-ddl .e-control.e-combobox ~ .e-ddl-icon {
|
|
116
|
-
font-size: 10px;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
/*! component's theme wise override definitions and variables */
|
|
120
|
-
/*! component's theme wise override definitions and variables */
|
|
121
1
|
.e-ribbon .e-drop-icon::before {
|
|
122
2
|
content: "\e705";
|
|
123
3
|
}
|
|
@@ -2223,32 +2103,32 @@
|
|
|
2223
2103
|
color: #212529;
|
|
2224
2104
|
background: #fff;
|
|
2225
2105
|
}
|
|
2106
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:hover .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:focus .e-btn-icon {
|
|
2107
|
+
color: #495057;
|
|
2108
|
+
}
|
|
2226
2109
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:hover, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:focus {
|
|
2227
2110
|
background: rgb(242.05, 243.9, 245.75);
|
|
2228
2111
|
}
|
|
2229
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button
|
|
2112
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:hover .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:focus .e-btn-icon {
|
|
2230
2113
|
color: #495057;
|
|
2231
2114
|
}
|
|
2232
2115
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:hover, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:focus {
|
|
2233
2116
|
background: rgb(242.05, 243.9, 245.75);
|
|
2234
2117
|
color: #212529;
|
|
2235
2118
|
}
|
|
2236
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button
|
|
2237
|
-
color: #
|
|
2119
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn.e-active .e-btn-icon {
|
|
2120
|
+
color: #fff;
|
|
2238
2121
|
}
|
|
2239
2122
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn.e-active {
|
|
2240
2123
|
background: #6c757d;
|
|
2241
2124
|
}
|
|
2242
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-
|
|
2125
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-active .e-btn-icon {
|
|
2243
2126
|
color: #fff;
|
|
2244
2127
|
}
|
|
2245
2128
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-active {
|
|
2246
2129
|
background: #6c757d;
|
|
2247
2130
|
color: #f8f9fa;
|
|
2248
2131
|
}
|
|
2249
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-active .e-btn-icon {
|
|
2250
|
-
color: #fff;
|
|
2251
|
-
}
|
|
2252
2132
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:active .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:active .e-btn-icon {
|
|
2253
2133
|
color: #fff;
|
|
2254
2134
|
}
|
package/styles/bootstrap4.scss
CHANGED
|
@@ -1,18 +1,4 @@
|
|
|
1
|
-
@use 'ej2-popups/styles/tooltip/bootstrap4-definition' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/bootstrap4-definition' as *;
|
|
3
|
-
@use 'ej2-buttons/styles/check-box/bootstrap4-definition' as *;
|
|
4
|
-
@use 'ej2-splitbuttons/styles/drop-down-button/bootstrap4-definition' as *;
|
|
5
|
-
@use 'ej2-dropdowns/styles/drop-down-base/bootstrap4-definition' as *;
|
|
6
|
-
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition' as *;
|
|
7
|
-
@use 'ej2-dropdowns/styles/combo-box/bootstrap4-definition' as *;
|
|
8
|
-
@use 'ej2-navigations/styles/h-scroll/bootstrap4-definition' as *;
|
|
9
|
-
@use 'ej2-navigations/styles/v-scroll/bootstrap4-definition' as *;
|
|
10
|
-
@use 'ej2-navigations/styles/context-menu/bootstrap4-definition' as *;
|
|
11
|
-
@use 'ej2-navigations/styles/toolbar/bootstrap4-definition' as *;
|
|
12
|
-
@use 'ej2-navigations/styles/menu/bootstrap4-definition' as *;
|
|
13
|
-
@use 'ej2-navigations/styles/tab/bootstrap4-definition' as *;
|
|
14
|
-
@use 'ej2-inputs/styles/color-picker/bootstrap4-definition' as *;
|
|
15
1
|
@use 'ribbon/bootstrap4-definition' as *;
|
|
16
2
|
@use 'ribbon/icons/bootstrap4' as *;
|
|
17
|
-
@use 'ribbon/all
|
|
18
|
-
@use 'ribbon/bigger
|
|
3
|
+
@use 'ribbon/all' as *;
|
|
4
|
+
@use 'ribbon/bigger' as *;
|