Bug 1167999: Give video documents a dark background color, the average color of the darknoise background image. r=seth

This commit is contained in:
Daniel Holbert 2015-05-26 14:23:37 -07:00
Родитель ffaeec1f11
Коммит 8e35b7d40e
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -4,6 +4,7 @@
body {
background-image: url("chrome://global/skin/media/imagedoc-darknoise.png");
background-color: rgb(33,33,33); /* Average color of that ^ image. */
}
video {

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

@ -4,6 +4,7 @@
body {
background-image: url("chrome://global/skin/media/imagedoc-darknoise.png");
background-color: rgb(33,33,33); /* Average color of that ^ image. */
}
video {