diff options
author | secretfoxtail <remmy@megapahit.net> | 2024-07-15 14:24:24 -0600 |
---|---|---|
committer | secretfoxtail <remmy@megapahit.net> | 2024-07-15 14:24:24 -0600 |
commit | c806c1c797b76670387ff693b3ef74d9fe5b7754 (patch) | |
tree | d6ab144a369cad03830f50d300b47c97ad22e885 /indra/newview/skins | |
parent | 267c031b254015029463f609231b48b6188cf7b6 (diff) |
floater_world_map.xml search results bg
Add transparent gray block behind world map search results
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_world_map.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_world_map.xml b/indra/newview/skins/default/xui/en/floater_world_map.xml index b3f672d51a..49dd55e91b 100644 --- a/indra/newview/skins/default/xui/en/floater_world_map.xml +++ b/indra/newview/skins/default/xui/en/floater_world_map.xml @@ -570,7 +570,7 @@ </button> <scroll_list draw_stripes="false" - bg_writeable_color="Transparent" + bg_writeable_color="0.75 0.75 0.75 0.15" follows="all" height="145" layout="topleft" |