| 32 | | background-color: #777; |
| 33 | | background-image: -moz-linear-gradient(bottom, #666, #7f7f7f); |
| 34 | | background-image: -webkit-gradient(linear, left bottom, left top, from(#666), to(#7f7f7f)); |
| | 32 | background: #777; /* Fallback */ |
| | 33 | background-image: -ms-linear-gradient(bottom, #666, #7f7f7f); /* IE10 */ |
| | 34 | background-image: -moz-linear-gradient(bottom, #666, #7f7f7f); /* Firefox */ |
| | 35 | background-image: -o-linear-gradient(bottom, #666, #7f7f7f); /* Opera */ |
| | 36 | background-image: -webkit-gradient(linear, left bottom, left top, from(#666), to(#7f7f7f)); /* old Webkit */ |
| | 37 | background-image: -webkit-linear-gradient(bottom, #666, #7f7f7f); /* new Webkit */ |
| | 38 | background-image: linear-gradient(bottom, #666, #7f7f7f); /* proposed W3C Markup */ |
| 142 | | background: #555; |
| 143 | | background: -moz-linear-gradient(bottom, #555, #3e3e3e); |
| 144 | | background: -webkit-gradient(linear, left bottom, left top, from(#555), to(#3e3e3e)); |
| | 146 | background: #555; /* Fallback */ |
| | 147 | background-image: -ms-linear-gradient(bottom, #555, #3e3e3e); /* IE10 */ |
| | 148 | background-image: -moz-linear-gradient(bottom, #555, #3e3e3e); /* Firefox */ |
| | 149 | background-image: -o-linear-gradient(bottom, #555, #3e3e3e); /* Opera */ |
| | 150 | background-image: -webkit-gradient(linear, left bottom, left top, from(#555), to(#3e3e3e)); /* old Webkit */ |
| | 151 | background-image: -webkit-linear-gradient(bottom, #555, #3e3e3e); /* new Webkit */ |
| | 152 | background-image: linear-gradient(bottom, #555, #3e3e3e); /* proposed W3C Markup */ |
| 148 | | background: #888; |
| 149 | | background: -moz-linear-gradient(bottom, #888, #9d9d9d); |
| 150 | | background: -webkit-gradient(linear, left bottom, left top, from(#888), to(#9d9d9d)); |
| | 156 | background: #888; /* Fallback */ |
| | 157 | background-image: -ms-linear-gradient(bottom, #888, #9d9d9d); /* IE10 */ |
| | 158 | background-image: -moz-linear-gradient(bottom, #888, #9d9d9d); /* Firefox */ |
| | 159 | background-image: -o-linear-gradient(bottom, #888, #9d9d9d); /* Opera */ |
| | 160 | background-image: -webkit-gradient(linear, left bottom, left top, from(#888), to(#9d9d9d)); /* old Webkit */ |
| | 161 | background-image: -webkit-linear-gradient(bottom, #888, #9d9d9d); /* new Webkit */ |
| | 162 | background-image: linear-gradient(bottom, #888, #9d9d9d); /* proposed W3C Markup */ |
| 259 | | background: #aaa; |
| 260 | | background: -moz-linear-gradient(bottom, #aaa, #cecece); |
| 261 | | background: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#cecece)); |
| | 271 | background: #aaa; /* Fallback */ |
| | 272 | background-image: -ms-linear-gradient(bottom, #aaa, #cecece); /* IE10 */ |
| | 273 | background-image: -moz-linear-gradient(bottom, #aaa, #cecece); /* Firefox */ |
| | 274 | background-image: -o-linear-gradient(bottom, #aaa, #cecece); /* Opera */ |
| | 275 | background-image: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#cecece)); /* old Webkit */ |
| | 276 | background-image: -webkit-linear-gradient(bottom, #aaa, #cecece); /* new Webkit */ |
| | 277 | background-image: linear-gradient(bottom, #aaa, #cecece); /* proposed W3C Markup */ |
| 274 | | background: #a0a0a0; |
| 275 | | background:-moz-linear-gradient(bottom, #a0a0a0, #c1c1c1); |
| 276 | | background:-webkit-gradient(linear, left bottom, left top, from(#a0a0a0), to(#c1c1c1)); |
| | 290 | background: #a0a0a0; /* Fallback */ |
| | 291 | background-image: -ms-linear-gradient(bottom, #a0a0a0, #c1c1c1); /* IE10 */ |
| | 292 | background-image: -moz-linear-gradient(bottom, #a0a0a0, #c1c1c1); /* Firefox */ |
| | 293 | background-image: -o-linear-gradient(bottom, #a0a0a0, #c1c1c1); /* Opera */ |
| | 294 | background-image: -webkit-gradient(linear, left bottom, left top, from(#a0a0a0), to(#c1c1c1)); /* old Webkit */ |
| | 295 | background-image: -webkit-linear-gradient(bottom, #a0a0a0, #c1c1c1); /* new Webkit */ |
| | 296 | background-image: linear-gradient(bottom, #a0a0a0, #c1c1c1); /* proposed W3C Markup */ |