abajan

greenMulti-uploadButtonCSS

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