Sha256: 64344d8e23f442f7ac61c1f81368f0c15c3d46fab9a45ef544833eaa7411268d
Contents?: true
Size: 804 Bytes
Versions: 2
Compression:
Stored size: 804 Bytes
Contents
/* Common SC.TextFieldView styles - needed to work properly */ .sc-view .sc-text-field-view { overflow: visible; z-index:100; } .sc-view .sc-text-field-view .sc-text-field-accessory-view { z-index:2; } .sc-text-field-view input { position: absolute; top: -2px; left: -2px; width: 100%; height: 100%; padding: 0px; } .sc-text-field-view textarea { position: absolute; top: -2px; left: -2px; width: 100%; height: 100%; padding: 0px; overflow: auto; font-family: "Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif; } .sc-text-field-view .sc-hint { z-index: 1; position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 3px; color: #aaa ; font-size: 12px; } .sc-text-field-view.focus .sc-hint, .sc-text-field-view.not-empty .sc-hint { display: none ; }
Version data entries
2 entries across 2 versions & 1 rubygems