
--- client/resources/scss/admin/content.scss
+++ client/resources/scss/admin/content.scss
... | ... | @@ -414,7 +414,7 @@ |
414 | 414 |
&.sticky{ |
415 | 415 |
position: sticky; |
416 | 416 |
top: 0; |
417 |
- z-index: 1; |
|
417 |
+ z-index: 10; |
|
418 | 418 |
background-color: #c8d0d8; |
419 | 419 |
} |
420 | 420 |
} |
... | ... | @@ -430,6 +430,15 @@ |
430 | 430 |
&:last-child{ |
431 | 431 |
border-radius: 0 0 1rem 0; |
432 | 432 |
} |
433 |
+ |
|
434 |
+ } |
|
435 |
+ } |
|
436 |
+ td{ |
|
437 |
+ .form-check{ |
|
438 |
+ justify-content: center; |
|
439 |
+ input[type=checkbox] ~ label{ |
|
440 |
+ padding-left: calc(var(--tk-rdo-size-md)); |
|
441 |
+ } |
|
433 | 442 |
} |
434 | 443 |
} |
435 | 444 |
} |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?