From: Seoyeon Kim Date: Mon, 13 Apr 2020 10:00:11 +0000 (+0900) Subject: Update 360x360 default stylesheet X-Git-Tag: dali_1.9.8~3 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=2b924ef80ddda93a0ee64be15b2e3f4b2c3f117c;ds=sidebyside Update 360x360 default stylesheet Change-Id: If57afc8b8339dd6d7c2d9513d5336ab4d285b2be Signed-off-by: Seoyeon Kim --- diff --git a/dali-toolkit/styles/360x360/dali-toolkit-default-theme.json b/dali-toolkit/styles/360x360/dali-toolkit-default-theme.json index 735b0e5..36db9a1 100644 --- a/dali-toolkit/styles/360x360/dali-toolkit-default-theme.json +++ b/dali-toolkit/styles/360x360/dali-toolkit-default-theme.json @@ -64,15 +64,21 @@ }, "TextField": { - "pointSize":18, - "primaryCursorColor":[0.0,0.72,0.9,1.0], - "secondaryCursorColor":[0.0,0.72,0.9,1.0], + "pointSize":10, + "primaryCursorColor":[0.07,0.70,1.0,1.0], + "secondaryCursorColor":[0.07,0.70,1.0,1.0], "cursorWidth":3, "selectionHighlightColor":[0.75,0.96,1.0,1.0], "grabHandleImage" : "{DALI_STYLE_IMAGE_DIR}cursor_handler_drop_center.png", "selectionHandleImageLeft" : {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_left.png" }, "selectionHandleImageRight": {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_right.png" }, - "enableSelection":true + "enableSelection":true, + "textColor":[0.99,0.99,0.99,1.0], + "background": { + "visualType": "COLOR", + "mixColor":[0.0,0.0,0.0,1.0] + }, + "textBackground":[0.0,0.0,0.0,1.0] }, "TextFieldFontSize0":