mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-19 17:43:50 +00:00
Move Position to react/redux
This commit is contained in:
parent
f6df92fb29
commit
1965879bcd
5 changed files with 89 additions and 57 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue