Guest User

Untitled

a guest
Jan 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. .x-scroll-indicator, .x-scroll-indicator-csstransform {
  2. opacity: 0.5;
  3. -webkit-transition: opacity 0.2s ease-out;
  4. }
  5.  
  6. .x-scroll-indicator {
  7. background: #333;
  8. -webkit-border-radius: 4px;
  9. }
  10.  
  11. .x-scroll-indicator-csstransform > * {
  12. background: #333;
  13. -webkit-perspective: 1;
  14. }
  15.  
  16. .x-scroll-indicator-csstransform > :first-child {
  17. -webkit-border-top-left-radius: 4px;
  18. -webkit-border-top-right-radius: 4px;
  19. }
  20.  
  21. .x-scroll-indicator-csstransform > :nth-child(2) {
  22. background: none;
  23. content: url(data:image/bmp;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABAAAAAAAAYAAAASCwAAEgsAAAAAAAAAAAAAxhgAAAAA);
  24. }
  25.  
  26. .x-scroll-indicator-csstransform > :last-child {
  27. -webkit-border-bottom-left-radius: 4px;
  28. -webkit-border-bottom-right-radius: 4px;
  29. }
Add Comment
Please, Sign In to add comment