From 496d8f3ff8c64e43a78df323f544ec6137a488e2 Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Tue, 7 Feb 2012 14:01:43 +0000
Subject: [PATCH] Re-add the standard background to the wait and delay screens.

issue #1062
---
 resources/static/dialog/css/popup.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/resources/static/dialog/css/popup.css b/resources/static/dialog/css/popup.css
index abb502c23..600016f1f 100644
--- a/resources/static/dialog/css/popup.css
+++ b/resources/static/dialog/css/popup.css
@@ -79,6 +79,10 @@ section > .contents {
     transition-delay: 0.5s;
 }
 
+#wait, #delay {
+  background-image: url("/i/bg.png");
+}
+
 .waiting #wait {
     z-index: 1;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-- 
GitLab