abajan

redMulti-uploadButtonCSS

Dec 22nd, 2011
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. /* RED multi-upload buttons */
  2. .qq-upload-button {
  3. background: #850B00;
  4. background: -moz-linear-gradient(top, #C80000 0%, #331900 100%);
  5. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C80000), color-stop(100%,#331900));
  6. background: -o-linear-gradient(#C80000, #331900);
  7. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C80000', endColorstr='#331900') !important;
  8. zoom: 1;
  9. text-shadow: 0 -1px #331900;
  10. border: 1px solid #331900;
  11. }
  12. .qq-upload-button-hover {
  13. background: #6F1000;
  14. background: -moz-linear-gradient(top, #331900 0%, #C80000 100%);
  15. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#331900), color-stop(100%,#C80000));
  16. background: -o-linear-gradient(#331900, #C80000);
  17. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#331900', endColorstr='#C80000') !important;
  18. zoom: 1;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment