diff --git a/share/static/css/main.css b/share/static/css/main.css index a907e2cc54..e672fc859f 100644 --- a/share/static/css/main.css +++ b/share/static/css/main.css @@ -6,6 +6,12 @@ body { overflow-y: scroll; } +.btn:hover, .btn:focus { + background-position: 0 0; + background-color: transparent; + transition: none; +} + /* --------- The modal ------------*/