abajan

darkGrayMulti-uploadButtonsCSS

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