mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 890973 - About dialog background image has odd black stripe on the far end. r=mconley
This commit is contained in:
parent
ec50f8ab9d
commit
1705e469f4
@ -5,7 +5,7 @@
|
||||
#aboutDialogContainer {
|
||||
background-image: url("chrome://branding/content/about-background.png");
|
||||
background-repeat: no-repeat;
|
||||
background-color: #000;
|
||||
background-color: rgb(19,8,36);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user