Update style.css
This commit is contained in:
parent
da17d70b77
commit
d2c04d3bf8
12
s/style.css
12
s/style.css
|
@ -182,7 +182,7 @@ img {
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
padding: 0px 10px 0px;
|
padding: 0px 0px 0px;
|
||||||
background: rgba(38, 38, 38, 0.97);
|
background: rgba(38, 38, 38, 0.97);
|
||||||
border-bottom-left-radius: inherit;
|
border-bottom-left-radius: inherit;
|
||||||
border-bottom-right-radius: inherit;
|
border-bottom-right-radius: inherit;
|
||||||
|
@ -190,6 +190,16 @@ img {
|
||||||
transition: opacity .3s cubic-bezier(0.12, 0.63, 0.25, 1);
|
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 {
|
.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
|
||||||
background: #484747;
|
background: #484747;
|
||||||
color: #9f0;
|
color: #9f0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user