Carlos Oliva

Results 3 comments of Carlos Oliva

I had the same problem, @aetejeida work-around fixed it

I actually have the same issue; all flat buttons become green when the mouse is hovered over them and this color cannot be changed (in my case, I would prefer...

So far, the only workaround I can think of is to apply a CSS class to each flat button that overrides the on-hover color. Something like: ```css .btn.btn-flat.colorless-on-hover:hover { background-color:transparent...