Updating CSS for firefox gradients, no gradients.

This commit is contained in:
Mark Story 2009-12-28 23:54:37 -05:00
parent e067552b25
commit cb0e63c2fd

View file

@ -315,15 +315,17 @@ input[type=submit] {
width: auto;
}
form .submit input[type=submit] {
background:#889a0d;
background:#62af56;
background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
background-image: -moz-linear-gradient(top, #9bcc66, #3da86a);
background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
border-color: #2d6324;
color: #111;
text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover {
background:#4ca83d;
background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}
/* Notices and Errors */