Commit 01840c6f88a6c3831a2ee7d28e5d4b1f5e531a06
1 parent
d53d2ce9
Against Merge request #673
Showing
3 changed files
with
7 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj
... | ... | @@ -45275,6 +45275,7 @@ |
45275 | 45275 | <Content Include="libs\videogular\videogular.js" /> |
45276 | 45276 | <Content Include="libs\videogular\videogular.min.js" /> |
45277 | 45277 | <Content Include="libs\video_4_12_11\css\font\vjs.svg" /> |
45278 | + <Content Include="libs\video_4_12_11\css\video-js_4_12_11.css" /> | |
45278 | 45279 | <Content Include="libs\video_4_12_11\img\frameaccuracy_logo.jpg" /> |
45279 | 45280 | <Content Include="libs\video_4_12_11\img\video-js.png" /> |
45280 | 45281 | <Content Include="libs\video_4_12_11\video_4_12_11.js" /> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj.user
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | - <ProjectView>ProjectFiles</ProjectView> | |
4 | + <ProjectView>ShowAllFiles</ProjectView> | |
5 | 5 | </PropertyGroup> |
6 | 6 | <ProjectExtensions> |
7 | 7 | <VisualStudio> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/libs/video_4_12_11/css/video-js_4_12_11.css
... | ... | @@ -1220,6 +1220,11 @@ body.vjs-full-window { |
1220 | 1220 | .vjs-no-js a:visited { |
1221 | 1221 | color: #F4A460; |
1222 | 1222 | } |
1223 | +/* Prevent caption settings menu item from displaying */ | |
1224 | +.vjs-texttrack-settings { | |
1225 | + display: none; | |
1226 | +} | |
1227 | + | |
1223 | 1228 | /* ----------------------------------------------------------------------------- |
1224 | 1229 | The original source of this file lives at |
1225 | 1230 | https://github.com/videojs/video.js/blob/master/src/css/video-js.less */ | ... | ... |