Sha256: 7abec0e9994b692929027244332f7486eff0925f8244156affdb4f415e02739c

Contents?: true

Size: 763 Bytes

Versions: 2

Compression:

Stored size: 763 Bytes

Contents

$theme.collection {

  &.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;
  }
}

$theme.sc-list-insertion-point {
  overflow: visible;
  background-color: #9ABAC9;
  z-index: 1000;
}

$theme.sc-list-insertion-point > .anchor {
  position: absolute;
  width: 8px;
  top: -3px;
  left: -4px;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #9ABAC9;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sproutcore-1.11.0 lib/frameworks/sproutcore/themes/ace/resources/collection/normal/list.css
sproutcore-1.11.0.rc3 lib/frameworks/sproutcore/themes/ace/resources/collection/normal/list.css