added videoplaylist
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user