x.task.css 1.5 KB

123456789101112131415161718192021
  1. body {margin-bottom: 0px !important;}
  2. td .task-toggle {pointer-events: auto !important;}
  3. #mainMenu, #sidebar, .dropdown, .table-footer > .table-actions, .table-footer > .table-statistic, .pager > li > .pager-size-menu {display: none;}
  4. #main {min-width: unset; overflow-y: overlay; position: unset !important;}
  5. #main > .container {width: 100% !important;}
  6. #mainContent > .main-col {margin-top: 0px;}
  7. #xx-title {background-color: #F2F2F2; padding-left: 15px; line-height: 36px;}
  8. .main-table {margin-bottom: 40px;}
  9. .main-table a {pointer-events: none;}
  10. .main-table > .table, .main-table > .table-footer, .main-table > .table-header, .main-table > .table-responsive {border: none!important; box-shadow: none!important; padding: 0!important;}
  11. .checkbox-primary, .table-footer .pager:before {display: none !important;}
  12. .table-footer {position: fixed !important; width: 100% !important; bottom: 0; z-index: -10 !important; background:none !important;}
  13. .table-footer .pager {background-color: #fff !important;}
  14. .table-footer .pager li * {color: #838a9d !important;}
  15. .table-responsive {margin-bottom: unset;}
  16. .pager a {pointer-events: unset;}
  17. .linkButton {float: right; padding-right: 10px; cursor: pointer;}
  18. .linkButton i {font-size: 18px !important;}
  19. .linkButton span {line-height: 36px; display: block;}
  20. ::-webkit-scrollbar {width: 10px; height: 10px;}
  21. ::-webkit-scrollbar-thumb:vertical {box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%); background-color: rgba(0, 0, 0, 0.2); border-radius: 10px; opacity: 0; transition: opacity 0.1s;}