Sha256: 945387140baafe2ffa03cd452a763374525d517bd391433aba800b0affbcd40b

Contents?: true

Size: 757 Bytes

Versions: 8

Compression:

Stored size: 757 Bytes

Contents

/*
First, a helper for other views so they can have the source list background.
*/
$theme.source-list-background {
  background: #d0dae3;
}

@theme(source-list) {
  $theme.collection {
    background: #d0dae3;


    .sc-list-item-view label {
      top: 50%;
      margin-top: -9px;
      font-size:14px;
    }

    .sc-collection-item.sel {
      @include slice("selection.png", $repeat: repeat-x, $top: 48, $width: 1, $height: 32);
      border-top: 1px solid #43638d;
      border-bottom: 1px solid #43638d;
      color: white;
      font-weight: bold;
      text-shadow: 0 1px 1px black;
    }

    .sc-collection-item.sc-group-item {
      font-weight: bold;
      color: #4a4a4a;
      text-shadow: 0 1px 1px white;
      font-size:12px;
    }

  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sproutcore-1.11.0 lib/frameworks/sproutcore/themes/ace/resources/collection/source-list/source_list_view.css
sproutcore-1.11.0.rc3 lib/frameworks/sproutcore/themes/ace/resources/collection/source-list/source_list_view.css
sproutcore-1.11.0.rc2 lib/frameworks/sproutcore/themes/ace/resources/collection/source-list/source_list_view.css
sproutcore-1.11.0.rc1 lib/frameworks/sproutcore/themes/ace/resources/collection/source-list/source_list_view.css
sproutcore-1.10.3.1 lib/frameworks/sproutcore/themes/ace/resources/collection/source-list/source_list_view.css
sproutcore-1.10.2 lib/frameworks/sproutcore/themes/ace/resources/collection/source-list/source_list_view.css
sproutcore-1.10.1 lib/frameworks/sproutcore/themes/ace/resources/collection/source-list/source_list_view.css
sproutcore-1.10.0 lib/frameworks/sproutcore/themes/ace/resources/collection/source-list/source_list_view.css