added videoplaylist

This commit is contained in:
Jesús
2019-03-23 18:52:41 -05:00
parent 72a15cc2dd
commit 179c25c653
2 changed files with 118 additions and 40 deletions

View File

@@ -2,7 +2,7 @@
* bulma css framework (github.com/jgthms | bulma.io)
* Author: jeremy thomas
* Author: jesus e.
* Version: 1.0.1
* Version: 1.0.2
* Licensed under MIT (https://github.com/jgthms/bulma/blob/master/LICENSE)
*/
/* basic formatting changes (mostly to cater for darker colours) */
@@ -115,6 +115,25 @@ video {
display: table;
}
.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;
}
/* Colors Code */
.highlight {
background: #000000;