@syncfusion/ej2-angular-spreadsheet 20.4.38 → 20.4.40-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-spreadsheet.es5.js +989 -0
- package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-spreadsheet.js +929 -0
- package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -0
- package/CHANGELOG.md +1375 -0
- package/README.md +145 -68
- package/dist/ej2-angular-spreadsheet.umd.js +1574 -0
- package/dist/ej2-angular-spreadsheet.umd.js.map +1 -0
- package/dist/ej2-angular-spreadsheet.umd.min.js +2 -0
- package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -0
- package/ej2-angular-spreadsheet.d.ts +5 -0
- package/ej2-angular-spreadsheet.metadata.json +1 -0
- package/package.json +83 -85
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/src/spreadsheet/cells.directive.d.ts +0 -5
- package/src/spreadsheet/chart.directive.d.ts +0 -5
- package/src/spreadsheet/columns.directive.d.ts +0 -5
- package/src/spreadsheet/conditionalformats.directive.d.ts +0 -5
- package/src/spreadsheet/definednames.directive.d.ts +0 -5
- package/src/spreadsheet/image.directive.d.ts +0 -5
- package/src/spreadsheet/ranges.directive.d.ts +0 -5
- package/src/spreadsheet/rows.directive.d.ts +0 -5
- package/src/spreadsheet/sheets.directive.d.ts +0 -5
- package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -6
- package/src/spreadsheet/spreadsheet.component.d.ts +0 -3
- package/src/spreadsheet/spreadsheet.module.d.ts +0 -15
- package/styles/bootstrap-dark.css +34 -24
- package/styles/bootstrap.css +34 -24
- package/styles/bootstrap4.css +34 -24
- package/styles/bootstrap5-dark.css +34 -24
- package/styles/bootstrap5.css +34 -24
- package/styles/fabric-dark.css +34 -24
- package/styles/fabric.css +34 -24
- package/styles/fluent-dark.css +34 -24
- package/styles/fluent.css +34 -24
- package/styles/highcontrast-light.css +34 -24
- package/styles/highcontrast.css +34 -24
- package/styles/material-dark.css +34 -24
- package/styles/material.css +34 -24
- package/styles/ribbon/bootstrap-dark.scss +1 -4
- package/styles/ribbon/bootstrap.scss +1 -4
- package/styles/ribbon/bootstrap4.scss +1 -4
- package/styles/ribbon/bootstrap5-dark.scss +1 -4
- package/styles/ribbon/bootstrap5.scss +1 -4
- package/styles/ribbon/fabric-dark.scss +1 -4
- package/styles/ribbon/fabric.scss +1 -4
- package/styles/ribbon/fluent-dark.scss +1 -4
- package/styles/ribbon/fluent.scss +1 -4
- package/styles/ribbon/highcontrast-light.scss +1 -3
- package/styles/ribbon/highcontrast.scss +1 -4
- package/styles/ribbon/material-dark.scss +1 -4
- package/styles/ribbon/material.scss +1 -4
- package/styles/ribbon/tailwind-dark.scss +1 -4
- package/styles/ribbon/tailwind.scss +1 -4
- package/styles/spreadsheet/bootstrap-dark.css +34 -24
- package/styles/spreadsheet/bootstrap-dark.scss +1 -23
- package/styles/spreadsheet/bootstrap.css +34 -24
- package/styles/spreadsheet/bootstrap.scss +1 -23
- package/styles/spreadsheet/bootstrap4.css +34 -24
- package/styles/spreadsheet/bootstrap4.scss +1 -23
- package/styles/spreadsheet/bootstrap5-dark.css +34 -24
- package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
- package/styles/spreadsheet/bootstrap5.css +34 -24
- package/styles/spreadsheet/bootstrap5.scss +1 -23
- package/styles/spreadsheet/fabric-dark.css +34 -24
- package/styles/spreadsheet/fabric-dark.scss +1 -23
- package/styles/spreadsheet/fabric.css +34 -24
- package/styles/spreadsheet/fabric.scss +1 -23
- package/styles/spreadsheet/fluent-dark.css +34 -24
- package/styles/spreadsheet/fluent-dark.scss +1 -22
- package/styles/spreadsheet/fluent.css +34 -24
- package/styles/spreadsheet/fluent.scss +1 -23
- package/styles/spreadsheet/highcontrast-light.css +34 -24
- package/styles/spreadsheet/highcontrast-light.scss +1 -22
- package/styles/spreadsheet/highcontrast.css +34 -24
- package/styles/spreadsheet/highcontrast.scss +1 -23
- package/styles/spreadsheet/material-dark.css +34 -24
- package/styles/spreadsheet/material-dark.scss +1 -23
- package/styles/spreadsheet/material.css +34 -24
- package/styles/spreadsheet/material.scss +1 -23
- package/styles/spreadsheet/tailwind-dark.css +34 -24
- package/styles/spreadsheet/tailwind-dark.scss +1 -22
- package/styles/spreadsheet/tailwind.css +34 -24
- package/styles/spreadsheet/tailwind.scss +1 -23
- package/styles/tailwind-dark.css +34 -24
- package/styles/tailwind.css +34 -24
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -14
- package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
- package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
- package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
- package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
- package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
- package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
- package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
- package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -80
- package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -202
- package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
- package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
- package/styles/ribbon/_all.scss +0 -2
- package/styles/ribbon/_bootstrap-dark-definition.scss +0 -13
- package/styles/ribbon/_bootstrap-definition.scss +0 -12
- package/styles/ribbon/_bootstrap4-definition.scss +0 -13
- package/styles/ribbon/_bootstrap5-dark-definition.scss +0 -1
- package/styles/ribbon/_bootstrap5-definition.scss +0 -14
- package/styles/ribbon/_fabric-dark-definition.scss +0 -14
- package/styles/ribbon/_fabric-definition.scss +0 -14
- package/styles/ribbon/_fluent-dark-definition.scss +0 -1
- package/styles/ribbon/_fluent-definition.scss +0 -14
- package/styles/ribbon/_fusionnew-definition.scss +0 -14
- package/styles/ribbon/_highcontrast-definition.scss +0 -12
- package/styles/ribbon/_highcontrast-light-definition.scss +0 -12
- package/styles/ribbon/_layout.scss +0 -241
- package/styles/ribbon/_material-dark-definition.scss +0 -15
- package/styles/ribbon/_material-definition.scss +0 -12
- package/styles/ribbon/_material3-definition.scss +0 -15
- package/styles/ribbon/_mixin.scss +0 -89
- package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
- package/styles/ribbon/_tailwind-definition.scss +0 -13
- package/styles/ribbon/_theme.scss +0 -154
- package/styles/ribbon/icons/_bootstrap-dark.scss +0 -15
- package/styles/ribbon/icons/_bootstrap.scss +0 -15
- package/styles/ribbon/icons/_bootstrap4.scss +0 -9
- package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
- package/styles/ribbon/icons/_bootstrap5.scss +0 -15
- package/styles/ribbon/icons/_fabric-dark.scss +0 -9
- package/styles/ribbon/icons/_fabric.scss +0 -9
- package/styles/ribbon/icons/_fluent-dark.scss +0 -1
- package/styles/ribbon/icons/_fluent.scss +0 -15
- package/styles/ribbon/icons/_fusionnew.scss +0 -15
- package/styles/ribbon/icons/_highcontrast.scss +0 -9
- package/styles/ribbon/icons/_material-dark.scss +0 -15
- package/styles/ribbon/icons/_material.scss +0 -15
- package/styles/ribbon/icons/_material3.scss +0 -15
- package/styles/ribbon/icons/_tailwind-dark.scss +0 -15
- package/styles/ribbon/icons/_tailwind.scss +0 -15
- package/styles/spreadsheet/_all.scss +0 -2
- package/styles/spreadsheet/_bootstrap-dark-definition.scss +0 -154
- package/styles/spreadsheet/_bootstrap-definition.scss +0 -154
- package/styles/spreadsheet/_bootstrap4-definition.scss +0 -153
- package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
- package/styles/spreadsheet/_bootstrap5-definition.scss +0 -156
- package/styles/spreadsheet/_fabric-dark-definition.scss +0 -151
- package/styles/spreadsheet/_fabric-definition.scss +0 -151
- package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
- package/styles/spreadsheet/_fluent-definition.scss +0 -152
- package/styles/spreadsheet/_fusionnew-definition.scss +0 -151
- package/styles/spreadsheet/_highcontrast-definition.scss +0 -150
- package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -146
- package/styles/spreadsheet/_layout.scss +0 -3025
- package/styles/spreadsheet/_material-dark-definition.scss +0 -153
- package/styles/spreadsheet/_material-definition.scss +0 -151
- package/styles/spreadsheet/_material3-definition.scss +0 -151
- package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
- package/styles/spreadsheet/_tailwind-definition.scss +0 -158
- package/styles/spreadsheet/_theme.scss +0 -1365
- package/styles/spreadsheet/icons/_bootstrap-dark.scss +0 -990
- package/styles/spreadsheet/icons/_bootstrap.scss +0 -990
- package/styles/spreadsheet/icons/_bootstrap4.scss +0 -994
- package/styles/spreadsheet/icons/_bootstrap5-dark.scss +0 -1
- package/styles/spreadsheet/icons/_bootstrap5.scss +0 -996
- package/styles/spreadsheet/icons/_fabric-dark.scss +0 -990
- package/styles/spreadsheet/icons/_fabric.scss +0 -994
- package/styles/spreadsheet/icons/_fluent-dark.scss +0 -1
- package/styles/spreadsheet/icons/_fluent.scss +0 -996
- package/styles/spreadsheet/icons/_fusionnew.scss +0 -996
- package/styles/spreadsheet/icons/_highcontrast.scss +0 -990
- package/styles/spreadsheet/icons/_material-dark.scss +0 -993
- package/styles/spreadsheet/icons/_material.scss +0 -995
- package/styles/spreadsheet/icons/_material3.scss +0 -996
- package/styles/spreadsheet/icons/_tailwind-dark.scss +0 -996
- package/styles/spreadsheet/icons/_tailwind.scss +0 -996
- package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
package/styles/highcontrast.css
CHANGED
|
@@ -662,9 +662,6 @@
|
|
|
662
662
|
display: inline-table;
|
|
663
663
|
padding-top: 3px;
|
|
664
664
|
}
|
|
665
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
666
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
667
|
-
}
|
|
668
665
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
669
666
|
font-size: 18px;
|
|
670
667
|
line-height: 21px;
|
|
@@ -681,9 +678,6 @@
|
|
|
681
678
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
682
679
|
margin-top: 10px;
|
|
683
680
|
}
|
|
684
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
685
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
686
|
-
}
|
|
687
681
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
688
682
|
font-size: 18px;
|
|
689
683
|
line-height: 21px;
|
|
@@ -1647,6 +1641,19 @@
|
|
|
1647
1641
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1648
1642
|
right: 0;
|
|
1649
1643
|
}
|
|
1644
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1645
|
+
border-left-color: transparent;
|
|
1646
|
+
}
|
|
1647
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1648
|
+
border-left: 1px solid #fff;
|
|
1649
|
+
border-right: none;
|
|
1650
|
+
left: 0.5px;
|
|
1651
|
+
}
|
|
1652
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1653
|
+
border-left: none;
|
|
1654
|
+
border-right: 1px solid #fff;
|
|
1655
|
+
right: 0.5px;
|
|
1656
|
+
}
|
|
1650
1657
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1651
1658
|
position: relative;
|
|
1652
1659
|
}
|
|
@@ -1944,9 +1951,6 @@
|
|
|
1944
1951
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1945
1952
|
text-align: left;
|
|
1946
1953
|
}
|
|
1947
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1948
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1949
|
-
}
|
|
1950
1954
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1951
1955
|
font-size: 18px;
|
|
1952
1956
|
line-height: 31px;
|
|
@@ -1964,9 +1968,6 @@
|
|
|
1964
1968
|
line-height: 24px;
|
|
1965
1969
|
margin-bottom: 4px;
|
|
1966
1970
|
}
|
|
1967
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1968
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1969
|
-
}
|
|
1970
1971
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1971
1972
|
font-size: 18px;
|
|
1972
1973
|
line-height: 21px;
|
|
@@ -1983,9 +1984,6 @@
|
|
|
1983
1984
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
1984
1985
|
margin-top: 10px;
|
|
1985
1986
|
}
|
|
1986
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1987
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1988
|
-
}
|
|
1989
1987
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1990
1988
|
font-size: 18px;
|
|
1991
1989
|
line-height: 21px;
|
|
@@ -2095,33 +2093,36 @@
|
|
|
2095
2093
|
font-family: "Calibri";
|
|
2096
2094
|
}
|
|
2097
2095
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2098
|
-
font-family: "
|
|
2096
|
+
font-family: "Comic Sans MS";
|
|
2099
2097
|
}
|
|
2100
2098
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2101
|
-
font-family: "Courier
|
|
2099
|
+
font-family: "Courier";
|
|
2102
2100
|
}
|
|
2103
2101
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2104
|
-
font-family: "
|
|
2102
|
+
font-family: "Courier New";
|
|
2105
2103
|
}
|
|
2106
2104
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2107
|
-
font-family: "
|
|
2105
|
+
font-family: "Din Condensed";
|
|
2108
2106
|
}
|
|
2109
2107
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2110
|
-
font-family: "
|
|
2108
|
+
font-family: "Georgia";
|
|
2111
2109
|
}
|
|
2112
2110
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2113
|
-
font-family: "Helvetica
|
|
2111
|
+
font-family: "Helvetica";
|
|
2114
2112
|
}
|
|
2115
2113
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2116
|
-
font-family: "
|
|
2114
|
+
font-family: "Helvetica New";
|
|
2117
2115
|
}
|
|
2118
2116
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2119
|
-
font-family: "
|
|
2117
|
+
font-family: "Roboto";
|
|
2120
2118
|
}
|
|
2121
2119
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2122
|
-
font-family: "
|
|
2120
|
+
font-family: "Tahoma";
|
|
2123
2121
|
}
|
|
2124
2122
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2123
|
+
font-family: "Times New Roman";
|
|
2124
|
+
}
|
|
2125
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2125
2126
|
font-family: "Verdana";
|
|
2126
2127
|
}
|
|
2127
2128
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -3005,6 +3006,15 @@
|
|
|
3005
3006
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
|
|
3006
3007
|
border-left-color: #969696;
|
|
3007
3008
|
}
|
|
3009
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
|
|
3010
|
+
border-left-color: transparent;
|
|
3011
|
+
}
|
|
3012
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
|
|
3013
|
+
border-left-color: #969696;
|
|
3014
|
+
}
|
|
3015
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
|
|
3016
|
+
border-right-color: #969696;
|
|
3017
|
+
}
|
|
3008
3018
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
3009
3019
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
3010
3020
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
package/styles/material-dark.css
CHANGED
|
@@ -715,9 +715,6 @@
|
|
|
715
715
|
display: inline-table;
|
|
716
716
|
padding-top: 3px;
|
|
717
717
|
}
|
|
718
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
719
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
720
|
-
}
|
|
721
718
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
722
719
|
font-size: 18px;
|
|
723
720
|
line-height: 21px;
|
|
@@ -734,9 +731,6 @@
|
|
|
734
731
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
735
732
|
margin-top: 10px;
|
|
736
733
|
}
|
|
737
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
738
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
739
|
-
}
|
|
740
734
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
741
735
|
font-size: 18px;
|
|
742
736
|
line-height: 21px;
|
|
@@ -1691,6 +1685,19 @@
|
|
|
1691
1685
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1692
1686
|
right: 0;
|
|
1693
1687
|
}
|
|
1688
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1689
|
+
border-left-color: transparent;
|
|
1690
|
+
}
|
|
1691
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1692
|
+
border-left: 1px solid #616161;
|
|
1693
|
+
border-right: none;
|
|
1694
|
+
left: 0.5px;
|
|
1695
|
+
}
|
|
1696
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1697
|
+
border-left: none;
|
|
1698
|
+
border-right: 1px solid #616161;
|
|
1699
|
+
right: 0.5px;
|
|
1700
|
+
}
|
|
1694
1701
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1695
1702
|
position: relative;
|
|
1696
1703
|
}
|
|
@@ -1987,9 +1994,6 @@
|
|
|
1987
1994
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1988
1995
|
text-align: left;
|
|
1989
1996
|
}
|
|
1990
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1991
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1992
|
-
}
|
|
1993
1997
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1994
1998
|
font-size: 18px;
|
|
1995
1999
|
line-height: 31px;
|
|
@@ -2007,9 +2011,6 @@
|
|
|
2007
2011
|
line-height: 24px;
|
|
2008
2012
|
margin-bottom: 4px;
|
|
2009
2013
|
}
|
|
2010
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2011
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2012
|
-
}
|
|
2013
2014
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2014
2015
|
font-size: 18px;
|
|
2015
2016
|
line-height: 21px;
|
|
@@ -2026,9 +2027,6 @@
|
|
|
2026
2027
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2027
2028
|
margin-top: 10px;
|
|
2028
2029
|
}
|
|
2029
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2030
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2031
|
-
}
|
|
2032
2030
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2033
2031
|
font-size: 18px;
|
|
2034
2032
|
line-height: 21px;
|
|
@@ -2138,33 +2136,36 @@
|
|
|
2138
2136
|
font-family: "Calibri";
|
|
2139
2137
|
}
|
|
2140
2138
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2141
|
-
font-family: "
|
|
2139
|
+
font-family: "Comic Sans MS";
|
|
2142
2140
|
}
|
|
2143
2141
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2144
|
-
font-family: "Courier
|
|
2142
|
+
font-family: "Courier";
|
|
2145
2143
|
}
|
|
2146
2144
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2147
|
-
font-family: "
|
|
2145
|
+
font-family: "Courier New";
|
|
2148
2146
|
}
|
|
2149
2147
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2150
|
-
font-family: "
|
|
2148
|
+
font-family: "Din Condensed";
|
|
2151
2149
|
}
|
|
2152
2150
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2153
|
-
font-family: "
|
|
2151
|
+
font-family: "Georgia";
|
|
2154
2152
|
}
|
|
2155
2153
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2156
|
-
font-family: "Helvetica
|
|
2154
|
+
font-family: "Helvetica";
|
|
2157
2155
|
}
|
|
2158
2156
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2159
|
-
font-family: "
|
|
2157
|
+
font-family: "Helvetica New";
|
|
2160
2158
|
}
|
|
2161
2159
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2162
|
-
font-family: "
|
|
2160
|
+
font-family: "Roboto";
|
|
2163
2161
|
}
|
|
2164
2162
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2165
|
-
font-family: "
|
|
2163
|
+
font-family: "Tahoma";
|
|
2166
2164
|
}
|
|
2167
2165
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2166
|
+
font-family: "Times New Roman";
|
|
2167
|
+
}
|
|
2168
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2168
2169
|
font-family: "Verdana";
|
|
2169
2170
|
}
|
|
2170
2171
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -3046,6 +3047,15 @@
|
|
|
3046
3047
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
|
|
3047
3048
|
border-left-color: #757575;
|
|
3048
3049
|
}
|
|
3050
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
|
|
3051
|
+
border-left-color: transparent;
|
|
3052
|
+
}
|
|
3053
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
|
|
3054
|
+
border-left-color: #757575;
|
|
3055
|
+
}
|
|
3056
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
|
|
3057
|
+
border-right-color: #757575;
|
|
3058
|
+
}
|
|
3049
3059
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
3050
3060
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
3051
3061
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
package/styles/material.css
CHANGED
|
@@ -743,9 +743,6 @@
|
|
|
743
743
|
display: inline-table;
|
|
744
744
|
padding-top: 3px;
|
|
745
745
|
}
|
|
746
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
747
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
748
|
-
}
|
|
749
746
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
750
747
|
font-size: 18px;
|
|
751
748
|
line-height: 21px;
|
|
@@ -762,9 +759,6 @@
|
|
|
762
759
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
763
760
|
margin-top: 10px;
|
|
764
761
|
}
|
|
765
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
766
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
767
|
-
}
|
|
768
762
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
769
763
|
font-size: 18px;
|
|
770
764
|
line-height: 21px;
|
|
@@ -1730,6 +1724,19 @@
|
|
|
1730
1724
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1731
1725
|
right: 0;
|
|
1732
1726
|
}
|
|
1727
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1728
|
+
border-left-color: transparent;
|
|
1729
|
+
}
|
|
1730
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1731
|
+
border-left: 1px solid #e0e0e0;
|
|
1732
|
+
border-right: none;
|
|
1733
|
+
left: 0.5px;
|
|
1734
|
+
}
|
|
1735
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1736
|
+
border-left: none;
|
|
1737
|
+
border-right: 1px solid #e0e0e0;
|
|
1738
|
+
right: 0.5px;
|
|
1739
|
+
}
|
|
1733
1740
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1734
1741
|
position: relative;
|
|
1735
1742
|
}
|
|
@@ -2025,9 +2032,6 @@
|
|
|
2025
2032
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
2026
2033
|
text-align: left;
|
|
2027
2034
|
}
|
|
2028
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2029
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2030
|
-
}
|
|
2031
2035
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2032
2036
|
font-size: 18px;
|
|
2033
2037
|
line-height: 31px;
|
|
@@ -2045,9 +2049,6 @@
|
|
|
2045
2049
|
line-height: 24px;
|
|
2046
2050
|
margin-bottom: 4px;
|
|
2047
2051
|
}
|
|
2048
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2049
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2050
|
-
}
|
|
2051
2052
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2052
2053
|
font-size: 18px;
|
|
2053
2054
|
line-height: 21px;
|
|
@@ -2064,9 +2065,6 @@
|
|
|
2064
2065
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2065
2066
|
margin-top: 10px;
|
|
2066
2067
|
}
|
|
2067
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2068
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2069
|
-
}
|
|
2070
2068
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2071
2069
|
font-size: 18px;
|
|
2072
2070
|
line-height: 21px;
|
|
@@ -2176,33 +2174,36 @@
|
|
|
2176
2174
|
font-family: "Calibri";
|
|
2177
2175
|
}
|
|
2178
2176
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2179
|
-
font-family: "
|
|
2177
|
+
font-family: "Comic Sans MS";
|
|
2180
2178
|
}
|
|
2181
2179
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2182
|
-
font-family: "Courier
|
|
2180
|
+
font-family: "Courier";
|
|
2183
2181
|
}
|
|
2184
2182
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2185
|
-
font-family: "
|
|
2183
|
+
font-family: "Courier New";
|
|
2186
2184
|
}
|
|
2187
2185
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2188
|
-
font-family: "
|
|
2186
|
+
font-family: "Din Condensed";
|
|
2189
2187
|
}
|
|
2190
2188
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2191
|
-
font-family: "
|
|
2189
|
+
font-family: "Georgia";
|
|
2192
2190
|
}
|
|
2193
2191
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2194
|
-
font-family: "Helvetica
|
|
2192
|
+
font-family: "Helvetica";
|
|
2195
2193
|
}
|
|
2196
2194
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2197
|
-
font-family: "
|
|
2195
|
+
font-family: "Helvetica New";
|
|
2198
2196
|
}
|
|
2199
2197
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2200
|
-
font-family: "
|
|
2198
|
+
font-family: "Roboto";
|
|
2201
2199
|
}
|
|
2202
2200
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2203
|
-
font-family: "
|
|
2201
|
+
font-family: "Tahoma";
|
|
2204
2202
|
}
|
|
2205
2203
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2204
|
+
font-family: "Times New Roman";
|
|
2205
|
+
}
|
|
2206
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2206
2207
|
font-family: "Verdana";
|
|
2207
2208
|
}
|
|
2208
2209
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -3074,6 +3075,15 @@
|
|
|
3074
3075
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
|
|
3075
3076
|
border-left-color: #cccccc;
|
|
3076
3077
|
}
|
|
3078
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
|
|
3079
|
+
border-left-color: transparent;
|
|
3080
|
+
}
|
|
3081
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
|
|
3082
|
+
border-left-color: #cccccc;
|
|
3083
|
+
}
|
|
3084
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
|
|
3085
|
+
border-right-color: #cccccc;
|
|
3086
|
+
}
|
|
3077
3087
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
3078
3088
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
3079
3089
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
|
@@ -683,9 +683,6 @@
|
|
|
683
683
|
display: inline-table;
|
|
684
684
|
padding-top: 3px;
|
|
685
685
|
}
|
|
686
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
687
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
688
|
-
}
|
|
689
686
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
690
687
|
font-size: 18px;
|
|
691
688
|
line-height: 21px;
|
|
@@ -702,9 +699,6 @@
|
|
|
702
699
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
703
700
|
margin-top: 10px;
|
|
704
701
|
}
|
|
705
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
706
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
707
|
-
}
|
|
708
702
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
709
703
|
font-size: 18px;
|
|
710
704
|
line-height: 21px;
|
|
@@ -1659,6 +1653,19 @@
|
|
|
1659
1653
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1660
1654
|
right: 0;
|
|
1661
1655
|
}
|
|
1656
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1657
|
+
border-left-color: transparent;
|
|
1658
|
+
}
|
|
1659
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1660
|
+
border-left: 1px solid #484848;
|
|
1661
|
+
border-right: none;
|
|
1662
|
+
left: 0.5px;
|
|
1663
|
+
}
|
|
1664
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1665
|
+
border-left: none;
|
|
1666
|
+
border-right: 1px solid #484848;
|
|
1667
|
+
right: 0.5px;
|
|
1668
|
+
}
|
|
1662
1669
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1663
1670
|
position: relative;
|
|
1664
1671
|
}
|
|
@@ -1956,9 +1963,6 @@
|
|
|
1956
1963
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1957
1964
|
text-align: left;
|
|
1958
1965
|
}
|
|
1959
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1960
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1961
|
-
}
|
|
1962
1966
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1963
1967
|
font-size: 18px;
|
|
1964
1968
|
line-height: 31px;
|
|
@@ -1976,9 +1980,6 @@
|
|
|
1976
1980
|
line-height: 24px;
|
|
1977
1981
|
margin-bottom: 4px;
|
|
1978
1982
|
}
|
|
1979
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1980
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1981
|
-
}
|
|
1982
1983
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1983
1984
|
font-size: 18px;
|
|
1984
1985
|
line-height: 21px;
|
|
@@ -1995,9 +1996,6 @@
|
|
|
1995
1996
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
1996
1997
|
margin-top: 10px;
|
|
1997
1998
|
}
|
|
1998
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1999
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2000
|
-
}
|
|
2001
1999
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2002
2000
|
font-size: 18px;
|
|
2003
2001
|
line-height: 21px;
|
|
@@ -2107,33 +2105,36 @@
|
|
|
2107
2105
|
font-family: "Calibri";
|
|
2108
2106
|
}
|
|
2109
2107
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2110
|
-
font-family: "
|
|
2108
|
+
font-family: "Comic Sans MS";
|
|
2111
2109
|
}
|
|
2112
2110
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2113
|
-
font-family: "Courier
|
|
2111
|
+
font-family: "Courier";
|
|
2114
2112
|
}
|
|
2115
2113
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2116
|
-
font-family: "
|
|
2114
|
+
font-family: "Courier New";
|
|
2117
2115
|
}
|
|
2118
2116
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2119
|
-
font-family: "
|
|
2117
|
+
font-family: "Din Condensed";
|
|
2120
2118
|
}
|
|
2121
2119
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2122
|
-
font-family: "
|
|
2120
|
+
font-family: "Georgia";
|
|
2123
2121
|
}
|
|
2124
2122
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2125
|
-
font-family: "Helvetica
|
|
2123
|
+
font-family: "Helvetica";
|
|
2126
2124
|
}
|
|
2127
2125
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2128
|
-
font-family: "
|
|
2126
|
+
font-family: "Helvetica New";
|
|
2129
2127
|
}
|
|
2130
2128
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2131
|
-
font-family: "
|
|
2129
|
+
font-family: "Roboto";
|
|
2132
2130
|
}
|
|
2133
2131
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2134
|
-
font-family: "
|
|
2132
|
+
font-family: "Tahoma";
|
|
2135
2133
|
}
|
|
2136
2134
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2135
|
+
font-family: "Times New Roman";
|
|
2136
|
+
}
|
|
2137
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2137
2138
|
font-family: "Verdana";
|
|
2138
2139
|
}
|
|
2139
2140
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -3007,6 +3008,15 @@
|
|
|
3007
3008
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
|
|
3008
3009
|
border-left-color: #767676;
|
|
3009
3010
|
}
|
|
3011
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
|
|
3012
|
+
border-left-color: transparent;
|
|
3013
|
+
}
|
|
3014
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
|
|
3015
|
+
border-left-color: #767676;
|
|
3016
|
+
}
|
|
3017
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
|
|
3018
|
+
border-right-color: #767676;
|
|
3019
|
+
}
|
|
3010
3020
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
3011
3021
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
3012
3022
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../ribbon/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/switch/bootstrap-dark-definition.scss';
|
|
7
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/tab/bootstrap-dark-definition.scss';
|
|
9
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-dark-definition.scss';
|
|
10
|
-
@import 'ej2-navigations/styles/menu/bootstrap-dark-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/treeview/bootstrap-dark-definition.scss';
|
|
12
|
-
@import 'ej2-grids/styles/excel-filter/bootstrap-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap-dark-definition.scss';
|
|
16
|
-
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap-dark-definition.scss';
|
|
17
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/list-box/bootstrap-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
|
|
20
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap-dark-definition.scss';
|
|
21
|
-
@import 'bootstrap-dark-definition.scss';
|
|
22
|
-
@import 'icons/bootstrap-dark.scss';
|
|
23
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/bootstrap-dark.scss';
|