From b1288c9711ed2bc89a7701ec7f9e4a2296e5941a Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Wed, 16 Nov 2011 03:28:18 -0200 Subject: [PATCH] fix otui typos --- modules/core_styles/styles/checkboxes.otui | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/core_styles/styles/checkboxes.otui b/modules/core_styles/styles/checkboxes.otui index 995a11c6..cf7817e9 100644 --- a/modules/core_styles/styles/checkboxes.otui +++ b/modules/core_styles/styles/checkboxes.otui @@ -3,8 +3,7 @@ CheckBox < UICheckBox box-size: 12 12 text-offset: 16 -1 color: #aaaaaa - enabled: false - background-color: #ffffff88 + background-color: #ffffffff $hover: color: #cccccc @@ -29,6 +28,6 @@ CheckBox < UICheckBox source: /core_styles/images/checkbox.png coords: 0 36 12 12 - $disabled + $disabled: background-color: #ffffff88 color: #aaaaaa88 \ No newline at end of file