Remove the transparent border property from your .btn class like below. .btn{ border:0px solid transparent; /* this was 1px earlier */ }.
確定! 回上一頁