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.

149 lines
2.3KB

  1. .logo-admin {
  2. max-width: 100%;
  3. }
  4. nav.main-header {
  5. ul.navbar-nav {
  6. li.nav-item-user-menu {
  7. .dropdown-menu {
  8. position: absolute;
  9. z-index: 1000;
  10. }
  11. }
  12. li.nav-item {
  13. margin-left: 10px;
  14. .btn {
  15. margin-top: 7px;
  16. }
  17. }
  18. }
  19. }
  20. .main-sidebar p {
  21. font-size: 0.8rem;
  22. }
  23. .nav-link {
  24. padding: 0.5rem 0.5rem;
  25. }
  26. .nav-treeview .nav-link {
  27. padding: 0.2rem 0.5rem 0.2rem 1.2rem;
  28. }
  29. //TODO à réecrire correctement
  30. .table.datatable-simple .highlight {
  31. background: var(--teal);
  32. }
  33. .datatable-field-search.small {
  34. width: 50px;
  35. }
  36. .dataTables_length, .dataTables_filter {
  37. padding: .75rem 1.25rem 0.25rem;
  38. }
  39. table.fixedHeader-floating {
  40. margin-top: 0px !important;
  41. }
  42. .card-body table.lc-table-list th.filtered {
  43. border-top: 2px solid var(--primary);
  44. }
  45. .card-body table.lc-table-list th.sorted, table th.sorting_asc, table th.sorting_desc {
  46. border-top: 2px solid var(--success);
  47. }
  48. .card-body table.lc-table-list th.sorted.filtered {
  49. border-top: 0px;
  50. position: relative;
  51. }
  52. .card-body table.lc-table-list th.sorted.filtered:after {
  53. content: '';
  54. height: 2px;
  55. position: absolute;
  56. left: 0;
  57. width: 100%;
  58. right: 0;
  59. top: -1px;
  60. background: linear-gradient(to right, var(--success) 0%, var(--success) 50%, var(--primary) 50%, var(--primary) 100%);
  61. }
  62. .table-filters-line th {
  63. font-weight: 400;
  64. position: relative;
  65. }
  66. .table-filters-line th input {
  67. }
  68. #list_filter_id {
  69. width: 60px;
  70. }
  71. .delivery-field .form-group {
  72. display: inline-block;
  73. margin-bottom: 0px;
  74. margin-right: 15px;
  75. }
  76. .delivery-field .form-group .form-control {
  77. width: 90px;
  78. }
  79. .table {
  80. thead a {
  81. color: #212529
  82. }
  83. .date-range {
  84. width: 130px;
  85. }
  86. th, td {
  87. padding: 0.35rem;
  88. }
  89. th input {
  90. width: 100%;
  91. }
  92. th.filtered {
  93. border-top: 2px solid var(--primary);
  94. }
  95. th.actions, td.actions {
  96. white-space: nowrap;
  97. text-align: right;
  98. }
  99. th .select2-container--default .select2-selection--single {
  100. padding: 0.3rem 0.4rem;
  101. }
  102. th.sorting_asc, th.sorting_desc {
  103. border-top: 2px solid var(--success);
  104. }
  105. .actions .btn-sm {
  106. margin-right: 3px;
  107. }
  108. }
  109. .select2-container--bootstrap4 .select2-results__option[aria-disabled="true"] {
  110. color: #777;
  111. cursor: not-allowed;
  112. display: none;
  113. }
  114. .hidden {
  115. display: none;
  116. }
  117. .badge.stripped{background-image: url('../img/stripped.png');}