Penambahan FrontEnd All-New-Manufacture
This commit is contained in:
21
public/scss/components/ui/_ui-scrollbar.scss
Normal file
21
public/scss/components/ui/_ui-scrollbar.scss
Normal 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user