Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk/design/default/styles/number.xml
2025-09-30 11:56:06 +08:00

19 lines
755 B
XML

<combo_box_item>
<style name="default" icon_at="left" text_color="black" bg_color="#f0f0f0">
<normal icon="empty" text_color="green"/>
<focused icon="empty" bg_color="#1296db" text_color="gold" />
<pressed icon="empty" bg_color="#1296db" text_color="white" />
<over icon="empty" bg_color="#1296db" text_color="white" />
<normal_of_checked icon="check"/>
<focused_of_checked icon="check" bg_color="#1296db" text_color="gold"/>
<pressed_of_checked icon="check" bg_color="#1296db" text_color="white" />
<over_of_checked icon="check" bg_color="#1296db" text_color="white" />
</style>
</combo_box_item>
<popup>
<style name="combobox_popup">
<normal bg_color="#808080"/>
</style>
</popup>