/* BLUE multi-upload buttons */ .qq-upload-button { background: #03C; background: -moz-linear-gradient(top, #06C 0%, #003 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#06C), color-stop(100%,#003)); background: -o-linear-gradient(#06C, #003); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066CC', endColorstr='#000033') !important; zoom: 1; text-shadow: 0 -1px #003; border: 1px solid #003; } .qq-upload-button-hover { background: #039; background: -moz-linear-gradient(top, #003 0%, #06C 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003), color-stop(100%,#06C)); background: -o-linear-gradient(#003, #06C); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000033', endColorstr='#0066CC') !important; zoom: 1; }