27/07/2012

CSS - Mudar cor da seleção

<style>
    *::selection {background: #66CC33; /* Safari */}
    *::-moz-selection {background: #66CC33; /* Firefox */}
</style>

Fonte: http://css-tricks.com/examples/DifferentSelectionColors/

Nenhum comentário:

Postar um comentário