|
@@ -4,8 +4,8 @@ $body-dark-modal-bg: lighten($body-dark-color, 3%);
|
|
|
|
|
|
@mixin dark-scrollbar($selector) {
|
|
|
#{$selector}::-webkit-scrollbar {
|
|
|
- width: 10px;
|
|
|
- height: 10px;
|
|
|
+ width: 12px;
|
|
|
+ height: 12px;
|
|
|
}
|
|
|
#{$selector}::-webkit-scrollbar-track {
|
|
|
background-color: $body-dark-bg;
|
|
@@ -342,7 +342,7 @@ body.dark-mode {
|
|
|
}
|
|
|
|
|
|
// ------ table
|
|
|
- @include dark-scrollbar('.table-responsive');
|
|
|
+ @include dark-scrollbar('.table-responsive[data-pattern=priority-columns]');
|
|
|
|
|
|
.table-wrapper {
|
|
|
margin-top: 12px!important;
|