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.

121 lines
2.1 KiB

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: separate;
  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: rgba(0,0,0,.15);
  24. border: 0px none;
  25. color: #fff;
  26. th {
  27. box-sizing: border-box;
  28. overflow: hidden;
  29. position: relative;
  30. padding: 10px;
  31. border: 0 none;
  32. height:38px;
  33. text-align:center;
  34. &:last-child {
  35. border-right:0px;
  36. }
  37. }
  38. }
  39. }
  40. tbody {
  41. tr {
  42. border-bottom: 0 none;
  43. background:transparent;
  44. td {
  45. line-height:21px;
  46. padding:10px;
  47. &:last-child {
  48. border-right:0px;
  49. }
  50. &.empty {
  51. height:300px;
  52. vertical-align: middle;
  53. text-align:center;
  54. }
  55. &.active {
  56. color:#f9be03;
  57. }
  58. a {
  59. color:#fff;
  60. }
  61. }
  62. &:last-child {
  63. td {
  64. border-bottom:0px;
  65. }
  66. }
  67. }
  68. }
  69. tfoot {
  70. tr {
  71. -webkit-user-select: none;
  72. -moz-user-select: none;
  73. -ms-user-select: none;
  74. user-select: none;
  75. margin: 0;
  76. padding: 0;
  77. position: relative;
  78. overflow: hidden;
  79. background-color: rgba(0,0,0,.15);
  80. border: 0px none;
  81. color: #fff;
  82. td {
  83. box-sizing: border-box;
  84. overflow: hidden;
  85. position: relative;
  86. padding: 10px;
  87. border: 0 none;
  88. height:38px;
  89. text-align:center;
  90. &:last-child {
  91. border-right:0px;
  92. }
  93. }
  94. &:last-child {
  95. td {
  96. border-bottom:0px;
  97. }
  98. }
  99. }
  100. }
  101. }
  102. }