Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css button disabled hover

button:hover:enabled{
    /*your styles*/
}
button:active:enabled{
    /*your styles*/
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #button #disabled #hover
ADD COMMENT
Topic
Name
3+1 =