CheckColumn.scss 355 B

123456789101112
  1. .x-grid-switchcolumn, .x-grid-switchcolumn-checked {
  2. display: inline-block;
  3. width: 34px;
  4. height: 21px;
  5. }
  6. .x-grid-switchcolumn {
  7. background: url(get-resource-path('images/grid/uncheck.png')) 0 0 no-repeat;
  8. cursor: pointer;
  9. }
  10. .x-grid-switchcolumn-checked {
  11. background: url(get-resource-path('images/grid/check.png')) 0 0 no-repeat;
  12. }