imathis / fancy-buttons

Fancy CSS Buttons using Compass
http://brandonmathis.com/projects/fancy-buttons/
819 stars 55 forks source link

fancy-button-text-colors not working #11

Closed jlippiner closed 13 years ago

jlippiner commented 14 years ago

I have this defined in my CSS:

    a.yellow-button
      +fancy-button-structure
      +fancy-button-colors(darken(desaturate(yellow, 35), 5))
      +fancy-button-text-colors(#000,#000,#000)
      width: 100px

and no matter how I recorder the elements or what I put for the text colors, the text is always WHITE.

How do I change the text color for a button?

htanata commented 14 years ago

Same problem with me. The color provided by fb-state-colors seems to override it.

imathis commented 13 years ago

I believe this is fixed in the latest version. If not try the prerelease with gem install fancy-buttons --pre

htanata commented 13 years ago

I'm using 0.6.0.pre1 and the problem is there.

imathis commented 13 years ago

Thanks, I'll have a look.

imathis commented 13 years ago

This time I've fixed it for sure, sorry for the delay.