Sha256: d6050af82e8a3615343f332a3d922c68518ab54bce3d3a49ea2552c5deba2d24

Contents?: true

Size: 449 Bytes

Versions: 3

Compression:

Stored size: 449 Bytes

Contents

$theme.collection {
  background: white;

  &.alternating .sc-collection-item.even {
    background: #eef3f6;
  }

  &.alternating .sc-collection-item.even.sel,
  .sc-collection-item.sel {
    color: white;
    background: #608AB9;
  }

  /* Collection items that are the target of an SC.DROP_ON operation. */
  &.alternating .sc-collection-item.even.drop-target,
  .sc-collection-item.drop-target {
    color: white;
    background: #bcd7ec;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sproutcore-1.9.2 lib/frameworks/sproutcore/themes/ace/resources/collection/normal/list.css
sproutcore-1.9.1 lib/frameworks/sproutcore/themes/ace/resources/collection/normal/list.css
sproutcore-1.9.0 lib/frameworks/sproutcore/themes/ace/resources/collection/normal/list.css