diff options
author | phil65 <philipptemminghoff@gmx.de> | 2016-04-02 20:43:13 +0200 |
---|---|---|
committer | phil65 <philipptemminghoff@gmx.de> | 2016-04-02 20:43:13 +0200 |
commit | 0f81e96f96f0ca41c0f8695d8fbe2d8e32e91192 (patch) | |
tree | 56d2aa06da7e068af1e2c2fad8d8fa29ef1a1519 /addons/skin.estuary/1080i/Defaults.xml | |
parent | 0436322e75e271bd57a5c1597240f8fe0ef8add3 (diff) |
[estuary] - skin sync
Diffstat (limited to 'addons/skin.estuary/1080i/Defaults.xml')
-rw-r--r-- | addons/skin.estuary/1080i/Defaults.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/addons/skin.estuary/1080i/Defaults.xml b/addons/skin.estuary/1080i/Defaults.xml index d57f20ecd6..617fb8614f 100644 --- a/addons/skin.estuary/1080i/Defaults.xml +++ b/addons/skin.estuary/1080i/Defaults.xml @@ -28,7 +28,7 @@ <default type="button"> <width>300</width> <height>42</height> - <texturefocus border="40">buttons/button-theme-fo.png</texturefocus> + <texturefocus border="40" colordiffuse="button_focus">buttons/button-theme-fo.png</texturefocus> <texturenofocus border="40">buttons/button-nofo.png</texturenofocus> <font>font13</font> <textcolor>white</textcolor> @@ -40,9 +40,9 @@ <default type="togglebutton"> <width>20</width> <height>20</height> - <texturefocus border="40">buttons/button-theme-fo.png</texturefocus> + <texturefocus border="40" colordiffuse="button_focus">buttons/button-theme-fo.png</texturefocus> <texturenofocus border="40">buttons/button-nofo.png</texturenofocus> - <alttexturefocus border="40">buttons/button-theme-fo.png</alttexturefocus> + <alttexturefocus border="40" colordiffuse="button_focus">buttons/button-theme-fo.png</alttexturefocus> <alttexturenofocus border="40">buttons/button-nofo.png</alttexturenofocus> <textcolor>white</textcolor> <label>-</label> @@ -88,7 +88,7 @@ <height>42</height> <spinwidth>32</spinwidth> <spinheight>60</spinheight> - <texturefocus border="40">buttons/button-theme-fo.png</texturefocus> + <texturefocus border="40" colordiffuse="button_focus">buttons/button-theme-fo.png</texturefocus> <texturenofocus border="40">buttons/button-nofo.png</texturenofocus> <textureup>buttons/spinctrl/arrow-light-up-nf.png</textureup> <texturedown>buttons/spinctrl/arrow-light-down-nf.png</texturedown> @@ -115,7 +115,7 @@ <textureradiooffnofocus>buttons/radio-button-off.png</textureradiooffnofocus> <textureradioondisabled colordiffuse="disabled">buttons/radio-button-on.png</textureradioondisabled> <textureradiooffdisabled colordiffuse="disabled">buttons/radio-button-off.png</textureradiooffdisabled> - <texturefocus border="40">buttons/button-theme-fo.png</texturefocus> + <texturefocus border="40" colordiffuse="button_focus">buttons/button-theme-fo.png</texturefocus> <texturenofocus border="40">buttons/button-nofo.png</texturenofocus> <font>font13</font> <textcolor>white</textcolor> @@ -150,7 +150,7 @@ <height>35</height> <textoffsetx>7</textoffsetx> <aligny>center</aligny> - <texturefocus border="40">buttons/button-theme-fo.png</texturefocus> + <texturefocus border="40" colordiffuse="button_focus">buttons/button-theme-fo.png</texturefocus> <texturenofocus border="40">buttons/button-nofo.png</texturenofocus> <sliderwidth>150</sliderwidth> <sliderheight>28</sliderheight> @@ -162,17 +162,17 @@ <disabledcolor>disabled</disabledcolor> </default> <default type="mover"> - <texturefocus border="40">buttons/button-theme-fo.png</texturefocus> + <texturefocus border="40" colordiffuse="button_focus">buttons/button-theme-fo.png</texturefocus> <texturenofocus border="40">buttons/button-nofo.png</texturenofocus> </default> <default type="resize"> - <texturefocus border="40">buttons/button-theme-fo.png</texturefocus> + <texturefocus border="40" colordiffuse="button_focus">buttons/button-theme-fo.png</texturefocus> <texturenofocus border="40">buttons/button-nofo.png</texturenofocus> </default> <default type="edit"> <width>300</width> <height>42</height> - <texturefocus border="40">buttons/dialogbutton-fo.png</texturefocus> + <texturefocus border="40" colordiffuse="button_focus">buttons/dialogbutton-fo.png</texturefocus> <texturenofocus border="40">buttons/dialogbutton-nofo.png</texturenofocus> <font>font13</font> <textcolor>white</textcolor> |