X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fstyles%2Fdali-toolkit-default-theme.json;h=014efd403e13bdec1e3930030559af7dc42620ad;hp=fcfae0714fde4b280acc62d1e157a4ffbcd2dd01;hb=536dbd95b845181336b94928d26e92b2f5da47fc;hpb=8c18e2ceb273e1db22547264a4466fa565081a29 diff --git a/dali-toolkit/styles/dali-toolkit-default-theme.json b/dali-toolkit/styles/dali-toolkit-default-theme.json index fcfae07..014efd4 100644 --- a/dali-toolkit/styles/dali-toolkit-default-theme.json +++ b/dali-toolkit/styles/dali-toolkit-default-theme.json @@ -37,17 +37,32 @@ 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], - "background-color":[0.0,0.0,0.0,1.0] + "option-divider-size":[2,0], + "popup-divider-color":[0.23,0.72,0.8,0.11], + "popup-icon-color":[1.0,1.0,1.0,1.0], + "popup-pressed-color":[0.24,0.72,0.8,0.11], + "background-image": { + "filename": "{DALI_IMAGE_DIR}selection-popup-bg.9.png" + } }, "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": {