aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/aplaylist/aplaylist.scss
blob: b0bb571c7281267e026b961f3353b7cfeeeda245 (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: #dd7325;
    background-color: #dd7325;
}