Sha256: 54d5bcdb82453783d8074d7f1995ab713c93f36387082a4a927c11799aadac38

Contents?: true

Size: 1007 Bytes

Versions: 2

Compression:

Stored size: 1007 Bytes

Contents

/* @group SC.CollectionView */

.sc-theme .sc-collection-view {
	text-decoration: none ;
	color: #000;
	border-top: 1px white solid;
}

.sc-theme .sc-collection-view .sc-collection-item {
	border-top: 1px solid white;
}

.sc-theme .sc-collection-view .sc-collection-item.sel {
	background-color: #ddd;
	border-top: 1px solid #eee;
}

.sc-theme.focus .sc-collection-view.focus .sc-collection-item.sel {
	background-color: #40007e;
	color: white ;
	border-top: 1px solid #84788f;
}

/* @end */

/* @group SC.ListView */

.sc-theme .sc-list-view {
	background-color: white ;
}

.sc-theme .sc-list-view .sc-collection-item {
	display: block ;
/*  padding: 0 6px;
*/	line-height: 22px;
}

.sc-theme .sc-list-insertion-point {
  overflow: visible;
  background-color: #4e4977;
	z-index: 1000;
}

.sc-theme .sc-list-insertion-point .anchor {
  position: absolute ;
  width: 8px;
  top: -3px;
  left: -3px;
  height: 8px;
	background: static_url('images/sc-theme-sprite.png') no-repeat -32px -1040px;
}

/* @end */

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sproutit-sproutcore-1.0.0.20090408130025 frameworks/sproutcore/themes/standard_theme/english.lproj/collection.css
sproutit-sproutcore-1.0.0.20090416161445 frameworks/sproutcore/themes/standard_theme/english.lproj/collection.css