1
votes

I'm having an issue where safari is not rendering a complete text-shadow on a custom glyphicon like chrome or ff does. I attach an image of the button.

Do you know if there's any known bug or anything related to that?

Thanks a lot!

enter image description here

Upd: Happens in Safari 6.1.4, not in the new version 7.0.4, but anyway I have to fix that!

1
amazing thing is that other icons don't have that issue, anything else about that? - agapitocandemor

1 Answers

0
votes

In Safari it simply takes webkit. But still if it creates problem then please try with the below mentioned css.

Text Shadow in Safari

.selector { text-shadow: #666666 5px 5px 5px; /* Just an example */ }

Please try providing the color first the dimensions and check whether it helps you or not.

Cheers :)