html - Issue with Twitter Buttons -


i'm having sort of issue twitter button on webpage. in firefox developer edition, background of webpage causes button render incorrectly.

example:

#container {     background-color: #f0f1f4 } 

causes text within button render white.

here's how looks:

broken twitter button

what's that?

edit bug in firefox developer edition, , not carry on official firefox release. bug report has been filed: firefox bug #1112240

the text on twitter button takes color of container, #f0f1f4.

you need specify in style sheet own color:

a.twitter-share-button {   color: #333; } 

i hope helps, please read more documentation there: https://dev.twitter.com/web/overview/css


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -