Minor fixes for Google Drive subtitles

This commit is contained in:
calzoneman 2015-07-26 12:28:43 -07:00
parent 4a0cbce575
commit f12397db23
3 changed files with 37 additions and 6 deletions

View file

@ -631,3 +631,7 @@ table td {
#videowrap .embed-responsive:-ms-full-screen { width: 100%; }
#videowrap .embed-responsive:-o-full-screen { width: 100%; }
#videowrap .embed-responsive:full-screen { width: 100%; }
li.vjs-menu-item.vjs-selected {
background-color: #66a8cc !important;
}