Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* RED multi-upload buttons */
- .qq-upload-button {
- background: #850B00;
- background: -moz-linear-gradient(top, #C80000 0%, #331900 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C80000), color-stop(100%,#331900));
- background: -o-linear-gradient(#C80000, #331900);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C80000', endColorstr='#331900') !important;
- zoom: 1;
- text-shadow: 0 -1px #331900;
- border: 1px solid #331900;
- }
- .qq-upload-button-hover {
- background: #6F1000;
- background: -moz-linear-gradient(top, #331900 0%, #C80000 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#331900), color-stop(100%,#C80000));
- background: -o-linear-gradient(#331900, #C80000);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#331900', endColorstr='#C80000') !important;
- zoom: 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment