Scrollbar CSS [FF] - JDK


SUBMITTED BY: Guest

DATE: Nov. 19, 2014, 11:40 a.m.

FORMAT: Text only

SIZE: 563 Bytes

HITS: 1795

  1. @-moz-document url-prefix(http://),url-prefix(https://) {
  2. scrollbar {
  3. -moz-appearance: none !important;
  4. background: rgb(0,255,0) !important;
  5. }
  6. thumb,scrollbarbutton {
  7. -moz-appearance: none !important;
  8. background-color: rgb(0,0,255) !important;
  9. }
  10. thumb:hover,scrollbarbutton:hover {
  11. -moz-appearance: none !important;
  12. background-color: rgb(255,0,0) !important;
  13. }
  14. scrollbarbutton {
  15. display: none !important;
  16. }
  17. scrollbar[orient="vertical"] {
  18. min-width: 15px !important;
  19. }
  20. }

comments powered by Disqus