update both themes for the changes in the Mozilla 18 cycle
[themes.git] / EarlyBlue / global / media / TopLevelImageDocument.css
diff --git a/EarlyBlue/global/media/TopLevelImageDocument.css b/EarlyBlue/global/media/TopLevelImageDocument.css
new file mode 100644 (file)
index 0000000..aef3a45
--- /dev/null
@@ -0,0 +1,15 @@
+/* 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 {
+    color: #FFFFFF;
+    background-color: #222;
+  }
+
+  img.decoded {
+    background-color: #fff;
+    color: #222;
+  }
+}