티스토리 뷰

WebPublisher

[css] 공통 selectbox 스타일

amanda 2021. 11. 10. 16:52
select{width: auto;padding: 6px 12px;border: 1px solid #050505;border-radius: 3px;background-repeat: no-repeat;background-position: 98% center;background-image: url('/include/img/bg-selectbox.png') !important;color: #050505;font-weight: 300;line-height: 1em;text-align: center;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select::-ms-expand{display: none;}

@media screen and (max-width:768px){
	select{background-position: 97% center;background-size: 12px;}
}

@media screen and (max-width:420px){
	select{background-position: 95% center;}
}
공지사항