Page 1 of 1

Font Colours have a shadow

Posted: Thu Feb 11, 2016 1:17 pm
by Deon

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


Font Colours have a shadow

Posted: Thu Feb 11, 2016 4:17 pm
by Serhii Kulibaba

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


Font Colours have a shadow

Posted: Fri Feb 12, 2016 7:31 am
by Deon

Hi

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


Font Colours have a shadow

Posted: Fri Feb 12, 2016 5:25 pm
by Serhii Kulibaba

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


Font Colours have a shadow

Posted: Wed Feb 17, 2016 8:00 am
by Deon

Thank you.