buli
2023-05-30 41ad0c0840a6135b7acf2280f0eebdc29bf6479b
force-app/main/default/lwc/lexDealerInquiryModifyState/lexDealerInquiryModifyState.css
@@ -6,4 +6,38 @@
lightning-combobox{
    --lwc-colorBorderInput : #000000;
}
}
/* table,tbody {
    display: block;
    height: 150px;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    cursor: default;
}
tbody {
    overflow-y: scroll;
}
table thead,
tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
table thead {
    width: calc(100% - 1em)
}
table thead th {
    background: #84acde;
    width: 10%;
}
table tbody td {
    width: 10%;
    text-align: center;
} */