From 7a72b8e2c0f9f6c2f8de6119cf9b95e03bb9b972 Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 12:44:05 +0000 Subject: [PATCH] Update style.css --- s/style.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/s/style.css b/s/style.css index f7723b4..6e6cbda 100644 --- a/s/style.css +++ b/s/style.css @@ -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;