You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
2.1KB

  1. nav.main-header {
  2. ul.navbar-nav {
  3. li.nav-item-user-menu {
  4. .dropdown-menu {
  5. position: absolute;
  6. z-index: 1000;
  7. }
  8. }
  9. li.nav-item {
  10. margin-left: 10px;
  11. .btn {
  12. margin-top: 7px;
  13. }
  14. }
  15. }
  16. }
  17. .main-sidebar p {
  18. font-size: 0.8rem;
  19. }
  20. .nav-link {
  21. padding: 0.5rem 0.5rem;
  22. }
  23. .nav-treeview .nav-link {
  24. padding: 0.2rem 0.5rem 0.2rem 1.2rem;
  25. }
  26. //TODO à réecrire correctement
  27. .table.datatable-simple .highlight{background: var(--teal);}
  28. .datatable-field-search.small{width: 50px;}
  29. .dataTables_length, .dataTables_filter{padding: .75rem 1.25rem 0.25rem;}
  30. table.fixedHeader-floating{margin-top: 0px !important;}
  31. .card-body table.lc-table-list th.filtered{border-top:2px solid var(--primary);}
  32. .card-body table.lc-table-list th.sorted, table th.sorting_asc, table th.sorting_desc{border-top:2px solid var(--success);}
  33. .card-body table.lc-table-list th.sorted.filtered{border-top:0px; position: relative;}
  34. .card-body table.lc-table-list th.sorted.filtered:after{ content: ''; height: 2px; position: absolute; left: 0; width: 100%; right: 0; top: -1px; background: linear-gradient(to right, var(--success) 0%, var(--success) 50%, var(--primary) 50%, var(--primary) 100%);}
  35. .table-filters-line th {font-weight: 400; position: relative;}
  36. .table-filters-line th input{}
  37. #list_filter_id{width: 60px;}
  38. .delivery-field .form-group{display: inline-block; margin-bottom: 0px; margin-right: 15px;}
  39. .delivery-field .form-group .form-control{width: 90px;}
  40. .table{
  41. thead a{color: #212529}
  42. .date-range{width: 130px;}
  43. th, td{padding: 0.35rem;}
  44. th input{width: 100%;}
  45. th.filtered{border-top:2px solid var(--primary);}
  46. th.actions, td.actions{white-space: nowrap; text-align: right;}
  47. th .select2-container--default .select2-selection--single{padding:0.3rem 0.4rem; }
  48. th.sorting_asc, th.sorting_desc{border-top:2px solid var(--success);}
  49. .actions .btn-sm{
  50. margin-right: 3px;
  51. }
  52. }
  53. .select2-container--bootstrap4 .select2-results__option[aria-disabled="true"] {
  54. color: #777;
  55. cursor: not-allowed;
  56. display: none;
  57. }
  58. .hidden{display: none;}