티스토리 뷰
글을 긁었을때 드래그되는 색상을 바꿔주는 코드
::-moz-selection{background:#6f3ec7; color:#fff;}
::selection {background:#6f3ec7; color:#fff;}
'html, css' 카테고리의 다른 글
특수기호 (0) | 2013.02.01 |
---|---|
모바일 작업 시 참고사항 (0) | 2013.02.01 |
댓글
글을 긁었을때 드래그되는 색상을 바꿔주는 코드
::-moz-selection{background:#6f3ec7; color:#fff;}
::selection {background:#6f3ec7; color:#fff;}
특수기호 (0) | 2013.02.01 |
---|---|
모바일 작업 시 참고사항 (0) | 2013.02.01 |