Copying video link now working

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-14 14:06:01 +02:00
parent c8cc177bbe
commit e72f9a635c
9 changed files with 582 additions and 4 deletions

View File

@@ -1749,6 +1749,21 @@ nav ul li:hover, nav ul li.active {
margin-right: 0 !important;
}
.context-menu-list {
z-index: 99999999 !important;
background: #2d2d2d;
border: 1px solid #2d2d2d;
}
.context-menu-item {
color:white;
background: #2d2d2d;
}
.context-menu-item.context-menu-hover {
background: #484848;
}
.close-settings{
float: right;
width: 73px;