edit.css 633 B

1234567891011121314151617181920212223242526272829303132
  1. table.footable>tbody>tr.footable-empty>td {
  2. font-size:15px !important;
  3. font-style:italic;
  4. }
  5. .pagination a {
  6. text-decoration: none !important;
  7. }
  8. .panel panel-default {
  9. overflow: visible !important;
  10. }
  11. .table-responsive {
  12. overflow: visible !important;
  13. }
  14. @media screen and (max-width: 767px) {
  15. .table-responsive {
  16. overflow-x: scroll !important;
  17. }
  18. }
  19. .footer-add-item {
  20. display:block;
  21. text-align: center;
  22. font-style: italic;
  23. padding: 10px;
  24. background: #F5F5F5;
  25. }
  26. .mass-actions-user {
  27. user-select: none;
  28. padding:10px 0 10px 0;
  29. }
  30. .inputMissingAttr {
  31. border-color: #FF4136;
  32. }