diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-03-20 19:37:25 +0200 | 
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-03-21 09:39:25 +0200 | 
| commit | d2dd881a5c840b5132396d6e8353b38b79d69e23 (patch) | |
| tree | 158383ecaf3f12ff7150d42d475e9e5b70ac64d2 /indra/newview | |
| parent | bb914ab5e368aa6265aeb057990074f6f275adbd (diff) | |
#3778 #3654 Split text and background selection colors
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/colors.xml | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index e17321e698..f0af4acf20 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -759,7 +759,10 @@       name="SelectedOutfitTextColor"       reference="EmphasisColor" />      <color -     name="SearchableControlHighlightColor" +     name="SearchableControlHighlightFontColor" +     value="1 0 0 1" /> +    <color +     name="SearchableControlHighlightBgColor"       value="0.5 0.1 0.1 1" />      <color       name="SilhouetteChildColor"  | 
