css - Safari Cross Mark Entity always coloured red -


if open below fiddle in safari on devices, cross mark entity coloured red.

http://jsfiddle.net/minlare/bgmx2d74/

a {     color: #333;     } a:before {     content: '\274c';     color: #333 !important; } 

is there way set colour on cross mark entity in safari?


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -