bootstrapwp-Twitter-Bootstrap-for-WordPress icon indicating copy to clipboard operation
bootstrapwp-Twitter-Bootstrap-for-WordPress copied to clipboard

Button css

Open Diolor opened this issue 12 years ago • 2 comments

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!

Diolor avatar Jul 01 '12 05:07 Diolor

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

rachelbaker avatar Jul 06 '12 14:07 rachelbaker

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)

Diolor avatar Sep 24 '12 10:09 Diolor