aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/custom/_elements.scss
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-03-25 11:49:05 -0500
committerJesús <heckyel@hyperbola.info>2019-03-25 11:49:05 -0500
commit0cb80c73cf038ef08a9eb0af9eb3d18c0dfffad3 (patch)
treecdc45024f51a857cfe566a2f4fbfec0e0aab20df /src/scss/custom/_elements.scss
parent0d917762b67496796859a88d6f34856e4b7519e6 (diff)
downloadcl-theme-0cb80c73cf038ef08a9eb0af9eb3d18c0dfffad3.tar.lz
cl-theme-0cb80c73cf038ef08a9eb0af9eb3d18c0dfffad3.tar.xz
cl-theme-0cb80c73cf038ef08a9eb0af9eb3d18c0dfffad3.zip
independent playlist with js and playlist without JS
Diffstat (limited to 'src/scss/custom/_elements.scss')
-rw-r--r--src/scss/custom/_elements.scss19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/scss/custom/_elements.scss b/src/scss/custom/_elements.scss
index 1086bae..02c8871 100644
--- a/src/scss/custom/_elements.scss
+++ b/src/scss/custom/_elements.scss
@@ -28,22 +28,3 @@ video {
.is-table {
display: table;
}
-
-// 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;
-}