X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fplugins%2FpluginProblem.css;h=cd5996275b58f2906df5dea1bd24c06a56867b63;hp=23d0f40e8fa92807d4ce48193d3c8bd4ccf0b13f;hb=71a617ff22ae6266108ab20198128db5ae2bd33c;hpb=c60d23d202dd9e6ec3e47e1c54e20329d0afb68b diff --git a/EarlyBlue/mozapps/plugins/pluginProblem.css b/EarlyBlue/mozapps/plugins/pluginProblem.css index 23d0f40e..cd599627 100644 --- a/EarlyBlue/mozapps/plugins/pluginProblem.css +++ b/EarlyBlue/mozapps/plugins/pluginProblem.css @@ -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; }