Skip to content

Instantly share code, notes, and snippets.

@fadonascimento
Last active September 10, 2021 15:57
Show Gist options
  • Save fadonascimento/559b956e5bf56b1d3caacdb04c0ad2eb to your computer and use it in GitHub Desktop.
Save fadonascimento/559b956e5bf56b1d3caacdb04c0ad2eb to your computer and use it in GitHub Desktop.
Test
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
width: 34em;
left: -19em;
}
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
background-color: #020699;
}
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item {
background-color: #020699;
}
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
background-color: #db2d38;
color: #fff;
}
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item:hover {
color: rgba(255,255,255);
background-color: #c03;
font-weight: 600;
text-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment