Skip to content

Commit

Permalink
Merge pull request popcorn-time#607 from pvieito/dev
Browse files Browse the repository at this point in the history
Remove seek handle
  • Loading branch information
Patineta committed Mar 13, 2014
2 parents 6278835 + 29635cc commit 1c21aae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1964,6 +1964,9 @@ sidebar .play .movie-detail .side-content a.play-button:hover {
#video_player.video-js .vjs-menu-item {
color: #000;
}
#video_player.video-js .vjs-seek-handle {
display: none;
}

body.watching #header, body.watching #notification, body.watching #catalog-select, body.watching .container {
visibility: hidden;
Expand Down
1 change: 1 addition & 0 deletions sass/_player.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
.vjs-big-play-button { font-size: 1em; }
.vjs-control-bar { font-size: 10px; }
.vjs-menu-item { color: #000; }
.vjs-seek-handle { display: none; }
}


Expand Down

0 comments on commit 1c21aae

Please sign in to comment.