summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/text_editor.xml
blob: a613c43f907b0aab02e48a5fe4b649af6d84e1ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<line_editor background_image="TextField_Off"
             select_on_focus="false"
             handle_edit_keys_directly="false"
             commit_on_focus_lost="true"
             ignore_tab="true"
             cursor_color="TextCursorColor"
             text_color="TextFgColor"
             text_readonly_color="TextFgReadOnlyColor"
             text_tentative_color="TextFgTentativeColor"
             bg_readonly_color="TextBgReadOnlyColor"
             bg_writeable_color="TextBgWriteableColor"
             bg_focus_color="TextBgFocusColor"
             mouse_opaque="true"
             name="line_editor"
             font="SansSerifSmall">
  <line_editor.border bevel_style="in"
                      follows="all" />
</line_editor>