diff options
| author | Leslie Linden <leslie@lindenlab.com> | 2011-10-24 15:52:50 -0700 | 
|---|---|---|
| committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-24 15:52:50 -0700 | 
| commit | 4af2cc2e743a79944df6aef6d209ea8b8a1c33e2 (patch) | |
| tree | 9309dbf9fea05636d7fd29ea8a4058d24268c771 /indra | |
| parent | ec06835e8acf21e2d4b0f05fca1634a66fafdb46 (diff) | |
EXP-1421 FIX -- Linden Dollars Still visually looks like a button.
* L$ background color now matches the menu bar.  The tooltip and click behavior
  have been left untouched, per design.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_status_bar.xml | 15 | 
1 files changed, 6 insertions, 9 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_status_bar.xml b/indra/newview/skins/default/xui/en/panel_status_bar.xml index 422bbada7f..b321e0162e 100644 --- a/indra/newview/skins/default/xui/en/panel_status_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_status_bar.xml @@ -2,7 +2,7 @@  <panel   background_opaque="true"   background_visible="true" - bg_opaque_color="MouseGray" + bg_opaque_color="DkGray"   chrome="true"   follows="top|right"   height="19" @@ -38,23 +38,20 @@      left="-370"      width="160"      top="1" -    follows="right|top"  -    name="balance_bg"  -    bg_visible="true" -    background_opaque="true"  -    bg_opaque_image="bevel_background"> +    follows="right|top" +    name="balance_bg">      <text       halign="center"       font="SansSerifSmall"       follows="all"       height="18" -     left="0"  +     left="0"       name="balance"       tool_tip="Click to refresh your L$ balance"       v_pad="4"       top="0" -     wrap="false"  -     value="L$20"  +     wrap="false" +     value="L$20"       width="40" />      <button       halign="center"  | 
