add modulemanager module

This commit is contained in:
Eduardo Bart
2012-02-05 23:44:47 -02:00
parent a55e138002
commit 64c9e4f1d5
25 changed files with 379 additions and 60 deletions

View File

@@ -7,7 +7,7 @@ Button < UIButton
image-source: /core_styles/images/button.png
image-border: 5
$hover:
$hover !disabled:
image-source: /core_styles/images/button_hover.png
$pressed:

View File

@@ -8,7 +8,7 @@ CheckBox < UICheckBox
image-offset: 0 2
image-source: /core_styles/images/checkbox.png
$hover:
$hover !disabled:
color: #cccccc
$!checked:
@@ -48,7 +48,7 @@ ButtonBox < UICheckBox
image-color: white
image-border: 5
$hover:
$hover !disabled:
image-source: /core_styles/images/button_hover.png
$checked:

View File

@@ -6,7 +6,7 @@ ComboBoxPopupMenuButton < UIButton
color: #aaaaaa
background-color: alpha
$hover:
$hover !disabled:
color: #ffffff
background-color: #ffffff44
@@ -38,7 +38,7 @@ ComboBox < UIComboBox
image-border-right: 17
image-clip: 0 0 89 20
$hover:
$hover !disabled:
image-clip: 0 20 89 20
$on:

View File

@@ -13,4 +13,4 @@ GameLabel < UILabel
FrameCounter < UIFrameCounter
size: 68 16
align: right
align: right

View File

@@ -7,7 +7,7 @@ PopupMenuButton < UIButton
color: #aaaaaa
background-color: alpha
$hover:
$hover !disabled:
color: #ffffff
background-color: #ffffff44
@@ -29,4 +29,4 @@ PopupMenu < UIPopupMenu
image-source: /core_styles/images/menubox.png
image-border: 3
padding-top: 3
padding-bottom: 3
padding-bottom: 3