raise-common-lib 0.0.113 → 0.0.116

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.
@@ -13,7 +13,7 @@
13
13
  color: var(--rs-cancel-btn-color) !important;
14
14
  height: 32px;
15
15
  min-width: 80px;
16
- padding: 0 10px;
16
+ padding: 0 8px;
17
17
  font-size: 12px;
18
18
  border-radius: 4px;
19
19
  box-shadow: none !important;
@@ -6,6 +6,7 @@
6
6
  .e-dropdowntree,
7
7
  .e-daterangepicker,
8
8
  .e-datepicker,
9
+ .e-rowcell,
9
10
  .e-pivot-calculated-div {
10
11
  height: var(--rs-input-line-height);
11
12
  font-family: var(--rs-font-family);
@@ -220,18 +220,19 @@
220
220
  padding: 2px 12px;
221
221
  border-top: 0;
222
222
  border-bottom: 1px solid #eaedf0;
223
+ color: var(--rs-text-color);
224
+ font-family: Arial;
225
+ font-size: var(--rs-grid-row-cell-font-size);
226
+ font-weight: 400;
227
+ line-height: 24px;
228
+ height: var(--rs-grid-row-height) !important;
229
+ &.e-updatedtd {
230
+ background-color: #edf5ff; // selected bg
231
+ }
223
232
  &.e-leftfreeze {
224
233
  border-right: none;
225
234
  border-left: none;
226
235
  }
227
- &:not(.e-editedbatchcell):not(.e-updatedtd) {
228
- color: var(--rs-text-color);
229
- font-family: Arial;
230
- font-size: var(--rs-grid-row-cell-font-size);
231
- font-weight: 400;
232
- line-height: 24px;
233
- height: var(--rs-grid-row-height) !important;
234
- }
235
236
  &.e-active {
236
237
  background-color: #edf5ff; // selected bg
237
238
  &.e-gridchkbox {
@@ -359,6 +360,17 @@
359
360
  ):not(.e-indentcell) {
360
361
  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
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(
364
376
  .e-updatedtd
@@ -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