/* CHARCOAL multi-upload buttons */ .qq-upload-button { background: #444; background: -moz-linear-gradient(top, #515151 0%, #050505 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515151), color-stop(100%,#050505)); background: -o-linear-gradient(#515151, #050505); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151', endColorstr='#050505') !important; zoom: 1; text-shadow: 0 -1px #050505; border: 1px solid #050505; } .qq-upload-button-hover { background: #313131; background: -moz-linear-gradient(top, #050505 0%, #515151 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#050505), color-stop(100%,#515151)); background: -o-linear-gradient(#050505, #515151); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#050505', endColorstr='#515151') !important; zoom: 1; }