Skip to content

Commit

Permalink
fix(styles): Added missing CSS rule for input range
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed Sep 16, 2018
1 parent 11a9d87 commit 640a5c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/openplayer.css
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@
}
.om-controls input[type='range'] {
background: transparent;
-webkit-tap-highlight-color: transparent;
z-index: 3;
}
.om-controls input[type='range']:focus,
Expand Down
2 changes: 1 addition & 1 deletion dist/openplayer.min.css

Large diffs are not rendered by default.

0 comments on commit 640a5c2

Please sign in to comment.