rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=53355e72013fbd2a64ff7940d793c7536aeb6af9
commit 53355e72013fbd2a64ff7940d793c7536aeb6af9 Author: Vitalii Vorobiov <[email protected]> Date: Wed Jun 29 16:41:39 2016 +0300 combobox style: remove annoying light blackout --- data/themes/default/widgets/combobox.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/themes/default/widgets/combobox.edc b/data/themes/default/widgets/combobox.edc index 932175b..ea71d8d 100644 --- a/data/themes/default/widgets/combobox.edc +++ b/data/themes/default/widgets/combobox.edc @@ -583,7 +583,7 @@ group { name: "elm/hover/base/combobox_vertical/default"; } part { name: "base"; type: RECT; mouse_events: 1; description { state: "default" 0.0; - color: 0 0 0 64; + color: 0 0 0 0; } } part { name: "box"; type: RECT; mouse_events: 0; --
