rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=124b96532d8bf2b38b765de2b89dda26cb7c5436
commit 124b96532d8bf2b38b765de2b89dda26cb7c5436 Author: Vyacheslav Reutskiy <[email protected]> Date: Thu May 26 11:52:48 2016 +0300 Tizen theme: add border for popup Change-Id: Ic6fde59857951fd2f2db6a38b7b6862bf67333b1 --- data/themes/tizen/widgets/popup.edc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/themes/tizen/widgets/popup.edc b/data/themes/tizen/widgets/popup.edc index 07a6fc2..ab51619 100644 --- a/data/themes/tizen/widgets/popup.edc +++ b/data/themes/tizen/widgets/popup.edc @@ -47,6 +47,14 @@ group { name: "elm/notify/center/popup/default"; color: 0 0 0 0; } } + part { name: "bg0"; + type: RECT; + description { state: "default" 0.0; + color_class: "genlist_selected"; + rel1.offset: -1 -1; + rel2.offset: 0 0; + } + } part { name: "bg"; type: RECT; description { state: "default" 0.0; --
