/* Checkbox.css */ .onyx-checkbox { cursor: pointer; height: @onyx-checkbox-image-height; width: @onyx-checkbox-image-width; background: @onyx-checkbox-image no-repeat; /* reset for ? */ margin: 0px; /* these entries cause toggle-button and checkbox to line up properly*/ display: inline-block; vertical-align: middle; } .onyx-checkbox[checked] { background-position: 0px -@onyx-checkbox-image-height; } .onyx-checkbox[disabled] { opacity: @onyx-disabled-opacity; }