Bug 1166969 - Video element in the video document shouldn't be selected. r=roc

This commit is contained in:
Morris Tseng 2015-05-24 22:50:00 +02:00
Родитель c0bb6f08c3
Коммит cfe882858c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -24,6 +24,7 @@ video {
margin: auto;
max-width: 100%;
max-height: 100%;
-moz-user-select: none;
}
video:focus {