7 | | background: #ee920c; |
8 | | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee920c', endColorstr='#ffffff'); |
9 | | background:-webkit-gradient(linear, left top, left bottom, from(#ee920c), to(#ffffffff)); |
10 | | background:-moz-linear-gradient(top, #ee920c, #ffffff); |
| 7 | background: #ffcd0b; |
| 8 | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffcd0b'); /* for IE */ |
| 9 | background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffcd0b)); /* for webkit browsers */ |
| 10 | background:-moz-linear-gradient(top, #ffffff, #ffcd0b); /* for firefox 3.6+ */ |