style.css
18 lines
| 1 | .tutor-wrap-parent { |
| 2 | width: 100%; |
| 3 | padding-top: 80px; |
| 4 | padding-bottom: 80px; |
| 5 | } |
| 6 | |
| 7 | .plyr input[type=range]::-webkit-slider-runnable-track { |
| 8 | box-shadow: none !important; |
| 9 | } |
| 10 | .plyr input[type=range]::-moz-range-track { |
| 11 | box-shadow: none !important; |
| 12 | } |
| 13 | .plyr input[type=range]::-ms-fill-lower { |
| 14 | box-shadow: none !important; |
| 15 | } |
| 16 | .plyr input[type=range]::-ms-fill-upper { |
| 17 | box-shadow: none !important; |
| 18 | } |