mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Updating CSS for firefox gradients, no gradients.
This commit is contained in:
parent
e067552b25
commit
cb0e63c2fd
1 changed files with 4 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue