diff --git a/app/webroot/css/cake.generic.css b/app/webroot/css/cake.generic.css index 48920bf25..87b9684af 100644 --- a/app/webroot/css/cake.generic.css +++ b/app/webroot/css/cake.generic.css @@ -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 */