jquery.ui.html4.css 247 B

12345678910111213141516
  1. .turnjs-slide{
  2. width:600px;
  3. height:8px;
  4. background-color:#B4B4B4;
  5. border-radius:5px;
  6. margin:20px auto;
  7. }
  8. .turnjs-slide .ui-slider .ui-slider-handle{
  9. background-color:#8F8F8F;
  10. z-index:10000;
  11. }
  12. .turnjs-slide .thumbnail{
  13. background: #666;
  14. }