зеркало из https://github.com/mozilla/pjs.git
fixing line endings, no bug
This commit is contained in:
Родитель
454561817e
Коммит
9192958894
|
@ -859,15 +859,15 @@ nsContextMenu.prototype = {
|
|||
},
|
||||
|
||||
fullScreenVideo: function () {
|
||||
let video = this.target;
|
||||
let video = this.target;
|
||||
if (document.mozFullScreenEnabled)
|
||||
video.mozRequestFullScreen();
|
||||
else {
|
||||
// Fallback for the legacy full-screen video implementation.
|
||||
video.pause();
|
||||
openDialog("chrome://browser/content/fullscreen-video.xhtml",
|
||||
"", "chrome,centerscreen,dialog=no", video);
|
||||
}
|
||||
// Fallback for the legacy full-screen video implementation.
|
||||
video.pause();
|
||||
openDialog("chrome://browser/content/fullscreen-video.xhtml",
|
||||
"", "chrome,centerscreen,dialog=no", video);
|
||||
}
|
||||
},
|
||||
|
||||
// Change current window to the URL of the background image.
|
||||
|
|
|
@ -208,11 +208,11 @@ html|td {
|
|||
html|table {
|
||||
font-family: Helvetica, Ariel, sans-serif;
|
||||
font-size: 11px;
|
||||
color: white;
|
||||
text-shadow:
|
||||
-1px -1px 0 #000,
|
||||
1px -1px 0 #000,
|
||||
-1px 1px 0 #000,
|
||||
color: white;
|
||||
text-shadow:
|
||||
-1px -1px 0 #000,
|
||||
1px -1px 0 #000,
|
||||
-1px 1px 0 #000,
|
||||
1px 1px 0 #000;
|
||||
min-width: 100%;
|
||||
background: rgba(68,68,68,.7);
|
||||
|
|
|
@ -217,11 +217,11 @@ html|td {
|
|||
html|table {
|
||||
font-family: Helvetica, Ariel, sans-serif;
|
||||
font-size: 11px;
|
||||
color: white;
|
||||
text-shadow:
|
||||
-1px -1px 0 #000,
|
||||
1px -1px 0 #000,
|
||||
-1px 1px 0 #000,
|
||||
color: white;
|
||||
text-shadow:
|
||||
-1px -1px 0 #000,
|
||||
1px -1px 0 #000,
|
||||
-1px 1px 0 #000,
|
||||
1px 1px 0 #000;
|
||||
min-width: 100%;
|
||||
background: rgba(68,68,68,.7);
|
||||
|
|
Загрузка…
Ссылка в новой задаче