mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00

* Can now create market offers with fully working UI. * All filtering is now completed (just need to finish word searching). * Added some user friendly features to offer selections and item displays (show amount in depot). * Some more UI ascetics. * Some other minor market fixes. TODO: * Finishing applying changes for latest module updates by edubart. * Finish buying/selling existing offers. * Word searching items. * Offer management. * Full cipsoft tibia testing.
21 lines
387 B
Plaintext
21 lines
387 B
Plaintext
MarketButtonBox < UICheckBox
|
|
font: verdana-11px-rounded
|
|
color: #f55e5ebb
|
|
size: 106 22
|
|
text-offset: 0 2
|
|
text-align: center
|
|
image-source: /images/tabbutton_rounded.png
|
|
image-clip: 0 0 20 20
|
|
image-border: 2
|
|
|
|
$hover !disabled:
|
|
image-clip: 0 20 20 20
|
|
|
|
$checked:
|
|
image-clip: 0 40 20 20
|
|
color: white
|
|
|
|
$disabled:
|
|
color: #666666ff
|
|
image-color: #ffffff88
|