I have a button with the button class button.ttfm2 but I want to change button[type="submit"]:hover this specific button:
At the moment my current code is:
.ttfm2 button[type="submit"]:hover {
background-color: #28AE47 !important;
}
What am i missing?