“HTML CSS Disablelot Button Passe o estilo” Respostas de código

Botão CSS Desativado Passe o mouse

button:hover:enabled{
    /*your styles*/
}
button:active:enabled{
    /*your styles*/
}
Modern Mouse

HTML CSS Disablelot Button Passe o estilo

/* 
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;
}
Ill Iguana

Respostas semelhantes a “HTML CSS Disablelot Button Passe o estilo”

Perguntas semelhantes a “HTML CSS Disablelot Button Passe o estilo”

Procure respostas de código populares por idioma

Procurar outros idiomas de código