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:
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
Post a Comment