From bd1f5f858b70f8658f6896fce5f3b017f5d0248b Mon Sep 17 00:00:00 2001 From: Christian Jensen Date: Wed, 15 Mar 2017 01:46:43 -0600 Subject: [PATCH] fixed type-o in webkit-slider-runnable-track --- 11 - Custom Video Player/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11 - Custom Video Player/style.css b/11 - Custom Video Player/style.css index 45ffd26e01..ab3b5b2ce8 100644 --- a/11 - Custom Video Player/style.css +++ b/11 - Custom Video Player/style.css @@ -134,7 +134,7 @@ input[type=range]::-webkit-slider-thumb { margin-top: -3.5px; box-shadow:0 0 2px rgba(0,0,0,0.2); } -input[type=range]:focus::-wefbkit-slider-runnable-track { +input[type=range]:focus::-webkit-slider-runnable-track { background: #bada55; } input[type=range]::-moz-range-track {