Miguel Carrillo
Posts: 0
Joined: Mon Sep 29, 2014 7:46 pm

How can I change text border color?

How can I turn off or change the outline border of the label text to match the background color with css? This is a screenshot of my app with the color that I need to change

Image

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

How can I change text border color?

Hi Miguel,

You can remove this default style for all app with following css rule:

pre

body .ui-content{
text-shadow: none;
}

/pre

Also you can use this css style for your own rules.

Regards.

Return to “Issues”