Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Font Colours have a shadow

Hi

I have noticed that the fonts show a shadow. ie. if you have yellow writing on black.
It makes the the words illegible.

How do I get rid of it and why is it there in the first place?

Thx

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Font Colours have a shadow

Hello Deon,
You can set text-shadow for all labels on the page content component:
pre.ui-content{
text-shadow: 1px 1px 2px black, 0 0 1em red;
}/pre

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Font Colours have a shadow

Hi

I dont want a shadow. appery puts it in automatically.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Font Colours have a shadow

If so - just set it's value to "none":
pre.ui-content{
text-shadow: none;
}/pre

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Font Colours have a shadow

Thank you.

Return to “Issues”