abajan

lightGrayMulti-uploadButtonsCSS

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