complete sync of both themes with toolkit winstripe changes in Mozilla 16 cycle
[themes.git] / EarlyBlue / mozapps / plugins / pluginProblem.css
index 23d0f40e8fa92807d4ce48193d3c8bd4ccf0b13f..cd5996275b58f2906df5dea1bd24c06a56867b63 100644 (file)
@@ -23,13 +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 {
+:-moz-handler-clicktoplay .icon,
+:-moz-handler-vulnerable-updatable .icon,
+:-moz-handler-vulnerable-no-update .icon {
   background-image: url("chrome://mozapps/skin/plugins/contentPluginClickToPlay.png");
 }
 :-moz-handler-disabled .icon {
@@ -53,8 +56,9 @@ html|a {
   cursor: default;
 }
 
-:-moz-handler-clicktoplay,
-.msgClickToPlay {
+:-moz-handler-clicktoplay .msgClickToPlay,
+:-moz-handler-vulnerable-updatable .msgClickToPlay,
+:-moz-handler-vulnerable-no-update .msgClickToPlay {
   cursor: pointer;
 }