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