@syncfusion/ej2-angular-spreadsheet 20.4.38 → 20.4.39
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/README.md +145 -68
- package/package.json +1 -1
- package/schematics/utils/lib-details.ts +2 -2
- 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/spreadsheet/_bootstrap-dark-definition.scss +1 -1
- package/styles/spreadsheet/_bootstrap-definition.scss +1 -1
- package/styles/spreadsheet/_bootstrap4-definition.scss +1 -1
- package/styles/spreadsheet/_bootstrap5-definition.scss +1 -1
- package/styles/spreadsheet/_fabric-dark-definition.scss +1 -1
- package/styles/spreadsheet/_fabric-definition.scss +1 -1
- package/styles/spreadsheet/_fluent-definition.scss +1 -1
- package/styles/spreadsheet/_fusionnew-definition.scss +1 -1
- package/styles/spreadsheet/_highcontrast-definition.scss +1 -1
- package/styles/spreadsheet/_highcontrast-light-definition.scss +1 -1
- package/styles/spreadsheet/_layout.scss +25 -10
- package/styles/spreadsheet/_material-dark-definition.scss +1 -1
- package/styles/spreadsheet/_material-definition.scss +1 -1
- package/styles/spreadsheet/_material3-definition.scss +1 -1
- package/styles/spreadsheet/_tailwind-definition.scss +1 -1
- package/styles/spreadsheet/_theme.scss +16 -0
- package/styles/spreadsheet/bootstrap-dark.css +34 -24
- package/styles/spreadsheet/bootstrap.css +34 -24
- package/styles/spreadsheet/bootstrap4.css +34 -24
- package/styles/spreadsheet/bootstrap5-dark.css +34 -24
- package/styles/spreadsheet/bootstrap5.css +34 -24
- package/styles/spreadsheet/fabric-dark.css +34 -24
- package/styles/spreadsheet/fabric.css +34 -24
- package/styles/spreadsheet/fluent-dark.css +34 -24
- package/styles/spreadsheet/fluent.css +34 -24
- package/styles/spreadsheet/highcontrast-light.css +34 -24
- package/styles/spreadsheet/highcontrast.css +34 -24
- package/styles/spreadsheet/material-dark.css +34 -24
- package/styles/spreadsheet/material.css +34 -24
- package/styles/spreadsheet/tailwind-dark.css +34 -24
- package/styles/spreadsheet/tailwind.css +34 -24
- package/styles/tailwind-dark.css +34 -24
- package/styles/tailwind.css +34 -24
- package/schematics/collection.json +0 -10
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -732,9 +732,6 @@
|
|
|
732
732
|
display: inline-table;
|
|
733
733
|
padding-top: 3px;
|
|
734
734
|
}
|
|
735
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
736
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
737
|
-
}
|
|
738
735
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
739
736
|
font-size: 18px;
|
|
740
737
|
line-height: 21px;
|
|
@@ -751,9 +748,6 @@
|
|
|
751
748
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
752
749
|
margin-top: 10px;
|
|
753
750
|
}
|
|
754
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
755
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
756
|
-
}
|
|
757
751
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
758
752
|
font-size: 18px;
|
|
759
753
|
line-height: 21px;
|
|
@@ -1728,6 +1722,19 @@
|
|
|
1728
1722
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1729
1723
|
right: 0;
|
|
1730
1724
|
}
|
|
1725
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1726
|
+
border-left-color: transparent;
|
|
1727
|
+
}
|
|
1728
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1729
|
+
border-left: 1px solid #dee2e6;
|
|
1730
|
+
border-right: none;
|
|
1731
|
+
left: 0.5px;
|
|
1732
|
+
}
|
|
1733
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1734
|
+
border-left: none;
|
|
1735
|
+
border-right: 1px solid #dee2e6;
|
|
1736
|
+
right: 0.5px;
|
|
1737
|
+
}
|
|
1731
1738
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1732
1739
|
position: relative;
|
|
1733
1740
|
}
|
|
@@ -2029,9 +2036,6 @@
|
|
|
2029
2036
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
2030
2037
|
text-align: left;
|
|
2031
2038
|
}
|
|
2032
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2033
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2034
|
-
}
|
|
2035
2039
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2036
2040
|
font-size: 18px;
|
|
2037
2041
|
line-height: 31px;
|
|
@@ -2049,9 +2053,6 @@
|
|
|
2049
2053
|
line-height: 24px;
|
|
2050
2054
|
margin-bottom: 4px;
|
|
2051
2055
|
}
|
|
2052
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2053
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2054
|
-
}
|
|
2055
2056
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2056
2057
|
font-size: 18px;
|
|
2057
2058
|
line-height: 21px;
|
|
@@ -2068,9 +2069,6 @@
|
|
|
2068
2069
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2069
2070
|
margin-top: 10px;
|
|
2070
2071
|
}
|
|
2071
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2072
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2073
|
-
}
|
|
2074
2072
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2075
2073
|
font-size: 18px;
|
|
2076
2074
|
line-height: 21px;
|
|
@@ -2180,33 +2178,36 @@
|
|
|
2180
2178
|
font-family: "Calibri";
|
|
2181
2179
|
}
|
|
2182
2180
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2183
|
-
font-family: "
|
|
2181
|
+
font-family: "Comic Sans MS";
|
|
2184
2182
|
}
|
|
2185
2183
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2186
|
-
font-family: "Courier
|
|
2184
|
+
font-family: "Courier";
|
|
2187
2185
|
}
|
|
2188
2186
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2189
|
-
font-family: "
|
|
2187
|
+
font-family: "Courier New";
|
|
2190
2188
|
}
|
|
2191
2189
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2192
|
-
font-family: "
|
|
2190
|
+
font-family: "Din Condensed";
|
|
2193
2191
|
}
|
|
2194
2192
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2195
|
-
font-family: "
|
|
2193
|
+
font-family: "Georgia";
|
|
2196
2194
|
}
|
|
2197
2195
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2198
|
-
font-family: "Helvetica
|
|
2196
|
+
font-family: "Helvetica";
|
|
2199
2197
|
}
|
|
2200
2198
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2201
|
-
font-family: "
|
|
2199
|
+
font-family: "Helvetica New";
|
|
2202
2200
|
}
|
|
2203
2201
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2204
|
-
font-family: "
|
|
2202
|
+
font-family: "Roboto";
|
|
2205
2203
|
}
|
|
2206
2204
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2207
|
-
font-family: "
|
|
2205
|
+
font-family: "Tahoma";
|
|
2208
2206
|
}
|
|
2209
2207
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2208
|
+
font-family: "Times New Roman";
|
|
2209
|
+
}
|
|
2210
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2210
2211
|
font-family: "Verdana";
|
|
2211
2212
|
}
|
|
2212
2213
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -3113,6 +3114,15 @@
|
|
|
3113
3114
|
.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 {
|
|
3114
3115
|
border-left-color: #adb5bd;
|
|
3115
3116
|
}
|
|
3117
|
+
.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 {
|
|
3118
|
+
border-left-color: transparent;
|
|
3119
|
+
}
|
|
3120
|
+
.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 {
|
|
3121
|
+
border-left-color: #adb5bd;
|
|
3122
|
+
}
|
|
3123
|
+
.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 {
|
|
3124
|
+
border-right-color: #adb5bd;
|
|
3125
|
+
}
|
|
3116
3126
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
3117
3127
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
3118
3128
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
|
@@ -739,9 +739,6 @@
|
|
|
739
739
|
.e-spreadsheet .e-dlg-header-content {
|
|
740
740
|
padding: 12px;
|
|
741
741
|
}
|
|
742
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
743
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
744
|
-
}
|
|
745
742
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
746
743
|
font-size: 18px;
|
|
747
744
|
line-height: 21px;
|
|
@@ -758,9 +755,6 @@
|
|
|
758
755
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
759
756
|
margin-top: 10px;
|
|
760
757
|
}
|
|
761
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
762
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
763
|
-
}
|
|
764
758
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
765
759
|
font-size: 18px;
|
|
766
760
|
line-height: 21px;
|
|
@@ -1710,6 +1704,19 @@
|
|
|
1710
1704
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1711
1705
|
right: 0;
|
|
1712
1706
|
}
|
|
1707
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1708
|
+
border-left-color: transparent;
|
|
1709
|
+
}
|
|
1710
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1711
|
+
border-left: 1px solid #444c54;
|
|
1712
|
+
border-right: none;
|
|
1713
|
+
left: 0.5px;
|
|
1714
|
+
}
|
|
1715
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1716
|
+
border-left: none;
|
|
1717
|
+
border-right: 1px solid #444c54;
|
|
1718
|
+
right: 0.5px;
|
|
1719
|
+
}
|
|
1713
1720
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1714
1721
|
position: relative;
|
|
1715
1722
|
}
|
|
@@ -2013,9 +2020,6 @@
|
|
|
2013
2020
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
2014
2021
|
text-align: left;
|
|
2015
2022
|
}
|
|
2016
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2017
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2018
|
-
}
|
|
2019
2023
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2020
2024
|
font-size: 18px;
|
|
2021
2025
|
line-height: 31px;
|
|
@@ -2033,9 +2037,6 @@
|
|
|
2033
2037
|
line-height: 24px;
|
|
2034
2038
|
margin-bottom: 4px;
|
|
2035
2039
|
}
|
|
2036
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2037
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2038
|
-
}
|
|
2039
2040
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2040
2041
|
font-size: 18px;
|
|
2041
2042
|
line-height: 21px;
|
|
@@ -2052,9 +2053,6 @@
|
|
|
2052
2053
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2053
2054
|
margin-top: 10px;
|
|
2054
2055
|
}
|
|
2055
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2056
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2057
|
-
}
|
|
2058
2056
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2059
2057
|
font-size: 18px;
|
|
2060
2058
|
line-height: 21px;
|
|
@@ -2164,33 +2162,36 @@
|
|
|
2164
2162
|
font-family: "Calibri";
|
|
2165
2163
|
}
|
|
2166
2164
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2167
|
-
font-family: "
|
|
2165
|
+
font-family: "Comic Sans MS";
|
|
2168
2166
|
}
|
|
2169
2167
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2170
|
-
font-family: "Courier
|
|
2168
|
+
font-family: "Courier";
|
|
2171
2169
|
}
|
|
2172
2170
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2173
|
-
font-family: "
|
|
2171
|
+
font-family: "Courier New";
|
|
2174
2172
|
}
|
|
2175
2173
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2176
|
-
font-family: "
|
|
2174
|
+
font-family: "Din Condensed";
|
|
2177
2175
|
}
|
|
2178
2176
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2179
|
-
font-family: "
|
|
2177
|
+
font-family: "Georgia";
|
|
2180
2178
|
}
|
|
2181
2179
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2182
|
-
font-family: "Helvetica
|
|
2180
|
+
font-family: "Helvetica";
|
|
2183
2181
|
}
|
|
2184
2182
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2185
|
-
font-family: "
|
|
2183
|
+
font-family: "Helvetica New";
|
|
2186
2184
|
}
|
|
2187
2185
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2188
|
-
font-family: "
|
|
2186
|
+
font-family: "Roboto";
|
|
2189
2187
|
}
|
|
2190
2188
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2191
|
-
font-family: "
|
|
2189
|
+
font-family: "Tahoma";
|
|
2192
2190
|
}
|
|
2193
2191
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2192
|
+
font-family: "Times New Roman";
|
|
2193
|
+
}
|
|
2194
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2194
2195
|
font-family: "Verdana";
|
|
2195
2196
|
}
|
|
2196
2197
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -3116,6 +3117,15 @@
|
|
|
3116
3117
|
.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 {
|
|
3117
3118
|
border-left-color: #32373d;
|
|
3118
3119
|
}
|
|
3120
|
+
.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 {
|
|
3121
|
+
border-left-color: transparent;
|
|
3122
|
+
}
|
|
3123
|
+
.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 {
|
|
3124
|
+
border-left-color: #32373d;
|
|
3125
|
+
}
|
|
3126
|
+
.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 {
|
|
3127
|
+
border-right-color: #32373d;
|
|
3128
|
+
}
|
|
3119
3129
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
3120
3130
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
3121
3131
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
|
@@ -739,9 +739,6 @@
|
|
|
739
739
|
.e-spreadsheet .e-dlg-header-content {
|
|
740
740
|
padding: 12px;
|
|
741
741
|
}
|
|
742
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
743
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
744
|
-
}
|
|
745
742
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
746
743
|
font-size: 18px;
|
|
747
744
|
line-height: 21px;
|
|
@@ -758,9 +755,6 @@
|
|
|
758
755
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
759
756
|
margin-top: 10px;
|
|
760
757
|
}
|
|
761
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
762
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
763
|
-
}
|
|
764
758
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
765
759
|
font-size: 18px;
|
|
766
760
|
line-height: 21px;
|
|
@@ -1710,6 +1704,19 @@
|
|
|
1710
1704
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1711
1705
|
right: 0;
|
|
1712
1706
|
}
|
|
1707
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1708
|
+
border-left-color: transparent;
|
|
1709
|
+
}
|
|
1710
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1711
|
+
border-left: 1px solid #dee2e6;
|
|
1712
|
+
border-right: none;
|
|
1713
|
+
left: 0.5px;
|
|
1714
|
+
}
|
|
1715
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1716
|
+
border-left: none;
|
|
1717
|
+
border-right: 1px solid #dee2e6;
|
|
1718
|
+
right: 0.5px;
|
|
1719
|
+
}
|
|
1713
1720
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1714
1721
|
position: relative;
|
|
1715
1722
|
}
|
|
@@ -2013,9 +2020,6 @@
|
|
|
2013
2020
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
2014
2021
|
text-align: left;
|
|
2015
2022
|
}
|
|
2016
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2017
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2018
|
-
}
|
|
2019
2023
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2020
2024
|
font-size: 18px;
|
|
2021
2025
|
line-height: 31px;
|
|
@@ -2033,9 +2037,6 @@
|
|
|
2033
2037
|
line-height: 24px;
|
|
2034
2038
|
margin-bottom: 4px;
|
|
2035
2039
|
}
|
|
2036
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2037
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2038
|
-
}
|
|
2039
2040
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2040
2041
|
font-size: 18px;
|
|
2041
2042
|
line-height: 21px;
|
|
@@ -2052,9 +2053,6 @@
|
|
|
2052
2053
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2053
2054
|
margin-top: 10px;
|
|
2054
2055
|
}
|
|
2055
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2056
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2057
|
-
}
|
|
2058
2056
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2059
2057
|
font-size: 18px;
|
|
2060
2058
|
line-height: 21px;
|
|
@@ -2164,33 +2162,36 @@
|
|
|
2164
2162
|
font-family: "Calibri";
|
|
2165
2163
|
}
|
|
2166
2164
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2167
|
-
font-family: "
|
|
2165
|
+
font-family: "Comic Sans MS";
|
|
2168
2166
|
}
|
|
2169
2167
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2170
|
-
font-family: "Courier
|
|
2168
|
+
font-family: "Courier";
|
|
2171
2169
|
}
|
|
2172
2170
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2173
|
-
font-family: "
|
|
2171
|
+
font-family: "Courier New";
|
|
2174
2172
|
}
|
|
2175
2173
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2176
|
-
font-family: "
|
|
2174
|
+
font-family: "Din Condensed";
|
|
2177
2175
|
}
|
|
2178
2176
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2179
|
-
font-family: "
|
|
2177
|
+
font-family: "Georgia";
|
|
2180
2178
|
}
|
|
2181
2179
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2182
|
-
font-family: "Helvetica
|
|
2180
|
+
font-family: "Helvetica";
|
|
2183
2181
|
}
|
|
2184
2182
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2185
|
-
font-family: "
|
|
2183
|
+
font-family: "Helvetica New";
|
|
2186
2184
|
}
|
|
2187
2185
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2188
|
-
font-family: "
|
|
2186
|
+
font-family: "Roboto";
|
|
2189
2187
|
}
|
|
2190
2188
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2191
|
-
font-family: "
|
|
2189
|
+
font-family: "Tahoma";
|
|
2192
2190
|
}
|
|
2193
2191
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2192
|
+
font-family: "Times New Roman";
|
|
2193
|
+
}
|
|
2194
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2194
2195
|
font-family: "Verdana";
|
|
2195
2196
|
}
|
|
2196
2197
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -3116,6 +3117,15 @@
|
|
|
3116
3117
|
.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 {
|
|
3117
3118
|
border-left-color: #c7ced4;
|
|
3118
3119
|
}
|
|
3120
|
+
.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 {
|
|
3121
|
+
border-left-color: transparent;
|
|
3122
|
+
}
|
|
3123
|
+
.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 {
|
|
3124
|
+
border-left-color: #c7ced4;
|
|
3125
|
+
}
|
|
3126
|
+
.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 {
|
|
3127
|
+
border-right-color: #c7ced4;
|
|
3128
|
+
}
|
|
3119
3129
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
3120
3130
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
3121
3131
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
|
@@ -659,9 +659,6 @@
|
|
|
659
659
|
display: inline-table;
|
|
660
660
|
padding-top: 3px;
|
|
661
661
|
}
|
|
662
|
-
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
663
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
664
|
-
}
|
|
665
662
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
666
663
|
font-size: 18px;
|
|
667
664
|
line-height: 21px;
|
|
@@ -678,9 +675,6 @@
|
|
|
678
675
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
679
676
|
margin-top: 10px;
|
|
680
677
|
}
|
|
681
|
-
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
682
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
683
|
-
}
|
|
684
678
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
685
679
|
font-size: 18px;
|
|
686
680
|
line-height: 21px;
|
|
@@ -1638,6 +1632,19 @@
|
|
|
1638
1632
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1639
1633
|
right: 0;
|
|
1640
1634
|
}
|
|
1635
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1636
|
+
border-left-color: transparent;
|
|
1637
|
+
}
|
|
1638
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1639
|
+
border-left: 1px solid #514f4f;
|
|
1640
|
+
border-right: none;
|
|
1641
|
+
left: 0.5px;
|
|
1642
|
+
}
|
|
1643
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1644
|
+
border-left: none;
|
|
1645
|
+
border-right: 1px solid #514f4f;
|
|
1646
|
+
right: 0.5px;
|
|
1647
|
+
}
|
|
1641
1648
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1642
1649
|
position: relative;
|
|
1643
1650
|
}
|
|
@@ -1935,9 +1942,6 @@
|
|
|
1935
1942
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1936
1943
|
text-align: left;
|
|
1937
1944
|
}
|
|
1938
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1939
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1940
|
-
}
|
|
1941
1945
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1942
1946
|
font-size: 18px;
|
|
1943
1947
|
line-height: 31px;
|
|
@@ -1955,9 +1959,6 @@
|
|
|
1955
1959
|
line-height: 24px;
|
|
1956
1960
|
margin-bottom: 4px;
|
|
1957
1961
|
}
|
|
1958
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1959
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1960
|
-
}
|
|
1961
1962
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1962
1963
|
font-size: 18px;
|
|
1963
1964
|
line-height: 21px;
|
|
@@ -1974,9 +1975,6 @@
|
|
|
1974
1975
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
1975
1976
|
margin-top: 10px;
|
|
1976
1977
|
}
|
|
1977
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1978
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1979
|
-
}
|
|
1980
1978
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1981
1979
|
font-size: 18px;
|
|
1982
1980
|
line-height: 21px;
|
|
@@ -2086,33 +2084,36 @@
|
|
|
2086
2084
|
font-family: "Calibri";
|
|
2087
2085
|
}
|
|
2088
2086
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2089
|
-
font-family: "
|
|
2087
|
+
font-family: "Comic Sans MS";
|
|
2090
2088
|
}
|
|
2091
2089
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2092
|
-
font-family: "Courier
|
|
2090
|
+
font-family: "Courier";
|
|
2093
2091
|
}
|
|
2094
2092
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2095
|
-
font-family: "
|
|
2093
|
+
font-family: "Courier New";
|
|
2096
2094
|
}
|
|
2097
2095
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2098
|
-
font-family: "
|
|
2096
|
+
font-family: "Din Condensed";
|
|
2099
2097
|
}
|
|
2100
2098
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2101
|
-
font-family: "
|
|
2099
|
+
font-family: "Georgia";
|
|
2102
2100
|
}
|
|
2103
2101
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2104
|
-
font-family: "Helvetica
|
|
2102
|
+
font-family: "Helvetica";
|
|
2105
2103
|
}
|
|
2106
2104
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2107
|
-
font-family: "
|
|
2105
|
+
font-family: "Helvetica New";
|
|
2108
2106
|
}
|
|
2109
2107
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2110
|
-
font-family: "
|
|
2108
|
+
font-family: "Roboto";
|
|
2111
2109
|
}
|
|
2112
2110
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2113
|
-
font-family: "
|
|
2111
|
+
font-family: "Tahoma";
|
|
2114
2112
|
}
|
|
2115
2113
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2114
|
+
font-family: "Times New Roman";
|
|
2115
|
+
}
|
|
2116
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2116
2117
|
font-family: "Verdana";
|
|
2117
2118
|
}
|
|
2118
2119
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2987,6 +2988,15 @@
|
|
|
2987
2988
|
.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 {
|
|
2988
2989
|
border-left-color: #6f6c6c;
|
|
2989
2990
|
}
|
|
2991
|
+
.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 {
|
|
2992
|
+
border-left-color: transparent;
|
|
2993
|
+
}
|
|
2994
|
+
.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 {
|
|
2995
|
+
border-left-color: #6f6c6c;
|
|
2996
|
+
}
|
|
2997
|
+
.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 {
|
|
2998
|
+
border-right-color: #6f6c6c;
|
|
2999
|
+
}
|
|
2990
3000
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
2991
3001
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
2992
3002
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|
|
@@ -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;
|
|
@@ -1646,6 +1640,19 @@
|
|
|
1646
1640
|
.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
|
|
1647
1641
|
right: 0;
|
|
1648
1642
|
}
|
|
1643
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
|
|
1644
|
+
border-left-color: transparent;
|
|
1645
|
+
}
|
|
1646
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
|
|
1647
|
+
border-left: 1px solid #eaeaea;
|
|
1648
|
+
border-right: none;
|
|
1649
|
+
left: 0.5px;
|
|
1650
|
+
}
|
|
1651
|
+
.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
|
|
1652
|
+
border-left: none;
|
|
1653
|
+
border-right: 1px solid #eaeaea;
|
|
1654
|
+
right: 0.5px;
|
|
1655
|
+
}
|
|
1649
1656
|
.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
|
|
1650
1657
|
position: relative;
|
|
1651
1658
|
}
|
|
@@ -1943,9 +1950,6 @@
|
|
|
1943
1950
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1944
1951
|
text-align: left;
|
|
1945
1952
|
}
|
|
1946
|
-
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1947
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1948
|
-
}
|
|
1949
1953
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1950
1954
|
font-size: 18px;
|
|
1951
1955
|
line-height: 31px;
|
|
@@ -1963,9 +1967,6 @@
|
|
|
1963
1967
|
line-height: 24px;
|
|
1964
1968
|
margin-bottom: 4px;
|
|
1965
1969
|
}
|
|
1966
|
-
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1967
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1968
|
-
}
|
|
1969
1970
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1970
1971
|
font-size: 18px;
|
|
1971
1972
|
line-height: 21px;
|
|
@@ -1982,9 +1983,6 @@
|
|
|
1982
1983
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
1983
1984
|
margin-top: 10px;
|
|
1984
1985
|
}
|
|
1985
|
-
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1986
|
-
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1987
|
-
}
|
|
1988
1986
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1989
1987
|
font-size: 18px;
|
|
1990
1988
|
line-height: 21px;
|
|
@@ -2094,33 +2092,36 @@
|
|
|
2094
2092
|
font-family: "Calibri";
|
|
2095
2093
|
}
|
|
2096
2094
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
|
|
2097
|
-
font-family: "
|
|
2095
|
+
font-family: "Comic Sans MS";
|
|
2098
2096
|
}
|
|
2099
2097
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
|
|
2100
|
-
font-family: "Courier
|
|
2098
|
+
font-family: "Courier";
|
|
2101
2099
|
}
|
|
2102
2100
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
|
|
2103
|
-
font-family: "
|
|
2101
|
+
font-family: "Courier New";
|
|
2104
2102
|
}
|
|
2105
2103
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
|
|
2106
|
-
font-family: "
|
|
2104
|
+
font-family: "Din Condensed";
|
|
2107
2105
|
}
|
|
2108
2106
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
|
|
2109
|
-
font-family: "
|
|
2107
|
+
font-family: "Georgia";
|
|
2110
2108
|
}
|
|
2111
2109
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
|
|
2112
|
-
font-family: "Helvetica
|
|
2110
|
+
font-family: "Helvetica";
|
|
2113
2111
|
}
|
|
2114
2112
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
|
|
2115
|
-
font-family: "
|
|
2113
|
+
font-family: "Helvetica New";
|
|
2116
2114
|
}
|
|
2117
2115
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
|
|
2118
|
-
font-family: "
|
|
2116
|
+
font-family: "Roboto";
|
|
2119
2117
|
}
|
|
2120
2118
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
|
|
2121
|
-
font-family: "
|
|
2119
|
+
font-family: "Tahoma";
|
|
2122
2120
|
}
|
|
2123
2121
|
.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
|
|
2122
|
+
font-family: "Times New Roman";
|
|
2123
|
+
}
|
|
2124
|
+
.e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
|
|
2124
2125
|
font-family: "Verdana";
|
|
2125
2126
|
}
|
|
2126
2127
|
.e-dropdown-popup.e-aggregate-list {
|
|
@@ -2999,6 +3000,15 @@
|
|
|
2999
3000
|
.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 {
|
|
3000
3001
|
border-left-color: #d0d0d0;
|
|
3001
3002
|
}
|
|
3003
|
+
.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 {
|
|
3004
|
+
border-left-color: transparent;
|
|
3005
|
+
}
|
|
3006
|
+
.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 {
|
|
3007
|
+
border-left-color: #d0d0d0;
|
|
3008
|
+
}
|
|
3009
|
+
.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 {
|
|
3010
|
+
border-right-color: #d0d0d0;
|
|
3011
|
+
}
|
|
3002
3012
|
.e-spreadsheet .e-copy-indicator div.e-top,
|
|
3003
3013
|
.e-spreadsheet .e-range-indicator div.e-top,
|
|
3004
3014
|
.e-spreadsheet .e-formularef-indicator div.e-top {
|