View Single Post
Posts: 85 | Thanked: 178 times | Joined on Apr 2012 @ Finland
#16
Originally Posted by efion View Post
any idea how to change font color on conversation bubble?
i use green bubble on outgoing sms, but it's not contrast with black font
It is in /usr/share/themes/base/meegotouch/libmessagingwidgets0/style/libmessagingwidgets0.css
Just replace the $COLOR_FOREGROUND with code u like.

{
BubbleItem MLabelStyle#BubbleItemMessageOutgoing {

font: $FONT_FAMILY_LIGHT 24px;
color: $COLOR_FOREGROUND;
 

The Following 2 Users Say Thank You to kebbana For This Useful Post: