rachelbaker / bootstrapwp-Twitter-Bootstrap-for-WordPress

CSS toolkit from Twitter for use as a WordPress theme
http://twitter.github.com/bootstrap
651 stars 136 forks source link

Button css #55

Open Diolor opened 12 years ago

Diolor commented 12 years ago

Hi Rachel and many thanks on your making this theme!

I don't know if I broke something here or if this is confirmable but the button tag CSS seems to act weirdly on mouse over. This is the following code which look like CSS is missing:

<button class="btn" type="submit">
  Button
</button> 

Thank you!

rachelbaker commented 12 years ago

Can you provide more detail?
I added the css you have above and I don't see anything weird regarding the hover behavior.

Diolor commented 12 years ago

Ok i found the conflict (even after 3 months...). When the button was hovered had an ugly gradient.

I had enabled the buddypress-template-pack to make this theme buddypress compatible and it adds some more css.

The conflicting file is .../plugins/bp-template-pack/bp.css In line 684 (the hover css).

Edit: the best solution might be toggle the CSS off in plugin's custom menu (/wp-admin/themes.php?page=bp-tpack-options)