Style Sheets updated with new cursor colour 76/45376/3
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Wed, 5 Aug 2015 09:48:58 +0000 (10:48 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Wed, 5 Aug 2015 10:15:18 +0000 (11:15 +0100)
Change-Id: Ibbe4372ad2f596ea8820f8adc1a45246a97c1190
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
dali-toolkit/styles/480x800/dali-toolkit-default-theme.json
dali-toolkit/styles/720x1280/dali-toolkit-default-theme.json

index 384c27b..b71bf26 100644 (file)
@@ -61,8 +61,8 @@ distributing this software or its derivatives.
     "textfield":
     {
       "point-size":18,
-      "primary-cursor-color":[1.0,0.71,0.9,1.0],
-      "secondary-cursor-color":[1.0,0.71,0.9,1.0],
+      "primary-cursor-color":[0.0,0.72,0.9,1.0],
+      "secondary-cursor-color":[0.0,0.72,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",
index 2577e14..cd6b94a 100644 (file)
@@ -61,8 +61,8 @@ distributing this software or its derivatives.
     "textfield":
     {
       "point-size":28,
-      "primary-cursor-color":[1.0,0.71,0.9,1.0],
-      "secondary-cursor-color":[1.0,0.71,0.9,1.0],
+      "primary-cursor-color":[0.0,0.72,0.9,1.0],
+      "secondary-cursor-color":[0.0,0.72,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",