awtk/design/default/styles/tab_top_compact.xml
2022-06-17 16:50:38 +08:00

35 lines
1020 B
XML

<tab_button_group>
<style name="default" border_color="#a0a0a0" fg_color="#f0f0f0">
<normal/>
</style>
</tab_button_group>
<tab_button>
<style name="default" margin="4" bg_color="#eeeeee" border_color="#808080" border="right">
<normal text_color="black" />
<pressed text_color="black" />
<over text_color="black" />
<normal_of_active text_color="#1296db" />
<pressed_of_active text_color="#1296db" />
<over_of_active text_color="#1296db" />
</style>
<style name="remove_tab" margin="4" bg_color="#eeeeee" border_color="#808080" border="right" margin_right="20">
<normal text_color="black" />
<pressed text_color="black" />
<over text_color="black" />
<normal_of_active text_color="#1296db" />
<pressed_of_active text_color="#1296db" />
<over_of_active text_color="#1296db" />
</style>
</tab_button>
<pages>
<style name="default" border_color="#a0a0a0" border="left|right|bottom">
<normal/>
</style>
</pages>