sync both themes with toolkit winstripe changes in Mozilla 14
[themes.git] / EarlyBlue / global / TopLevelImageDocument.css
diff --git a/EarlyBlue/global/TopLevelImageDocument.css b/EarlyBlue/global/TopLevelImageDocument.css
new file mode 100644 (file)
index 0000000..31f2662
--- /dev/null
@@ -0,0 +1,13 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this file,
+ * You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+@media not print {
+  body {
+    background-color: #222;
+  }
+
+  img {
+    color: #eee;
+  }
+}