diff options
Diffstat (limited to 'web/style/js-player.css')
-rw-r--r-- | web/style/js-player.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/web/style/js-player.css b/web/style/js-player.css index ead9293..40455ed 100644 --- a/web/style/js-player.css +++ b/web/style/js-player.css @@ -44,6 +44,14 @@ margin-right: 1em; display: inherit; } +.jsp-track-state { + background-color: #0005; + border: 0px solid transparent; + font-size: x-large; +} +.jsp-track-state:hover { + background-color: rgba(113, 113, 113, 0.333); +} .jsp-track-select-popup { background-color: #303a; padding: 1em; @@ -170,4 +178,4 @@ bottom: calc(var(--csize) - 20px); opacity: 0; } -}
\ No newline at end of file +} |