SliderField.css 688 B

123456789101112131415161718192021222324252627
  1. /*
  2. * Ext JS Library 2.0
  3. * Copyright(c) 2006-2007, Ext JS, LLC.
  4. * licensing@extjs.com
  5. *
  6. * http://extjs.com/license
  7. */
  8. .x-form-item .x-form-element .x-slider-hbar {
  9. border: solid 1px #B5B8C8;
  10. background: white;
  11. height: 1px;
  12. position: relative;
  13. top: 8px;
  14. }
  15. .x-form-item .x-form-element .x-slider-thumb {
  16. position: relative;
  17. width: 15px;
  18. height: 15px;
  19. top: -1px;
  20. left: 0px;
  21. background: transparent url(../../resources/images/default/panel/tool-sprites.gif) no-repeat scroll 0px -75px;
  22. cursor: pointer;
  23. }
  24. .x-form-item .x-form-element .x-slider-thumb-over {
  25. background: transparent url(../../resources/images/default/panel/tool-sprites.gif) no-repeat scroll -15px -75px;
  26. }