From 61d90f197bc938938729415abbeb5b16fe93fc38 Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 12:32:06 +0000 Subject: [PATCH] Update style.css --- s/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/s/style.css b/s/style.css index a1c27b0..f7723b4 100644 --- a/s/style.css +++ b/s/style.css @@ -234,4 +234,23 @@ img { .plyr--fullscreen-active video { height: 100%; +} + +/* Feuerfick */ +.plyr input[type="range"]::-moz-range-thumb { + position: relative; + height: 16px; + width: 16px; + background: #9f0; + border: 2px solid #262626; + border-radius: 100%; + transition: background .2s ease, border .2s ease, transform .2s ease; + box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15); + box-sizing: border-box; +} + +.plyr input[type=range]:active::-moz-range-thumb { + background: #9f0; + border-color: #262626; + transform: scale(1.25) } \ No newline at end of file