Update style.css

This commit is contained in:
noxy 2017-02-02 12:25:15 +00:00
parent da17d70b77
commit d2c04d3bf8

View File

@ -182,7 +182,7 @@ img {
right: 0;
bottom: 0;
z-index: 2;
padding: 0px 10px 0px;
padding: 0px 0px 0px;
background: rgba(38, 38, 38, 0.97);
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
@ -190,6 +190,16 @@ img {
transition: opacity .3s cubic-bezier(0.12, 0.63, 0.25, 1);
}
.plyr {
position: relative;
max-width: 100%;
min-width: 200px;
font-family: Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
direction: ltr;
border: 1px solid #262626;
box-shadow: 0 0 15px #000;
}
.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
background: #484747;
color: #9f0;