41 | | |
42 | | background-color: #464646; /* Fallback */ |
43 | | background-image: -ms-linear-gradient(bottom, #464646, #373737 5px); /* IE10 */ |
44 | | background-image: -moz-linear-gradient(bottom, #464646, #373737 5px); /* Firefox */ |
45 | | background-image: -o-linear-gradient(bottom, #464646, #373737); /* Opera */ |
46 | | background-image: -webkit-gradient(linear, left bottom, left top, from(#464646), to(#373737)); /* old Webkit */ |
47 | | background-image: -webkit-linear-gradient(bottom, #373737, #464646 5px); /* new Webkit */ |
48 | | background-image: linear-gradient(bottom, #464646, #373737); /* proposed W3C Markup */ |
| 41 | background-color: #6d6d6d; /* Fallback */ |
| 42 | background-image: -ms-linear-gradient(bottom, #6d6d6d, #808080 5px); /* IE10 */ |
| 43 | background-image: -moz-linear-gradient(bottom, #6d6d6d, #808080 5px); /* Firefox */ |
| 44 | background-image: -o-linear-gradient(bottom, #6d6d6d, #808080); /* Opera */ |
| 45 | background-image: -webkit-gradient(linear, left bottom, left top, from(#6d6d6d), to(#808080)); /* old Webkit */ |
| 46 | background-image: -webkit-linear-gradient(bottom, #6d6d6d, #808080 5px); /* new Webkit */ |
| 47 | background-image: linear-gradient(bottom, #6d6d6d, #808080); /* proposed W3C Markup *// |