rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=984e545055dae9a0fbb4b335f35e4fc9e9c8c8be
commit 984e545055dae9a0fbb4b335f35e4fc9e9c8c8be Author: Vyacheslav Reutskiy <[email protected]> Date: Thu May 26 12:02:00 2016 +0300 Tizen theme: add border for inwin Change-Id: I39fe078e375963f1b7514453f418bcc25bc0e3c0 --- data/themes/tizen/widgets/inwin.edc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/data/themes/tizen/widgets/inwin.edc b/data/themes/tizen/widgets/inwin.edc index 5fb0b06..8f37982 100644 --- a/data/themes/tizen/widgets/inwin.edc +++ b/data/themes/tizen/widgets/inwin.edc @@ -10,6 +10,20 @@ group { name: "elm/win/inwin/modal_window"; color: 255 0 0 50; } } + part { name: "bg0"; + type: RECT; + description { state: "default" 0.0; + color_class: "genlist_selected"; + rel1 { + to: "bg"; + offset: -1 -1; + } + rel2 { + to: "bg"; + offset: 0 0; + } + } + } part { name: "bg"; type: RECT; description { state: "default" 0.0; --
