2012-07-19 20:54:24 +02:00
|
|
|
MarketTabBar < UITabBar
|
|
|
|
size: 80 20
|
|
|
|
MarketTabBarPanel < Panel
|
|
|
|
MarketTabBarButton < UIButton
|
|
|
|
size: 20 25
|
2012-07-20 20:20:06 +02:00
|
|
|
image-source: /images/tabbutton_square.png
|
2012-07-27 05:53:42 +02:00
|
|
|
font: verdana-11px-rounded
|
|
|
|
text-offset: 0 2
|
2012-07-19 20:54:24 +02:00
|
|
|
image-clip: 0 0 20 20
|
|
|
|
image-border: 2
|
|
|
|
icon-color: white
|
|
|
|
color: #aaaaaa
|
|
|
|
anchors.top: parent.top
|
|
|
|
padding: 5
|
|
|
|
|
|
|
|
$first:
|
|
|
|
anchors.left: parent.left
|
|
|
|
|
|
|
|
$!first:
|
|
|
|
anchors.left: prev.right
|
|
|
|
|
|
|
|
$hover !checked:
|
|
|
|
image-clip: 0 20 20 20
|
|
|
|
color: white
|
|
|
|
|
|
|
|
$disabled:
|
|
|
|
image-color: #ffffff66
|
|
|
|
icon-color: #888888
|
|
|
|
|
|
|
|
$checked:
|
|
|
|
image-clip: 0 20 20 20
|
|
|
|
color: #ffffff
|
|
|
|
|
|
|
|
$on !checked:
|
|
|
|
color: #f55e5e
|