게시판 목록에서 내글찾기나, 글쓰기버튼 클릭시 아웃라인(보더) 없애는법

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!
게시판 목록에서 내글찾기나, 글쓰기버튼 클릭시 아웃라인(보더) 없애는법

QA

게시판 목록에서 내글찾기나, 글쓰기버튼 클릭시 아웃라인(보더) 없애는법

답변 3

본문

게시판 목록에서 내글찾기나, 글쓰기버튼 클릭시 아웃라인(보더) 없애는법 알고 계시면 답변 부탁드립니다 ㅠㅠ

클릭시 하늘색(?)의 보더가 생겨요

이 질문에 댓글 쓰기 :

답변 3

아래 css추가하시고 버튼 클래스에 outline-none을 추가해보세요


<style>

.outline-none:active,.outline-none:hover,.outline-none:active:focus-visible{outline:none!important;box-shadow:none!important;border:0!important;}

</style> 

 


<style>
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
    border: 0 !important;
}
</style>

tail.php에 추가하세요.

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 0
© SIRSOFT
현재 페이지 제일 처음으로