update both themes for toolkit winstripe changes in Mozilla 15 cycle
[themes.git] / LCARStrek / mozapps / plugins / pluginProblem.css
index 83f75ceab3258e960c09a29c7b90b44e483d3ca5..e7ce487eabb38a267aa50ae0c1b6296667305bc4 100644 (file)
@@ -23,12 +23,16 @@ html|a {
   background-position: center;
   background-repeat: no-repeat;
 }
-:-moz-type-unsupported .icon {
+:-moz-type-unsupported .icon,
+:-moz-type-unsupported-platform .icon {
   background-image: url("chrome://mozapps/skin/plugins/contentPluginMissing.png");
 }
 :-moz-type-unsupported .icon[status="ready"] {
   background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png");
 }
+:-moz-handler-clicktoplay .icon {
+  background-image: url("chrome://mozapps/skin/plugins/contentPluginClickToPlay.png");
+}
 :-moz-handler-disabled .icon {
   background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
 }
@@ -50,6 +54,23 @@ html|a {
   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) */
 }