MergeColumnGrid.scss 226 B

123456789101112
  1. .x-merge-grid{
  2. .x-grid-item-over{
  3. background-color:#fff !important;
  4. }
  5. .x-grid-item{
  6. border-top-width: 0px !important;
  7. }
  8. .x-grid-cell-inner::before{
  9. border:none !important;
  10. }
  11. }