@syncfusion/ej2-react-spreadsheet 19.4.40 → 19.4.47
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/CHANGELOG.md +43 -0
- package/README.md +1 -1
- package/dist/ej2-react-spreadsheet.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +3 -4
- package/styles/bootstrap.css +3 -4
- package/styles/bootstrap4.css +3 -4
- package/styles/bootstrap5-dark.css +3 -5
- package/styles/bootstrap5.css +3 -5
- package/styles/fabric-dark.css +3 -4
- package/styles/fabric.css +3 -4
- package/styles/highcontrast-light.css +3 -4
- package/styles/highcontrast.css +3 -4
- package/styles/material-dark.css +5 -4
- package/styles/material.css +5 -4
- package/styles/spreadsheet/bootstrap-dark.css +3 -4
- package/styles/spreadsheet/bootstrap.css +3 -4
- package/styles/spreadsheet/bootstrap4.css +3 -4
- package/styles/spreadsheet/bootstrap5-dark.css +3 -5
- package/styles/spreadsheet/bootstrap5.css +3 -5
- package/styles/spreadsheet/fabric-dark.css +3 -4
- package/styles/spreadsheet/fabric.css +3 -4
- package/styles/spreadsheet/highcontrast-light.css +3 -4
- package/styles/spreadsheet/highcontrast.css +3 -4
- package/styles/spreadsheet/material-dark.css +5 -4
- package/styles/spreadsheet/material.css +5 -4
- package/styles/spreadsheet/tailwind-dark.css +3 -4
- package/styles/spreadsheet/tailwind.css +3 -4
- package/styles/tailwind-dark.css +3 -4
- package/styles/tailwind.css +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,48 @@
|
|
|
4
4
|
|
|
5
5
|
### Spreadsheet
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `SF-354173`, `SF-360223`, `SF-360057` - Selection misalignment and script error on undo operation after resize the row.
|
|
10
|
+
- `SF-360109` - While copy paste the merge cell with all borders, the left border is missing in pasted cell.
|
|
11
|
+
- `SF-360465, SF-360473` - Undo action for deleted column which is before the viewport area causes script error and selection misalignment issue resolved.
|
|
12
|
+
- `SF-356947` - Row height not proper while applying larger font size when row set as custom height issue resolved.
|
|
13
|
+
|
|
14
|
+
## 19.4.42 (2022-01-11)
|
|
15
|
+
|
|
16
|
+
### Spreadsheet
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- `SF-360112` - Script error occurs on continuous undo and redo operation for filtering action issue resolved.
|
|
21
|
+
- `SF-361036`, `SF-361123` - Copy paste is not working properly on filtered rows issue has been fixed.
|
|
22
|
+
- `SF-360222` - Sorting is not working properly after undo issue has been fixed.
|
|
23
|
+
- `SF-352381` - Data not rendered properly on horizontal scrolling in finite mode issue resolved.
|
|
24
|
+
- `F171297` - Importing excel file contains conditional formatting with formula throws script error issue has been fixed.
|
|
25
|
+
- `SF-359221` - Insert row not working properly while virtual scrolling is disabled issue is fixed.
|
|
26
|
+
|
|
27
|
+
## 19.4.41 (2022-01-04)
|
|
28
|
+
|
|
29
|
+
### Spreadsheet
|
|
30
|
+
|
|
31
|
+
#### Bug Fixes
|
|
32
|
+
|
|
33
|
+
- `SF-360492` - Row height issue after performing undo operation has been resolved.
|
|
34
|
+
- `SF-353871` - Cell alignment issue while copy paste merge cell issue is fixed.
|
|
35
|
+
- `I349145`, `I347733` - Script error throws while set the height to hidden rows is resolved.
|
|
36
|
+
- `SF-360109` - Bottom border missing while paste merge applied cell issue fixed.
|
|
37
|
+
- `SF-354314` - External pasting formula cell which lies below the viewport not working issue has been fixed.
|
|
38
|
+
- `SF-354314` - Performance issue on copying large cells which contains custom number format has been fixed.
|
|
39
|
+
- `SF-359382` - Color applied for empty cell if less than condition value is in negative in conditional formatting issue has been fixed.
|
|
40
|
+
- `SF-359673` - Find and replace is not working after scrolling to bottom in finite mode issue has been fixed.
|
|
41
|
+
- `SF-357076`, `SF-360051` - If the column, row and select-all selection range contains a filtered range then, the sorting is applied to its filtered range.
|
|
42
|
+
- `SF-358133` - cell save event arguments are not proper for cut / paste action issue resolved.
|
|
43
|
+
- `SF-360303` - Selection issue while pasting the multiline character contained text in cell editing mode is resolved.
|
|
44
|
+
|
|
45
|
+
## 19.4.40 (2021-12-28)
|
|
46
|
+
|
|
47
|
+
### Spreadsheet
|
|
48
|
+
|
|
7
49
|
#### New Features
|
|
8
50
|
|
|
9
51
|
- `I345022` - Alphanumeric support provided for autofill operation.
|
|
@@ -25,6 +67,7 @@
|
|
|
25
67
|
- `I346033` - Text formula is not working with `ddd` format issue has been fixed.
|
|
26
68
|
- `I346033` - Adding some value to multiplied range which contains empty cell issue has been fixed.
|
|
27
69
|
- `I321503` - Cell selection issue after scrolling on imported sheet has been fixed.
|
|
70
|
+
- `SF-358418` - Image resize option problem has been fixed.
|
|
28
71
|
|
|
29
72
|
## 19.4.38 (2021-12-17)
|
|
30
73
|
|
package/README.md
CHANGED
|
@@ -84,4 +84,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-
|
|
|
84
84
|
|
|
85
85
|
Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/spreadsheet/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm)
|
|
86
86
|
|
|
87
|
-
© Copyright
|
|
87
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-spreadsheet.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.47
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-spreadsheet@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-spreadsheet@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-spreadsheet@19.4.42",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-lGPHMhGJImxjJ0Q9wEt+ny+eYuw/BKGND1i0msiS+VuleOZO5RaB72nso73O1B2oDFZHpic1ShuYL7U99K2LYw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-spreadsheet",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-19.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-spreadsheet/-/ej2-react-spreadsheet-19.4.42.tgz",
|
|
23
|
+
"_shasum": "9d008951a2059ba0f520f1c758b28eac9d0d66d0",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-spreadsheet@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.4.
|
|
35
|
-
"@syncfusion/ej2-react-base": "~19.4.
|
|
36
|
-
"@syncfusion/ej2-spreadsheet": "19.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.42",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~19.4.47",
|
|
36
|
+
"@syncfusion/ej2-spreadsheet": "19.4.47"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React",
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"type": "git",
|
|
66
66
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
67
67
|
},
|
|
68
|
-
"version": "19.4.
|
|
68
|
+
"version": "19.4.47",
|
|
69
69
|
"sideEffects": false
|
|
70
70
|
}
|
|
@@ -1313,8 +1313,8 @@
|
|
|
1313
1313
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1314
1314
|
background-color: #0070f0;
|
|
1315
1315
|
cursor: ns-resize;
|
|
1316
|
+
left: 50%;
|
|
1316
1317
|
position: absolute;
|
|
1317
|
-
right: 50%;
|
|
1318
1318
|
top: 0;
|
|
1319
1319
|
transform: translate(-50%, -50%);
|
|
1320
1320
|
}
|
|
@@ -1331,8 +1331,8 @@
|
|
|
1331
1331
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1332
1332
|
background-color: #0070f0;
|
|
1333
1333
|
cursor: ns-resize;
|
|
1334
|
+
left: 50%;
|
|
1334
1335
|
position: absolute;
|
|
1335
|
-
right: 50%;
|
|
1336
1336
|
top: 100%;
|
|
1337
1337
|
transform: translate(-50%, -50%);
|
|
1338
1338
|
}
|
|
@@ -2463,9 +2463,8 @@
|
|
|
2463
2463
|
bottom: 0;
|
|
2464
2464
|
float: right;
|
|
2465
2465
|
height: 18px;
|
|
2466
|
-
margin-right: -1px;
|
|
2467
2466
|
padding: 0;
|
|
2468
|
-
position:
|
|
2467
|
+
position: absolute;
|
|
2469
2468
|
right: 0;
|
|
2470
2469
|
width: 20px;
|
|
2471
2470
|
z-index: 2;
|
package/styles/bootstrap.css
CHANGED
|
@@ -1320,8 +1320,8 @@
|
|
|
1320
1320
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1321
1321
|
background-color: #317ab9;
|
|
1322
1322
|
cursor: ns-resize;
|
|
1323
|
+
left: 50%;
|
|
1323
1324
|
position: absolute;
|
|
1324
|
-
right: 50%;
|
|
1325
1325
|
top: 0;
|
|
1326
1326
|
transform: translate(-50%, -50%);
|
|
1327
1327
|
}
|
|
@@ -1338,8 +1338,8 @@
|
|
|
1338
1338
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1339
1339
|
background-color: #317ab9;
|
|
1340
1340
|
cursor: ns-resize;
|
|
1341
|
+
left: 50%;
|
|
1341
1342
|
position: absolute;
|
|
1342
|
-
right: 50%;
|
|
1343
1343
|
top: 100%;
|
|
1344
1344
|
transform: translate(-50%, -50%);
|
|
1345
1345
|
}
|
|
@@ -2493,9 +2493,8 @@
|
|
|
2493
2493
|
bottom: 0;
|
|
2494
2494
|
float: right;
|
|
2495
2495
|
height: 18px;
|
|
2496
|
-
margin-right: -1px;
|
|
2497
2496
|
padding: 0;
|
|
2498
|
-
position:
|
|
2497
|
+
position: absolute;
|
|
2499
2498
|
right: 0;
|
|
2500
2499
|
width: 20px;
|
|
2501
2500
|
z-index: 2;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1356,8 +1356,8 @@
|
|
|
1356
1356
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1357
1357
|
background-color: #007bff;
|
|
1358
1358
|
cursor: ns-resize;
|
|
1359
|
+
left: 50%;
|
|
1359
1360
|
position: absolute;
|
|
1360
|
-
right: 50%;
|
|
1361
1361
|
top: 0;
|
|
1362
1362
|
transform: translate(-50%, -50%);
|
|
1363
1363
|
}
|
|
@@ -1374,8 +1374,8 @@
|
|
|
1374
1374
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1375
1375
|
background-color: #007bff;
|
|
1376
1376
|
cursor: ns-resize;
|
|
1377
|
+
left: 50%;
|
|
1377
1378
|
position: absolute;
|
|
1378
|
-
right: 50%;
|
|
1379
1379
|
top: 100%;
|
|
1380
1380
|
transform: translate(-50%, -50%);
|
|
1381
1381
|
}
|
|
@@ -2540,9 +2540,8 @@
|
|
|
2540
2540
|
bottom: 0;
|
|
2541
2541
|
float: right;
|
|
2542
2542
|
height: 18px;
|
|
2543
|
-
margin-right: -1px;
|
|
2544
2543
|
padding: 0;
|
|
2545
|
-
position:
|
|
2544
|
+
position: absolute;
|
|
2546
2545
|
right: 0;
|
|
2547
2546
|
width: 20px;
|
|
2548
2547
|
z-index: 2;
|
|
@@ -68,7 +68,6 @@
|
|
|
68
68
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
69
69
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
70
70
|
background: transparent;
|
|
71
|
-
color: inherit;
|
|
72
71
|
}
|
|
73
72
|
|
|
74
73
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -1357,8 +1356,8 @@
|
|
|
1357
1356
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1358
1357
|
background-color: #0d6efd;
|
|
1359
1358
|
cursor: ns-resize;
|
|
1359
|
+
left: 50%;
|
|
1360
1360
|
position: absolute;
|
|
1361
|
-
right: 50%;
|
|
1362
1361
|
top: 0;
|
|
1363
1362
|
transform: translate(-50%, -50%);
|
|
1364
1363
|
}
|
|
@@ -1375,8 +1374,8 @@
|
|
|
1375
1374
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1376
1375
|
background-color: #0d6efd;
|
|
1377
1376
|
cursor: ns-resize;
|
|
1377
|
+
left: 50%;
|
|
1378
1378
|
position: absolute;
|
|
1379
|
-
right: 50%;
|
|
1380
1379
|
top: 100%;
|
|
1381
1380
|
transform: translate(-50%, -50%);
|
|
1382
1381
|
}
|
|
@@ -2502,9 +2501,8 @@
|
|
|
2502
2501
|
bottom: 0;
|
|
2503
2502
|
float: right;
|
|
2504
2503
|
height: 18px;
|
|
2505
|
-
margin-right: -1px;
|
|
2506
2504
|
padding: 0;
|
|
2507
|
-
position:
|
|
2505
|
+
position: absolute;
|
|
2508
2506
|
right: 0;
|
|
2509
2507
|
width: 20px;
|
|
2510
2508
|
z-index: 2;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -68,7 +68,6 @@
|
|
|
68
68
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
69
69
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
70
70
|
background: transparent;
|
|
71
|
-
color: inherit;
|
|
72
71
|
}
|
|
73
72
|
|
|
74
73
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -1357,8 +1356,8 @@
|
|
|
1357
1356
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1358
1357
|
background-color: #0d6efd;
|
|
1359
1358
|
cursor: ns-resize;
|
|
1359
|
+
left: 50%;
|
|
1360
1360
|
position: absolute;
|
|
1361
|
-
right: 50%;
|
|
1362
1361
|
top: 0;
|
|
1363
1362
|
transform: translate(-50%, -50%);
|
|
1364
1363
|
}
|
|
@@ -1375,8 +1374,8 @@
|
|
|
1375
1374
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1376
1375
|
background-color: #0d6efd;
|
|
1377
1376
|
cursor: ns-resize;
|
|
1377
|
+
left: 50%;
|
|
1378
1378
|
position: absolute;
|
|
1379
|
-
right: 50%;
|
|
1380
1379
|
top: 100%;
|
|
1381
1380
|
transform: translate(-50%, -50%);
|
|
1382
1381
|
}
|
|
@@ -2502,9 +2501,8 @@
|
|
|
2502
2501
|
bottom: 0;
|
|
2503
2502
|
float: right;
|
|
2504
2503
|
height: 18px;
|
|
2505
|
-
margin-right: -1px;
|
|
2506
2504
|
padding: 0;
|
|
2507
|
-
position:
|
|
2505
|
+
position: absolute;
|
|
2508
2506
|
right: 0;
|
|
2509
2507
|
width: 20px;
|
|
2510
2508
|
z-index: 2;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1287,8 +1287,8 @@
|
|
|
1287
1287
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1288
1288
|
background-color: #0074cc;
|
|
1289
1289
|
cursor: ns-resize;
|
|
1290
|
+
left: 50%;
|
|
1290
1291
|
position: absolute;
|
|
1291
|
-
right: 50%;
|
|
1292
1292
|
top: 0;
|
|
1293
1293
|
transform: translate(-50%, -50%);
|
|
1294
1294
|
}
|
|
@@ -1305,8 +1305,8 @@
|
|
|
1305
1305
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1306
1306
|
background-color: #0074cc;
|
|
1307
1307
|
cursor: ns-resize;
|
|
1308
|
+
left: 50%;
|
|
1308
1309
|
position: absolute;
|
|
1309
|
-
right: 50%;
|
|
1310
1310
|
top: 100%;
|
|
1311
1311
|
transform: translate(-50%, -50%);
|
|
1312
1312
|
}
|
|
@@ -2441,9 +2441,8 @@
|
|
|
2441
2441
|
bottom: 0;
|
|
2442
2442
|
float: right;
|
|
2443
2443
|
height: 18px;
|
|
2444
|
-
margin-right: -1px;
|
|
2445
2444
|
padding: 0;
|
|
2446
|
-
position:
|
|
2445
|
+
position: absolute;
|
|
2447
2446
|
right: 0;
|
|
2448
2447
|
width: 20px;
|
|
2449
2448
|
z-index: 2;
|
package/styles/fabric.css
CHANGED
|
@@ -1290,8 +1290,8 @@
|
|
|
1290
1290
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1291
1291
|
background-color: #0078d6;
|
|
1292
1292
|
cursor: ns-resize;
|
|
1293
|
+
left: 50%;
|
|
1293
1294
|
position: absolute;
|
|
1294
|
-
right: 50%;
|
|
1295
1295
|
top: 0;
|
|
1296
1296
|
transform: translate(-50%, -50%);
|
|
1297
1297
|
}
|
|
@@ -1308,8 +1308,8 @@
|
|
|
1308
1308
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1309
1309
|
background-color: #0078d6;
|
|
1310
1310
|
cursor: ns-resize;
|
|
1311
|
+
left: 50%;
|
|
1311
1312
|
position: absolute;
|
|
1312
|
-
right: 50%;
|
|
1313
1313
|
top: 100%;
|
|
1314
1314
|
transform: translate(-50%, -50%);
|
|
1315
1315
|
}
|
|
@@ -2451,9 +2451,8 @@
|
|
|
2451
2451
|
bottom: 0;
|
|
2452
2452
|
float: right;
|
|
2453
2453
|
height: 18px;
|
|
2454
|
-
margin-right: -1px;
|
|
2455
2454
|
padding: 0;
|
|
2456
|
-
position:
|
|
2455
|
+
position: absolute;
|
|
2457
2456
|
right: 0;
|
|
2458
2457
|
width: 20px;
|
|
2459
2458
|
z-index: 2;
|
|
@@ -613,8 +613,8 @@
|
|
|
613
613
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
614
614
|
background-color: #400074;
|
|
615
615
|
cursor: ns-resize;
|
|
616
|
+
left: 50%;
|
|
616
617
|
position: absolute;
|
|
617
|
-
right: 50%;
|
|
618
618
|
top: 0;
|
|
619
619
|
transform: translate(-50%, -50%);
|
|
620
620
|
}
|
|
@@ -631,8 +631,8 @@
|
|
|
631
631
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
632
632
|
background-color: #400074;
|
|
633
633
|
cursor: ns-resize;
|
|
634
|
+
left: 50%;
|
|
634
635
|
position: absolute;
|
|
635
|
-
right: 50%;
|
|
636
636
|
top: 100%;
|
|
637
637
|
transform: translate(-50%, -50%);
|
|
638
638
|
}
|
|
@@ -1763,9 +1763,8 @@
|
|
|
1763
1763
|
bottom: 0;
|
|
1764
1764
|
float: right;
|
|
1765
1765
|
height: 18px;
|
|
1766
|
-
margin-right: -1px;
|
|
1767
1766
|
padding: 0;
|
|
1768
|
-
position:
|
|
1767
|
+
position: absolute;
|
|
1769
1768
|
right: 0;
|
|
1770
1769
|
width: 20px;
|
|
1771
1770
|
z-index: 2;
|
package/styles/highcontrast.css
CHANGED
|
@@ -1303,8 +1303,8 @@
|
|
|
1303
1303
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1304
1304
|
background-color: #685708;
|
|
1305
1305
|
cursor: ns-resize;
|
|
1306
|
+
left: 50%;
|
|
1306
1307
|
position: absolute;
|
|
1307
|
-
right: 50%;
|
|
1308
1308
|
top: 0;
|
|
1309
1309
|
transform: translate(-50%, -50%);
|
|
1310
1310
|
}
|
|
@@ -1321,8 +1321,8 @@
|
|
|
1321
1321
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1322
1322
|
background-color: #685708;
|
|
1323
1323
|
cursor: ns-resize;
|
|
1324
|
+
left: 50%;
|
|
1324
1325
|
position: absolute;
|
|
1325
|
-
right: 50%;
|
|
1326
1326
|
top: 100%;
|
|
1327
1327
|
transform: translate(-50%, -50%);
|
|
1328
1328
|
}
|
|
@@ -2465,9 +2465,8 @@
|
|
|
2465
2465
|
bottom: 0;
|
|
2466
2466
|
float: right;
|
|
2467
2467
|
height: 18px;
|
|
2468
|
-
margin-right: -1px;
|
|
2469
2468
|
padding: 0;
|
|
2470
|
-
position:
|
|
2469
|
+
position: absolute;
|
|
2471
2470
|
right: 0;
|
|
2472
2471
|
width: 20px;
|
|
2473
2472
|
z-index: 2;
|
package/styles/material-dark.css
CHANGED
|
@@ -1339,8 +1339,8 @@
|
|
|
1339
1339
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1340
1340
|
background-color: #00b0ff;
|
|
1341
1341
|
cursor: ns-resize;
|
|
1342
|
+
left: 50%;
|
|
1342
1343
|
position: absolute;
|
|
1343
|
-
right: 50%;
|
|
1344
1344
|
top: 0;
|
|
1345
1345
|
transform: translate(-50%, -50%);
|
|
1346
1346
|
}
|
|
@@ -1357,8 +1357,8 @@
|
|
|
1357
1357
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1358
1358
|
background-color: #00b0ff;
|
|
1359
1359
|
cursor: ns-resize;
|
|
1360
|
+
left: 50%;
|
|
1360
1361
|
position: absolute;
|
|
1361
|
-
right: 50%;
|
|
1362
1362
|
top: 100%;
|
|
1363
1363
|
transform: translate(-50%, -50%);
|
|
1364
1364
|
}
|
|
@@ -2488,12 +2488,13 @@
|
|
|
2488
2488
|
bottom: 0;
|
|
2489
2489
|
float: right;
|
|
2490
2490
|
height: 18px;
|
|
2491
|
-
margin-right: -1px;
|
|
2492
2491
|
padding: 0;
|
|
2493
|
-
position:
|
|
2492
|
+
position: absolute;
|
|
2494
2493
|
right: 0;
|
|
2495
2494
|
width: 20px;
|
|
2496
2495
|
z-index: 2;
|
|
2496
|
+
bottom: .5px;
|
|
2497
|
+
right: .5px;
|
|
2497
2498
|
}
|
|
2498
2499
|
|
|
2499
2500
|
.e-colorpicker-wrapper.e-border-colorpicker {
|
package/styles/material.css
CHANGED
|
@@ -1366,8 +1366,8 @@
|
|
|
1366
1366
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1367
1367
|
background-color: #e3165b;
|
|
1368
1368
|
cursor: ns-resize;
|
|
1369
|
+
left: 50%;
|
|
1369
1370
|
position: absolute;
|
|
1370
|
-
right: 50%;
|
|
1371
1371
|
top: 0;
|
|
1372
1372
|
transform: translate(-50%, -50%);
|
|
1373
1373
|
}
|
|
@@ -1384,8 +1384,8 @@
|
|
|
1384
1384
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1385
1385
|
background-color: #e3165b;
|
|
1386
1386
|
cursor: ns-resize;
|
|
1387
|
+
left: 50%;
|
|
1387
1388
|
position: absolute;
|
|
1388
|
-
right: 50%;
|
|
1389
1389
|
top: 100%;
|
|
1390
1390
|
transform: translate(-50%, -50%);
|
|
1391
1391
|
}
|
|
@@ -2529,12 +2529,13 @@
|
|
|
2529
2529
|
bottom: 0;
|
|
2530
2530
|
float: right;
|
|
2531
2531
|
height: 18px;
|
|
2532
|
-
margin-right: -1px;
|
|
2533
2532
|
padding: 0;
|
|
2534
|
-
position:
|
|
2533
|
+
position: absolute;
|
|
2535
2534
|
right: 0;
|
|
2536
2535
|
width: 20px;
|
|
2537
2536
|
z-index: 2;
|
|
2537
|
+
bottom: .5px;
|
|
2538
|
+
right: .5px;
|
|
2538
2539
|
}
|
|
2539
2540
|
|
|
2540
2541
|
.e-colorpicker-wrapper.e-border-colorpicker {
|
|
@@ -1313,8 +1313,8 @@
|
|
|
1313
1313
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1314
1314
|
background-color: #0070f0;
|
|
1315
1315
|
cursor: ns-resize;
|
|
1316
|
+
left: 50%;
|
|
1316
1317
|
position: absolute;
|
|
1317
|
-
right: 50%;
|
|
1318
1318
|
top: 0;
|
|
1319
1319
|
transform: translate(-50%, -50%);
|
|
1320
1320
|
}
|
|
@@ -1331,8 +1331,8 @@
|
|
|
1331
1331
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1332
1332
|
background-color: #0070f0;
|
|
1333
1333
|
cursor: ns-resize;
|
|
1334
|
+
left: 50%;
|
|
1334
1335
|
position: absolute;
|
|
1335
|
-
right: 50%;
|
|
1336
1336
|
top: 100%;
|
|
1337
1337
|
transform: translate(-50%, -50%);
|
|
1338
1338
|
}
|
|
@@ -2463,9 +2463,8 @@
|
|
|
2463
2463
|
bottom: 0;
|
|
2464
2464
|
float: right;
|
|
2465
2465
|
height: 18px;
|
|
2466
|
-
margin-right: -1px;
|
|
2467
2466
|
padding: 0;
|
|
2468
|
-
position:
|
|
2467
|
+
position: absolute;
|
|
2469
2468
|
right: 0;
|
|
2470
2469
|
width: 20px;
|
|
2471
2470
|
z-index: 2;
|
|
@@ -1320,8 +1320,8 @@
|
|
|
1320
1320
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1321
1321
|
background-color: #317ab9;
|
|
1322
1322
|
cursor: ns-resize;
|
|
1323
|
+
left: 50%;
|
|
1323
1324
|
position: absolute;
|
|
1324
|
-
right: 50%;
|
|
1325
1325
|
top: 0;
|
|
1326
1326
|
transform: translate(-50%, -50%);
|
|
1327
1327
|
}
|
|
@@ -1338,8 +1338,8 @@
|
|
|
1338
1338
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1339
1339
|
background-color: #317ab9;
|
|
1340
1340
|
cursor: ns-resize;
|
|
1341
|
+
left: 50%;
|
|
1341
1342
|
position: absolute;
|
|
1342
|
-
right: 50%;
|
|
1343
1343
|
top: 100%;
|
|
1344
1344
|
transform: translate(-50%, -50%);
|
|
1345
1345
|
}
|
|
@@ -2493,9 +2493,8 @@
|
|
|
2493
2493
|
bottom: 0;
|
|
2494
2494
|
float: right;
|
|
2495
2495
|
height: 18px;
|
|
2496
|
-
margin-right: -1px;
|
|
2497
2496
|
padding: 0;
|
|
2498
|
-
position:
|
|
2497
|
+
position: absolute;
|
|
2499
2498
|
right: 0;
|
|
2500
2499
|
width: 20px;
|
|
2501
2500
|
z-index: 2;
|
|
@@ -1356,8 +1356,8 @@
|
|
|
1356
1356
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1357
1357
|
background-color: #007bff;
|
|
1358
1358
|
cursor: ns-resize;
|
|
1359
|
+
left: 50%;
|
|
1359
1360
|
position: absolute;
|
|
1360
|
-
right: 50%;
|
|
1361
1361
|
top: 0;
|
|
1362
1362
|
transform: translate(-50%, -50%);
|
|
1363
1363
|
}
|
|
@@ -1374,8 +1374,8 @@
|
|
|
1374
1374
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1375
1375
|
background-color: #007bff;
|
|
1376
1376
|
cursor: ns-resize;
|
|
1377
|
+
left: 50%;
|
|
1377
1378
|
position: absolute;
|
|
1378
|
-
right: 50%;
|
|
1379
1379
|
top: 100%;
|
|
1380
1380
|
transform: translate(-50%, -50%);
|
|
1381
1381
|
}
|
|
@@ -2540,9 +2540,8 @@
|
|
|
2540
2540
|
bottom: 0;
|
|
2541
2541
|
float: right;
|
|
2542
2542
|
height: 18px;
|
|
2543
|
-
margin-right: -1px;
|
|
2544
2543
|
padding: 0;
|
|
2545
|
-
position:
|
|
2544
|
+
position: absolute;
|
|
2546
2545
|
right: 0;
|
|
2547
2546
|
width: 20px;
|
|
2548
2547
|
z-index: 2;
|
|
@@ -68,7 +68,6 @@
|
|
|
68
68
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
69
69
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
70
70
|
background: transparent;
|
|
71
|
-
color: inherit;
|
|
72
71
|
}
|
|
73
72
|
|
|
74
73
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -1357,8 +1356,8 @@
|
|
|
1357
1356
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1358
1357
|
background-color: #0d6efd;
|
|
1359
1358
|
cursor: ns-resize;
|
|
1359
|
+
left: 50%;
|
|
1360
1360
|
position: absolute;
|
|
1361
|
-
right: 50%;
|
|
1362
1361
|
top: 0;
|
|
1363
1362
|
transform: translate(-50%, -50%);
|
|
1364
1363
|
}
|
|
@@ -1375,8 +1374,8 @@
|
|
|
1375
1374
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1376
1375
|
background-color: #0d6efd;
|
|
1377
1376
|
cursor: ns-resize;
|
|
1377
|
+
left: 50%;
|
|
1378
1378
|
position: absolute;
|
|
1379
|
-
right: 50%;
|
|
1380
1379
|
top: 100%;
|
|
1381
1380
|
transform: translate(-50%, -50%);
|
|
1382
1381
|
}
|
|
@@ -2502,9 +2501,8 @@
|
|
|
2502
2501
|
bottom: 0;
|
|
2503
2502
|
float: right;
|
|
2504
2503
|
height: 18px;
|
|
2505
|
-
margin-right: -1px;
|
|
2506
2504
|
padding: 0;
|
|
2507
|
-
position:
|
|
2505
|
+
position: absolute;
|
|
2508
2506
|
right: 0;
|
|
2509
2507
|
width: 20px;
|
|
2510
2508
|
z-index: 2;
|
|
@@ -68,7 +68,6 @@
|
|
|
68
68
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
69
69
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
70
70
|
background: transparent;
|
|
71
|
-
color: inherit;
|
|
72
71
|
}
|
|
73
72
|
|
|
74
73
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -1357,8 +1356,8 @@
|
|
|
1357
1356
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1358
1357
|
background-color: #0d6efd;
|
|
1359
1358
|
cursor: ns-resize;
|
|
1359
|
+
left: 50%;
|
|
1360
1360
|
position: absolute;
|
|
1361
|
-
right: 50%;
|
|
1362
1361
|
top: 0;
|
|
1363
1362
|
transform: translate(-50%, -50%);
|
|
1364
1363
|
}
|
|
@@ -1375,8 +1374,8 @@
|
|
|
1375
1374
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1376
1375
|
background-color: #0d6efd;
|
|
1377
1376
|
cursor: ns-resize;
|
|
1377
|
+
left: 50%;
|
|
1378
1378
|
position: absolute;
|
|
1379
|
-
right: 50%;
|
|
1380
1379
|
top: 100%;
|
|
1381
1380
|
transform: translate(-50%, -50%);
|
|
1382
1381
|
}
|
|
@@ -2502,9 +2501,8 @@
|
|
|
2502
2501
|
bottom: 0;
|
|
2503
2502
|
float: right;
|
|
2504
2503
|
height: 18px;
|
|
2505
|
-
margin-right: -1px;
|
|
2506
2504
|
padding: 0;
|
|
2507
|
-
position:
|
|
2505
|
+
position: absolute;
|
|
2508
2506
|
right: 0;
|
|
2509
2507
|
width: 20px;
|
|
2510
2508
|
z-index: 2;
|
|
@@ -1287,8 +1287,8 @@
|
|
|
1287
1287
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1288
1288
|
background-color: #0074cc;
|
|
1289
1289
|
cursor: ns-resize;
|
|
1290
|
+
left: 50%;
|
|
1290
1291
|
position: absolute;
|
|
1291
|
-
right: 50%;
|
|
1292
1292
|
top: 0;
|
|
1293
1293
|
transform: translate(-50%, -50%);
|
|
1294
1294
|
}
|
|
@@ -1305,8 +1305,8 @@
|
|
|
1305
1305
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1306
1306
|
background-color: #0074cc;
|
|
1307
1307
|
cursor: ns-resize;
|
|
1308
|
+
left: 50%;
|
|
1308
1309
|
position: absolute;
|
|
1309
|
-
right: 50%;
|
|
1310
1310
|
top: 100%;
|
|
1311
1311
|
transform: translate(-50%, -50%);
|
|
1312
1312
|
}
|
|
@@ -2441,9 +2441,8 @@
|
|
|
2441
2441
|
bottom: 0;
|
|
2442
2442
|
float: right;
|
|
2443
2443
|
height: 18px;
|
|
2444
|
-
margin-right: -1px;
|
|
2445
2444
|
padding: 0;
|
|
2446
|
-
position:
|
|
2445
|
+
position: absolute;
|
|
2447
2446
|
right: 0;
|
|
2448
2447
|
width: 20px;
|
|
2449
2448
|
z-index: 2;
|
|
@@ -1290,8 +1290,8 @@
|
|
|
1290
1290
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1291
1291
|
background-color: #0078d6;
|
|
1292
1292
|
cursor: ns-resize;
|
|
1293
|
+
left: 50%;
|
|
1293
1294
|
position: absolute;
|
|
1294
|
-
right: 50%;
|
|
1295
1295
|
top: 0;
|
|
1296
1296
|
transform: translate(-50%, -50%);
|
|
1297
1297
|
}
|
|
@@ -1308,8 +1308,8 @@
|
|
|
1308
1308
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1309
1309
|
background-color: #0078d6;
|
|
1310
1310
|
cursor: ns-resize;
|
|
1311
|
+
left: 50%;
|
|
1311
1312
|
position: absolute;
|
|
1312
|
-
right: 50%;
|
|
1313
1313
|
top: 100%;
|
|
1314
1314
|
transform: translate(-50%, -50%);
|
|
1315
1315
|
}
|
|
@@ -2451,9 +2451,8 @@
|
|
|
2451
2451
|
bottom: 0;
|
|
2452
2452
|
float: right;
|
|
2453
2453
|
height: 18px;
|
|
2454
|
-
margin-right: -1px;
|
|
2455
2454
|
padding: 0;
|
|
2456
|
-
position:
|
|
2455
|
+
position: absolute;
|
|
2457
2456
|
right: 0;
|
|
2458
2457
|
width: 20px;
|
|
2459
2458
|
z-index: 2;
|
|
@@ -613,8 +613,8 @@
|
|
|
613
613
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
614
614
|
background-color: #400074;
|
|
615
615
|
cursor: ns-resize;
|
|
616
|
+
left: 50%;
|
|
616
617
|
position: absolute;
|
|
617
|
-
right: 50%;
|
|
618
618
|
top: 0;
|
|
619
619
|
transform: translate(-50%, -50%);
|
|
620
620
|
}
|
|
@@ -631,8 +631,8 @@
|
|
|
631
631
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
632
632
|
background-color: #400074;
|
|
633
633
|
cursor: ns-resize;
|
|
634
|
+
left: 50%;
|
|
634
635
|
position: absolute;
|
|
635
|
-
right: 50%;
|
|
636
636
|
top: 100%;
|
|
637
637
|
transform: translate(-50%, -50%);
|
|
638
638
|
}
|
|
@@ -1763,9 +1763,8 @@
|
|
|
1763
1763
|
bottom: 0;
|
|
1764
1764
|
float: right;
|
|
1765
1765
|
height: 18px;
|
|
1766
|
-
margin-right: -1px;
|
|
1767
1766
|
padding: 0;
|
|
1768
|
-
position:
|
|
1767
|
+
position: absolute;
|
|
1769
1768
|
right: 0;
|
|
1770
1769
|
width: 20px;
|
|
1771
1770
|
z-index: 2;
|
|
@@ -1303,8 +1303,8 @@
|
|
|
1303
1303
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1304
1304
|
background-color: #685708;
|
|
1305
1305
|
cursor: ns-resize;
|
|
1306
|
+
left: 50%;
|
|
1306
1307
|
position: absolute;
|
|
1307
|
-
right: 50%;
|
|
1308
1308
|
top: 0;
|
|
1309
1309
|
transform: translate(-50%, -50%);
|
|
1310
1310
|
}
|
|
@@ -1321,8 +1321,8 @@
|
|
|
1321
1321
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1322
1322
|
background-color: #685708;
|
|
1323
1323
|
cursor: ns-resize;
|
|
1324
|
+
left: 50%;
|
|
1324
1325
|
position: absolute;
|
|
1325
|
-
right: 50%;
|
|
1326
1326
|
top: 100%;
|
|
1327
1327
|
transform: translate(-50%, -50%);
|
|
1328
1328
|
}
|
|
@@ -2465,9 +2465,8 @@
|
|
|
2465
2465
|
bottom: 0;
|
|
2466
2466
|
float: right;
|
|
2467
2467
|
height: 18px;
|
|
2468
|
-
margin-right: -1px;
|
|
2469
2468
|
padding: 0;
|
|
2470
|
-
position:
|
|
2469
|
+
position: absolute;
|
|
2471
2470
|
right: 0;
|
|
2472
2471
|
width: 20px;
|
|
2473
2472
|
z-index: 2;
|
|
@@ -1339,8 +1339,8 @@
|
|
|
1339
1339
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1340
1340
|
background-color: #00b0ff;
|
|
1341
1341
|
cursor: ns-resize;
|
|
1342
|
+
left: 50%;
|
|
1342
1343
|
position: absolute;
|
|
1343
|
-
right: 50%;
|
|
1344
1344
|
top: 0;
|
|
1345
1345
|
transform: translate(-50%, -50%);
|
|
1346
1346
|
}
|
|
@@ -1357,8 +1357,8 @@
|
|
|
1357
1357
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1358
1358
|
background-color: #00b0ff;
|
|
1359
1359
|
cursor: ns-resize;
|
|
1360
|
+
left: 50%;
|
|
1360
1361
|
position: absolute;
|
|
1361
|
-
right: 50%;
|
|
1362
1362
|
top: 100%;
|
|
1363
1363
|
transform: translate(-50%, -50%);
|
|
1364
1364
|
}
|
|
@@ -2488,12 +2488,13 @@
|
|
|
2488
2488
|
bottom: 0;
|
|
2489
2489
|
float: right;
|
|
2490
2490
|
height: 18px;
|
|
2491
|
-
margin-right: -1px;
|
|
2492
2491
|
padding: 0;
|
|
2493
|
-
position:
|
|
2492
|
+
position: absolute;
|
|
2494
2493
|
right: 0;
|
|
2495
2494
|
width: 20px;
|
|
2496
2495
|
z-index: 2;
|
|
2496
|
+
bottom: .5px;
|
|
2497
|
+
right: .5px;
|
|
2497
2498
|
}
|
|
2498
2499
|
|
|
2499
2500
|
.e-colorpicker-wrapper.e-border-colorpicker {
|
|
@@ -1366,8 +1366,8 @@
|
|
|
1366
1366
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1367
1367
|
background-color: #e3165b;
|
|
1368
1368
|
cursor: ns-resize;
|
|
1369
|
+
left: 50%;
|
|
1369
1370
|
position: absolute;
|
|
1370
|
-
right: 50%;
|
|
1371
1371
|
top: 0;
|
|
1372
1372
|
transform: translate(-50%, -50%);
|
|
1373
1373
|
}
|
|
@@ -1384,8 +1384,8 @@
|
|
|
1384
1384
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1385
1385
|
background-color: #e3165b;
|
|
1386
1386
|
cursor: ns-resize;
|
|
1387
|
+
left: 50%;
|
|
1387
1388
|
position: absolute;
|
|
1388
|
-
right: 50%;
|
|
1389
1389
|
top: 100%;
|
|
1390
1390
|
transform: translate(-50%, -50%);
|
|
1391
1391
|
}
|
|
@@ -2529,12 +2529,13 @@
|
|
|
2529
2529
|
bottom: 0;
|
|
2530
2530
|
float: right;
|
|
2531
2531
|
height: 18px;
|
|
2532
|
-
margin-right: -1px;
|
|
2533
2532
|
padding: 0;
|
|
2534
|
-
position:
|
|
2533
|
+
position: absolute;
|
|
2535
2534
|
right: 0;
|
|
2536
2535
|
width: 20px;
|
|
2537
2536
|
z-index: 2;
|
|
2537
|
+
bottom: .5px;
|
|
2538
|
+
right: .5px;
|
|
2538
2539
|
}
|
|
2539
2540
|
|
|
2540
2541
|
.e-colorpicker-wrapper.e-border-colorpicker {
|
|
@@ -1389,8 +1389,8 @@
|
|
|
1389
1389
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1390
1390
|
background-color: #22d3ee;
|
|
1391
1391
|
cursor: ns-resize;
|
|
1392
|
+
left: 50%;
|
|
1392
1393
|
position: absolute;
|
|
1393
|
-
right: 50%;
|
|
1394
1394
|
top: 0;
|
|
1395
1395
|
transform: translate(-50%, -50%);
|
|
1396
1396
|
}
|
|
@@ -1407,8 +1407,8 @@
|
|
|
1407
1407
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1408
1408
|
background-color: #22d3ee;
|
|
1409
1409
|
cursor: ns-resize;
|
|
1410
|
+
left: 50%;
|
|
1410
1411
|
position: absolute;
|
|
1411
|
-
right: 50%;
|
|
1412
1412
|
top: 100%;
|
|
1413
1413
|
transform: translate(-50%, -50%);
|
|
1414
1414
|
}
|
|
@@ -2561,9 +2561,8 @@
|
|
|
2561
2561
|
bottom: 0;
|
|
2562
2562
|
float: right;
|
|
2563
2563
|
height: 18px;
|
|
2564
|
-
margin-right: -1px;
|
|
2565
2564
|
padding: 0;
|
|
2566
|
-
position:
|
|
2565
|
+
position: absolute;
|
|
2567
2566
|
right: 0;
|
|
2568
2567
|
width: 20px;
|
|
2569
2568
|
z-index: 2;
|
|
@@ -1389,8 +1389,8 @@
|
|
|
1389
1389
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1390
1390
|
background-color: #4f46e5;
|
|
1391
1391
|
cursor: ns-resize;
|
|
1392
|
+
left: 50%;
|
|
1392
1393
|
position: absolute;
|
|
1393
|
-
right: 50%;
|
|
1394
1394
|
top: 0;
|
|
1395
1395
|
transform: translate(-50%, -50%);
|
|
1396
1396
|
}
|
|
@@ -1407,8 +1407,8 @@
|
|
|
1407
1407
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1408
1408
|
background-color: #4f46e5;
|
|
1409
1409
|
cursor: ns-resize;
|
|
1410
|
+
left: 50%;
|
|
1410
1411
|
position: absolute;
|
|
1411
|
-
right: 50%;
|
|
1412
1412
|
top: 100%;
|
|
1413
1413
|
transform: translate(-50%, -50%);
|
|
1414
1414
|
}
|
|
@@ -2561,9 +2561,8 @@
|
|
|
2561
2561
|
bottom: 0;
|
|
2562
2562
|
float: right;
|
|
2563
2563
|
height: 18px;
|
|
2564
|
-
margin-right: -1px;
|
|
2565
2564
|
padding: 0;
|
|
2566
|
-
position:
|
|
2565
|
+
position: absolute;
|
|
2567
2566
|
right: 0;
|
|
2568
2567
|
width: 20px;
|
|
2569
2568
|
z-index: 2;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1390,8 +1390,8 @@
|
|
|
1390
1390
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1391
1391
|
background-color: #22d3ee;
|
|
1392
1392
|
cursor: ns-resize;
|
|
1393
|
+
left: 50%;
|
|
1393
1394
|
position: absolute;
|
|
1394
|
-
right: 50%;
|
|
1395
1395
|
top: 0;
|
|
1396
1396
|
transform: translate(-50%, -50%);
|
|
1397
1397
|
}
|
|
@@ -1408,8 +1408,8 @@
|
|
|
1408
1408
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1409
1409
|
background-color: #22d3ee;
|
|
1410
1410
|
cursor: ns-resize;
|
|
1411
|
+
left: 50%;
|
|
1411
1412
|
position: absolute;
|
|
1412
|
-
right: 50%;
|
|
1413
1413
|
top: 100%;
|
|
1414
1414
|
transform: translate(-50%, -50%);
|
|
1415
1415
|
}
|
|
@@ -2562,9 +2562,8 @@
|
|
|
2562
2562
|
bottom: 0;
|
|
2563
2563
|
float: right;
|
|
2564
2564
|
height: 18px;
|
|
2565
|
-
margin-right: -1px;
|
|
2566
2565
|
padding: 0;
|
|
2567
|
-
position:
|
|
2566
|
+
position: absolute;
|
|
2568
2567
|
right: 0;
|
|
2569
2568
|
width: 20px;
|
|
2570
2569
|
z-index: 2;
|
package/styles/tailwind.css
CHANGED
|
@@ -1390,8 +1390,8 @@
|
|
|
1390
1390
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1391
1391
|
background-color: #4f46e5;
|
|
1392
1392
|
cursor: ns-resize;
|
|
1393
|
+
left: 50%;
|
|
1393
1394
|
position: absolute;
|
|
1394
|
-
right: 50%;
|
|
1395
1395
|
top: 0;
|
|
1396
1396
|
transform: translate(-50%, -50%);
|
|
1397
1397
|
}
|
|
@@ -1408,8 +1408,8 @@
|
|
|
1408
1408
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1409
1409
|
background-color: #4f46e5;
|
|
1410
1410
|
cursor: ns-resize;
|
|
1411
|
+
left: 50%;
|
|
1411
1412
|
position: absolute;
|
|
1412
|
-
right: 50%;
|
|
1413
1413
|
top: 100%;
|
|
1414
1414
|
transform: translate(-50%, -50%);
|
|
1415
1415
|
}
|
|
@@ -2562,9 +2562,8 @@
|
|
|
2562
2562
|
bottom: 0;
|
|
2563
2563
|
float: right;
|
|
2564
2564
|
height: 18px;
|
|
2565
|
-
margin-right: -1px;
|
|
2566
2565
|
padding: 0;
|
|
2567
|
-
position:
|
|
2566
|
+
position: absolute;
|
|
2568
2567
|
right: 0;
|
|
2569
2568
|
width: 20px;
|
|
2570
2569
|
z-index: 2;
|