“HTML -CSS -Button -Schaltflächenschwebestil” Code-Antworten

CSS -Taste deaktiviert schweben

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

HTML -CSS -Button -Schaltflächenschwebestil

/* 
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

Ähnliche Antworten wie “HTML -CSS -Button -Schaltflächenschwebestil”

Fragen ähnlich wie “HTML -CSS -Button -Schaltflächenschwebestil”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen