diff options
| author | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-12-01 17:20:13 -0500 | 
|---|---|---|
| committer | Justin C. Rounds (Chuck) <chuck@lindenlab.com> | 2009-12-01 17:20:13 -0500 | 
| commit | 69ad211a003a31dbb997be53250112fea610c9fb (patch) | |
| tree | 7fa02f034cabb6da17decb137588f9f415cd99f7 | |
| parent | 21a2cae9993ac460f37bec3fc7aaae3d719339f1 (diff) | |
Made context menus opaque to improve readability, especially in areas like Inventory where the menu appears in front of text.
http://jira.secondlife.com/browse/EXT-2622
| -rw-r--r-- | indra/newview/skins/default/colors.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index d53d2d896c..85cb145dbc 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -459,7 +459,7 @@       value="0 0.5 0 1" />      <color       name="MenuPopupBgColor" -	  reference="DkGray_66" /> +	  reference="DkGray2" />      <color       name="MultiSliderDisabledThumbColor"       reference="Unused?" /> | 
