Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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