update both themes for the changes in the Mozilla 18 cycle
[themes.git] / EarlyBlue / global / media / TopLevelVideoDocument.css
diff --git a/EarlyBlue/global/media/TopLevelVideoDocument.css b/EarlyBlue/global/media/TopLevelVideoDocument.css
new file mode 100644 (file)
index 0000000..0d5dabd
--- /dev/null
@@ -0,0 +1,11 @@
+/* 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/. */
+
+body {
+  background-color: #333;
+}
+
+video {
+  box-shadow: 0 0 15px #000;
+}