aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/aplaylist/aplaylist.scss
blob: d179667fb229d7a6c7c87676211c2fb5f37f8d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// playlist
.play-menu {
    height: 200px; //enabled scroll
    overflow-y: auto;
}
.play-menu a {
    color: white;
}

.play-menu a:hover {
    background-color: #484848;
    color: #fff;
}

.is-active-play {
    color: #3273dc;
    background-color: #3273dc;
}