diff options
Diffstat (limited to 'dist/css/aplaylist.css')
-rw-r--r-- | dist/css/aplaylist.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dist/css/aplaylist.css b/dist/css/aplaylist.css new file mode 100644 index 0000000..ec66e61 --- /dev/null +++ b/dist/css/aplaylist.css @@ -0,0 +1,18 @@ +.play-menu { + height: 200px; + 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; +} |