ScrollPane.css 358 B

123456789101112131415161718192021222324
  1. .dojoxScrollWindow {
  2. position:relative;
  3. overflow:hidden;
  4. }
  5. .dojoxScrollHelper .helperInner {
  6. visibility: hidden;
  7. }
  8. .dojoxScrollHelper {
  9. border:1px solid #b7b7b7;
  10. width:4px;
  11. background:#ededed;
  12. height:4px;
  13. position:absolute;
  14. top:4px;
  15. left:4px;
  16. border-radius: 3px;
  17. -moz-border-radius: 3px;
  18. -webkit-border-radius: 3px;
  19. }
  20. .dojoxScrollWrapper {
  21. }