From: heeju.joo Date: Thu, 20 Jun 2013 10:08:10 +0000 (+0900) Subject: Entry : Apply white theme (editfield color) X-Git-Tag: submit/tizen_2.2/20130714.154816~9^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bfc03a13301870d4f488f0cd2ae299f100d395f2;p=framework%2Fweb%2Fweb-ui-fw.git Entry : Apply white theme (editfield color) Change-Id: I53f18c6ac84504e54198e15625143b9e1f607a5d --- 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);