Merge branch 'f0ckdev' into 'master'

Kleine CSS Änderung

See merge request !75
This commit is contained in:
noxy 2017-02-02 12:44:35 +00:00
commit 1ce88a3c21

View File

@ -196,7 +196,7 @@ img {
min-width: 200px;
font-family: Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
direction: ltr;
border: 1px solid #262626;
border: 1px solid #0c0d0c;
box-shadow: 0 0 15px #000;
}
@ -236,6 +236,20 @@ img {
height: 100%;
}
.plyr--fullscreen-active {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100%;
width: 100%;
z-index: 10000000;
background: #000;
border-radius: 0!important;
border: 0!important;
}
/* Feuerfick */
.plyr input[type="range"]::-moz-range-thumb {
position: relative;