css class for button type missing
-
hi,
Can you please tell me why the following css class (and a few other) is not defined for input type button or button tag or any other types of button for that matter?
input[type=submit]{margin-bottom:0;font-size:14px;line-height:20px;cursor:pointer;border:1px solid #CCC;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#363636;background-image:-moz-linear-gradient(top,#444,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));background-image:-webkit-linear-gradient(top,#444,#222);background-image:-o-linear-gradient(top,#444,#222);background-image:linear-gradient(to bottom,#444,#222);background-repeat:repeat-x;border-color:#222 #222 #000;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ff444444′, endColorstr=’#ff222222′, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
thanks.
- The topic ‘css class for button type missing’ is closed to new replies.