Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd1f5f8

Browse files
authored
fixed type-o in webkit-slider-runnable-track
1 parent 6faed6d commit bd1f5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

11 - Custom Video Player/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ input[type=range]::-webkit-slider-thumb {
134134
margin-top: -3.5px;
135135
box-shadow:0 0 2px rgba(0,0,0,0.2);
136136
}
137-
input[type=range]:focus::-wefbkit-slider-runnable-track {
137+
input[type=range]:focus::-webkit-slider-runnable-track {
138138
background: #bada55;
139139
}
140140
input[type=range]::-moz-range-track {

0 commit comments

Comments
 (0)