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