sync both themes with toolkit winstripe changes in Mozilla 14
[themes.git] / LCARStrek / global / TopLevelVideoDocument.css
diff --git a/LCARStrek/global/TopLevelVideoDocument.css b/LCARStrek/global/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;
+}