Sha256: 81048cd84781edb73b28accc00d25955a24cce102b94267564baf1766b801d12

Contents?: true

Size: 954 Bytes

Versions: 2

Compression:

Stored size: 954 Bytes

Contents

/* 
  This is the main SproutCore theme.  If you would prefer not to use this 
  theme, just set the theme option in your sc-config to another theme name.
*/

/* Always use Helvetica and this background color. */
body.sc-theme {
	font: 13px/18px Helvetica, Verdana, sans-serif;
	background-color: #f0f0f0 ;
	padding: 0px;
}


body.sc-theme .sc-view.invalid {
  outline: 2px red solid;
}

/* @group Border Styles */

body.sc-theme .sc-view.sc-bezel-border {
  border-left:   1px #999 solid;
  border-top:    1px #666 solid;
  border-bottom: 1px #fff solid;
  border-right:  1px #fff solid;
}

body.sc-theme .sc-view.sc-black-border {
  border: 1px black solid; 
}

body.sc-theme .sc-view.sc-gray-border {
  border: 1px #888 solid; 
}

body.sc-theme .sc-view.sc-bottom-border {
  border-bottom: 1px #888 solid; 
}

body.sc-theme .sc-view.sc-top-border {
  border-top: 1px #888 solid; 
}

/* @end */

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

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