diff --git a/modules/core_styles/images/checkbox.png b/modules/core_styles/images/checkbox.png new file mode 100644 index 00000000..b54e41f2 Binary files /dev/null and b/modules/core_styles/images/checkbox.png differ diff --git a/modules/core_styles/styles/checkboxes.otui b/modules/core_styles/styles/checkboxes.otui new file mode 100644 index 00000000..60f8a324 --- /dev/null +++ b/modules/core_styles/styles/checkboxes.otui @@ -0,0 +1,28 @@ +CheckBox < UICheckBox + size: 12 12 + box-size: 12 12 + text-offset: 16 -1 + color: #aaaaaa + + $hover: + color: #cccccc + + $!checked: + image: + source: /core_styles/images/checkbox.png + coords: 0 0 12 12 + + $hover !checked: + image: + source: /core_styles/images/checkbox.png + coords: 0 12 12 12 + + $checked: + image: + source: /core_styles/images/checkbox.png + coords: 0 24 12 12 + + $hover checked: + image: + source: /core_styles/images/checkbox.png + coords: 0 36 12 12 \ No newline at end of file