Added open in YouTube button on search, and setting start/endtime of YouTube video.

- Opening for further development with userset end/starttime
This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-29 22:20:05 +02:00
parent c10477f4e0
commit 7678ce5dbe
7 changed files with 33 additions and 14 deletions

View File

@@ -1669,6 +1669,20 @@ nav ul li:hover, nav ul li.active {
color:orange;
}
#add-many i{ line-height: 36px !important;}
.open-externally {
float:right;
color:white;
}
.open-externally:hover {
color:orange;
}
.open-externally i {
line-height: 36px !important;
}
#results{
background-color: rgba(0,0,0,0.8);
position: absolute;