dabory-table.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. .dabory-table-option-wrapper {
  2. width: 100% !important;
  3. padding-top: 0.425rem !important;
  4. align-items: center !important;
  5. flex-direction: row !important;
  6. display: flex !important;
  7. justify-content: space-around !important;
  8. }
  9. .dabory-table-line-select {
  10. margin-bottom: 0!important;
  11. }
  12. .dabory-table-option-wrapper select {
  13. height: 28px !important;
  14. padding: 0 2px !important;
  15. color: #373737 !important;
  16. border: 1px solid #ccc !important;
  17. background: #fff !important;
  18. box-sizing: border-box !important;
  19. word-wrap: normal !important;
  20. margin: 0 !important;
  21. border-radius: 0.25rem !important;
  22. }
  23. .dabory-type1-box .button, .dabory-type1-box input, .dabory-type1-box optgroup, .dabory-type1-box select, .dabory-type1-box textarea {
  24. font-size: 13px !important;
  25. }
  26. .dabory-table-order-by-div {
  27. margin-bottom: 0 !important;
  28. align-items: center !important;
  29. flex-direction: row !important;
  30. display: flex !important;
  31. margin-left: 0.3125rem !important;
  32. }
  33. .dabory-table-order-by-select {
  34. width: 100% !important;
  35. }
  36. .dabory-table-pagination {
  37. margin-left: auto !important;
  38. margin-bottom: 0 !important;
  39. display: flex !important;
  40. padding-left: 0 !important;
  41. list-style: none !important;
  42. border-radius: 0.25rem !important;
  43. font-size: 13px !important;
  44. }
  45. .dabory-table-pagination .page-item:first-child .page-link {
  46. border-radius: unset !important;
  47. border-top-left-radius: 0.1875rem !important;
  48. border-bottom-left-radius: 0.1875rem !important;
  49. }
  50. .dabory-table-pagination .page-item:last-child .page-link {
  51. border-radius: unset !important;
  52. border-top-right-radius: 0.1875rem !important;
  53. border-bottom-right-radius: 0.1875rem !important;
  54. }
  55. .dabory-table-pagination .page-item .page-link {
  56. position: relative !important;
  57. display: block !important;
  58. min-width: 2.12507rem !important;
  59. padding: 0.3125rem 0.75rem !important;
  60. font-size: .8125rem !important;
  61. line-height: 1.6924 !important;
  62. border: 1px solid #cad1dc !important;
  63. margin: 0 !important;
  64. margin-left: -1px !important;
  65. color: black !important;
  66. }
  67. .dabory-table-pagination .page-item.disabled .page-link {
  68. color: #ccc !important;
  69. pointer-events: none !important;
  70. cursor: auto !important;
  71. background-color: #f0f2f5 !important;
  72. border-color: #cad1dc !important;
  73. }
  74. .dabory-table-pagination .page-item.active .page-link {
  75. z-index: 3 !important;
  76. color: #fff !important;
  77. background-color: #5c6bc0 !important;
  78. border-color: #5c6bc0 !important;
  79. }
  80. .dabory-table-pagination .page-item {
  81. margin: 0 !important;
  82. }
  83. .dabory-table-pagination .page-item .page-link:hover {
  84. z-index: 2 !important;
  85. color: #333 !important;
  86. text-decoration: none !important;
  87. background-color: #e1e5eb !important;
  88. border-color: #bac4d1 !important;
  89. }