Friday 15 August 2014

css - How can I remove a bootstrap buttons hover effect? -



css - How can I remove a bootstrap buttons hover effect? -

i've gotten assignment remove hover effect of next button:

visit http://www.appsbayou.se, search text "kontaktinformation". above there's button, "skicka" has ugly black hover effect. style comes existing css.

i'm using chrome , if open devtools can't nail downwards style rule effect.

how can remove black hover color or @ to the lowest degree alter color of choosing?

you need toggle hover state within developer tools in order view css applied button on hover state. adding css stylesheet prepare problem:

input[type=submit]:hover { background-position: 0px; }

css twitter-bootstrap

No comments:

Post a Comment