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 animated skills bar 
Css :: make text not selectable html js css 
Css :: css table td width not working 
Css :: css keep image ratio 
Css :: responsive container css 
Css :: How to check tailwindcss version 
Css :: mat select remove underline 
Css :: grid center 
Css :: remove outline of input css 
Css :: box shadow to make border bottom 
Css :: css height animation 
Css :: page icon css 
Css :: check if swap is working 
Css :: add space between all html elements flex 
Css :: css responsive font size 
Css :: css box shadow 
Css :: underlined style for a link 
Css :: div align right in css 
Css :: css testo che scorre 
Css :: box shadow 
Css :: associate checkbox with label 
Css :: border around img css 
Css :: css center vertically 
Css :: element not going to the bottom of the page 
Css :: line break inside content css 
Css :: centralize div inside div 
Css :: position an icon in relation a parent element 
Css :: bootstrap modal is grayed out 
Css :: font for css code google link 
Css :: how to add fade-in with page transition 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =