Bug 1093766 - Change background color for about dialog on aurora;r=jaws

This commit is contained in:
Brian Grinstead 2014-11-04 13:31:44 -08:00
Родитель 1991f6feed
Коммит 23e24c9537
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5,7 +5,7 @@
#aboutDialogContainer {
background-image: url("chrome://branding/content/about-background.png");
background-repeat: no-repeat;
background-color: rgb(19,8,36);
background-color: rgb(26,58,99);
color: #fff;
}