tibia-client/modules/game_market/ui/general/markettabs.otui

45 lines
737 B
Plaintext
Raw Normal View History

MarketTabBar < TabBar
MarketTabBarPanel < TabBarPanel
MarketTabBarButton < TabBarButton
size: 20 25
font: verdana-11px-rounded
text-offset: 0 2
$!first:
anchors.left: prev.right
margin-left: 0
$hover !checked:
color: #ffffff
$checked:
color: #ffffff
$on !checked:
color: #f55e5e
2014-02-06 14:04:22 +01:00
MarketRightTabBar < TabBar
MarketRightTabBarPanel < TabBarPanel
MarketRightTabBarButton < TabBarButton
2014-02-06 14:04:22 +01:00
size: 20 25
font: verdana-11px-rounded
text-offset: 0 2
color: #929292
2014-02-06 14:04:22 +01:00
$first:
anchors.right: parent.right
anchors.left: none
2014-02-06 14:04:22 +01:00
$!first:
anchors.right: prev.left
anchors.left: none
2014-02-06 14:04:22 +01:00
$hover !checked:
color: #ffffff
2014-02-06 14:04:22 +01:00
$checked:
color: #ffffff
$on !checked:
color: #f55e5e