diff options
author | richard <none@none> | 2009-12-17 11:47:13 -0800 |
---|---|---|
committer | richard <none@none> | 2009-12-17 11:47:13 -0800 |
commit | 298b1ad6d975c6010ed0b57cca627b18785182bb (patch) | |
tree | f850cb181d4336f6e7c4cf67795ae854287e8b46 /indra/newview/skins/default/xui/en/widgets | |
parent | 49a037048ca733f0a84186e3cfb0f6f0b0b55df8 (diff) |
made color_swatch border color consistent
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/color_swatch.xml | 2 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/text.xml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/color_swatch.xml b/indra/newview/skins/default/xui/en/widgets/color_swatch.xml index 178c890c61..bda88857ae 100644 --- a/indra/newview/skins/default/xui/en/widgets/color_swatch.xml +++ b/indra/newview/skins/default/xui/en/widgets/color_swatch.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <color_swatch alpha_background_image="color_swatch_alpha.tga" - border_color="DefaultHighlightLight" + border_color="ColorSwatchBorderColor" name="color_swatch"> <color_swatch.caption_text name="caption" font="SansSerifSmall" diff --git a/indra/newview/skins/default/xui/en/widgets/text.xml b/indra/newview/skins/default/xui/en/widgets/text.xml index 5dd09e663b..855584a0db 100644 --- a/indra/newview/skins/default/xui/en/widgets/text.xml +++ b/indra/newview/skins/default/xui/en/widgets/text.xml @@ -11,7 +11,6 @@ allow_scroll="false" text_readonly_color="LabelDisabledColor" bg_writeable_color="FloaterDefaultBackgroundColor" - border_color="DefaultHighlightLight" use_ellipses="false" bg_visible="false" border_visible="false" |