From bfc03a13301870d4f488f0cd2ae299f100d395f2 Mon Sep 17 00:00:00 2001 From: "heeju.joo" Date: Thu, 20 Jun 2013 19:08:10 +0900 Subject: [PATCH] Entry : Apply white theme (editfield color) Change-Id: I53f18c6ac84504e54198e15625143b9e1f607a5d --- src/themes/tizen/tizen-white/style.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/themes/tizen/tizen-white/style.less b/src/themes/tizen/tizen-white/style.less index 81f5020..ff8f45b 100644 --- a/src/themes/tizen/tizen-white/style.less +++ b/src/themes/tizen/tizen-white/style.less @@ -53,8 +53,8 @@ @color_list_expanded_bg : rgba(220, 218, 211, 1); -@color_list_editfield : rgba(0, 0, 0, 1); /* F011L1 */ -@color_editfield_focus_border : rgba(58, 114, 255, 1); +@color_list_editfield : rgba(227, 225, 217, 1); /* F011L1 */ +@color_editfield_focus_border : rgba(0, 123, 218, 1); @color_checklist_btn_bg : rgba(248, 246, 239, 1); -- 2.7.4