Change font color from black to white in javascriptpopup following black theme
authorjunghwan.kang <junghwan.kang@samsung.com>
Fri, 28 Jun 2013 05:46:56 +0000 (14:46 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Fri, 28 Jun 2013 05:55:00 +0000 (05:55 +0000)
[Title] Change font color from black to white in javascriptpopup following black theme
[issue#] N_SE-43586
[problem] Text in popup is un-recognizable 'cause of color
[cause] Theme has been changed to black
[solution] Change font color from black to white in javascriptpopup following black theme
[team] Web
[horizontal_expansion] N/A

Change-Id: Ia27c5f58e6900f1f861d698e4a42f0e7b2956234

Source/WebKit2/UIProcess/API/efl/tizen/JavaScriptPopup.cpp

index 9e5e30b..929deaf 100755 (executable)
@@ -69,7 +69,7 @@ bool JavaScriptPopup::setLabelText(const char* message)
     if (!message)
         return false;
 
-    String popupMessage = ("<color='#646464'>") + String::fromUTF8(elm_entry_utf8_to_markup(message)) + ("</color>");
+    String popupMessage = ("<color='#ffffff'>") + String::fromUTF8(elm_entry_utf8_to_markup(message)) + ("</color>");
     popupMessage.replace("\n", "</br>");
 
     // Set scroll layout to display so long sentences