Move Position to react/redux

This commit is contained in:
Jordan Eldredge 2016-07-22 08:11:09 -07:00
parent f6df92fb29
commit 1965879bcd
5 changed files with 89 additions and 57 deletions

View file

@ -364,6 +364,11 @@
#winamp2-js .stop #position::-webkit-slider-thumb { visibility: hidden; }
#winamp2-js .stop #position::-moz-range-thumb { visibility: hidden; }
/* For some reason this is needed for the position slider to show up now that
* we are using React.
*/
#winamp2-js .play #position::-webkit-slider-thumb { visibility: visible; }
#winamp2-js .actions div {
height: 18px;
width: 23px;