b31a08096d07f4aaef0d226b927b24d7373fc5698895e5e64f7e7ccd9ca10ff9b3dc06c25444554e10b5339ee3950242aae60ad901ed39409cc9cb4d3e40f4 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /**
  2. * Fix for bootstrap styles
  3. */
  4. .handsontable .table th, .handsontable .table td {
  5. border-top: none;
  6. }
  7. .handsontable tr {
  8. background: #fff;
  9. }
  10. .handsontable td {
  11. background-color: inherit;
  12. }
  13. .table caption + thead tr:first-child th,
  14. .table caption + thead tr:first-child td,
  15. .table colgroup + thead tr:first-child th,
  16. .table colgroup + thead tr:first-child td,
  17. .table thead:first-child tr:first-child th,
  18. .table thead:first-child tr:first-child td {
  19. border-top: 1px solid #CCCCCC;
  20. }
  21. /* table-bordered */
  22. .handsontable .table-bordered {
  23. border: 0;
  24. border-collapse: separate;
  25. }
  26. .handsontable .table-bordered th,
  27. .handsontable .table-bordered td {
  28. border-left: none;
  29. }
  30. .handsontable .table-bordered th:first-child,
  31. .handsontable .table-bordered td:first-child {
  32. border-left: 1px solid #CCCCCC;
  33. }
  34. .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  35. line-height: 21px;
  36. padding: 0 4px;
  37. }
  38. .col-lg-1.handsontable, .col-lg-10.handsontable, .col-lg-11.handsontable, .col-lg-12.handsontable,
  39. .col-lg-2.handsontable, .col-lg-3.handsontable, .col-lg-4.handsontable, .col-lg-5.handsontable, .col-lg-6.handsontable, .col-lg-7.handsontable, .col-lg-8.handsontable, .col-lg-9.handsontable,
  40. .col-md-1.handsontable, .col-md-10.handsontable, .col-md-11.handsontable, .col-md-12.handsontable,
  41. .col-md-2.handsontable, .col-md-3.handsontable, .col-md-4.handsontable, .col-md-5.handsontable, .col-md-6.handsontable, .col-md-7.handsontable, .col-md-8.handsontable, .col-md-9.handsontable
  42. .col-sm-1.handsontable, .col-sm-10.handsontable, .col-sm-11.handsontable, .col-sm-12.handsontable,
  43. .col-sm-2.handsontable, .col-sm-3.handsontable, .col-sm-4.handsontable, .col-sm-5.handsontable, .col-sm-6.handsontable, .col-sm-7.handsontable, .col-sm-8.handsontable, .col-sm-9.handsontable
  44. .col-xs-1.handsontable, .col-xs-10.handsontable, .col-xs-11.handsontable, .col-xs-12.handsontable,
  45. .col-xs-2.handsontable, .col-xs-3.handsontable, .col-xs-4.handsontable, .col-xs-5.handsontable, .col-xs-6.handsontable, .col-xs-7.handsontable, .col-xs-8.handsontable, .col-xs-9.handsontable {
  46. padding-left: 0;
  47. padding-right: 0;
  48. }
  49. .table-striped > tbody > tr:nth-of-type(even) {
  50. background-color: #FFF;
  51. }