Search
 
SCRIPT & CODE EXAMPLE
 

CSS

style disabled button

button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
Comment

css for disabled button

/* CSS Selectors for CSS2 and CSS3 both */
button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
Comment

PREVIOUS NEXT
Code Example
Css :: css for paragraph beautiful 
Css :: transition timing functions 
Css :: css translate x and y 
Css :: how to align border to center in css 
Css :: position css 
Css :: how to create a shape in css 
Css :: flex align self 
Css :: css percentrage minus px 
Css :: hide page scrollbar css 
Css :: Correct border property to add ROUNDED borders to the elements 
Css :: how to change background color in css 
Css :: justify second line of ul 
Css :: background image opacity css 
Css :: different measurements in css 
Css :: media min height css 
Css :: scss ::after 
Css :: css blur image without blur borders 
Css :: rotate animation css 
Css :: overflow css 
Css :: responsive width css 
Css :: Setting paragraph margin to 0 
Css :: add css file through jquery 
Css :: list elements vertically in html 
Css :: Bootstrap Carousel Custom Width 
Css :: cool css fonts 
Css :: bootstrap table striped change color 
Css :: css grid responsive 
Css :: progress bar bootstrap border 
Css :: margin-top not working 
Css :: terminal search file contents 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =