Update player.css

This commit is contained in:
GM-Script-Writer-62850 2014-06-02 00:29:21 -04:00
parent cbda96559d
commit dae0538aa0
1 changed files with 9 additions and 9 deletions

View File

@ -77,23 +77,23 @@ body > div{
margin-bottom:6px;
width:320px;
}
#playlist ul{
list-style:none;
padding-left:0;
}
#playlist > ul{
margin:9px 0 9px 9px;
}
#playlist > ul ul{
height:0;
transition: max-height 1s;
overflow:hidden;
}
#playlist li{
background-repeat:no-repeat;
padding-left:25px;
line-height:25px;
}
#playlist ul{
list-style:none;
padding-left:0;
}
#playlist > ul ul{
/* transition:height 1s linear;*/
overflow:hidden;
height:0;
}
#playlist li:hover > ul,
#playlist li.open > ul{
height:auto;