Sha256: 39c1cf25fa6fa44dabda21841936b8e7f6bd4cc09e59f284995bd0258c52ee47
Contents?: true
Size: 1.78 KB
Versions: 58
Compression:
Stored size: 1.78 KB
Contents
/* SC.CheckboxView - sc-theme */ .sc-theme .sc-checkbox-view { line-height: 18px; vertical-align: middle; } .sc-theme .sc-checkbox-view .label { position: absolute ; left: 20px; top: 0; right: 0; bottom: 0; line-height: 18px; } .sc-theme .sc-checkbox-view.icon img.icon { position: relative; vertical-align: middle; top: -2px; margin-left: 2px; margin-right: 4px; height: 16px; width: 16px; } .sc-theme .sc-checkbox-view.disabled { color: #666; color: rgba(0,0,0,0.5); } /* @group Checkbox Image */ .sc-theme .sc-checkbox-view span.button { background: static_url('images/sc-theme-repeat-x.png') no-repeat -16px -468px; width: 16px; height: 16px; position: absolute ; line-height: 16px; left: 1px; top: 0px; } .sc-theme .sc-checkbox-view.sel span.button { background: static_url('images/sc-theme-repeat-x.png') no-repeat -32px -495px; } .sc-theme .sc-checkbox-view.mixed span.button { background: static_url('images/sc-theme-repeat-x.png') no-repeat 0px -468px; } .sc-theme .sc-checkbox-view.disabled span.button { background: static_url('images/sc-theme-repeat-x.png') no-repeat -27px -411px; } .sc-theme .sc-checkbox-view.sel.disabled span.button { background: static_url('images/sc-theme-repeat-x.png') no-repeat 0px -495px; } .sc-theme .sc-checkbox-view.mixed.disabled span.button { background: static_url('images/sc-theme-repeat-x.png') no-repeat -32px -441px; } .sc-checkbox-view.active span.button { background: static_url('images/sc-theme-repeat-x.png') no-repeat -16px -441px; } .sc-theme .sc-checkbox-view.sel.active span.button { background: static_url('images/sc-theme-repeat-x.png') no-repeat -16px -495px; } .sc-theme .sc-checkbox-view.mixed.active span.button { background: static_url('images/sc-theme-repeat-x.png') no-repeat -16px -388px; } /* @end */
Version data entries
58 entries across 58 versions & 2 rubygems