From 6b18d5864d6f51ab014417d3291c60226698131c Mon Sep 17 00:00:00 2001 From: Bora Hwang Date: Mon, 10 Jun 2013 19:47:43 +0900 Subject: [PATCH] [popup] changed color values of content area Change-Id: I18eeb949b9f2aea56d12c9b26399fe18855c081a --- themes/widgets/popup.edc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/widgets/popup.edc b/themes/widgets/popup.edc index 07db551..310fd45 100644 --- a/themes/widgets/popup.edc +++ b/themes/widgets/popup.edc @@ -89,10 +89,10 @@ group { name: "elm/notify/center/popup"; on: 1; perspective: "persp"; smooth: 0; - color[0]: 255 255 255 0; - color[1]: 255 255 255 0; - color[2]: 255 255 255 0; - color[3]: 255 255 255 0; + color[0]: 248 246 239 0; + color[1]: 248 246 239 0; + color[2]: 248 246 239 0; + color[3]: 248 246 239 0; } } description { state: "visible" 0.0; -- 2.7.4