rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=85f9662bd8402f2504797b875eef23b13460ba37
commit 85f9662bd8402f2504797b875eef23b13460ba37 Author: Mykyta Biliavskyi <[email protected]> Date: Wed Jun 1 21:07:28 2016 +0300 Tizen theme: update style for button "close". --- data/themes/tizen/widgets/button.edc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/data/themes/tizen/widgets/button.edc b/data/themes/tizen/widgets/button.edc index 5a1eb0e..f8b6f6d 100644 --- a/data/themes/tizen/widgets/button.edc +++ b/data/themes/tizen/widgets/button.edc @@ -628,23 +628,25 @@ group { name: "elm/button/base/anchor"; group { name: "elm/button/base/close"; images { - image: "icon_close.png" COMP; + image: "tab_close_icon_nor.png" COMP; + image: "tab_close_icon_mv.png" COMP; + image: "tab_close_icon_sel.png" COMP; } parts { part { name: "icon"; type: IMAGE; description { state: "default" 0.0; - min: 19 19; - image.normal: "icon_close.png"; - color_class: "main"; + min: 9 9; + max: 9 9; + image.normal: "tab_close_icon_nor.png"; } description { state: "clicked" 0.0; inherit: "default" 0.0; - color_class: "select"; + image.normal: "tab_close_icon_sel.png"; } description { state: "hilighted" 0.0; inherit: "default" 0.0; - color_class: "select_light"; + image.normal: "tab_close_icon_mv.png"; } } part { name: "event"; --
