button:hover:enabled{
/*your styles*/
}
button:active:enabled{
/*your styles*/
}
/*
To change the style of a button with class or not that has been set has disabled
when hovering.
*/
button:hover:disabled,button:hover[disabled]{
color: black;
}
.button_class:hover:disabled,.button_class:hover[disabled]{
color: black;
}
Code Example |
---|
Css :: css background transparent blur |
Css :: linux remove files except |
Css :: css set div width to screen |
Css :: transition |
Css :: CSS Conic Gradients |
Css :: text-transform |
Css :: link text underline css none |
Css :: make element glow |
Css :: Hide second occarrence of a css class |
Css :: center background image in css |
Css :: remove link style |
Css :: how to add an image to a label in css |
Css :: Cambiar el color de texto al hacer scroll css |
Css :: postcss plugin |
Css :: @container |
Css :: sass table |
Css :: cursor css |
Css :: css clamp |
Css :: css grid container |
Css :: border css dashed |
Css :: text-transform:capitalize; not workig |
Css :: scale textarea |
Css :: transition behaviour in css |
Css :: button css normal |
Css :: Html css forbidden cursor |
Css :: how to set unclickable checkbox using css |
Css :: calculator |
Css :: java to python |
Css :: JavaScript find common characters between the strings |
Css :: css buttons |