Skip to content

Instantly share code, notes, and snippets.

@lucasrmagalhaes
Last active August 9, 2022 15:00
Show Gist options
  • Save lucasrmagalhaes/38309d905232dede3ed3396061fae8be to your computer and use it in GitHub Desktop.
Save lucasrmagalhaes/38309d905232dede3ed3396061fae8be to your computer and use it in GitHub Desktop.
CSS - Códigos
/** Não mostra a arrow para carregar as options */
select[readonly] {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
}
/** Mudar o estilo de um texto quando selecionado */
::selection {
color: #fff;
background-color: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment