turn.js/samples/docs/css/jquery.ui.html4.css
2015-03-02 12:01:50 -03:00

16 lines
247 B
CSS

.turnjs-slide{
width:600px;
height:8px;
background-color:#B4B4B4;
border-radius:5px;
margin:20px auto;
}
.turnjs-slide .ui-slider .ui-slider-handle{
background-color:#8F8F8F;
z-index:10000;
}
.turnjs-slide .thumbnail{
background: #666;
}