Selection
Résolu
H1800
Messages postés
55
Statut
Membre
-
jordane45 Messages postés 40050 Date d'inscription Statut Modérateur Dernière intervention -
jordane45 Messages postés 40050 Date d'inscription Statut Modérateur Dernière intervention -
A voir également:
- Selection
- L'indice n'appartient pas à la sélection vba ✓ - Forum VB / VBA
- Outil sélection illustrator ne fonctionne pas - Forum Illustrator
- Impossible de modifier avec l'outil de sélection ✓ - Forum Illustrator
- Erreur '9' l'indice n'appartient pas à la sélection - Forum VB / VBA
- Variable workbook : l'indice n'appartient pas à la sélection ✓ - Forum Excel
1 réponse
Bonjour,
voir ici : https://css-tricks.com/overriding-the-default-text-selection-color-with-css/
.
Cordialement,
Jordane
::selection {
background: #ffb7b7; /* WebKit/Blink Browsers */
}
::-moz-selection {
background: #ffb7b7; /* Gecko Browsers */
}
voir ici : https://css-tricks.com/overriding-the-default-text-selection-color-with-css/
.
Cordialement,
Jordane
