[Title] Change the background color of select picker.
authorHyerim Bae <hyerim.bae@samsung.com>
Mon, 13 Aug 2012 05:59:01 +0000 (14:59 +0900)
committerHyerim Bae <hyerim.bae@samsung.com>
Wed, 5 Sep 2012 11:19:27 +0000 (20:19 +0900)
[Issue#] WEB-1554 / N_SE-8967
[Problem] The background color of select picker is black.
[Cause] Theme is changed.
[Solution] Modify the background color of select picker to white.
[Team] Browser UI
[Developer] Hyerim Bae (hyerim.bae)
[Request] N/A

Change-Id: I78bc15c453bc807be7bea8de1fae063a856f7e8a

Source/WebKit2/UIProcess/API/efl/tizen/control.edc

index 43d0410..bc72920 100644 (file)
@@ -697,7 +697,7 @@ collections {
                 description { state: "default" 0.0;
                     rel1 { relative: 0.0 1.0; }
                     rel2 { relative: 1.0 1.5; }
-                    color: 0 0 0 255;
+                    color: 255 255 255 255;
                 }
                 description { state: "show" 0.0;
                     inherit: "default" 0.0;