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.

43 lines
1.1KB

  1. .select2-dropdown {
  2. min-width: 200px;
  3. }
  4. table.table {
  5. .dropdown-actions {
  6. display: inline-block ;
  7. }
  8. .actions {
  9. white-space: nowrap;
  10. text-align: center;
  11. }
  12. }
  13. .table-filters-line th {
  14. font-weight: 400;
  15. position: relative;
  16. }
  17. .table td, .table th {
  18. padding: 0.35rem;
  19. }
  20. .table th input {
  21. width: 100%;
  22. }
  23. .card-table, table {
  24. .badge {
  25. white-space: normal;
  26. }
  27. }
  28. table.fixedHeader-floating{margin-top: 0px !important;}
  29. table th.sorting_asc, table th.sorting_desc{border-top:2px solid var(--success);}
  30. .card-body table th.filtered{border-top:2px solid var(--primary);}
  31. /*.card-body table.lc-table-list th{border-top:3px solid var(--success);}*/
  32. table th.filtered{border-top:2px solid var(--primary);}
  33. .card-body table th.sorted, table th.sorting_asc, table th.sorting_desc{border-top:2px solid var(--success);}
  34. .card-body table th.sorted.filtered{border-top:0px; position: relative;}
  35. .card-body table 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%);}