File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
apps/widget/src/components/Common/Table Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 16
16
border-color : var (--border-color ) !important ;
17
17
background-color : # ffcccc ;
18
18
19
- /*Here Add*/
20
19
}
21
20
22
21
.htCore thead tr th {
@@ -268,6 +267,7 @@ background-color: '#f1f3f5';
268
267
}
269
268
/* Additional Handsontable specific overrides */
270
269
.handsontable .htCore {
270
+ border-bottom : 1px solid var (--border-color ) !important ;
271
271
background-color : var (--background-color ) !important ;
272
272
}
273
273
@@ -342,13 +342,12 @@ background-color: '#f1f3f5';
342
342
343
343
344
344
@media (prefers-color-scheme : dark) {
345
-
346
345
.handsontable .htCore .htInvalid ,
347
346
.handsontable .htCore .error-cell ,
348
347
.handsontable td .htInvalid ,
349
348
.handsontable td .error-cell ,
350
349
.handsontable td .custom-cell .error-cell {
351
- background-color : # ffebeb !important ;
350
+ background-color : # 4c2020 !important ;
352
351
color : var (--text-color ) !important ;
353
352
}
354
353
@@ -389,8 +388,6 @@ background-color: '#f1f3f5';
389
388
color : var (--text-color ) !important ;
390
389
border-color : var (--border-color ) !important ;
391
390
392
-
393
- /*Here add*/
394
391
}
395
392
396
393
You can’t perform that action at this time.
0 commit comments