MT#4877: fix button focus style

gjungwirth/fix_tests
Gerhard Jungwirth 12 years ago
parent 8dc1310be7
commit c9fac644aa

@ -6,6 +6,12 @@ body {
overflow-y: scroll; overflow-y: scroll;
} }
.btn:hover, .btn:focus {
background-position: 0 0;
background-color: transparent;
transition: none;
}
/* --------- /* ---------
The modal The modal
------------*/ ------------*/

Loading…
Cancel
Save