UNPKG

ares-ide

Version:

A browser-based code editor and UI designer for Enyo 2 projects

21 lines (18 loc) 479 B
/* 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; }