Penambahan FrontEnd All-New-Manufacture

This commit is contained in:
pand03
2026-01-31 14:23:04 +07:00
parent 1b2e320b2b
commit 4feb21dcbc
2891 changed files with 426849 additions and 135 deletions

View File

@@ -0,0 +1,21 @@
.jsgrid-grid-body,
.dataTables_scrollBody,
.table-responsive {
&::-webkit-scrollbar {
background-color: #f5f5f5;
width: 0.5rem;
height: 0.5rem;
}
&::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 0.375rem rgba(0,0,0,0.3);
border-radius: 0.625rem;
background-color: #f5f5f5;
}
&::-webkit-scrollbar-thumb {
border-radius: 0.625rem;
-webkit-box-shadow: inset 0 0 0.375rem rgba(0,0,0,.3);
background-color: var(--primary);
}
}