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