Sha256: 91f5ab15985e0a5015a6ce499c697632b4a3d1911ad8b535dabb7baebf5701b0
Contents?: true
Size: 466 Bytes
Versions: 10
Compression:
Stored size: 466 Bytes
Contents
/* @group Checkbox */ .sc-list-item-view .sc-checkbox-view { position: absolute; display: block; border: none; width: 16px; height: 16px; left: 5px; top: 50%; margin-top: -8px; background: none; } .sc-list-item-view.sel .sc-checkbox-view { background: none; border: none; } .sc-list-item-view .sc-checkbox-view.sel { background: none; border: none; } .sc-list-item-view .sc-checkbox-view.active { background: none; border: none; } /* @end */
Version data entries
10 entries across 10 versions & 1 rubygems