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.

103 lines
1.9 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. [data-ax5grid] {
  2. margin:0;
  3. padding:0;
  4. position:relative;
  5. background:transparent;
  6. border:0px;
  7. table {
  8. border-collapse: collapse;
  9. border-spacing: 0;
  10. border: 0 none;
  11. width: 100%;
  12. height: 100%;
  13. thead {
  14. tr {
  15. -webkit-user-select: none;
  16. -moz-user-select: none;
  17. -ms-user-select: none;
  18. user-select: none;
  19. margin: 0;
  20. padding: 0;
  21. position: relative;
  22. overflow: hidden;
  23. background-color: #fafafa;
  24. border: 0px none;
  25. color: #282828;
  26. th {
  27. box-sizing: border-box;
  28. overflow: hidden;
  29. position: relative;
  30. padding: 10px;
  31. height:38px;
  32. text-align:center;
  33. border:1px solid #ddd;
  34. font-weight:400;
  35. }
  36. }
  37. }
  38. tbody {
  39. tr {
  40. border-bottom: 0 none;
  41. background:transparent;
  42. td {
  43. line-height:21px;
  44. padding:5px 10px;
  45. background-color:#fff;
  46. border:1px solid #ddd;
  47. font-weight:300;
  48. &.empty {
  49. height:300px;
  50. vertical-align: middle;
  51. text-align:center;
  52. }
  53. }
  54. }
  55. }
  56. tfoot {
  57. tr {
  58. -webkit-user-select: none;
  59. -moz-user-select: none;
  60. -ms-user-select: none;
  61. user-select: none;
  62. margin: 0;
  63. padding: 0;
  64. position: relative;
  65. overflow: hidden;
  66. background-color: rgba(0,0,0,.15);
  67. border: 0px none;
  68. color: #fff;
  69. td {
  70. box-sizing: border-box;
  71. overflow: hidden;
  72. position: relative;
  73. padding: 10px;
  74. border: 0 none;
  75. height:38px;
  76. text-align:center;
  77. &:last-child {
  78. border-right:0px;
  79. }
  80. }
  81. &:last-child {
  82. td {
  83. border-bottom:0px;
  84. }
  85. }
  86. }
  87. }
  88. }
  89. }