Fixes tooljet db styles

This commit is contained in:
Nithin David Thomas 2025-07-08 12:25:52 +05:30
parent 1bc1913788
commit bf19bcbe73
2 changed files with 6 additions and 6 deletions

View file

@ -97,8 +97,8 @@
z-index: 1;
position: sticky;
left: 66px;
border-right: 2px solid var(--light-slate-08, #C1C8CD);
background-color: white;
border-right: 2px solid var(--border-weak);
background-color: var(--surfaces-surface-01);
}
th {
@ -145,14 +145,14 @@
th:nth-child(2) {
z-index: 2;
left: 66px;
border-right: 2px solid var(--light-slate-08, #C1C8CD);
border-right: 2px solid var(--border-weak);
}
.dark-background {
td:nth-child(1),
td:nth-child(2) {
background-color: #2B394A;
background-color: var(--surfaces-surface-01);
}
}

View file

@ -7525,11 +7525,11 @@ tbody {
height: 36px;
&:not(.table-row-selected):hover {
background: var(--Slate-02, #F8F9FA);
background: var(--slate2);
td:nth-child(1),
td:nth-child(2) {
background: var(--Slate-02, #F8F9FA);
background: var(--slate2);
}
.tjdb-checkbox-cell {