Merge branch 'f0ckdev' into 'master'
Kleine CSS Änderung See merge request !75
This commit is contained in:
commit
1ce88a3c21
16
s/style.css
16
s/style.css
|
@ -196,7 +196,7 @@ img {
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
font-family: Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
|
font-family: Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
border: 1px solid #262626;
|
border: 1px solid #0c0d0c;
|
||||||
box-shadow: 0 0 15px #000;
|
box-shadow: 0 0 15px #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -236,6 +236,20 @@ img {
|
||||||
height: 100%;
|
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 */
|
/* Feuerfick */
|
||||||
.plyr input[type="range"]::-moz-range-thumb {
|
.plyr input[type="range"]::-moz-range-thumb {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user