Guest User

sb

a guest
May 20th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. /* AGENT_SHEET */
  2. scrollbarbutton[sbattr="scrollbar-up-top"],
  3. scrollbarbutton[sbattr="scrollbar-down-top"],
  4. scrollbarbutton[sbattr="scrollbar-up-bottom"],
  5. scrollbarbutton[sbattr="scrollbar-down-bottom"] {
  6. -moz-appearance: none !important;
  7. display: none !important;
  8. }
  9. scrollbar[orient="vertical"] {
  10. -moz-margin-start: -15px;
  11. min-width: 15px!important;
  12. max-width: 15px!important;
  13. -moz-appearance: none!important;
  14. position: relative;
  15. background-color: transparent!important;
  16. background-image: none!important;
  17. border: 0;
  18. z-index: 2147483647;
  19. -moz-box-align: start;
  20. padding:1px 1px 1px 6px!important;
  21. }
  22. scrollbar[orient="horizontal"] {
  23. margin-top: -15px;
  24. min-height: 15px;
  25. max-height: 15px;
  26. -moz-appearance: none!important;
  27. position: relative;
  28. background-color: transparent;
  29. background-image: none;
  30. border: 0;
  31. z-index: 2147483647;
  32. -moz-box-align: start;
  33. padding:6px 11px 1px 1px!important;
  34. }
  35. scrollbar thumb {
  36. -moz-appearance: none !important;
  37. background-color: rgba(80,80,80,0.5);
  38. border-radius: 0px;
  39. border: 0;
  40. }
  41. scrollbar[orient="vertical"] thumb {
  42. min-height: 20px!important;
  43. min-width: 15px!important;
  44. max-width: 15px!important;
  45. }
  46. scrollbar[orient="horizontal"] thumb {
  47. min-width: 20px!important;
  48. min-height: 15px!important;
  49. max-height: 15px!important;
  50.  
  51. }
  52. scrollbar thumb:hover, scrollbar thumb:active {
  53. background-color: rgba(0,0,0,0.5);
  54. }
  55. html div scrollbar {
  56. -moz-margin-start: 0!important;
  57. }
Add Comment
Please, Sign In to add comment