Import Tables and relationships from Postgres SQL code is implemented successfully

This commit is contained in:
KarimTamani
2025-06-21 21:44:59 +01:00
parent 26c1406f1b
commit f33d6f5123
18 changed files with 1094 additions and 51 deletions
+28 -13
View File
@@ -187,29 +187,44 @@ tbody[role="rowgroup"] tr td:first-child {
button[data-testid="remove"] {
top : 1px ;
top: 1px;
position: relative;
}
button[data-testid="remove"]:after {
content: '×' ;
color : white;
font-size : 11px ;
content: '×';
color: white;
font-size: 11px;
position: relative;
top: -2px ;
top: -2px;
}
button[data-testid="remove"] svg {
display: none ;
display: none;
}
[data-invalid = "true"] div[data-slot="input-wrapper"] {
border : 1px solid red !important ;
background-color: transparent ;
outline: none ;
}
[data-invalid="true"] div[data-slot="input-wrapper"] {
border: 1px solid red !important;
background-color: transparent;
outline: none;
}
.option-checkbox[data-selected="true"] .option-span {
border-color: hsl(var(--heroui-divider));
background-color: hsl(var(--heroui-default));
}