Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css for disabled button

/* CSS Selectors for CSS2 and CSS3 both */
button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #disabled #button
ADD COMMENT
Topic
Name
8+4 =