X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fstyles%2Fdali-toolkit-default-theme.json;h=c47661f70192331fcc7da59d5bee0d5e8df81798;hb=9f3a3fb55f6649f558e72e4b3a3ffdbe3525f617;hp=f85071524639c8b4c35d3f4cd157d6d658841da1;hpb=3d516ae37b6f1438af2d0a353bb3a57e9cdcef48;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/styles/dali-toolkit-default-theme.json b/dali-toolkit/styles/dali-toolkit-default-theme.json index f850715..c47661f 100644 --- a/dali-toolkit/styles/dali-toolkit-default-theme.json +++ b/dali-toolkit/styles/dali-toolkit-default-theme.json @@ -37,11 +37,26 @@ distributing this software or its derivatives. "font-style":"Regular", "point-size":18 }, + "textselectionpopuplabel": + { + "point-size":18 + }, + "textselectionpopup": + { + "popup-max-size":[400,100], + "popup-min-size":[100,65] + }, "textfield": { "font-family":"HelveticaNeue", "font-style":"Regular", - "point-size":18 + "point-size":18, + "primary-cursor-color":[0.0,0.71,0.9,1.0], + "secondary-cursor-color":[0.0,0.71,0.9,1.0], + "selection-highlight-color":[0.75,0.96,1.0,1.0], + "grab-handle-image":"{DALI_IMAGE_DIR}cursor_handler_center.png", + "selection-handle-image-left":"{DALI_IMAGE_DIR}selection_handle_left.png", + "selection-handle-image-right":"{DALI_IMAGE_DIR}selection_handle_right.png" }, "scrollview": {