🌍
Français
Dans content.css des templates mis à dispo de tes membres (y compris le template par défaut), supposons yoga-dark, cherche:
#content UL.thumbnails SPAN.wrap2:hover { border-color: yellow; /* thumbnails border color when mouse cursor is over it */ }
et remplace par:
#content UL.thumbnails SPAN.wrap2:hover { background: #800; border-color: yellow; /* thumbnails border color when mouse cursor is over it */ }
#800 ou tout autre couleur.
Ça devrait marcher mais uniquement sous FF (sous IE, je ne sais pas faire).
Hors ligne