raise-common-lib 0.0.109 → 0.0.111
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
|
@@ -224,6 +224,15 @@
|
|
|
224
224
|
border-right: none;
|
|
225
225
|
border-left: none;
|
|
226
226
|
}
|
|
227
|
+
&.e-leftfreeze.e-freezeleftborder.e-focused:not(
|
|
228
|
+
.e-menu-item,
|
|
229
|
+
.e-xlsel-top-border,
|
|
230
|
+
.e-xlsel-left-border,
|
|
231
|
+
.e-xlsel-bottom-border,
|
|
232
|
+
.e-xlsel-right-border
|
|
233
|
+
) {
|
|
234
|
+
border-color: #eaedf0;
|
|
235
|
+
}
|
|
227
236
|
&:not(.e-editedbatchcell):not(.e-updatedtd) {
|
|
228
237
|
color: var(--rs-text-color);
|
|
229
238
|
font-family: Arial;
|
|
@@ -341,7 +350,7 @@
|
|
|
341
350
|
.e-rowcell.e-active:not(.e-cellselectionbackground):not(.e-updatedtd):not(
|
|
342
351
|
.e-indentcell
|
|
343
352
|
) {
|
|
344
|
-
background-color: #e4efff
|
|
353
|
+
background-color: #e4efff; //selected + hover bg
|
|
345
354
|
}
|
|
346
355
|
|
|
347
356
|
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|