Form button color
Hi everyone,
When we hover over a form button, its background color change to the color of the texte and the texte color changes to the background color (there is a color switch). I modifyed the color of the texte in the custom common.css file.I added
.button {
color: #0C2E82
}
but the color of the background does not change to the new color when I hover over the button.
Does any one know how to do that?
Thanks in advance
Badre
0
-
If you want to change the background color of an element when the mouse is hovering over it, use the hover pseudo class. E.g. .button:hover { background-color: red; }0 -
Thank you Sir and have a nice day ! 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare