Add videoframe styles

master
Markus Koch 2018-06-03 18:46:50 +02:00
parent a1be4e8e66
commit 61131488c9
1 changed files with 12 additions and 0 deletions

View File

@ -124,6 +124,18 @@ content .videoframe {
margin-left:16px;
box-shadow: 0px 0px 3px white;
border: 1 px solid #f3f3f3;
background-color: black;
color: white;
}
content .videoframe a {
color:lightblue;
}
content .videoframe input {
background: none;
border: none;
font-weight: bold;
cursor: pointer;
color:lightblue;
}
content vidcaption {
margin-left: 18px;