raise-common-lib 0.0.113 → 0.0.114
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/package.json
CHANGED
|
@@ -358,6 +358,18 @@
|
|
|
358
358
|
.e-updatedtd
|
|
359
359
|
):not(.e-indentcell) {
|
|
360
360
|
background-color: var(--rs-grid-row-hover-bg); // hover bg
|
|
361
|
+
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
td.e-active.e-leftfreeze:not(.e-updatedtd),
|
|
365
|
+
td.e-active.e-unfreeze:not(.e-updatedtd),
|
|
366
|
+
td.e-active.e-rightfreeze:not(.e-updatedtd),
|
|
367
|
+
td.e-active.e-fixedfreeze:not(.e-updatedtd),
|
|
368
|
+
.e-columnselection.e-leftfreeze:not(.e-updatedtd),
|
|
369
|
+
.e-columnselection.e-unfreeze:not(.e-updatedtd),
|
|
370
|
+
.e-columnselection.e-rightfreeze:not(.e-updatedtd),
|
|
371
|
+
.e-columnselection.e-fixedfreeze:not(.e-updatedtd) {
|
|
372
|
+
background-color: #edf5ff; // selected bg
|
|
361
373
|
}
|
|
362
374
|
.e-row:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover
|
|
363
375
|
.e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(
|
|
@@ -445,7 +457,6 @@
|
|
|
445
457
|
|
|
446
458
|
.e-icons,
|
|
447
459
|
.e-spacing {
|
|
448
|
-
width: 24px;
|
|
449
460
|
min-width: 24px;
|
|
450
461
|
height: 24px;
|
|
451
462
|
|