mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Fixes tooljet db styles
This commit is contained in:
parent
1bc1913788
commit
bf19bcbe73
2 changed files with 6 additions and 6 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue