diff options
| -rw-r--r-- | indra/newview/skins/default/colors.xml | 2 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/widgets/filter_editor.xml | 1 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/widgets/search_combo_box.xml | 3 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/widgets/search_editor.xml | 1 | ||||
| -rw-r--r-- | install.xml | 12 | 
5 files changed, 11 insertions, 8 deletions
| diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index acb3262093..cdbeed111e 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -648,7 +648,7 @@       reference="LtGray" />      <color       name="TextFgTentativeColor" -	 value="0 0 0 .33" /> +     value="0.4 0.4 0.4 1" />      <color       name="TimeTextColor"       reference="LtGray" /> diff --git a/indra/newview/skins/default/xui/en/widgets/filter_editor.xml b/indra/newview/skins/default/xui/en/widgets/filter_editor.xml index 0e34243349..48baa2812d 100644 --- a/indra/newview/skins/default/xui/en/widgets/filter_editor.xml +++ b/indra/newview/skins/default/xui/en/widgets/filter_editor.xml @@ -4,6 +4,7 @@    search_button_visible="true"    text_pad_left="7"    select_on_focus="true" +  text_tentative_color="TextFgTentativeColor"    background_image="TextField_Search_Off"    background_image_disabled="TextField_Search_Disabled"    background_image_focused="TextField_Search_Active"> diff --git a/indra/newview/skins/default/xui/en/widgets/search_combo_box.xml b/indra/newview/skins/default/xui/en/widgets/search_combo_box.xml index c2a70d4b39..5d429d5b5b 100644 --- a/indra/newview/skins/default/xui/en/widgets/search_combo_box.xml +++ b/indra/newview/skins/default/xui/en/widgets/search_combo_box.xml @@ -13,7 +13,8 @@   <combo_editor    name="child1"    select_on_focus="true" -  text_pad_left="30"  +  text_pad_left="30" +  text_tentative_color="TextFgTentativeColor"    background_image="TextField_Search_Off"    background_image_disabled="TextField_Search_Disabled"    background_image_focused="TextField_Search_Active"/> diff --git a/indra/newview/skins/default/xui/en/widgets/search_editor.xml b/indra/newview/skins/default/xui/en/widgets/search_editor.xml index f644a710b2..1616e4c3f7 100644 --- a/indra/newview/skins/default/xui/en/widgets/search_editor.xml +++ b/indra/newview/skins/default/xui/en/widgets/search_editor.xml @@ -4,6 +4,7 @@    search_button_visible="true"    text_pad_left="6"     select_on_focus="true" +  text_tentative_color="TextFgTentativeColor"    background_image="TextField_Search_Off"    background_image_disabled="TextField_Search_Disabled"    background_image_focused="TextField_Search_Active" > diff --git a/install.xml b/install.xml index d5581592ed..2d60f07c11 100644 --- a/install.xml +++ b/install.xml @@ -1367,23 +1367,23 @@ anguage Infrstructure (CLI) international standard</string>            <key>darwin</key>            <map>              <key>md5sum</key> -            <string>dd66471b31d369bb7bcbcc1a833d9070</string> +            <string>90a08e3a1dffa2ea45c1227c4d4d01f7</string>              <key>url</key> -            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/vivox-3.0.0006.7653-darwin-20091126.tar.bz2</uri> +            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/vivox-3.0.0006.7714-darwin-20091208.tar.bz2</uri>            </map>            <key>linux</key>            <map>              <key>md5sum</key> -            <string>e56745bc71fc22fc90f80cb359db7022</string> +            <string>390fe4ed062cfb05bbc534772837ce5e</string>              <key>url</key> -            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/vivox-3.0.0006.7653-linux-20091126.tar.bz2</uri> +            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/vivox-3.0.0006.7714-linux-20091208.tar.bz2</uri>            </map>            <key>windows</key>            <map>              <key>md5sum</key> -            <string>3081bcc821cdc016aa4127cb026e4311</string> +            <string>0232fb487bd31ea756604d139b2a2e34</string>              <key>url</key> -            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/vivox-3.0.0006.7653-windows-20091126.tar.bz2</uri> +            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/vivox-3.0.0006.7714-windows-20091208.tar.bz2</uri>            </map>          </map>        </map> | 
