diff options
author | Jesús <heckyel@hyperbola.info> | 2019-03-23 18:46:13 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-03-23 18:46:13 -0500 |
commit | 0d917762b67496796859a88d6f34856e4b7519e6 (patch) | |
tree | 4ace1be51c7af62dde1a364f0c92b1f4e8b10c7d /src | |
parent | 21a277a4c4543b3d141556d15f9f9ca4db566476 (diff) | |
download | cl-theme-0d917762b67496796859a88d6f34856e4b7519e6.tar.lz cl-theme-0d917762b67496796859a88d6f34856e4b7519e6.tar.xz cl-theme-0d917762b67496796859a88d6f34856e4b7519e6.zip |
fix videoplaylist desing
Diffstat (limited to 'src')
-rw-r--r-- | src/scss/custom/_elements.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/scss/custom/_elements.scss b/src/scss/custom/_elements.scss index 24322f0..1086bae 100644 --- a/src/scss/custom/_elements.scss +++ b/src/scss/custom/_elements.scss @@ -37,6 +37,12 @@ video { .play-menu a { color: white; } + +.play-menu a:hover { + background-color: #484848; + color: #fff; +} + .is-active-play { color: #dd7325; background-color: #dd7325; |