@syncfusion/ej2-vue-spreadsheet 19.3.59 → 19.4.42

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.
Files changed (37) hide show
  1. package/CHANGELOG.md +74 -23
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-spreadsheet.umd.min.js +1 -1
  4. package/dist/es6/ej2-vue-spreadsheet.es2015.js +1 -1
  5. package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-spreadsheet.es5.js +1 -1
  7. package/dist/es6/ej2-vue-spreadsheet.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/spreadsheet/spreadsheet.component.d.ts +1 -1
  11. package/src/spreadsheet/spreadsheet.component.js +1 -1
  12. package/styles/bootstrap-dark.css +18 -6
  13. package/styles/bootstrap.css +18 -6
  14. package/styles/bootstrap4.css +23 -6
  15. package/styles/bootstrap5-dark.css +20 -7
  16. package/styles/bootstrap5.css +20 -7
  17. package/styles/fabric-dark.css +18 -6
  18. package/styles/fabric.css +18 -6
  19. package/styles/highcontrast-light.css +18 -6
  20. package/styles/highcontrast.css +18 -6
  21. package/styles/material-dark.css +20 -6
  22. package/styles/material.css +20 -6
  23. package/styles/spreadsheet/bootstrap-dark.css +18 -6
  24. package/styles/spreadsheet/bootstrap.css +18 -6
  25. package/styles/spreadsheet/bootstrap4.css +23 -6
  26. package/styles/spreadsheet/bootstrap5-dark.css +20 -7
  27. package/styles/spreadsheet/bootstrap5.css +20 -7
  28. package/styles/spreadsheet/fabric-dark.css +18 -6
  29. package/styles/spreadsheet/fabric.css +18 -6
  30. package/styles/spreadsheet/highcontrast-light.css +18 -6
  31. package/styles/spreadsheet/highcontrast.css +18 -6
  32. package/styles/spreadsheet/material-dark.css +20 -6
  33. package/styles/spreadsheet/material.css +20 -6
  34. package/styles/spreadsheet/tailwind-dark.css +18 -6
  35. package/styles/spreadsheet/tailwind.css +18 -6
  36. package/styles/tailwind-dark.css +18 -6
  37. package/styles/tailwind.css +18 -6
@@ -1199,6 +1199,7 @@
1199
1199
  padding-left: 2px;
1200
1200
  padding-right: 2px;
1201
1201
  position: absolute;
1202
+ text-decoration: inherit;
1202
1203
  width: 100%;
1203
1204
  }
1204
1205
 
@@ -1302,8 +1303,8 @@
1302
1303
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1303
1304
  background-color: #685708;
1304
1305
  cursor: ns-resize;
1306
+ left: 50%;
1305
1307
  position: absolute;
1306
- right: 50%;
1307
1308
  top: 0;
1308
1309
  transform: translate(-50%, -50%);
1309
1310
  }
@@ -1320,8 +1321,8 @@
1320
1321
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1321
1322
  background-color: #685708;
1322
1323
  cursor: ns-resize;
1324
+ left: 50%;
1323
1325
  position: absolute;
1324
- right: 50%;
1325
1326
  top: 100%;
1326
1327
  transform: translate(-50%, -50%);
1327
1328
  }
@@ -2341,18 +2342,30 @@
2341
2342
  margin: 4px 0;
2342
2343
  }
2343
2344
 
2345
+ .e-spreadsheet .e-open-dlg {
2346
+ width: 340px;
2347
+ }
2348
+
2349
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2350
+ color: #dd2c2c;
2351
+ font-size: 12px;
2352
+ padding-top: 7px;
2353
+ }
2354
+
2344
2355
  .e-spreadsheet .e-find-dlg {
2345
2356
  height: auto;
2346
2357
  width: 518px;
2347
2358
  }
2348
2359
 
2349
2360
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2350
- font-weight: bold;
2361
+ color: #dd2c2c;
2362
+ font-size: 12px;
2351
2363
  padding-top: 7px;
2352
2364
  }
2353
2365
 
2354
2366
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2355
- font-weight: bold;
2367
+ color: #dd2c2c;
2368
+ font-size: 12px;
2356
2369
  padding-top: 7px;
2357
2370
  }
2358
2371
 
@@ -2452,9 +2465,8 @@
2452
2465
  bottom: 0;
2453
2466
  float: right;
2454
2467
  height: 18px;
2455
- margin-right: -1px;
2456
2468
  padding: 0;
2457
- position: relative;
2469
+ position: absolute;
2458
2470
  right: 0;
2459
2471
  width: 20px;
2460
2472
  z-index: 2;
@@ -1235,6 +1235,7 @@
1235
1235
  padding-left: 2px;
1236
1236
  padding-right: 2px;
1237
1237
  position: absolute;
1238
+ text-decoration: inherit;
1238
1239
  width: 100%;
1239
1240
  }
1240
1241
 
@@ -1338,8 +1339,8 @@
1338
1339
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1339
1340
  background-color: #00b0ff;
1340
1341
  cursor: ns-resize;
1342
+ left: 50%;
1341
1343
  position: absolute;
1342
- right: 50%;
1343
1344
  top: 0;
1344
1345
  transform: translate(-50%, -50%);
1345
1346
  }
@@ -1356,8 +1357,8 @@
1356
1357
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1357
1358
  background-color: #00b0ff;
1358
1359
  cursor: ns-resize;
1360
+ left: 50%;
1359
1361
  position: absolute;
1360
- right: 50%;
1361
1362
  top: 100%;
1362
1363
  transform: translate(-50%, -50%);
1363
1364
  }
@@ -2364,18 +2365,30 @@
2364
2365
  margin: 4px 0;
2365
2366
  }
2366
2367
 
2368
+ .e-spreadsheet .e-open-dlg {
2369
+ width: 340px;
2370
+ }
2371
+
2372
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2373
+ color: #dd2c2c;
2374
+ font-size: 12px;
2375
+ padding-top: 7px;
2376
+ }
2377
+
2367
2378
  .e-spreadsheet .e-find-dlg {
2368
2379
  height: auto;
2369
2380
  width: 470px;
2370
2381
  }
2371
2382
 
2372
2383
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2373
- font-weight: bold;
2384
+ color: #dd2c2c;
2385
+ font-size: 12px;
2374
2386
  padding-top: 7px;
2375
2387
  }
2376
2388
 
2377
2389
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2378
- font-weight: bold;
2390
+ color: #dd2c2c;
2391
+ font-size: 12px;
2379
2392
  padding-top: 7px;
2380
2393
  }
2381
2394
 
@@ -2475,12 +2488,13 @@
2475
2488
  bottom: 0;
2476
2489
  float: right;
2477
2490
  height: 18px;
2478
- margin-right: -1px;
2479
2491
  padding: 0;
2480
- position: relative;
2492
+ position: absolute;
2481
2493
  right: 0;
2482
2494
  width: 20px;
2483
2495
  z-index: 2;
2496
+ bottom: .5px;
2497
+ right: .5px;
2484
2498
  }
2485
2499
 
2486
2500
  .e-colorpicker-wrapper.e-border-colorpicker {
@@ -1262,6 +1262,7 @@
1262
1262
  padding-left: 2px;
1263
1263
  padding-right: 2px;
1264
1264
  position: absolute;
1265
+ text-decoration: inherit;
1265
1266
  width: 100%;
1266
1267
  }
1267
1268
 
@@ -1365,8 +1366,8 @@
1365
1366
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1366
1367
  background-color: #e3165b;
1367
1368
  cursor: ns-resize;
1369
+ left: 50%;
1368
1370
  position: absolute;
1369
- right: 50%;
1370
1371
  top: 0;
1371
1372
  transform: translate(-50%, -50%);
1372
1373
  }
@@ -1383,8 +1384,8 @@
1383
1384
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1384
1385
  background-color: #e3165b;
1385
1386
  cursor: ns-resize;
1387
+ left: 50%;
1386
1388
  position: absolute;
1387
- right: 50%;
1388
1389
  top: 100%;
1389
1390
  transform: translate(-50%, -50%);
1390
1391
  }
@@ -2405,18 +2406,30 @@
2405
2406
  margin: 4px 0;
2406
2407
  }
2407
2408
 
2409
+ .e-spreadsheet .e-open-dlg {
2410
+ width: 340px;
2411
+ }
2412
+
2413
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2414
+ color: #dd2c2c;
2415
+ font-size: 12px;
2416
+ padding-top: 7px;
2417
+ }
2418
+
2408
2419
  .e-spreadsheet .e-find-dlg {
2409
2420
  height: auto;
2410
2421
  width: 468px;
2411
2422
  }
2412
2423
 
2413
2424
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2414
- font-weight: bold;
2425
+ color: #dd2c2c;
2426
+ font-size: 12px;
2415
2427
  padding-top: 7px;
2416
2428
  }
2417
2429
 
2418
2430
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2419
- font-weight: bold;
2431
+ color: #dd2c2c;
2432
+ font-size: 12px;
2420
2433
  padding-top: 7px;
2421
2434
  }
2422
2435
 
@@ -2516,12 +2529,13 @@
2516
2529
  bottom: 0;
2517
2530
  float: right;
2518
2531
  height: 18px;
2519
- margin-right: -1px;
2520
2532
  padding: 0;
2521
- position: relative;
2533
+ position: absolute;
2522
2534
  right: 0;
2523
2535
  width: 20px;
2524
2536
  z-index: 2;
2537
+ bottom: .5px;
2538
+ right: .5px;
2525
2539
  }
2526
2540
 
2527
2541
  .e-colorpicker-wrapper.e-border-colorpicker {
@@ -1209,6 +1209,7 @@
1209
1209
  padding-left: 2px;
1210
1210
  padding-right: 2px;
1211
1211
  position: absolute;
1212
+ text-decoration: inherit;
1212
1213
  width: 100%;
1213
1214
  }
1214
1215
 
@@ -1312,8 +1313,8 @@
1312
1313
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1313
1314
  background-color: #0070f0;
1314
1315
  cursor: ns-resize;
1316
+ left: 50%;
1315
1317
  position: absolute;
1316
- right: 50%;
1317
1318
  top: 0;
1318
1319
  transform: translate(-50%, -50%);
1319
1320
  }
@@ -1330,8 +1331,8 @@
1330
1331
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1331
1332
  background-color: #0070f0;
1332
1333
  cursor: ns-resize;
1334
+ left: 50%;
1333
1335
  position: absolute;
1334
- right: 50%;
1335
1336
  top: 100%;
1336
1337
  transform: translate(-50%, -50%);
1337
1338
  }
@@ -2339,18 +2340,30 @@
2339
2340
  margin: 4px 0;
2340
2341
  }
2341
2342
 
2343
+ .e-spreadsheet .e-open-dlg {
2344
+ width: 340px;
2345
+ }
2346
+
2347
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2348
+ color: #dd2c2c;
2349
+ font-size: 12px;
2350
+ padding-top: 7px;
2351
+ }
2352
+
2342
2353
  .e-spreadsheet .e-find-dlg {
2343
2354
  height: auto;
2344
2355
  width: 442px;
2345
2356
  }
2346
2357
 
2347
2358
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2348
- font-weight: bold;
2359
+ color: #dd2c2c;
2360
+ font-size: 12px;
2349
2361
  padding-top: 7px;
2350
2362
  }
2351
2363
 
2352
2364
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2353
- font-weight: bold;
2365
+ color: #dd2c2c;
2366
+ font-size: 12px;
2354
2367
  padding-top: 7px;
2355
2368
  }
2356
2369
 
@@ -2450,9 +2463,8 @@
2450
2463
  bottom: 0;
2451
2464
  float: right;
2452
2465
  height: 18px;
2453
- margin-right: -1px;
2454
2466
  padding: 0;
2455
- position: relative;
2467
+ position: absolute;
2456
2468
  right: 0;
2457
2469
  width: 20px;
2458
2470
  z-index: 2;
@@ -1216,6 +1216,7 @@
1216
1216
  padding-left: 2px;
1217
1217
  padding-right: 2px;
1218
1218
  position: absolute;
1219
+ text-decoration: inherit;
1219
1220
  width: 100%;
1220
1221
  }
1221
1222
 
@@ -1319,8 +1320,8 @@
1319
1320
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1320
1321
  background-color: #317ab9;
1321
1322
  cursor: ns-resize;
1323
+ left: 50%;
1322
1324
  position: absolute;
1323
- right: 50%;
1324
1325
  top: 0;
1325
1326
  transform: translate(-50%, -50%);
1326
1327
  }
@@ -1337,8 +1338,8 @@
1337
1338
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1338
1339
  background-color: #317ab9;
1339
1340
  cursor: ns-resize;
1341
+ left: 50%;
1340
1342
  position: absolute;
1341
- right: 50%;
1342
1343
  top: 100%;
1343
1344
  transform: translate(-50%, -50%);
1344
1345
  }
@@ -2369,18 +2370,30 @@
2369
2370
  margin: 4px 0;
2370
2371
  }
2371
2372
 
2373
+ .e-spreadsheet .e-open-dlg {
2374
+ width: 340px;
2375
+ }
2376
+
2377
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2378
+ color: #dd2c2c;
2379
+ font-size: 12px;
2380
+ padding-top: 7px;
2381
+ }
2382
+
2372
2383
  .e-spreadsheet .e-find-dlg {
2373
2384
  height: auto;
2374
2385
  width: 442px;
2375
2386
  }
2376
2387
 
2377
2388
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2378
- font-weight: bold;
2389
+ color: #dd2c2c;
2390
+ font-size: 12px;
2379
2391
  padding-top: 7px;
2380
2392
  }
2381
2393
 
2382
2394
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2383
- font-weight: bold;
2395
+ color: #dd2c2c;
2396
+ font-size: 12px;
2384
2397
  padding-top: 7px;
2385
2398
  }
2386
2399
 
@@ -2480,9 +2493,8 @@
2480
2493
  bottom: 0;
2481
2494
  float: right;
2482
2495
  height: 18px;
2483
- margin-right: -1px;
2484
2496
  padding: 0;
2485
- position: relative;
2497
+ position: absolute;
2486
2498
  right: 0;
2487
2499
  width: 20px;
2488
2500
  z-index: 2;
@@ -1252,6 +1252,7 @@
1252
1252
  padding-left: 2px;
1253
1253
  padding-right: 2px;
1254
1254
  position: absolute;
1255
+ text-decoration: inherit;
1255
1256
  width: 100%;
1256
1257
  }
1257
1258
 
@@ -1355,8 +1356,8 @@
1355
1356
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1356
1357
  background-color: #007bff;
1357
1358
  cursor: ns-resize;
1359
+ left: 50%;
1358
1360
  position: absolute;
1359
- right: 50%;
1360
1361
  top: 0;
1361
1362
  transform: translate(-50%, -50%);
1362
1363
  }
@@ -1373,8 +1374,8 @@
1373
1374
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1374
1375
  background-color: #007bff;
1375
1376
  cursor: ns-resize;
1377
+ left: 50%;
1376
1378
  position: absolute;
1377
- right: 50%;
1378
1379
  top: 100%;
1379
1380
  transform: translate(-50%, -50%);
1380
1381
  }
@@ -2411,18 +2412,35 @@
2411
2412
  margin: 4px 0;
2412
2413
  }
2413
2414
 
2415
+ .e-spreadsheet .e-open-dlg {
2416
+ width: 340px;
2417
+ }
2418
+
2419
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-input-group-icon {
2420
+ padding-left: 4px;
2421
+ padding-right: 4px;
2422
+ }
2423
+
2424
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2425
+ color: #dd2c2c;
2426
+ font-size: 12px;
2427
+ padding-top: 7px;
2428
+ }
2429
+
2414
2430
  .e-spreadsheet .e-find-dlg {
2415
2431
  height: auto;
2416
2432
  width: 413px;
2417
2433
  }
2418
2434
 
2419
2435
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2420
- font-weight: bold;
2436
+ color: #dd2c2c;
2437
+ font-size: 12px;
2421
2438
  padding-top: 7px;
2422
2439
  }
2423
2440
 
2424
2441
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2425
- font-weight: bold;
2442
+ color: #dd2c2c;
2443
+ font-size: 12px;
2426
2444
  padding-top: 7px;
2427
2445
  }
2428
2446
 
@@ -2522,9 +2540,8 @@
2522
2540
  bottom: 0;
2523
2541
  float: right;
2524
2542
  height: 18px;
2525
- margin-right: -1px;
2526
2543
  padding: 0;
2527
- position: relative;
2544
+ position: absolute;
2528
2545
  right: 0;
2529
2546
  width: 20px;
2530
2547
  z-index: 2;
@@ -1,3 +1,5 @@
1
+ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
2
+ /*! Tab's bootstrap5 theme wise override definitions and variables */
1
3
  /*! Horizontal Tab */
2
4
  /*! Bootstrap specific themes definition's */
3
5
  /*! Vertical Tab */
@@ -66,7 +68,6 @@
66
68
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
67
69
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
68
70
  background: transparent;
69
- color: inherit;
70
71
  }
71
72
 
72
73
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -1251,6 +1252,7 @@
1251
1252
  padding-left: 2px;
1252
1253
  padding-right: 2px;
1253
1254
  position: absolute;
1255
+ text-decoration: inherit;
1254
1256
  width: 100%;
1255
1257
  }
1256
1258
 
@@ -1354,8 +1356,8 @@
1354
1356
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1355
1357
  background-color: #0d6efd;
1356
1358
  cursor: ns-resize;
1359
+ left: 50%;
1357
1360
  position: absolute;
1358
- right: 50%;
1359
1361
  top: 0;
1360
1362
  transform: translate(-50%, -50%);
1361
1363
  }
@@ -1372,8 +1374,8 @@
1372
1374
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1373
1375
  background-color: #0d6efd;
1374
1376
  cursor: ns-resize;
1377
+ left: 50%;
1375
1378
  position: absolute;
1376
- right: 50%;
1377
1379
  top: 100%;
1378
1380
  transform: translate(-50%, -50%);
1379
1381
  }
@@ -2376,18 +2378,30 @@
2376
2378
  margin: 4px 0;
2377
2379
  }
2378
2380
 
2381
+ .e-spreadsheet .e-open-dlg {
2382
+ width: 340px;
2383
+ }
2384
+
2385
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2386
+ color: #e4606d;
2387
+ font-size: 12px;
2388
+ padding-top: 7px;
2389
+ }
2390
+
2379
2391
  .e-spreadsheet .e-find-dlg {
2380
2392
  height: auto;
2381
2393
  width: 468px;
2382
2394
  }
2383
2395
 
2384
2396
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2385
- font-weight: bold;
2397
+ color: #e4606d;
2398
+ font-size: 12px;
2386
2399
  padding-top: 7px;
2387
2400
  }
2388
2401
 
2389
2402
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2390
- font-weight: bold;
2403
+ color: #e4606d;
2404
+ font-size: 12px;
2391
2405
  padding-top: 7px;
2392
2406
  }
2393
2407
 
@@ -2487,9 +2501,8 @@
2487
2501
  bottom: 0;
2488
2502
  float: right;
2489
2503
  height: 18px;
2490
- margin-right: -1px;
2491
2504
  padding: 0;
2492
- position: relative;
2505
+ position: absolute;
2493
2506
  right: 0;
2494
2507
  width: 20px;
2495
2508
  z-index: 2;
@@ -1,3 +1,5 @@
1
+ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
2
+ /*! Tab's bootstrap5 theme wise override definitions and variables */
1
3
  /*! Horizontal Tab */
2
4
  /*! Bootstrap specific themes definition's */
3
5
  /*! Vertical Tab */
@@ -66,7 +68,6 @@
66
68
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
67
69
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
68
70
  background: transparent;
69
- color: inherit;
70
71
  }
71
72
 
72
73
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -1251,6 +1252,7 @@
1251
1252
  padding-left: 2px;
1252
1253
  padding-right: 2px;
1253
1254
  position: absolute;
1255
+ text-decoration: inherit;
1254
1256
  width: 100%;
1255
1257
  }
1256
1258
 
@@ -1354,8 +1356,8 @@
1354
1356
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1355
1357
  background-color: #0d6efd;
1356
1358
  cursor: ns-resize;
1359
+ left: 50%;
1357
1360
  position: absolute;
1358
- right: 50%;
1359
1361
  top: 0;
1360
1362
  transform: translate(-50%, -50%);
1361
1363
  }
@@ -1372,8 +1374,8 @@
1372
1374
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1373
1375
  background-color: #0d6efd;
1374
1376
  cursor: ns-resize;
1377
+ left: 50%;
1375
1378
  position: absolute;
1376
- right: 50%;
1377
1379
  top: 100%;
1378
1380
  transform: translate(-50%, -50%);
1379
1381
  }
@@ -2376,18 +2378,30 @@
2376
2378
  margin: 4px 0;
2377
2379
  }
2378
2380
 
2381
+ .e-spreadsheet .e-open-dlg {
2382
+ width: 340px;
2383
+ }
2384
+
2385
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2386
+ color: #dc3545;
2387
+ font-size: 12px;
2388
+ padding-top: 7px;
2389
+ }
2390
+
2379
2391
  .e-spreadsheet .e-find-dlg {
2380
2392
  height: auto;
2381
2393
  width: 468px;
2382
2394
  }
2383
2395
 
2384
2396
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2385
- font-weight: bold;
2397
+ color: #dc3545;
2398
+ font-size: 12px;
2386
2399
  padding-top: 7px;
2387
2400
  }
2388
2401
 
2389
2402
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2390
- font-weight: bold;
2403
+ color: #dc3545;
2404
+ font-size: 12px;
2391
2405
  padding-top: 7px;
2392
2406
  }
2393
2407
 
@@ -2487,9 +2501,8 @@
2487
2501
  bottom: 0;
2488
2502
  float: right;
2489
2503
  height: 18px;
2490
- margin-right: -1px;
2491
2504
  padding: 0;
2492
- position: relative;
2505
+ position: absolute;
2493
2506
  right: 0;
2494
2507
  width: 20px;
2495
2508
  z-index: 2;
@@ -1183,6 +1183,7 @@
1183
1183
  padding-left: 2px;
1184
1184
  padding-right: 2px;
1185
1185
  position: absolute;
1186
+ text-decoration: inherit;
1186
1187
  width: 100%;
1187
1188
  }
1188
1189
 
@@ -1286,8 +1287,8 @@
1286
1287
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1287
1288
  background-color: #0074cc;
1288
1289
  cursor: ns-resize;
1290
+ left: 50%;
1289
1291
  position: absolute;
1290
- right: 50%;
1291
1292
  top: 0;
1292
1293
  transform: translate(-50%, -50%);
1293
1294
  }
@@ -1304,8 +1305,8 @@
1304
1305
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1305
1306
  background-color: #0074cc;
1306
1307
  cursor: ns-resize;
1308
+ left: 50%;
1307
1309
  position: absolute;
1308
- right: 50%;
1309
1310
  top: 100%;
1310
1311
  transform: translate(-50%, -50%);
1311
1312
  }
@@ -2317,18 +2318,30 @@
2317
2318
  margin: 4px 0;
2318
2319
  }
2319
2320
 
2321
+ .e-spreadsheet .e-open-dlg {
2322
+ width: 340px;
2323
+ }
2324
+
2325
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2326
+ color: #dd2c2c;
2327
+ font-size: 12px;
2328
+ padding-top: 7px;
2329
+ }
2330
+
2320
2331
  .e-spreadsheet .e-find-dlg {
2321
2332
  height: auto;
2322
2333
  width: 521px;
2323
2334
  }
2324
2335
 
2325
2336
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2326
- font-weight: bold;
2337
+ color: #dd2c2c;
2338
+ font-size: 12px;
2327
2339
  padding-top: 7px;
2328
2340
  }
2329
2341
 
2330
2342
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2331
- font-weight: bold;
2343
+ color: #dd2c2c;
2344
+ font-size: 12px;
2332
2345
  padding-top: 7px;
2333
2346
  }
2334
2347
 
@@ -2428,9 +2441,8 @@
2428
2441
  bottom: 0;
2429
2442
  float: right;
2430
2443
  height: 18px;
2431
- margin-right: -1px;
2432
2444
  padding: 0;
2433
- position: relative;
2445
+ position: absolute;
2434
2446
  right: 0;
2435
2447
  width: 20px;
2436
2448
  z-index: 2;