Skip to content

Commit

Permalink
Fixed the error display to hide by default
Browse files Browse the repository at this point in the history
  • Loading branch information
heff committed May 7, 2014
1 parent 561c3f8 commit a742239
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/video-js.less
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,12 @@ easily in the skin designer. http://designer.videojs.com/
--------------------------------------------------------------------------------
*/

.vjs-error-display {
display: none;
}

.vjs-error .vjs-error-display {
display: block;
position: absolute;
left: 0;
top: 0;
Expand Down

0 comments on commit a742239

Please sign in to comment.