--- /dev/null
+/* 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;
+ }
+}
--- /dev/null
+/* 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;
+}
/* Default icons for notifications */
-notification[type="info"] .messageImage {
+.messageImage[type="info"] {
list-style-image: url("chrome://global/skin/icons/information-16.png");
}
-notification[type="warning"] .messageImage {
+
+.messageImage[type="warning"] {
list-style-image: url("chrome://global/skin/icons/warning-16.png");
}
-notification[type="critical"] .messageImage {
+.messageImage[type="critical"] {
list-style-image: url("chrome://global/skin/icons/error-16.png");
}
background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png");
}
:-moz-handler-clicktoplay .icon {
- background-image: url("chrome://mozapps/skin/plugins/contentPluginMissing.png");
+ background-image: url("chrome://mozapps/skin/plugins/contentPluginClickToPlay.png");
}
:-moz-handler-disabled .icon {
background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
cursor: default;
}
+:-moz-handler-clicktoplay,
+.msgClickToPlay {
+ cursor: pointer;
+}
+
+@media not all and (-moz-touch-enabled) {
+ :-moz-handler-clicktoplay .msgTapToPlay {
+ display: none;
+ }
+}
+
+@media (-moz-touch-enabled) {
+ :-moz-handler-clicktoplay .msgClickToPlay {
+ display: none;
+ }
+}
+
.submitStatus div {
min-height: 19px; /* height of biggest line (with throbber) */
}
--- /dev/null
+/* 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;
+ }
+}
--- /dev/null
+/* 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;
+}
/* Default icons for notifications */
-notification[type="info"] .messageImage {
+.messageImage[type="info"] {
list-style-image: url("chrome://global/skin/icons/information-16.png");
}
-notification[type="warning"] .messageImage {
+
+.messageImage[type="warning"] {
list-style-image: url("chrome://global/skin/icons/warning-16.png");
}
-notification[type="critical"] .messageImage {
+.messageImage[type="critical"] {
list-style-image: url("chrome://global/skin/icons/error-16.png");
}
background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png");
}
:-moz-handler-clicktoplay .icon {
- background-image: url("chrome://mozapps/skin/plugins/contentPluginMissing.png");
+ background-image: url("chrome://mozapps/skin/plugins/contentPluginClickToPlay.png");
}
:-moz-handler-disabled .icon {
background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
cursor: default;
}
+:-moz-handler-clicktoplay,
+.msgClickToPlay {
+ cursor: pointer;
+}
+
+@media not all and (-moz-touch-enabled) {
+ :-moz-handler-clicktoplay .msgTapToPlay {
+ display: none;
+ }
+}
+
+@media (-moz-touch-enabled) {
+ :-moz-handler-clicktoplay .msgClickToPlay {
+ display: none;
+ }
+}
+
.submitStatus div {
min-height: 19px; /* height of biggest line (with throbber) */
}