summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-11-05 15:31:22 -0800
committerJames Cook <james@lindenlab.com>2009-11-05 15:31:22 -0800
commite096fa3480a04c35cfbd2274b08899b4ea6639f6 (patch)
tree7e61315106dfe00d89b51e303fac44bb0c01c85d /indra/newview
parentc1a65fcd9dd60fd966ca92b7a83b21a0d693441f (diff)
EXT-2032 Accordion header title is black (hard to read) and cannot be configured in XUI XML
Font and color can be set in accordion_tab.xml
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/skins/default/xui/en/widgets/accordion_tab.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/accordion_tab.xml b/indra/newview/skins/default/xui/en/widgets/accordion_tab.xml
index fcfe89c653..1924568cc1 100644
--- a/indra/newview/skins/default/xui/en/widgets/accordion_tab.xml
+++ b/indra/newview/skins/default/xui/en/widgets/accordion_tab.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<accordion_tab
+ font="SansSerifBold"
header_bg_color="DkGray2"
- header_txt_color="LtGray"
header_collapse_img="Accordion_ArrowClosed_Off"
header_collapse_img_pressed="Accordion_ArrowClosed_Press"
header_expand_img="Accordion_ArrowOpened_Off"
@@ -10,4 +10,5 @@
header_image_over="Accordion_Over"
header_image_pressed="Accordion_Press"
header_image_selected="Accordion_Selected"
+ header_text_color="LtGray"
/>