From 3dcf42e2979aef11c26dd1193b3427bfe43fa0e1 Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Thu, 16 Jun 2011 21:17:54 +0900 Subject: [PATCH] [ctxpopup] add nbeat-black style on the separator Change-Id: I422b2029702409da4be8dd7565f5c92517da7c7a --- themes/groups/ctxpopup.edc | 1 - themes/inc/nbeat-black-inc.edc | 2 ++ themes/inc/nbeat-inc.edc | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/groups/ctxpopup.edc b/themes/groups/ctxpopup.edc index e05d4a0..fe40470 100644 --- a/themes/groups/ctxpopup.edc +++ b/themes/groups/ctxpopup.edc @@ -36,7 +36,6 @@ #define CTXPOPUP_CONTENT_WIDTH_MIN 240 #define CTXPOPUP_CONTENT_WIDTH_MAX 420 #define CTXPOPUP_CONTENT_HEIGHT_MAX 630 -#define CTXPOPUP_SEPARATOR_COLOR 204 198 180 255 #define CTXPOPUP_FONT_COLOR 0 0 0 255 #define CTXPOPUP_CLICKED_FONT_COLOR 255 255 255 255 #define CTXPOPUP_ITEM_DISABLED_COLOR 200 200 200 127 diff --git a/themes/inc/nbeat-black-inc.edc b/themes/inc/nbeat-black-inc.edc index 4528ae6..245d5b0 100644 --- a/themes/inc/nbeat-black-inc.edc +++ b/themes/inc/nbeat-black-inc.edc @@ -34,6 +34,8 @@ #define POPUP_DESCRIPTION_TEXT_COLOR "#f9f9f9" #define POPUP_DIM_BG_COLOR 0 0 0 125 +#define CTXPOPUP_SEPARATOR_COLOR 71 82 87 255 + #define LABEL_TEXT_BLOCK_STYLE_COLOR_INC "#FFFFFF" #define GENLIST_PART_BG_COLOR_INC 0 0 0 255 diff --git a/themes/inc/nbeat-inc.edc b/themes/inc/nbeat-inc.edc index e8e2908..ccc7ea4 100644 --- a/themes/inc/nbeat-inc.edc +++ b/themes/inc/nbeat-inc.edc @@ -33,6 +33,8 @@ #define POPUP_DESCRIPTION_TEXT_COLOR "#000000" #define POPUP_DIM_BG_COLOR 61 59 56 204 +#define CTXPOPUP_SEPARATOR_COLOR 199 199 199 255 + #define LABEL_TEXT_BLOCK_STYLE_COLOR_INC "#000000" #define GENLIST_PART_BG_COLOR_INC 249 249 249 255 -- 2.7.4