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 1616 border-color : var (--border-color ) !important ;
1717 background-color : # ffcccc ;
1818
19- /*Here Add*/
2019}
2120
2221.htCore thead tr th {
@@ -268,6 +267,7 @@ background-color: '#f1f3f5';
268267}
269268/* Additional Handsontable specific overrides */
270269.handsontable .htCore {
270+ border-bottom : 1px solid var (--border-color ) !important ;
271271 background-color : var (--background-color ) !important ;
272272}
273273
@@ -342,13 +342,12 @@ background-color: '#f1f3f5';
342342
343343
344344@media (prefers-color-scheme : dark) {
345-
346345 .handsontable .htCore .htInvalid ,
347346 .handsontable .htCore .error-cell ,
348347 .handsontable td .htInvalid ,
349348 .handsontable td .error-cell ,
350349 .handsontable td .custom-cell .error-cell {
351- background-color : # ffebeb !important ;
350+ background-color : # 4c2020 !important ;
352351 color : var (--text-color ) !important ;
353352 }
354353
@@ -389,8 +388,6 @@ background-color: '#f1f3f5';
389388 color : var (--text-color ) !important ;
390389 border-color : var (--border-color ) !important ;
391390
392-
393- /*Here add*/
394391}
395392
396393
You can’t perform that action at this time.
0 commit comments