Bug 1221970 - Black stripe on the right side of About Firefox dialog in unofficial builds - port (bug 890973). r=Gijs

This commit is contained in:
Sebastian Hengst 2015-11-05 13:19:21 +01:00
parent 4a47bf2c3f
commit 22fdfb8d8c

View File

@ -5,7 +5,7 @@
#aboutDialogContainer {
background-image: url("chrome://branding/content/about-background.png");
background-repeat: no-repeat;
background-color: #000;
background-color: rgb(10,17,37);
color: #fff;
}