Selection
Résolu
H1800
Messages postés
52
Date d'inscription
Statut
Membre
Dernière intervention
-
jordane45 Messages postés 30651 Date d'inscription Statut Modérateur Dernière intervention -
jordane45 Messages postés 30651 Date d'inscription Statut Modérateur Dernière intervention -
A voir également:
- Selection
- Outil sélection illustrator ne fonctionne pas ✓ - Forum Illustrator
- Inverser selection excel - Forum Excel
- L'indice n'appartient pas à la sélection vba - Forum VB / VBA
- Illustrator cadre de sélection disparu ✓ - Forum Illustrator
- Comment faire pour inverser une sélection? - Forum Graphisme
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
