Sha256: 50266a95f1a854d9c50a391cb9ca8efc2129c6e080f870ad69f0233fcfe70606

Contents?: true

Size: 644 Bytes

Versions: 2

Compression:

Stored size: 644 Bytes

Contents

/* SC.ProgressView - sc-theme */

/* @override http://localhost:4020/static/sproutcore/en/desktop/_cache/sc.theme/1227986917/progress.css */

.sc-theme .sc-progress-view {
	border: 1px solid #625560;
	background-color: #cfc8d0;
}

.sc-theme .sc-progress-view.disabled {
	background-color: #e8e4e8;
	border: 1px #9c939a solid;
}

.sc-theme .sc-progress-view .sc-inner {
 	background: transparent static_url('images/sc-theme-sprite.png') repeat-x 0px -1130px;
	border-right: 1px solid #625560;
}

.sc-theme .sc-progress-view.sc-indeterminate .sc-inner {
 	background: transparent static_url('images/sc-theme-sprite.png') repeat-x 0px -1470px;
}

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/progress.css
sproutit-sproutcore-1.0.0.20090416161445 frameworks/sproutcore/themes/standard_theme/english.lproj/progress.css